/* =============================================================
   tally-integration.in — site.css
   Extracted from all CSHTML views. Load after _Layout.cshtml tokens.
   ============================================================= */

/* ─────────────────────────────────────────────
   1. INDEX / HOMEPAGE  (Index.cshtml)
───────────────────────────────────────────── */

/* Hero */
.hero {
    background: linear-gradient(145deg, #04122e 0%, #0d2460 55%, #0a3080 100%);
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
}

.hero-blob1 {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6,182,212,.14), transparent 70%);
    right: -120px;
    top: -80px;
    pointer-events: none;
}

.hero-blob2 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26,86,219,.18), transparent 70%);
    left: -60px;
    bottom: -60px;
    pointer-events: none;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 100px 0 80px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 40px;
    padding: 6px 18px 6px 8px;
    margin-bottom: 24px;
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    flex-shrink: 0;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: .4; }
}

.hero-badge-text {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255,255,255,.85);
}

.hero-h1 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    margin-bottom: 22px;
}

.hero-h1 .hl { color: #34d9c3; }

.hero-p {
    font-size: 16px;
    color: rgba(255,255,255,.68);
    line-height: 1.85;
    margin-bottom: 36px;
    max-width: 470px;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

.hero-nums {
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
}

.hero-num-val {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.hero-num-label {
    font-size: 12px;
    color: rgba(255,255,255,.5);
    margin-top: 4px;
    font-weight: 500;
}

/* Hero card */
.hero-card {
    background: #e8eaf0;
    border: none;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 16px 60px rgba(0,0,0,.35);
}

.hc-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 12px;
    text-align: center;
}

.tally-hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f6f9ff;
    border: 1.5px solid #dce6ff;
    border-radius: 14px;
    padding: 12px 22px;
    margin: 0 auto 18px;
    width: fit-content;
}

.tally-hero-logo img {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.tally-hero-label {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #102a6e;
    font-style: italic;
}

.tally-hero-sub {
    font-size: 10px;
    color: #64748b;
    margin-top: 1px;
}

/* Flow diagram */
.flow-grid {
    display: grid;
    grid-template-columns: 1fr 24px 1fr;
    gap: 8px;
    align-items: start;
}

.flow-side {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.flow-chip {
    background: #eef3ff;
    border: 1.5px solid #dce6ff;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #102a6e;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    gap: 5px;
}

.flow-chip img {
    height: 14px;
    width: auto;
    max-width: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .85;
}

.flow-chip.green {
    background: #e1f5ee;
    border-color: #9fe1cb;
    color: #0f6e56;
}

.flow-arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-top: 4px;
    color: #1a56db;
    font-size: 13px;
    font-weight: 700;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.htag {
    background: #eef3ff;
    border: 1.5px solid #dce6ff;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 11px;
    color: #102a6e;
    font-weight: 600;
}

/* Marquee */
.marquee-bar {
    background: #f0f3fa;
    padding: 18px 0;
    overflow: hidden;
    border-top: 1px solid #dce6ff;
    border-bottom: 1px solid #dce6ff;
}

.marquee-track {
    display: flex;
    animation: mscroll 36s linear infinite;
    white-space: nowrap;
    align-items: center;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-right: 1px solid #dce6ff;
    min-width: 150px;
}

.marquee-item img {
    height: 34px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

.marquee-item img.logo-lg  { height: 42px; max-width: 140px; }
.marquee-item img.logo-xl  { height: 46px; max-width: 150px; }
.marquee-item img.logo-sm  { height: 28px; max-width: 110px; }

@keyframes mscroll {
    from { transform: translateX(0);    }
    to   { transform: translateX(-50%); }
}

/* Integration Hub tabs */
.hub-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 36px 0 40px;
}

.hub-tab {
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid var(--border);
    color: var(--muted);
    background: #fff;
    transition: .2s;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.hub-tab:hover,
.hub-tab.active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

.hub-panel       { display: none; }
.hub-panel.active { display: block; }

.hub-panel-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.hub-panel-text h3 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 12px;
}

.hub-panel-text p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 22px;
}

.hub-benefits { display: flex; flex-direction: column; gap: 9px; }

.hub-benefit {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: var(--ink);
    align-items: flex-start;
}

.hb-tick { color: var(--mint); flex-shrink: 0; font-weight: 700; }

.hub-panel-visual {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 28px;
}

.hub-visual-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 18px;
}

/* Platform grid */
.platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 12px;
}

.platform-tile {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 16px 10px;
    text-align: center;
    cursor: pointer;
    transition: .22s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 80px;
}

.platform-tile:hover {
    border-color: var(--blue);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(26,86,219,.12);
}

.platform-tile img               { height: 32px; width: auto; max-width: 88px;  object-fit: contain; }
.platform-tile img.pt-logo-sm    { height: 26px; max-width: 80px;  }
.platform-tile img.pt-logo-lg    { height: 44px; max-width: 120px; }
.platform-tile img.pt-logo-xl    { height: 44px; max-width: 110px; }
.platform-tile img.pt-logo-xxl   { height: 58px; max-width: 140px; }
.platform-tile img.pt-logo-huge  { height: 72px; max-width: 170px; }

.pt-name { font-size: 11.5px; font-weight: 700; color: var(--navy); line-height: 1.2; }
.pt-type { font-size: 10.5px; color: var(--muted); }

/* Why section */
.why-section { background: linear-gradient(160deg, #04122e, #0d2460); }

.why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.why-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 32px;
}

.why-card {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 22px;
    transition: .22s;
}

.why-card:hover { background: rgba(255,255,255,.11); }

.wc-icon-wrap          { width: 40px; height: 40px; margin-bottom: 14px; }
.wc-icon-wrap img      { width: 40px; height: 40px; object-fit: contain; }
.wc-icon-svg           { width: 36px; height: 36px; margin-bottom: 14px; }

.wc-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-bottom: 6px;
}

.wc-desc { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.6; }

.why-right-box {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    padding: 36px;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}

.stat-card { background: rgba(255,255,255,.08); border-radius: 14px; padding: 22px 18px; text-align: center; }

.stat-val {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #34d9c3;
    line-height: 1;
}

.stat-label { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 6px; }
.trust-row  { display: flex; flex-wrap: wrap; gap: 8px; }

.trust-badge {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12.5px;
    color: rgba(255,255,255,.8);
    font-weight: 600;
}

