/* ==========================================================================
   Diet & Nutrition ERP — "Wellness Dashboard" bespoke design
   Scoped under .dn-page so nothing leaks to other pages.
   ========================================================================== */
.dn-page {
    --dn-ink: #0e2b23;
    --dn: #17b183;          /* fresh green primary */
    --dn-2: #0e9c6e;
    --dn-3: #0f766e;        /* deep teal */
    --dn-lime: #7dd44f;
    --dn-warm: #ff8a3d;     /* energy accent */
    --dn-soft: #eafaf3;
    --dn-soft-2: #f3fbf7;
    --dn-line: #e4efe9;
    --dn-muted: #5f7d73;
    --dn-grad: linear-gradient(120deg, #17b183 0%, #0f9d6e 45%, #0f766e 100%);
    --dn-grad-warm: linear-gradient(120deg, #ffb057 0%, #ff8a3d 100%);
    color: #23433a;
}
.dn-page section { overflow: hidden; }

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

/* buttons */
.dn-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;
}
.dn-btn i { transition: transform .25s ease; }
.dn-btn:hover i { transform: translate(2px,-2px); }
.dn-btn-primary { background: var(--dn-grad); color: #fff; box-shadow: 0 .8rem 1.6rem rgba(15,157,110,.32); }
.dn-btn-primary:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 1.2rem 2.2rem rgba(15,157,110,.42); }
.dn-btn-ghost { background: #fff; color: var(--dn-2); border: 1.5px solid var(--dn-line); }
.dn-btn-ghost:hover { color: var(--dn-2); transform: translateY(-3px); border-color: var(--dn); box-shadow: 0 1rem 2rem rgba(15,157,110,.14); }
.dn-btn-light { background: #fff; color: var(--dn-3); box-shadow: 0 .8rem 1.6rem rgba(3,25,20,.25); }
.dn-btn-light:hover { color: var(--dn-3); transform: translateY(-3px); }

/* ==========================================================================
   HERO
   ========================================================================== */
.dn-hero {
    position: relative;
    background:
        radial-gradient(1100px 520px at 88% -8%, #d7f6ea 0%, rgba(215,246,234,0) 60%),
        radial-gradient(900px 480px at 5% 110%, #eafaf3 0%, rgba(234,250,243,0) 55%),
        #f7fdfb;
}
.dn-hero::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(23,177,131,.10) 1.4px, transparent 1.4px);
    background-size: 26px 26px; -webkit-mask-image: linear-gradient(180deg,#000,transparent 75%);
    mask-image: linear-gradient(180deg,#000,transparent 75%); opacity: .5;
}
.dn-hero .container { position: relative; z-index: 2; }
.dn-hero h1 { font-size: clamp(2.15rem, 4.4vw, 3.5rem); }
.dn-hero-trust { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; }
.dn-hero-trust .t { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--dn-ink); font-size: .95rem; }
.dn-hero-trust .t i { color: var(--dn); font-size: 1.15rem; }

/* nutrition-dashboard mock card */
.dn-dash-wrap { position: relative; }
.dn-dash {
    position: relative; z-index: 2; background: #fff; border-radius: 1.6rem;
    border: 1px solid var(--dn-line); box-shadow: 0 2.4rem 5rem rgba(9,54,41,.16);
    padding: 1.5rem 1.5rem 1.4rem;
}
.dn-dash__head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.3rem; }
.dn-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(--dn-grad); box-shadow: 0 .5rem 1rem rgba(15,157,110,.35);
}
.dn-dash__head h6 { margin: 0; font-weight: 800; color: var(--dn-ink); font-size: 1rem; }
.dn-dash__head span { font-size: .8rem; color: var(--dn-muted); }
.dn-pill-live {
    margin-left: auto; display: inline-flex; align-items: center; gap: .4rem;
    font-size: .72rem; font-weight: 800; color: #0e9c6e; background: var(--dn-soft);
    padding: .32rem .7rem; border-radius: 2rem;
}
.dn-pill-live .dot { width: .5rem; height: .5rem; border-radius: 50%; background: #17b183; box-shadow: 0 0 0 0 rgba(23,177,131,.6); animation: dnpulse 1.7s infinite; }
@keyframes dnpulse { 70% { box-shadow: 0 0 0 .5rem rgba(23,177,131,0); } 100% { box-shadow: 0 0 0 0 rgba(23,177,131,0); } }

.dn-dash__ring { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.2rem; }
.dn-ring {
    --p: 88; width: 8.2rem; height: 8.2rem; border-radius: 50%; flex: none; position: relative;
    background: conic-gradient(var(--dn) calc(var(--p) * 1%), #e7f4ee 0);
}
.dn-ring::after {
    content: ""; position: absolute; inset: .8rem; background: #fff; border-radius: 50%;
    box-shadow: inset 0 0 0 1px var(--dn-line);
}
.dn-ring__c { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 2; }
.dn-ring__c b { font-size: 1.5rem; font-weight: 800; color: var(--dn-ink); line-height: 1; }
.dn-ring__c small { font-size: .68rem; color: var(--dn-muted); margin-top: .2rem; }
.dn-macros { flex: 1; display: flex; flex-direction: column; gap: .7rem; }
.dn-macro__top { display: flex; justify-content: space-between; font-size: .78rem; font-weight: 700; color: var(--dn-ink); margin-bottom: .3rem; }
.dn-macro__top span:last-child { color: var(--dn-muted); font-weight: 600; }
.dn-bar { height: .5rem; border-radius: 2rem; background: #eef5f2; overflow: hidden; }
.dn-bar > i { display: block; height: 100%; border-radius: 2rem; }
.dn-bar .p { background: linear-gradient(90deg,#17b183,#7dd44f); width: 80%; }
.dn-bar .c { background: linear-gradient(90deg,#ff8a3d,#ffb057); width: 62%; }
.dn-bar .f { background: linear-gradient(90deg,#3aa0ff,#7cc4ff); width: 70%; }
.dn-badge .ic--meal { background: linear-gradient(120deg,#17b183,#0f9d6e); }
.dn-badge .ic--goal { background: linear-gradient(120deg,#ff8a3d,#ffb057); }
.dn-bento__hero .dn-kicker { align-self: flex-start; }

.dn-meals { border-top: 1px dashed var(--dn-line); padding-top: 1rem; display: flex; flex-direction: column; gap: .6rem; }
.dn-meal { display: flex; align-items: center; gap: .7rem; font-size: .84rem; color: var(--dn-ink); }
.dn-meal .ck {
    width: 1.35rem; height: 1.35rem; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center;
    background: var(--dn-soft); color: var(--dn-2); font-size: .7rem;
}
.dn-meal.done .ck { background: var(--dn); color: #fff; }
.dn-meal small { margin-left: auto; color: var(--dn-muted); }

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

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

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

/* ==========================================================================
   FEATURES — bento grid
   ========================================================================== */
.dn-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.dn-bento__hero {
    grid-column: span 1; grid-row: span 2; border-radius: 1.4rem; overflow: hidden; position: relative;
    background: var(--dn-grad); color: #fff; padding: 2rem 1.8rem; display: flex; flex-direction: column;
}
.dn-bento__hero img { width: 100%; border-radius: 1rem; margin-top: auto; box-shadow: 0 1.4rem 2.6rem rgba(0,0,0,.18); }
.dn-bento__hero h3 { color: #fff; font-weight: 800; font-size: 1.5rem; line-height: 1.2; }
.dn-bento__hero p { color: rgba(255,255,255,.85); font-size: .95rem; margin-bottom: 1.2rem; }
.dn-feat {
    background: #fff; border: 1px solid var(--dn-line); border-radius: 1.2rem; padding: 1.5rem;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; height: 100%;
}
.dn-feat:hover { transform: translateY(-.5rem); box-shadow: 0 1.6rem 3rem rgba(9,54,41,.12); border-color: transparent; }
.dn-ico {
    width: 3.2rem; height: 3.2rem; border-radius: .95rem; display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
}
.dn-ico img, .dn-ico svg { width: 1.7rem; height: 1.7rem; }
.dn-feat h3 { font-size: 1.12rem; font-weight: 800; color: var(--dn-ink); margin-bottom: .5rem; }
.dn-feat p { font-size: .9rem; color: var(--dn-muted); margin-bottom: .9rem; line-height: 1.55; }
.dn-ticks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
.dn-ticks li { position: relative; padding-left: 1.5rem; font-size: .85rem; color: #3a5850; line-height: 1.45; }
.dn-ticks li::before {
    content: "\2713"; position: absolute; left: 0; top: 0; font-size: .7rem; font-weight: 700; color: var(--dn-2);
    width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--dn-soft);
    display: flex; align-items: center; justify-content: center;
}
/* icon color chips */
.dn-c1 { background: #e7f7f0; color: #0e9c6e; } .dn-c2 { background: #fff1e4; color: #ff8a3d; }
.dn-c3 { background: #e9f1ff; color: #3a86ff; } .dn-c4 { background: #fdeef4; color: #e05a86; }
.dn-c5 { background: #eef0ff; color: #6a6ee0; } .dn-c6 { background: #f0f7e4; color: #6aa32a; }
.dn-c7 { background: #e6f6f7; color: #0f9aa3; } .dn-c8 { background: #fef3e0; color: #d9930a; }
.dn-c9 { background: #f1ecfb; color: #8b5cf6; }

/* ==========================================================================
   WHY US — split panel
   ========================================================================== */
.dn-why { background: linear-gradient(180deg,#fff, var(--dn-soft-2)); }
.dn-why__img { border-radius: 1.4rem; overflow: hidden; box-shadow: 0 1.8rem 4rem rgba(9,54,41,.14); position: relative; }
.dn-why__img img { width: 100%; display: block; }
.dn-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;
}
.dn-why__badge b { font-size: 1.35rem; color: var(--dn-2); font-weight: 800; }
.dn-why__badge span { font-size: .78rem; color: var(--dn-muted); }
.dn-vcard { display: flex; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--dn-line); }
.dn-vcard:last-child { border-bottom: 0; }
.dn-vcard .n { flex: none; width: 2.7rem; height: 2.7rem; border-radius: .8rem; background: var(--dn-soft); color: var(--dn-2); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.dn-vcard h3 { font-size: 1.08rem; font-weight: 800; color: var(--dn-ink); margin-bottom: .3rem; }
.dn-vcard p { font-size: .9rem; color: var(--dn-muted); margin: 0; line-height: 1.55; }

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

/* ==========================================================================
   CONSIDERATIONS — honest cards
   ========================================================================== */
.dn-honest { background: var(--dn-soft-2); }
.dn-note {
    background: #fff; border: 1px solid var(--dn-line); border-radius: 1.1rem; padding: 1.4rem; height: 100%;
    border-top: 3px solid var(--dn-warm); transition: transform .3s ease, box-shadow .3s ease;
}
.dn-note:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.6rem rgba(9,54,41,.1); }
.dn-note .ic { width: 2.9rem; height: 2.9rem; border-radius: .8rem; background: #fff4ea; color: var(--dn-warm); display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; }
.dn-note .ic img, .dn-note .ic svg { width: 1.5rem; height: 1.5rem; }
.dn-note h3 { font-size: 1.02rem; font-weight: 800; color: var(--dn-ink); margin-bottom: .45rem; }
.dn-note p { font-size: .86rem; color: var(--dn-muted); margin: 0; line-height: 1.55; }
.dn-solve {
    background: var(--dn-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(15,118,110,.3);
}
.dn-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; }
.dn-solve h3 { color: #fff; font-weight: 800; margin-bottom: .35rem; font-size: 1.25rem; }
.dn-solve p { color: rgba(255,255,255,.9); margin: 0; font-size: .92rem; line-height: 1.6; }

/* ==========================================================================
   TECHNICAL — dark band
   ========================================================================== */
.dn-tech { position: relative; background: #071f19; color: #cfe8df; }
.dn-tech::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(800px 400px at 12% 0%, rgba(23,177,131,.18), transparent 60%),
                radial-gradient(700px 420px at 90% 100%, rgba(15,118,110,.28), transparent 60%);
}
.dn-tech .container { position: relative; z-index: 2; }
.dn-tech .dn-head h2 { color: #fff; }
.dn-tech .dn-head p { color: #9dc4b8; }
.dn-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;
}
.dn-stat-tile:hover { transform: translateY(-.4rem); border-color: rgba(23,177,131,.5); }
.dn-stat-tile b { display: block; font-size: 2rem; font-weight: 800; background: linear-gradient(120deg,#7dd44f,#17b183); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.dn-stat-tile span { display: block; margin-top: .35rem; font-size: .86rem; color: #9dc4b8; }
.dn-trow { display: flex; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.dn-trow:last-child { border-bottom: 0; }
.dn-trow .ic { flex: none; width: 2.9rem; height: 2.9rem; border-radius: .75rem; background: #fff; display: flex; align-items: center; justify-content: center; }
.dn-trow .ic img, .dn-trow .ic svg { width: 1.45rem; height: 1.45rem; }
.dn-trow h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: .2rem; }
.dn-trow p { color: #9dc4b8; font-size: .85rem; margin: 0; line-height: 1.5; }
.dn-tech-sub { color: #eafaf3; font-weight: 800; font-size: 1.15rem; margin-bottom: .4rem; }

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

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

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

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

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

/* ==========================================================================
   FAQ
   ========================================================================== */
.dn-faq .accordion-item { position: relative; background: #fff; border: 1px solid var(--dn-line) !important; border-radius: 1rem !important; margin-bottom: .8rem; overflow: hidden; }
.dn-faq .card-header { background: transparent; }
.dn-faq .accordion-item .card-header button { font-weight: 700; color: var(--dn-ink); font-size: 1rem; padding: 1.15rem 3rem 1.15rem 1.3rem; background: #fff; display: flex; align-items: center; }
.dn-faq .accordion-item .card-header button::before { display: none !important; } /* remove theme left Unicons arrow */
.dn-faq .accordion-item .card-header button::after {
    content: ""; position: absolute; right: 1.5rem; top: 50%; width: .55rem; height: .55rem;
    margin-top: -.4rem; border-right: 2px solid var(--dn-2); border-bottom: 2px solid var(--dn-2);
    transform: rotate(225deg); transition: transform .25s ease; background: none;
}
.dn-faq .accordion-item .card-header button.collapsed::after { transform: rotate(45deg); margin-top: -.15rem; }
.dn-faq .accordion-item .card-header button:not(.collapsed) { color: var(--dn-2); background: var(--dn-soft-2); box-shadow: none; }
.dn-faq .card-body { padding: 0 1.3rem 1.3rem; color: var(--dn-muted); }
.dn-faq .card-body ul { padding-left: 1.1rem; }
.dn-faq .card-body li { margin-bottom: .3rem; }
.dn-faq .card-body strong { color: var(--dn-ink); }

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