/* ==========================================================================
   Insurance Management ERP — "Policy & Claims Control Center" bespoke design
   Scoped under .in-page so nothing leaks to other pages.
   ========================================================================== */
.in-page {
    --in-ink: #0f1b3d;
    --in: #3b5bdb;            /* trust indigo primary */
    --in-2: #4c6ef5;
    --in-3: #1e3a8a;          /* deep navy */
    --in-gold: #f5a524;       /* premium / protection accent */
    --in-gold-2: #ffc04d;
    --in-soft: #eef2ff;
    --in-soft-2: #f5f7ff;
    --in-line: #e3e8f6;
    --in-muted: #5c6785;
    --in-grad: linear-gradient(120deg, #4c6ef5 0%, #3b5bdb 55%, #1e3a8a 100%);
    --in-grad-gold: linear-gradient(120deg, #ffc04d 0%, #f5a524 100%);
    color: #2b3557;
}
.in-page section { overflow: hidden; }

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

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

/* ==========================================================================
   HEADER — page-only background so the navbar blends into the hero.
   This class is set via `bg_color` in industry_insurance.html and this
   stylesheet is loaded ONLY on this page, so it affects no other page.
   ========================================================================== */
.in-header-bg {
    background:
        radial-gradient(1100px 320px at 88% 130%, #dbe4ff 0%, rgba(219,228,255,0) 70%),
        #f7f9ff;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.in-hero {
    position: relative;
    background:
        radial-gradient(1100px 520px at 88% -8%, #dbe4ff 0%, rgba(219,228,255,0) 60%),
        radial-gradient(900px 480px at 5% 110%, #eef2ff 0%, rgba(238,242,255,0) 55%),
        #f7f9ff;
}
.in-hero::before {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(59,91,219,.06) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(59,91,219,.06) 1px, transparent 1px);
    background-size: 34px 34px; -webkit-mask-image: linear-gradient(180deg,#000,transparent 78%);
    mask-image: linear-gradient(180deg,#000,transparent 78%); opacity: .7;
}
.in-hero .container { position: relative; z-index: 2; }
.in-hero h1 { font-size: clamp(2.15rem, 4.4vw, 3.5rem); }
.in-hero-trust { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; }
.in-hero-trust .t { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--in-ink); font-size: .95rem; }
.in-hero-trust .t i { color: var(--in); font-size: 1.15rem; }

/* policy-dashboard mock card */
.in-dash-wrap { position: relative; }
.in-dash {
    position: relative; z-index: 2; background: #fff; border-radius: 1.6rem;
    border: 1px solid var(--in-line); box-shadow: 0 2.4rem 5rem rgba(15,27,61,.16);
    padding: 1.5rem 1.5rem 1.4rem;
}
.in-dash__head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.3rem; }
.in-avatar {
    width: 3rem; height: 3rem; border-radius: 50%; flex: none;
    display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800;
    background: var(--in-grad); box-shadow: 0 .5rem 1rem rgba(59,91,219,.35);
}
.in-dash__head h6 { margin: 0; font-weight: 800; color: var(--in-ink); font-size: 1rem; }
.in-dash__head span { font-size: .8rem; color: var(--in-muted); }
.in-pill-live {
    margin-left: auto; display: inline-flex; align-items: center; gap: .4rem;
    font-size: .72rem; font-weight: 800; color: #1f8a4c; background: #e6f7ec;
    padding: .32rem .7rem; border-radius: 2rem;
}
.in-pill-live .dot { width: .5rem; height: .5rem; border-radius: 50%; background: #24a25a; box-shadow: 0 0 0 0 rgba(36,162,90,.6); animation: inpulse 1.7s infinite; }
@keyframes inpulse { 70% { box-shadow: 0 0 0 .5rem rgba(36,162,90,0); } 100% { box-shadow: 0 0 0 0 rgba(36,162,90,0); } }

/* coverage ring + meta */
.in-cover { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.25rem; }
.in-ring {
    --p: 92; width: 8.2rem; height: 8.2rem; border-radius: 50%; flex: none; position: relative;
    background: conic-gradient(var(--in) calc(var(--p) * 1%), #e6ebfb 0);
}
.in-ring::after {
    content: ""; position: absolute; inset: .8rem; background: #fff; border-radius: 50%;
    box-shadow: inset 0 0 0 1px var(--in-line);
}
.in-ring__c { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 2; }
.in-ring__c i { font-size: 1.15rem; color: var(--in); line-height: 1; margin-bottom: .15rem; }
.in-ring__c b { font-size: 1.55rem; font-weight: 800; color: var(--in-ink); line-height: 1; }
.in-ring__c small { font-size: .66rem; color: var(--in-muted); margin-top: .2rem; }
.in-cover-meta { flex: 1; display: flex; flex-direction: column; gap: .8rem; }
.in-meta-row .in-meta-top { display: flex; justify-content: space-between; font-size: .78rem; font-weight: 700; color: var(--in-ink); margin-bottom: .35rem; }
.in-meta-row .in-meta-top span:last-child { color: var(--in-muted); font-weight: 700; }
.in-bar { height: .5rem; border-radius: 2rem; background: #eaeefb; overflow: hidden; }
.in-bar > i { display: block; height: 100%; border-radius: 2rem; }
.in-bar .prem { background: var(--in-grad-gold); width: 78%; }
.in-bar .sum { background: linear-gradient(90deg,#4c6ef5,#3b5bdb); width: 90%; }

/* claims pipeline */
.in-claims { border-top: 1px dashed var(--in-line); padding-top: 1.15rem; }
.in-claims__t { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.1rem; }
.in-claims__t h6 { margin: 0; font-size: .86rem; font-weight: 800; color: var(--in-ink); }
.in-claims__t span { font-size: .74rem; font-weight: 800; color: #a56a00; background: #fff4de; padding: .25rem .6rem; border-radius: 2rem; }
.in-pipe { display: flex; position: relative; }
.in-pipe::before { content: ""; position: absolute; top: .85rem; left: 12%; right: 12%; height: 2px; background: var(--in-line); z-index: 0; }
.in-pnode { flex: 1; text-align: center; position: relative; z-index: 1; }
.in-pnode .d { width: 1.75rem; height: 1.75rem; border-radius: 50%; margin: 0 auto .5rem; display: flex; align-items: center; justify-content: center; font-size: .8rem; background: #eaeefb; color: var(--in-muted); border: 2px solid #fff; }
.in-pnode.done .d { background: var(--in); color: #fff; }
.in-pnode.active .d { background: var(--in-gold); color: #fff; box-shadow: 0 0 0 4px rgba(245,165,36,.18); }
.in-pnode small { display: block; font-size: .72rem; font-weight: 700; color: var(--in-ink); line-height: 1.2; }
.in-pnode em { display: block; font-style: normal; font-size: .66rem; color: var(--in-muted); }

/* floating badges */
.in-badge {
    position: absolute; z-index: 3; background: #fff; border-radius: .9rem;
    box-shadow: 0 1rem 2.4rem rgba(15,27,61,.16); padding: .7rem .95rem;
    display: flex; align-items: center; gap: .6rem; border: 1px solid var(--in-line);
    animation: infloat 5s ease-in-out infinite;
}
.in-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; }
.in-badge .ic--claim { background: var(--in-grad-gold); }
.in-badge .ic--renew { background: var(--in-grad); }
.in-badge b { display: block; font-size: .84rem; color: var(--in-ink); line-height: 1.1; }
.in-badge span { font-size: .72rem; color: var(--in-muted); }
.in-badge--tl { top: -2.4rem; left: -1.6rem; }
.in-badge--br { bottom: -1.9rem; right: -1.6rem; animation-delay: 1.4s; }
@keyframes infloat { 50% { transform: translateY(-10px); } }

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

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

/* ==========================================================================
   FEATURES — bento grid
   ========================================================================== */
.in-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.in-bento__hero {
    grid-column: span 1; grid-row: span 2; border-radius: 1.4rem; overflow: hidden; position: relative;
    background: var(--in-grad); color: #fff; padding: 2rem 1.8rem; display: flex; flex-direction: column;
}
.in-bento__hero::after { content: ""; position: absolute; top: -30%; right: -30%; width: 70%; height: 70%; background: radial-gradient(circle, rgba(245,165,36,.4), transparent 65%); }
.in-bento__hero .in-kicker { align-self: flex-start; position: relative; z-index: 2; }
.in-bento__hero img { width: 100%; border-radius: 1rem; margin-top: auto; box-shadow: 0 1.4rem 2.6rem rgba(0,0,0,.22); position: relative; z-index: 2; }
.in-bento__hero h3 { color: #fff; font-weight: 800; font-size: 1.5rem; line-height: 1.2; position: relative; z-index: 2; }
.in-bento__hero p { color: rgba(255,255,255,.85); font-size: .95rem; margin-bottom: 1.2rem; position: relative; z-index: 2; }
.in-feat {
    background: #fff; border: 1px solid var(--in-line); border-radius: 1.2rem; padding: 1.5rem;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; height: 100%;
}
.in-feat:hover { transform: translateY(-.5rem); box-shadow: 0 1.6rem 3rem rgba(15,27,61,.12); border-color: transparent; }
.in-ico {
    width: 3.2rem; height: 3.2rem; border-radius: .95rem; display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
}
.in-ico img, .in-ico svg { width: 1.7rem; height: 1.7rem; }
/* icons are teal monochrome — recolor to the chip's accent */
.in-ico svg [fill]:not([fill="none"]) { fill: currentColor; }
.in-ico svg [stroke]:not([stroke="none"]) { stroke: currentColor; }
.in-ico svg { color: inherit; }
.in-feat h3 { font-size: 1.12rem; font-weight: 800; color: var(--in-ink); margin-bottom: .5rem; }
.in-feat p { font-size: .9rem; color: var(--in-muted); margin-bottom: .9rem; line-height: 1.55; }
.in-ticks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
.in-ticks li { position: relative; padding-left: 1.5rem; font-size: .85rem; color: #40507a; line-height: 1.45; }
.in-ticks li::before {
    content: "\2713"; position: absolute; left: 0; top: 0; font-size: .7rem; font-weight: 700; color: var(--in);
    width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--in-soft);
    display: flex; align-items: center; justify-content: center;
}
/* icon color chips */
.in-c1 { background: #e8ecfd; color: #3b5bdb; } .in-c2 { background: #fff2dc; color: #e08a00; }
.in-c3 { background: #e6f7ec; color: #1f9d55; } .in-c4 { background: #fdeaf1; color: #d6407e; }
.in-c5 { background: #e7f4ff; color: #2b7fff; } .in-c6 { background: #ece9fb; color: #6d4bd1; }
.in-c7 { background: #e6f6f7; color: #0f9aa3; } .in-c8 { background: #fdeee0; color: #d98614; }
.in-c9 { background: #eaf0ff; color: #3b5bdb; }

/* ==========================================================================
   WHY US — split panel
   ========================================================================== */
.in-why { background: linear-gradient(180deg,#fff, var(--in-soft-2)); }
.in-why__img { border-radius: 1.4rem; overflow: hidden; box-shadow: 0 1.8rem 4rem rgba(15,27,61,.14); position: relative; }
.in-why__img img { width: 100%; display: block; }
.in-why__badge {
    position: absolute; left: 1.2rem; bottom: 1.2rem; background: rgba(255,255,255,.95); backdrop-filter: blur(6px);
    border-radius: .9rem; padding: .8rem 1rem; box-shadow: 0 1rem 2rem rgba(0,0,0,.12); display: flex; align-items: center; gap: .6rem;
}
.in-why__badge b { font-size: 1.35rem; color: var(--in); font-weight: 800; }
.in-why__badge span { font-size: .78rem; color: var(--in-muted); }
.in-vcard { display: flex; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--in-line); }
.in-vcard:last-child { border-bottom: 0; }
.in-vcard .n { flex: none; width: 2.7rem; height: 2.7rem; border-radius: .8rem; background: var(--in-soft); color: var(--in); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.in-vcard h3 { font-size: 1.08rem; font-weight: 800; color: var(--in-ink); margin-bottom: .3rem; }
.in-vcard p { font-size: .9rem; color: var(--in-muted); margin: 0; line-height: 1.55; }

/* ==========================================================================
   BENEFITS — image collage + list
   ========================================================================== */
.in-collage { position: relative; padding-bottom: 2rem; }
.in-collage img { border-radius: 1.2rem; display: block; box-shadow: 0 1.4rem 3rem rgba(15,27,61,.14); }
.in-collage .big { width: 82%; }
.in-collage .small { position: absolute; right: 0; bottom: 0; width: 46%; border: 5px solid #fff; }
.in-blur-dot { position: absolute; width: 12rem; height: 12rem; border-radius: 50%; background: radial-gradient(circle, rgba(245,165,36,.4), transparent 70%); filter: blur(10px); top: -2rem; left: -2rem; z-index: 0; }
.in-benefit { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.in-benefit:last-child { margin-bottom: 0; }
.in-benefit .ic { flex: none; width: 3rem; height: 3rem; border-radius: .85rem; background: var(--in-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 .6rem 1.2rem rgba(59,91,219,.3); }
.in-benefit h3 { font-size: 1.1rem; font-weight: 800; color: var(--in-ink); margin-bottom: .3rem; }
.in-benefit p { font-size: .9rem; color: var(--in-muted); margin: 0; line-height: 1.55; }

/* ==========================================================================
   CONSIDERATIONS — honest cards
   ========================================================================== */
.in-honest { background: var(--in-soft-2); }
.in-note {
    background: #fff; border: 1px solid var(--in-line); border-radius: 1.1rem; padding: 1.4rem; height: 100%;
    border-top: 3px solid var(--in-gold); transition: transform .3s ease, box-shadow .3s ease;
}
.in-note:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.6rem rgba(15,27,61,.1); }
.in-note .ic { width: 2.9rem; height: 2.9rem; border-radius: .8rem; background: #fff4de; color: var(--in-gold); display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; }
.in-note .ic img, .in-note .ic svg { width: 1.5rem; height: 1.5rem; }
.in-note .ic svg [fill]:not([fill="none"]) { fill: currentColor; }
.in-note .ic svg [stroke]:not([stroke="none"]) { stroke: currentColor; }
.in-note h3 { font-size: 1.02rem; font-weight: 800; color: var(--in-ink); margin-bottom: .45rem; }
.in-note p { font-size: .86rem; color: var(--in-muted); margin: 0; line-height: 1.55; }
.in-solve {
    background: var(--in-grad); 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,138,.3); position: relative; overflow: hidden;
}
.in-solve::after { content: ""; position: absolute; top: -40%; right: -10%; width: 45%; height: 160%; background: radial-gradient(circle, rgba(245,165,36,.35), transparent 65%); }
.in-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; position: relative; z-index: 2; }
.in-solve h3 { color: #fff; font-weight: 800; margin-bottom: .35rem; font-size: 1.25rem; position: relative; z-index: 2; }
.in-solve p { color: rgba(255,255,255,.9); margin: 0; font-size: .92rem; line-height: 1.6; position: relative; z-index: 2; }

/* ==========================================================================
   TECHNICAL — dark band
   ========================================================================== */
.in-tech { position: relative; background: #0a1330; color: #c6d3f0; }
.in-tech::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(800px 400px at 12% 0%, rgba(59,91,219,.28), transparent 60%),
                radial-gradient(700px 420px at 90% 100%, rgba(245,165,36,.18), transparent 60%);
}
.in-tech .container { position: relative; z-index: 2; }
.in-tech .in-head h2 { color: #fff; }
.in-tech .in-head p { color: #9fb0d8; }
.in-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;
}
.in-stat-tile:hover { transform: translateY(-.4rem); border-color: rgba(76,110,245,.6); }
.in-stat-tile b { display: block; font-size: 2rem; font-weight: 800; background: linear-gradient(120deg,#7f9cff,#4c6ef5); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.in-stat-tile span { display: block; margin-top: .35rem; font-size: .86rem; color: #9fb0d8; }
.in-trow { display: flex; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.in-trow:last-child { border-bottom: 0; }
.in-trow .ic { flex: none; width: 2.9rem; height: 2.9rem; border-radius: .75rem; background: #fff; display: flex; align-items: center; justify-content: center; }
.in-trow .ic img, .in-trow .ic svg { width: 1.45rem; height: 1.45rem; }
.in-trow h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: .2rem; }
.in-trow p { color: #9fb0d8; font-size: .85rem; margin: 0; line-height: 1.5; }
.in-tech-sub { color: #eef2ff; font-weight: 800; font-size: 1.15rem; margin-bottom: .4rem; }

/* ==========================================================================
   IMPLEMENTATION — rail + support
   ========================================================================== */
.in-step { display: flex; gap: 1.1rem; padding-bottom: 2rem; position: relative; }
.in-step:last-child { padding-bottom: 0; }
.in-step::before { content: ""; position: absolute; left: 1.35rem; top: 3rem; bottom: -.2rem; width: 2px; background: linear-gradient(var(--in), var(--in-line)); }
.in-step:last-child::before { display: none; }
.in-step .num { flex: none; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: var(--in-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(59,91,219,.3); }
.in-step h4 { font-size: 1.1rem; font-weight: 800; color: var(--in-ink); margin-bottom: .3rem; }
.in-step p { font-size: .9rem; color: var(--in-muted); margin: 0; line-height: 1.55; }
.in-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.in-imgs img { width: 100%; border-radius: 1rem; display: block; box-shadow: 0 1rem 2.4rem rgba(15,27,61,.12); }
.in-imgs .wide { grid-column: 1 / -1; }
.in-support { background: #fff; border: 1px solid var(--in-line); border-radius: 1.1rem; padding: 1.5rem; text-align: center; height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.in-support:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.6rem rgba(15,27,61,.1); }
.in-support .ic { width: 3.4rem; height: 3.4rem; border-radius: 1rem; background: var(--in-soft); color: var(--in); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.in-support .ic img, .in-support .ic svg { width: 1.7rem; height: 1.7rem; }
.in-support .ic svg [fill]:not([fill="none"]) { fill: currentColor; }
.in-support .ic svg [stroke]:not([stroke="none"]) { stroke: currentColor; }
.in-support h3 { font-size: 1.05rem; font-weight: 800; color: var(--in-ink); margin-bottom: .4rem; }
.in-support p { font-size: .85rem; color: var(--in-muted); margin: 0; line-height: 1.55; }

/* ==========================================================================
   PRICING
   ========================================================================== */
.in-price { background: var(--in-soft-2); }
.in-plan { background: #fff; border: 1px solid var(--in-line); border-radius: 1.4rem; padding: 2rem; height: 100%; display: flex; flex-direction: column; }
.in-plan--feature { background: var(--in-ink); color: #c6d3f0; border-color: transparent; position: relative; overflow: hidden; }
.in-plan--feature::before { content: ""; position: absolute; top: -40%; right: -20%; width: 60%; height: 120%; background: radial-gradient(circle, rgba(76,110,245,.4), transparent 65%); }
.in-plan__tag { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--in); margin-bottom: .8rem; }
.in-plan--feature .in-plan__tag { color: var(--in-gold-2); }
.in-plan__price { font-size: 3rem; font-weight: 800; color: var(--in-ink); line-height: 1; }
.in-plan__price small { font-size: .95rem; font-weight: 600; color: var(--in-muted); }
.in-plan p.sub { color: var(--in-muted); font-size: .9rem; margin: .6rem 0 1.3rem; }
.in-plan .in-ticks { margin-bottom: 1.6rem; }
.in-plan--feature h3, .in-plan--feature .in-tech-sub { color: #fff; position: relative; z-index: 2; }
.in-plan--feature .sub { color: #9fb0d8; }
.in-custom { display: flex; gap: .8rem; padding: .85rem 0; position: relative; z-index: 2; }
.in-custom .ic { flex: none; width: 2.5rem; height: 2.5rem; border-radius: .7rem; background: #fff; display: flex; align-items: center; justify-content: center; }
.in-custom .ic img, .in-custom .ic svg { width: 1.3rem; height: 1.3rem; }
.in-custom h4 { color: #fff; font-size: .98rem; font-weight: 700; margin-bottom: .15rem; }
.in-custom p { font-size: .82rem; margin: 0; color: #9fb0d8; line-height: 1.45; }

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

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

/* ==========================================================================
   CTA
   ========================================================================== */
.in-cta { position: relative; background: var(--in-ink); color: #fff; }
.in-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 360px at 20% 0%, rgba(59,91,219,.32), transparent 60%), radial-gradient(700px 400px at 90% 100%, rgba(245,165,36,.2), transparent 60%); }
.in-cta .container { position: relative; z-index: 2; }
.in-cta h2 { color: #fff; font-size: clamp(1.9rem,3.2vw,2.6rem); }
.in-cta .in-cta-lead { color: #b7c5e6; }
.in-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; }
.in-cta-card:hover { transform: translateY(-.5rem); border-color: rgba(76,110,245,.6); }
.in-cta-card .ic { width: 3.6rem; height: 3.6rem; border-radius: 50%; background: var(--in-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 1rem; }
.in-cta-card h3 { color: #fff; font-weight: 800; font-size: 1.25rem; margin-bottom: .5rem; }
.in-cta-card p { color: #b7c5e6; font-size: .92rem; margin-bottom: 1.3rem; }

/* FAQ uses the theme's default .accordion-wrapper style (see faq-section markup). */

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .in-bento { grid-template-columns: 1fr 1fr; }
    .in-bento__hero { grid-column: 1 / -1; grid-row: auto; flex-direction: row; align-items: center; gap: 1.5rem; }
    .in-bento__hero img { margin-top: 0; width: 40%; }
    .in-badge--tl { left: .5rem; } .in-badge--br { right: .5rem; }
}
@media (max-width: 767px) {
    .in-bento { grid-template-columns: 1fr; }
    .in-bento__hero { flex-direction: column; } .in-bento__hero img { width: 100%; }
    .in-dash { margin-top: 1rem; }
    .in-badge { display: none; }
    .in-collage .small { position: static; width: 60%; margin: -3rem 0 0 auto; }
}

/* keep the contact textarea height consistent with the old marker */
.gen-1 { height: 150px; }