/* ERP two-way section */
.erp-section { background: linear-gradient(160deg, #f0f7ff, #e8f0fe); }

.erp-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.erp-diagram { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 28px; }

.erp-diag-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.erp-flow-row {
    display: grid;
    grid-template-columns: 1fr 44px 1fr;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.erp-box { padding: 14px; border-radius: 10px; font-size: 13px; font-weight: 700; text-align: center; }
.erp-box.source { background: var(--light); color: var(--navy); border: 1.5px solid var(--border); }
.erp-box.dest   { background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; }

.erp-arrow-col { display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--blue); }

.erp-flow-desc { font-size: 12px; color: var(--muted); text-align: center; padding: 4px 0 12px; }

.sync-what { margin-top: 18px; background: var(--card); border-radius: 12px; padding: 16px; }
.sync-what-title { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.sync-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.sync-chip { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 4px 12px; font-size: 12px; font-weight: 600; color: var(--navy); }

.erp-text-col h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 26px; font-weight: 800; color: var(--ink); margin-bottom: 14px; }
.erp-text-col p  { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }

.erp-methods { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }

.erp-method {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 16px;
}

.em-icon  { font-size: 22px; flex-shrink: 0; }
.em-title { font-weight: 700; font-size: 14px; color: var(--navy); margin-bottom: 2px; }
.em-desc  { font-size: 13px; color: var(--muted); }

.erp-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.erp-pf { background: #fff; border: 1.5px solid var(--border); border-radius: 10px; padding: 7px 14px; font-size: 13px; font-weight: 700; color: var(--navy); }

/* Steps / How it works */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 52px;
    position: relative;
}

.steps-grid::before {
    content: "";
    position: absolute;
    top: 36px; left: 12.5%; right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), var(--teal));
    z-index: 0;
}

.step {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: 26px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-num {
    width: 54px; height: 54px; border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--teal));
    display: flex; align-items: center; justify-content: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 22px; font-weight: 800; color: #fff;
    margin: 0 auto 18px;
    box-shadow: 0 8px 22px rgba(26,86,219,.3);
}

.step-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 15px; color: var(--navy); margin-bottom: 8px; }
.step-desc  { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* Pricing */
.psb { margin-bottom: 56px; }

.psb-header {
    display: flex; align-items: center; gap: 16px;
    background: var(--card); border: 1.5px solid var(--border);
    border-radius: 14px; padding: 18px 24px; margin-bottom: 24px;
}

.psb-icon img { width: 36px; height: 36px; object-fit: contain; }
.psb-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 17px; color: var(--navy); margin-bottom: 4px; }
.psb-sub   { font-size: 13px; color: var(--muted); }

.psb-title-row  { display: flex; align-items: center; column-gap: 26px; row-gap: 6px; flex-wrap: wrap; }
.psb-title-col  { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.psb-logos      { display: flex; align-items: center; gap: 0; flex-wrap: wrap; margin-top: 0; }
.psb-logo       { display: inline-flex; align-items: center; }
.psb-logo:not(:first-child)::before { content: "|"; color: rgba(100,116,139,.75); margin: 0 12px; font-weight: 700; }

.psb-logos img         { height: 30px; width: auto; max-width: 86px;  object-fit: contain; display: block; filter: grayscale(12%); opacity: .95; }
.psb-logos img.psb-logo-lg   { height: 36px; max-width: 98px;  }
.psb-logos img.psb-logo-xl   { height: 44px; max-width: 120px; }
.psb-logos img.psb-logo-huge { height: 54px; max-width: 150px; }
.psb-logos img.psb-logo-xxl  { height: 54px; max-width: 150px; }
.psb-logos.psb-logos-lg img        { height: 34px; max-width: 110px; }
.psb-logos.psb-logos-lg img.psb-logo-xl { height: 42px; max-width: 130px; }
.psb-logo-text { font-size: 12px; font-weight: 800; color: var(--muted); letter-spacing: .02em; white-space: nowrap; }

/* Price cards */
.pg3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.pc {
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 32px 26px;
    background: #fff;
    position: relative;
}

.pc.feat        { background: linear-gradient(155deg, #0d2460, #1a56db); border-color: transparent; }
.pc.navy-border { border-color: var(--navy); }

.pc.feat .pc-n,
.pc.feat .pc-ds,
.pc.feat .pc-per  { color: rgba(255,255,255,.85) !important; }
.pc.feat .pc-pr   { color: #fff !important; }
.pc.feat .pc-div  { background: rgba(255,255,255,.2) !important; }
.pc.feat .pc-feats li { color: #fff !important; }

.pc-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 11px; font-weight: 800; letter-spacing: .08em; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.pc-badge.teal  { background: #34d9c3; color: #04122e; }
.pc-badge.navy  { background: var(--navy); color: #fff; }

.pc-n  { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 18px; color: var(--navy); margin-bottom: 8px; }
.pc-ds { font-size: 13.5px; color: var(--muted); margin-bottom: 22px; line-height: 1.6; }

.pc-pr-row { display: flex; gap: 14px; align-items: stretch; margin-bottom: 8px; }
.pc-pr-row > div:first-child { flex: 1; }

.pc-pr { font-family: "Bricolage Grotesque", sans-serif; font-size: 34px; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.pc-yr { font-size: 14px; font-weight: 500; color: var(--muted); margin-left: 2px; }
.pc.feat .pc-yr { color: rgba(255,255,255,.6); }
.pc-per { font-size: 13px; color: var(--muted); }

.pc-alt { flex: 1; background: var(--light); border: 1.5px solid var(--border); border-radius: 10px; padding: 10px 12px; text-align: center; }
.pc.feat .pc-alt { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); }
.pc-alt-val { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 800; color: var(--navy); }
.pc.feat .pc-alt-val { color: #fff; }
.pc-alt-lbl { font-size: 11px; color: var(--muted); line-height: 1.4; margin-top: 3px; }
.pc.feat .pc-alt-lbl { color: rgba(255,255,255,.6); }

.pc-div { height: 1px; background: var(--border); margin: 18px 0; }

.pc-feats { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; padding: 0; }
.pc-feats li { display: flex; gap: 10px; font-size: 13.5px; color: var(--ink); align-items: flex-start; }
.pc-tick      { color: var(--mint); flex-shrink: 0; font-weight: 700; }
.pc-tick.teal { color: #34d9c3; }

.pc-btn {
    display: block; text-align: center; padding: 13px; border-radius: 50px;
    font-weight: 700; font-size: 14.5px; background: var(--blue); color: #fff;
    transition: .2s; border: none; cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif; width: 100%;
}
.pc-btn:hover   { opacity: .9; transform: translateY(-1px); }
.pc-btn.white   { background: #fff;       color: var(--navy); }
.pc-btn.navy    { background: var(--navy); color: #fff; }

/* ERP quote card */
.erp-qcard {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    background: #fff; border: 1.5px solid var(--border);
    border-radius: 20px; padding: 40px; align-items: start;
}

.eqf { background: var(--card); border: 1.5px solid var(--border); border-radius: 14px; padding: 24px; }
.eqf-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 15px; color: var(--navy); margin-bottom: 16px; }
.eqf-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.eqf-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink); }

.sync-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.sync-tag  { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 5px 14px; font-size: 12.5px; font-weight: 600; color: var(--navy); }

.gst-note {
    background: var(--card); border: 1.5px solid var(--border); border-radius: 12px;
    padding: 14px 20px; text-align: center; font-size: 13.5px; color: var(--muted); margin-top: 16px;
}

/* FAQ */
.faq-list { max-width: 760px; margin: 44px auto 0; }
.faq-item { border-bottom: 1px solid var(--border); }

.faq-q {
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 0; cursor: pointer; font-weight: 700; font-size: 15px;
    color: var(--ink); gap: 16px;
}

.faq-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--blue); color: #fff; font-size: 12px; font-weight: 800;
    margin-right: 10px; flex-shrink: 0;
}

.fa-arrow { color: #34d9c3; font-size: 15px; font-weight: 700; text-align: center; }

.faq-q:hover { color: var(--blue); }
.faq-icon { font-size: 20px; color: var(--blue); transition: .22s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s, padding .3s; font-size: 14.5px; color: var(--muted); line-height: 1.8; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 18px; }

/* CTA banner */
.cta-section { background: linear-gradient(135deg, #04122e, #1a56db); padding: 80px 0; text-align: center; }
.cta-section h2 { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(28px, 4vw, 46px); font-weight: 800; color: #fff; margin-bottom: 14px; }
.cta-section p  { font-size: 16px; color: rgba(255,255,255,.7); margin-bottom: 34px; }
.cta-btns       { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-contact    { margin-top: 28px; color: rgba(255,255,255,.6); font-size: 14px; }
.cta-contact a  { color: #34d9c3; font-weight: 700; text-decoration: none; }


/* ─────────────────────────────────────────────
   2. BLOG SINGLE POST  (blog.cshtml)
───────────────────────────────────────────── */

img { max-width: 100%; height: auto; }
a   { display: inline; }

.article-wrap   { padding: 72px 0 96px; }
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }

/* Breadcrumb */
.article-category-row { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }
.article-cat-badge    { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: var(--blue); border-radius: 20px; padding: 4px 12px; }
.article-breadcrumb   { font-size: 13px; color: var(--muted); }
.article-breadcrumb a { color: var(--blue); text-decoration: none; }
.article-breadcrumb a:hover { text-decoration: underline; }

/* Article body */
.article-body { font-family: "Plus Jakarta Sans", sans-serif; font-size: 16px; color: #374151; line-height: 1.85; }

.article-body h4 { font-family: "Bricolage Grotesque", sans-serif; font-size: 26px; font-weight: 800; color: #102a6e; margin: 40px 0 12px; padding-bottom: 10px; border-bottom: 2px solid #dce6ff; line-height: 1.2; }
.article-body h5 { font-family: "Bricolage Grotesque", sans-serif; font-size: 21px; font-weight: 800; color: #102a6e; margin: 34px 0 10px; line-height: 1.25; }
.article-body h6 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 18px; font-weight: 800; color: #102a6e; margin: 32px 0 10px; line-height: 1.25; }

.article-body p      { margin-bottom: 18px; }
.article-body strong { color: #102a6e; font-weight: 700; }
.article-body em     { font-style: italic; color: #4b5563; }

.article-body a { color: #1a56db; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(26,86,219,.35); text-underline-offset: 3px; }
.article-body a:hover { text-decoration-color: #1a56db; }
.article-body u { text-underline-offset: 3px; }

/* Unordered list */
.article-body ul { list-style: none !important; padding: 0 !important; margin: 0 0 22px; }
.article-body ul li { list-style: none !important; padding: 5px 0 5px 26px; position: relative; line-height: 1.75; margin-bottom: 4px; color: #374151; }
.article-body ul li::marker { content: ""; }
.article-body ul li::before { content: ""; position: absolute; left: 0; top: 13px; width: 8px; height: 8px; border-radius: 50%; background: #1a56db; }

/* Ordered list */
.article-body ol { list-style: none !important; padding: 0 !important; margin: 0 0 22px; counter-reset: step-counter var(--step-start, 0); }
.article-body ol li { list-style: none !important; counter-increment: step-counter; padding: 14px 16px 14px 72px !important; position: relative; background: #f6f9ff; border: 1.5px solid #dce6ff; border-radius: 12px; margin-bottom: 10px; line-height: 1.75; color: #374151; }
.article-body ol li::marker { content: ""; }
.article-body ol li::before { content: counter(step-counter); position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #1a56db, #0a2d8f); color: #fff; font-family: "Bricolage Grotesque", sans-serif; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Nested sub-lists inside steps */
.article-body ol ol, .article-body ol ul { list-style: none; counter-reset: none; padding: 8px 0 0 0; margin: 6px 0 0 0; }
.article-body ol ol > li, .article-body ol ul > li { counter-increment: none; background: transparent; border: none; border-radius: 0; margin: 6px 0 0 0; padding: 4px 0 4px 22px; line-height: 1.7; font-size: 15px; }
.article-body ol ol > li::before, .article-body ol ul > li::before { content: ""; position: absolute; left: 0; top: 13px; width: 7px; height: 7px; border-radius: 999px; background: #1a56db; transform: none; }

/* Nested headings inside li */
.article-body ol li h6, .article-body ul li h6 { margin: 0; font-size: 15.5px; font-weight: 400; color: #374151; line-height: 1.75; }
.article-body ol li strong, .article-body ul li strong { color: #102a6e; font-weight: 700; }

/* Blockquote / note */
.article-body blockquote { background: #fff8e1; border-left: 4px solid #f59e0b; border-radius: 0 10px 10px 0; padding: 16px 20px; margin: 24px 0; font-size: 15px; color: #92400e; line-height: 1.75; }
.article-body p.note, .article-body .note { background: #fff8e1; border-left: 4px solid #f59e0b; border-radius: 0 10px 10px 0; padding: 14px 18px; margin: 20px 0; font-size: 14.5px; color: #92400e; font-weight: 600; line-height: 1.7; }

/* Images */
.article-body img, .article-body figure img { display: block; max-width: 100%; height: auto; border-radius: 12px; margin: 24px auto; box-shadow: 0 4px 24px rgba(0,0,0,.1); border: 1.5px solid #dce6ff; }
.article-body figure { margin: 24px 0; }
.article-body figcaption { text-align: center; font-size: 13px; color: #94a3b8; margin-top: 8px; }

/* Video */
.article-body .video-wrap { position: relative; width: 100%; max-width: 750px; margin: 28px auto; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,.15); background: #000; }
.article-body .video-wrap iframe { display: block; width: 100%; height: 420px; border: none; }
.article-body iframe { display: block; width: 100%; max-width: 750px; height: 420px; border: none; border-radius: 14px; margin: 28px auto; box-shadow: 0 8px 30px rgba(0,0,0,.15); }

.article-body hr   { border: none; border-top: 2px solid #dce6ff; margin: 36px 0; }
.article-body code { background: #eef3ff; color: #1a56db; border-radius: 5px; padding: 2px 7px; font-size: 13.5px; font-family: "Courier New", monospace; }
.article-body pre  { background: #04122e; color: #e2e8f0; border-radius: 12px; padding: 22px 24px; font-size: 14px; font-family: "Courier New", monospace; overflow-x: auto; margin: 24px 0; line-height: 1.7; }

.article-body table              { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 14.5px; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(26,86,219,.08); }
.article-body thead th           { background: linear-gradient(135deg, #102a6e, #1a56db); color: #fff; padding: 14px 18px; text-align: left; font-family: "Bricolage Grotesque", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.article-body tbody td           { padding: 12px 18px; border-bottom: 1px solid #dce6ff; color: #374151; vertical-align: top; }
.article-body tbody tr:nth-child(even) td { background: #f6f9ff; }
.article-body tbody tr:hover td  { background: #eef3ff; }
.article-body .raw-html-embed    { margin: 24px 0; }

/* Author bar */
.author-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 44px; padding: 22px 26px; background: var(--card); border: 1.5px solid var(--border); border-radius: 16px; }
.author-info { display: flex; align-items: center; gap: 14px; }
.author-av   { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--blue)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-av svg { width: 22px; height: 22px; fill: #fff; }
.author-name { font-weight: 800; font-size: 15px; color: var(--navy); font-family: "Bricolage Grotesque", sans-serif; }
.author-date { font-size: 13px; color: var(--muted); margin-top: 2px; }
.author-bar-share { display: flex; gap: 8px; }
.share-btn   { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--border); background: #fff; display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 14px; text-decoration: none; transition: .2s; }
.share-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-2px); }

/* Enquiry form in blog */
.enquiry-section      { margin-top: 56px; }
.enquiry-section-head { text-align: center; margin-bottom: 28px; }
.enquiry-section-head h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 24px; font-weight: 800; color: var(--navy); }
.enquiry-card { background: linear-gradient(145deg, #f6f9ff, #eef3ff); border: 1.5px solid var(--border); border-radius: 20px; padding: 36px; }

.eq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.eq-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.eq-group.full { grid-column: 1 / -1; }
.eq-group label { font-size: 12.5px; font-weight: 700; color: var(--navy); letter-spacing: .02em; }
.eq-group input, .eq-group select, .eq-group textarea { padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.eq-group input:focus, .eq-group select:focus, .eq-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,86,219,.08); }
.eq-group textarea { resize: vertical; min-height: 90px; }

.eq-submit { width: 100%; padding: 14px; border-radius: 50px; background: linear-gradient(135deg, var(--blue), #0a2d8f); color: #fff; font-family: "Bricolage Grotesque", sans-serif; font-size: 16px; font-weight: 800; border: none; cursor: pointer; transition: .22s; box-shadow: 0 8px 24px rgba(26,86,219,.28); margin-top: 8px; }
.eq-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(26,86,219,.38); }

/* Blog sidebar widgets */
.sw      { background: var(--card); border: 1.5px solid var(--border); border-radius: 16px; padding: 22px; margin-bottom: 22px; }
.sw-head { font-family: "Bricolage Grotesque", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--border); }

.sw-cat-link { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 13.5px; font-weight: 600; color: var(--ink); text-decoration: none; transition: color .18s; }
.sw-cat-link:last-child { border-bottom: none; padding-bottom: 0; }
.sw-cat-link:hover { color: var(--blue); }
.sw-cat-link i { font-size: 11px; color: var(--blue); }

.sw-recent { padding: 12px 0; border-bottom: 1px solid var(--border); display: flex; gap: 10px; }
.sw-recent:last-child { border-bottom: none; padding-bottom: 0; }
.sw-recent-num { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 800; color: var(--border); flex-shrink: 0; line-height: 1; min-width: 26px; }
.sw-recent h6  { font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.4; margin-bottom: 5px; }
.sw-recent a   { font-size: 12px; font-weight: 700; color: var(--blue); text-decoration: none; }

.pop-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.pop-tag  { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 5px 13px; font-size: 12px; font-weight: 600; color: var(--navy); text-decoration: none; transition: .18s; }
.pop-tag:hover { background: var(--blue); color: #fff; border-color: var(--blue); }

.sidebar-cta-box { background: linear-gradient(145deg, #04122e, #1a56db); border-radius: 16px; padding: 26px 22px; text-align: center; }
.sidebar-cta-box h4 { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.sidebar-cta-box p  { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 18px; line-height: 1.6; }


/* ─────────────────────────────────────────────
   3. BLOGS LISTING  (blogs.cshtml)
───────────────────────────────────────────── */

.blog-page   { padding: 64px 0 96px; }
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start; }

/* Filter bar */
.blog-topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.blog-cats   { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; }
.blog-cat    { padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 700; border: 1.5px solid var(--border); color: var(--muted); background: #fff; text-decoration: none; transition: .18s; white-space: nowrap; }
.blog-cat:hover, .blog-cat.active { background: var(--navy); color: #fff; border-color: var(--navy); }

.blog-search { position: relative; }
.blog-search input { padding: 10px 40px 10px 18px; border: 1.5px solid var(--border); border-radius: 50px; font-size: 13.5px; font-family: "Plus Jakarta Sans", sans-serif; width: 220px; outline: none; background: #fff; transition: border-color .2s; }
.blog-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,86,219,.08); }
.blog-search i { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 13px; pointer-events: none; }

/* Featured post */
.featured-post { background: linear-gradient(145deg, #04122e, #0d2460); border-radius: 20px; padding: 40px; margin-bottom: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.featured-badge { display: inline-block; background: #34d9c3; color: #04122e; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; }
.featured-cat   { display: inline-block; background: rgba(255,255,255,.12); color: rgba(255,255,255,.8); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; }
.featured-post h2 { font-family: "Bricolage Grotesque", sans-serif; font-size: 26px; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 12px; }
.featured-post p  { font-size: 14.5px; color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.featured-meta    { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.featured-av      { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; }
.featured-av svg  { width: 14px; height: 14px; fill: rgba(255,255,255,.7); }
.featured-author  { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); }
.featured-date    { font-size: 12px; color: rgba(255,255,255,.45); }
.featured-right   { display: flex; align-items: center; justify-content: center; }
.featured-img-placeholder { width: 100%; aspect-ratio: 4/3; background: rgba(255,255,255,.06); border-radius: 14px; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; }
.featured-img-placeholder svg { width: 60px; height: 60px; opacity: .15; }

/* Post grid */
.posts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.post-card { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden; transition: .22s; display: flex; flex-direction: column; }
.post-card:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(26,86,219,.1); }

.post-card-top { background: linear-gradient(135deg, #eef3ff, #dce6ff); padding: 22px 22px 16px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.post-date-block { display: flex; flex-direction: column; align-items: center; background: #fff; border-radius: 10px; padding: 8px 12px; min-width: 52px; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.post-date-day   { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; font-weight: 800; color: var(--blue); line-height: 1; }
.post-date-mon   { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-top: 2px; }
.post-cat-pill   { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--blue); background: rgba(26,86,219,.1); border-radius: 20px; padding: 4px 10px; white-space: nowrap; }

.post-card-body    { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.post-author-row   { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.post-av           { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--blue)); display: flex; align-items: center; justify-content: center; }
.post-av svg       { width: 12px; height: 12px; fill: #fff; }
.post-author-name  { font-size: 12px; font-weight: 600; color: var(--muted); }

.post-card h4 { font-family: "Bricolage Grotesque", sans-serif; font-size: 16px; font-weight: 800; color: var(--ink); line-height: 1.35; margin-bottom: 10px; }
.post-card p  { font-size: 13px; color: var(--muted); line-height: 1.65; flex: 1; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 16px; }
.post-read-more { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--blue); text-decoration: none; margin-top: auto; }
.post-read-more i { font-size: 11px; transition: transform .18s; }
.post-card:hover .post-read-more i { transform: translateX(4px); }

/* Pagination */
.pag     { display: flex; gap: 6px; margin-top: 36px; flex-wrap: wrap; align-items: center; }
.pag-btn { width: 40px; height: 40px; border-radius: 10px; border: 1.5px solid var(--border); background: #fff; font-size: 13.5px; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .18s; text-decoration: none; }
.pag-btn:hover, .pag-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }

/* Subscribe */
.subscribe-band    { background: linear-gradient(135deg, #04122e, #1a56db); border-radius: 20px; padding: 32px 28px; margin-top: 44px; text-align: center; }
.subscribe-band h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.subscribe-band p  { font-size: 13.5px; color: rgba(255,255,255,.65); margin-bottom: 20px; }

.sub-row          { display: flex; gap: 10px; max-width: 380px; margin: 0 auto; }
.sub-row input    { flex: 1; padding: 11px 16px; border-radius: 10px; border: none; font-size: 14px; font-family: "Plus Jakarta Sans", sans-serif; outline: none; }
.sub-row button   { padding: 11px 20px; border-radius: 10px; background: #34d9c3; color: #04122e; font-weight: 800; font-size: 13.5px; border: none; cursor: pointer; white-space: nowrap; font-family: "Plus Jakarta Sans", sans-serif; transition: .2s; }
.sub-row button:hover { background: #2bc9b3; }

/* Blog sidebar */
.sidebar-widget { background: var(--card); border: 1.5px solid var(--border); border-radius: 16px; padding: 22px; margin-bottom: 22px; }
.sw-title       { font-family: "Bricolage Grotesque", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--border); }

.sw-post         { padding: 12px 0; border-bottom: 1px solid var(--border); display: flex; gap: 12px; align-items: flex-start; }
.sw-post:last-child { border-bottom: none; padding-bottom: 0; }
.sw-post-num     { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; font-weight: 800; color: var(--border); line-height: 1; flex-shrink: 0; min-width: 28px; }
.sw-post h6      { font-size: 13.5px; font-weight: 700; color: var(--ink); line-height: 1.4; margin-bottom: 4px; }
.sw-post a       { font-size: 12px; font-weight: 700; color: var(--blue); text-decoration: none; }

.sw-cats { display: flex; flex-direction: column; gap: 0; }
.sw-cat  { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 13.5px; font-weight: 600; color: var(--ink); text-decoration: none; transition: color .18s; }
.sw-cat:last-child { border-bottom: none; padding-bottom: 0; }
.sw-cat:hover { color: var(--blue); }
.sw-cat i     { font-size: 11px; color: var(--blue); }

.sidebar-cta      { background: linear-gradient(145deg, #04122e, #1a56db); border-radius: 16px; padding: 26px 22px; text-align: center; }
.sidebar-cta-icon { font-size: 36px; margin-bottom: 12px; line-height: 1; }
.sidebar-cta h4   { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.sidebar-cta p    { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 18px; line-height: 1.6; }

/* No results */
.no-results        { grid-column: 1 / -1; text-align: center; padding: 60px 20px; }
.no-results svg    { width: 64px; height: 64px; color: var(--border); margin: 0 auto 16px; display: block; }
.no-results h4     { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; color: var(--navy); margin-bottom: 8px; }
.no-results p      { font-size: 14px; color: var(--muted); }


/* ─────────────────────────────────────────────
   4. SERVICE / CATEGORY LISTING  (service.cshtml)
───────────────────────────────────────────── */

.svc-page   { padding: 64px 0 96px; }
.svc-layout { display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start; }

.svc-topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 40px; flex-wrap: nowrap; }
.svc-cats   { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; min-width: 0; }
.svc-cat    { padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 700; border: 1.5px solid var(--border); color: var(--muted); background: #fff; text-decoration: none; transition: .18s; white-space: nowrap; }
.svc-cat:hover, .svc-cat.active { background: var(--navy); color: #fff; border-color: var(--navy); }

.svc-search { position: relative; flex-shrink: 0; }
.svc-search input { padding: 10px 40px 10px 18px; border: 1.5px solid var(--border); border-radius: 50px; font-size: 13.5px; font-family: "Plus Jakarta Sans", sans-serif; width: 200px; outline: none; background: #fff; transition: border-color .2s; }
.svc-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,86,219,.08); }
.svc-search i { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 13px; pointer-events: none; }

.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.svc-card { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden; transition: .22s; display: flex; flex-direction: column; }
.svc-card:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(26,86,219,.1); }

.svc-card-top  { background: linear-gradient(135deg, #eef3ff, #dce6ff); padding: 20px 22px 16px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.svc-date-block { background: #fff; border-radius: 10px; padding: 8px 12px; text-align: center; min-width: 52px; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.svc-date-day  { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; font-weight: 800; color: var(--blue); line-height: 1; display: block; }
.svc-date-mon  { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); display: block; margin-top: 2px; }
.svc-cat-pill  { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--blue); background: rgba(26,86,219,.1); border-radius: 20px; padding: 4px 10px; white-space: nowrap; }

.svc-card-body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.svc-author    { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.svc-av        { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--blue)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.svc-av svg    { width: 12px; height: 12px; fill: #fff; }
.svc-author-name { font-size: 12px; font-weight: 600; color: var(--muted); }

.svc-card h4 { font-family: "Bricolage Grotesque", sans-serif; font-size: 16px; font-weight: 800; color: var(--ink); line-height: 1.35; margin-bottom: 10px; }
.svc-card p  { font-size: 13px; color: var(--muted); line-height: 1.65; flex: 1; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 16px; }
.svc-read    { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--blue); text-decoration: none; margin-top: auto; }
.svc-read i  { font-size: 11px; transition: transform .18s; }
.svc-card:hover .svc-read i { transform: translateX(4px); }

.svc-pag     { display: flex; gap: 6px; margin-top: 36px; flex-wrap: wrap; }
.svc-pag-btn { width: 40px; height: 40px; border-radius: 10px; border: 1.5px solid var(--border); background: #fff; font-size: 13.5px; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .18s; text-decoration: none; }
.svc-pag-btn:hover, .svc-pag-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }

.content-band    { background: linear-gradient(135deg, #eef3ff, #f6f9ff); border: 1.5px solid var(--border); border-radius: 20px; padding: 36px; margin-top: 44px; }
.content-band h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.content-band p  { font-size: 15px; color: var(--muted); line-height: 1.8; }

.sub-band    { background: linear-gradient(135deg, #04122e, #1a56db); border-radius: 20px; padding: 32px 28px; margin-top: 28px; text-align: center; }
.sub-band h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.sub-band p  { font-size: 13.5px; color: rgba(255,255,255,.65); margin-bottom: 20px; }


/* ─────────────────────────────────────────────
   5. CONTACT PAGE  (contactus.cshtml)
───────────────────────────────────────────── */

.contact-page { padding: 72px 0 96px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

.contact-form-card { background: #fff; border: 1.5px solid var(--border); border-radius: 24px; padding: 40px; box-shadow: 0 8px 40px rgba(26,86,219,.06); }
.contact-form-card h2 { font-family: "Bricolage Grotesque", sans-serif; font-size: 26px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.contact-form-card .form-sub { font-size: 14.5px; color: var(--muted); margin-bottom: 28px; }

.cf-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.cf-group label { font-size: 12.5px; font-weight: 700; color: var(--navy); letter-spacing: .02em; }
.cf-group input, .cf-group select, .cf-group textarea { padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; width: 100%; }
.cf-group input:focus, .cf-group select:focus, .cf-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,86,219,.08); }
.cf-group textarea { resize: vertical; min-height: 110px; }
.cf-row    { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cf-submit { width: 100%; padding: 14px; border-radius: 50px; background: linear-gradient(135deg, var(--blue), #0a2d8f); color: #fff; font-family: "Bricolage Grotesque", sans-serif; font-size: 16px; font-weight: 800; border: none; cursor: pointer; transition: .22s; box-shadow: 0 8px 24px rgba(26,86,219,.28); margin-top: 6px; }
.cf-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(26,86,219,.38); }

.contact-info-col {}
.contact-info-head    { margin-bottom: 32px; }
.contact-info-head h2 { font-family: "Bricolage Grotesque", sans-serif; font-size: 28px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.contact-info-head p  { font-size: 15px; color: var(--muted); line-height: 1.75; }

.contact-cards { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.contact-card  { display: flex; gap: 18px; align-items: flex-start; background: var(--card); border: 1.5px solid var(--border); border-radius: 16px; padding: 20px 22px; transition: .22s; }
.contact-card:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(26,86,219,.08); }
.cc-icon      { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cc-icon.blue  { background: linear-gradient(135deg, var(--blue), #0a2d8f); }
.cc-icon.teal  { background: linear-gradient(135deg, var(--teal), #0891b2); }
.cc-icon.green { background: linear-gradient(135deg, var(--mint), #059669); }
.cc-icon svg   { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cc-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 14px; color: var(--navy); margin-bottom: 4px; }
.cc-val   { font-size: 14px; color: var(--muted); line-height: 1.6; }
.cc-val a { color: var(--blue); text-decoration: none; font-weight: 600; }
.cc-val a:hover { text-decoration: underline; }

.social-row { display: flex; gap: 10px; margin-bottom: 36px; }
.soc-btn    { width: 42px; height: 42px; border-radius: 50%; background: var(--card); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 16px; text-decoration: none; transition: .2s; }
.soc-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-2px); }

.map-card        { border-radius: 16px; overflow: hidden; border: 1.5px solid var(--border); box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.map-card iframe { display: block; width: 100%; height: 260px; border: none; }

.contact-why    { background: linear-gradient(135deg, #eef3ff, #f6f9ff); border: 1.5px solid var(--border); border-radius: 20px; padding: 36px; margin-top: 56px; }
.contact-why h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 24px; text-align: center; }
.why-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ws-item   { text-align: center; }
.ws-val    { font-family: "Bricolage Grotesque", sans-serif; font-size: 32px; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 4px; }
.ws-label  { font-size: 13px; color: var(--muted); font-weight: 600; }


/* ─────────────────────────────────────────────
   6. CHECKOUT  (CustomCheckout.cshtml)
───────────────────────────────────────────── */

.checkout-page { padding: 72px 0 96px; }
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }

.co-card { border-radius: 20px; overflow: hidden; border: 1.5px solid var(--border); }
.co-card-head { padding: 20px 28px; display: flex; align-items: center; gap: 12px; }
.co-card-head-blue  { background: linear-gradient(135deg, #04122e, #102a6e); }
.co-card-head-white { background: #fff; border-bottom: 1.5px solid var(--border); }
.co-card-head h4    { font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 800; margin: 0; }
.co-card-head-blue h4  { color: #fff; }
.co-card-head-white h4 { color: var(--navy); }
.co-card-head-icon     { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.co-card-head-icon svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.co-card-body      { background: #fff; padding: 28px; }
.co-card-body-dark { background: linear-gradient(160deg, #04122e, #102a6e); padding: 28px; }

.co-row { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--border); }
.co-row:last-child { border-bottom: none; }
.co-label { font-size: 13px; font-weight: 700; color: var(--muted); width: 44%; flex-shrink: 0; }
.co-val   { font-size: 14px; font-weight: 600; color: var(--ink); flex: 1; }

.amt-row   { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.amt-row:last-of-type { border-bottom: none; }
.amt-label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.65); }
.amt-val   { font-size: 15px; font-weight: 700; color: #fff; }
.amt-row.total { background: rgba(255,255,255,.08); border-radius: 10px; padding: 14px 16px; margin-top: 8px; border: 1px solid rgba(255,255,255,.18); }
.amt-row.total .amt-label { font-size: 14px; font-weight: 800; color: #fff; }
.amt-row.total .amt-val   { font-size: 22px; font-weight: 800; color: #34d9c3; }

.discount-badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(52,217,195,.15); border: 1px solid rgba(52,217,195,.3); border-radius: 20px; padding: 3px 10px; font-size: 12px; font-weight: 700; color: #34d9c3; margin-bottom: 16px; }

.pay-btn { width: 100%; padding: 15px; border-radius: 50px; background: linear-gradient(135deg, #1a56db, #0a2d8f); color: #fff; font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 800; border: none; cursor: pointer; transition: .22s; box-shadow: 0 8px 28px rgba(26,86,219,.4); margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.pay-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(26,86,219,.5); }
.pay-btn svg   { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pay-secure    { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px; font-size: 12.5px; color: rgba(255,255,255,.5); }
.pay-secure svg { width: 13px; height: 13px; fill: rgba(52,217,195,.7); }
.rzp-badge     { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 10px; font-size: 11px; color: rgba(255,255,255,.4); }


/* ─────────────────────────────────────────────
   7. PAYMENT RESPONSE  (PaymentResponse.cshtml)
───────────────────────────────────────────── */

.pr-page { padding: 72px 0 96px; }
.pr-card { max-width: 680px; margin: 0 auto; background: #fff; border: 1.5px solid var(--border); border-radius: 24px; overflow: hidden; box-shadow: 0 8px 40px rgba(26,86,219,.08); }

.pr-status-banner        { padding: 32px 36px; text-align: center; }
.pr-status-banner.success { background: linear-gradient(135deg, #04122e, #102a6e); }
.pr-status-banner.failed  { background: linear-gradient(135deg, #3b0a0a, #7f1d1d); }

.pr-status-icon         { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.pr-status-icon.success { background: rgba(52,217,195,.2); border: 2px solid rgba(52,217,195,.4); }
.pr-status-icon.failed  { background: rgba(239,68,68,.2);  border: 2px solid rgba(239,68,68,.4); }
.pr-status-icon svg     { width: 32px; height: 32px; }

.pr-status-title { font-family: "Bricolage Grotesque", sans-serif; font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.pr-status-sub   { font-size: 14px; color: rgba(255,255,255,.65); }

.pr-details       { padding: 28px 36px; }
.pr-section-title { font-family: "Bricolage Grotesque", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--border); }

.pr-row           { display: flex; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--border); }
.pr-row:last-child { border-bottom: none; }
.pr-row-label     { font-size: 13px; font-weight: 700; color: var(--muted); width: 42%; flex-shrink: 0; }
.pr-row-val       { font-size: 14px; font-weight: 600; color: var(--ink); flex: 1; }

.pr-status-pill         { display: inline-flex; align-items: center; gap: 5px; border-radius: 20px; padding: 4px 14px; font-size: 13px; font-weight: 700; }
.pr-status-pill.success { background: #e1f5ee; color: #0f6e56; }
.pr-status-pill.failed  { background: #fee2e2; color: #991b1b; }
.pr-status-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.pr-status-pill.success::before { background: #10b981; }
.pr-status-pill.failed::before  { background: #ef4444; }

.pr-amount-box   { background: var(--card); border: 1.5px solid var(--border); border-radius: 14px; padding: 18px 22px; margin: 20px 0; display: flex; align-items: center; justify-content: space-between; }
.pr-amount-label { font-size: 13px; font-weight: 700; color: var(--muted); }
.pr-amount-val   { font-family: "Bricolage Grotesque", sans-serif; font-size: 28px; font-weight: 800; color: var(--navy); }

.pr-actions     { padding: 0 36px 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.pr-btn-home    { flex: 1; padding: 13px; border-radius: 50px; background: linear-gradient(135deg, var(--blue), #0a2d8f); color: #fff; font-family: "Bricolage Grotesque", sans-serif; font-size: 15px; font-weight: 800; border: none; cursor: pointer; text-align: center; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; transition: .2s; }
.pr-btn-home:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,86,219,.3); color: #fff; }
.pr-btn-support { flex: 1; padding: 13px; border-radius: 50px; background: #fff; color: var(--navy); font-family: "Bricolage Grotesque", sans-serif; font-size: 15px; font-weight: 800; border: 2px solid var(--border); cursor: pointer; text-align: center; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; transition: .2s; }
.pr-btn-support:hover { border-color: var(--blue); color: var(--blue); }
.pr-divider     { height: 1px; background: var(--border); margin: 0 36px; }


/* ─────────────────────────────────────────────
   8. PRIVACY POLICY  (privacypolicy.cshtml)
───────────────────────────────────────────── */

.policy-section { padding: 80px 0; }
.policy-content { max-width: 860px; margin: 0 auto; }
.policy-content h3      { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 800; color: var(--navy); margin: 36px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--border); }
.policy-content h4      { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); margin: 22px 0 8px; }
.policy-content p       { font-size: 15px; color: #374151; line-height: 1.85; margin-bottom: 16px; }
.policy-content strong  { color: var(--navy); }
.policy-content a       { color: var(--blue); text-decoration: none; }
.policy-content a:hover { text-decoration: underline; }
.policy-content ul      { padding-left: 20px; margin-bottom: 16px; }
.policy-content ul li   { font-size: 15px; color: #374151; line-height: 1.8; margin-bottom: 6px; }

.policy-intro-card   { background: var(--card); border: 1.5px solid var(--border); border-radius: 16px; padding: 28px 32px; margin-bottom: 40px; }
.policy-intro-card p { margin: 0; font-size: 15.5px; color: var(--muted); }


/* ─────────────────────────────────────────────
   9. TERMS OF SERVICE  (TermsofService.cshtml)
───────────────────────────────────────────── */

/* Inherits all .policy-* rules above, plus: */
.policy-content p          { text-align: justify; }
.policy-intro-card p       { font-size: 15px; line-height: 1.8; }

.toc-card      { background: var(--light); border: 1.5px solid var(--border); border-radius: 14px; padding: 24px; margin-bottom: 36px; }
.toc-card h4   { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; font-weight: 800; color: var(--navy); margin-bottom: 14px; }
.toc-card ol   { padding-left: 20px; }
.toc-card ol li { font-size: 14px; color: var(--blue); margin-bottom: 6px; font-weight: 600; }


/* ═══════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
═══════════════════════════════════════════ */

@media (max-width: 960px) {
    /* Index */
    .hero-inner, .why-inner, .hub-panel-intro, .erp-inner, .erp-qcard { grid-template-columns: 1fr; gap: 36px; }
    .steps-grid    { grid-template-columns: 1fr 1fr; }
    .steps-grid::before { display: none; }
    .why-cards, .stats-grid { grid-template-columns: 1fr; }
    .pg3, .pricing-grid { grid-template-columns: 1fr; max-width: 100%; }
    .erp-inner     { gap: 28px; }
    .marquee-item  { min-width: 100px; padding: 0 16px; }
    /* Layouts */
    .article-layout, .blog-layout, .svc-layout { grid-template-columns: 1fr; }
    .contact-grid, .checkout-grid              { grid-template-columns: 1fr; gap: 40px; }
    .featured-post { grid-template-columns: 1fr; }
    .featured-right { display: none; }
    .why-strip { grid-template-columns: 1fr 1fr; gap: 16px; }
}

@media (max-width: 768px) {
    .pg3, .pricing-grid { grid-template-columns: 1fr; }
    .psb-header    { flex-direction: column; align-items: flex-start; gap: 10px; }
    .psb-title     { font-size: 14px; }
    .hub-tabs      { gap: 6px; }
    .hub-tab       { padding: 7px 14px; font-size: 12px; }
    .platform-grid { grid-template-columns: repeat(3, 1fr); }
    .erp-qcard     { grid-template-columns: 1fr; padding: 24px; }
    .steps-grid    { grid-template-columns: 1fr; }
    .flow-grid     { grid-template-columns: 1fr 20px 1fr; }
    .checkout-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    /* Index */
    .psb-header    { align-items: flex-start; padding: 14px 16px; }
    .psb-title-row { flex-direction: column; align-items: flex-start; column-gap: 0; row-gap: 8px; }
    .psb-logos     { width: 100%; flex-wrap: wrap; overflow-x: visible; padding-bottom: 0; gap: 10px; }
    .psb-logo:not(:first-child)::before { content: none; }
    .psb-logos img { height: 24px; max-width: 92px; }
    .psb-logos img.psb-logo-lg, .psb-logos img.psb-logo-xl,
    .psb-logos img.psb-logo-huge, .psb-logos img.psb-logo-xxl { height: 26px; max-width: 100px; }
    .psb-logos img.psb-mob-xl  { height: 34px; max-width: 130px; }
    .psb-logos img.psb-mob-xxl { height: 42px; max-width: 160px; }
    .hero-btns     { flex-direction: row; gap: 10px; }
    .hero-btns .btn { flex: 1; justify-content: center; padding: 10px 14px; font-size: 13px; border-radius: 14px; }
    .hub-tab       { padding: 8px 14px; font-size: 12.5px; }
    .pc-pr-row     { flex-direction: column; }
    .hero-nums     { gap: 20px; }
    .hero-num-val  { font-size: 24px; }
    .platform-grid { grid-template-columns: repeat(2, 1fr); }
    .flow-chip     { font-size: 10px; padding: 5px 6px; min-height: 30px; }
    .why-cards     { grid-template-columns: 1fr; }
    .cta-btns      { flex-direction: column; align-items: center; }
    /* Blog */
    .article-wrap  { padding: 48px 0 72px; }
    .article-body  { font-size: 15px; }
    .author-bar    { flex-direction: column; align-items: flex-start; }
    .article-body ol li { padding-left: 64px !important; }
    .article-body iframe { height: 240px; }
    .eq-grid       { grid-template-columns: 1fr; }
    .eq-group.full { grid-column: 1; }
    /* Blog listing */
    .posts-grid, .svc-grid { grid-template-columns: 1fr; }
    .blog-topbar   { flex-direction: column; align-items: stretch; }
    .blog-search   { width: 100%; }
    .blog-search input { width: 100%; }
    .sub-row       { flex-direction: column; }
    .featured-post { padding: 24px; }
    .featured-post h2 { font-size: 20px; }
    /* Service */
    .svc-topbar    { flex-direction: column; align-items: flex-start; }
    .svc-search input { width: 100%; }
    /* Contact */
    .cf-row        { grid-template-columns: 1fr; }
    .contact-form-card { padding: 24px; }
    .why-strip     { grid-template-columns: 1fr 1fr; }
    /* Payment response */
    .pr-status-banner { padding: 24px 20px; }
    .pr-details    { padding: 20px; }
    .pr-actions    { padding: 0 20px 24px; flex-direction: column; }
    .pr-row-label  { width: 38%; font-size: 12px; }
}
