/* =========================================================
   AARAV DIGITAL - LEAD GENERATION
   PREMIUM BLACK / GOLD / WHITE
========================================================= */

.adlg-page {
    --adlg-black: #050505;
    --adlg-card: #0b0b0b;
    --adlg-card-2: #101010;
    --adlg-gold: #f5b719;
    --adlg-gold-2: #ffca3a;
    --adlg-white: #ffffff;
    --adlg-muted: #a7a7a7;
    --adlg-border: rgba(255,255,255,.13);
    --adlg-green: #45c94a;

    background:
        radial-gradient(
            circle at 75% 10%,
            rgba(245,183,25,.06),
            transparent 28%
        ),
        #050505;

    color: var(--adlg-white);

    width: 100%;
    overflow: hidden;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    box-sizing: border-box;
}

.adlg-page *,
.adlg-page *::before,
.adlg-page *::after {
    box-sizing: border-box;
}

.adlg-container {
    width: min(1320px, 94%);
    margin: 0 auto;
}

.adlg-section {
    padding: 55px 0;
}


/* =========================================================
   HEADINGS
========================================================= */

.adlg-centered-heading {
    text-align: center;
    margin-bottom: 30px;
}

.adlg-centered-heading h2 {
    margin: 0;
    color: #fff;

    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;

    font-weight: 800;
    letter-spacing: -1px;
}

.adlg-centered-heading h2 span {
    color: var(--adlg-gold);
}

.adlg-eyebrow {
    display: block;

    color: var(--adlg-gold);

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 1.4px;

    margin-bottom: 12px;
}


/* =========================================================
   HERO
========================================================= */

.adlg-hero {
    padding-top: 20px;
}

.adlg-hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, .82fr)
        minmax(0, 1.18fr);

    gap: 38px;

    align-items: center;
}


/* HERO LEFT */

.adlg-hero-content {
    padding: 15px 0;
}

.adlg-badge {
    display: inline-flex;

    align-items: center;
    gap: 9px;

    border: 1px solid var(--adlg-gold);

    border-radius: 30px;

    padding: 10px 17px;

    color: var(--adlg-gold);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: .6px;

    margin-bottom: 25px;

    background: rgba(245,183,25,.025);
}

.adlg-badge-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: var(--adlg-gold);

    box-shadow:
        0 0 10px rgba(245,183,25,.9);
}

.adlg-hero-title {
    margin: 0;

    color: #fff;

    font-size: clamp(48px, 4.4vw, 74px);

    line-height: .99;

    font-weight: 900;

    letter-spacing: -2.5px;
}

.adlg-hero-title span {
    color: var(--adlg-gold);
}

.adlg-hero-text {
    max-width: 600px;

    margin: 25px 0;

    color: #c1c1c1;

    font-size: 18px;

    line-height: 1.65;
}


/* BUTTONS */

.adlg-buttons {
    display: flex;

    gap: 14px;

    flex-wrap: wrap;

    margin-bottom: 30px;
}

.adlg-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 20px;

    min-height: 54px;

    padding: 0 23px;

    border-radius: 7px;

    text-decoration: none !important;

    font-size: 15px;

    font-weight: 800;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.adlg-btn:hover {
    transform: translateY(-3px);
}

.adlg-btn-primary {
    color: #050505 !important;

    background:
        linear-gradient(
            135deg,
            #ffd45b,
            #f2b51a
        );

    box-shadow:
        0 12px 35px rgba(245,183,25,.18);
}

.adlg-btn-secondary {
    color: #fff !important;

    border: 1px solid var(--adlg-gold);

    background: transparent;
}

.adlg-btn-secondary:hover {
    background: rgba(245,183,25,.08);
}


/* HERO STATS */

.adlg-hero-stats {
    display: flex;

    align-items: center;

    gap: 0;

    margin-top: 20px;
}

.adlg-mini-stat {
    min-width: 110px;

    padding-right: 20px;
    margin-right: 20px;

    border-right: 1px solid rgba(255,255,255,.25);
}

.adlg-mini-stat strong {
    display: block;

    color: var(--adlg-gold);

    font-size: 26px;

    line-height: 1;
}

.adlg-mini-stat span {
    display: block;

    color: #aaa;

    margin-top: 6px;

    font-size: 11px;
}

.adlg-partner-stat {
    display: flex;

    flex-direction: column;

    color: #fff;
}

.adlg-partner-stat strong {
    font-size: 16px;
}

.adlg-partner-stat span {
    color: #aaa;
    font-size: 11px;
}

.adlg-google-g {
    color: #4285f4;
    font-size: 24px;
}


/* =========================================================
   DASHBOARD
========================================================= */

.adlg-dashboard {
    position: relative;

    min-height: 545px;

    padding: 22px;

    border: 1px solid rgba(245,183,25,.65);

    border-radius: 13px;

    background:
        radial-gradient(
            circle at 80% 15%,
            rgba(245,183,25,.09),
            transparent 28%
        ),
        #0a0a0a;

    box-shadow:
        0 0 45px rgba(245,183,25,.06),
        inset 0 0 35px rgba(255,255,255,.012);
}

.adlg-dashboard::before {
    content: "";

    position: absolute;

    top: -1px;
    left: 14%;
    right: 14%;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--adlg-gold),
            transparent
        );

    filter:
        drop-shadow(
            0 0 9px
            rgba(245,183,25,.9)
        );
}

.adlg-dashboard-head {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 22px;
}

.adlg-dashboard-head strong {
    color: #fff;

    font-size: 17px;
}

.adlg-dashboard-date {
    color: #aaa;

    font-size: 11px;

    padding: 8px 12px;

    border: 1px solid var(--adlg-border);

    border-radius: 6px;
}


/* METRICS */

.adlg-metrics {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;
}

.adlg-metric {
    min-height: 88px;

    padding: 14px;

    border: 1px solid rgba(255,255,255,.11);

    border-radius: 7px;

    background:
        linear-gradient(
            145deg,
            #101010,
            #0a0a0a
        );
}

.adlg-metric small {
    display: block;

    color: #999;

    font-size: 10px;

    margin-bottom: 8px;
}

.adlg-metric strong {
    display: block;

    color: #fff;

    font-size: 23px;
}

.adlg-metric em {
    display: block;

    margin-top: 4px;

    color: var(--adlg-green);

    font-size: 9px;

    font-style: normal;
}


/* =========================================================
   HERO LINE GRAPH
========================================================= */

.adlg-hero-chart {
    position: relative;

    display: flex;

    height: 270px;

    margin-top: 20px;
}

.adlg-chart-y {
    width: 42px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding:
        5px 5px 29px 0;

    color: #777;

    font-size: 9px;

    text-align: right;
}

.adlg-chart-area {
    position: relative;

    flex: 1;

    overflow: hidden;
}

.adlg-grid-line {
    position: absolute;

    left: 0;
    right: 0;

    height: 1px;

    background:
        rgba(255,255,255,.07);
}

.adlg-grid-line.line-1 {
    top: 10%;
}

.adlg-grid-line.line-2 {
    top: 36%;
}

.adlg-grid-line.line-3 {
    top: 62%;
}

.adlg-grid-line.line-4 {
    top: 88%;
}

.adlg-line-svg {
    position: absolute;

    left: 0;
    right: 0;

    top: 5px;

    width: 100%;
    height: calc(100% - 38px);

    overflow: visible;
}

.adlg-line-path {
    fill: none;

    stroke: #f5b719;

    stroke-width: 5;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.adlg-line-fill {
    fill: url(#leadAreaGradient);

    stroke: none;
}

.adlg-point {
    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--adlg-gold);

    box-shadow:
        0 0 10px
        rgba(245,183,25,.8);
}

.adlg-point.p1 {
    left: 4%;
    top: 82%;
}

.adlg-point.p2 {
    left: 25%;
    top: 54%;
}

.adlg-point.p3 {
    left: 46%;
    top: 42%;
}

.adlg-point.p4 {
    left: 65%;
    top: 30%;
}

.adlg-point.p5 {
    left: 82%;
    top: 18%;
}

.adlg-point.p6 {
    right: 1%;
    top: 5%;
}

.adlg-chart-labels {
    position: absolute;

    left: 0;
    right: 0;

    bottom: 0;

    display: flex;

    justify-content: space-between;

    color: #777;

    font-size: 10px;
}


/* =========================================================
   SOURCE + DONUT
========================================================= */

.adlg-source {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-top: 5px;

    padding-top: 14px;

    border-top: 1px solid rgba(255,255,255,.07);
}

.adlg-source-title {
    color: #aaa;

    font-size: 11px;

    margin-bottom: 8px;
}

.adlg-source-list {
    display: grid;

    gap: 5px;
}

.adlg-source-list span {
    color: #aaa;

    font-size: 10px;
}

.adlg-source-list b {
    float: right;

    margin-left: 25px;

    color: #ddd;
}

.adlg-source-list i {
    display: inline-block;

    width: 7px;
    height: 7px;

    margin-right: 6px;

    border-radius: 50%;
}

.source-meta {
    background: #f5b719;
}

.source-google {
    background: #4285f4;
}

.source-linkedin {
    background: #ff4938;
}

.source-other {
    background: #91c55a;
}

.adlg-donut {
    width: 82px;
    height: 82px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        conic-gradient(
            #f5b719 0 45%,
            #4285f4 45% 80%,
            #ff4938 80% 95%,
            #91c55a 95% 100%
        );

    box-shadow:
        0 0 25px
        rgba(245,183,25,.13);
}

.adlg-donut::after {
    content: "";

    position: absolute;

    width: 59px;
    height: 59px;

    border-radius: 50%;

    background: #0b0b0b;
}

.adlg-donut span {
    position: relative;

    z-index: 2;

    color: #fff;

    font-size: 13px;

    font-weight: 800;
}


/* =========================================================
   CHALLENGES
========================================================= */

.adlg-challenges {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border: 1px solid var(--adlg-border);

    border-radius: 12px;

    overflow: hidden;

    background: #090909;
}

.adlg-challenge {
    min-height: 210px;

    padding: 34px 28px;

    text-align: center;

    border-right: 1px solid var(--adlg-border);

    transition:
        background .25s ease,
        transform .25s ease;
}

.adlg-challenge:last-child {
    border-right: 0;
}

.adlg-challenge:hover {
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(245,183,25,.07),
            transparent 50%
        );
}

.adlg-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--adlg-gold);

    margin-bottom: 20px;
}

.adlg-icon svg {
    width: 48px;
    height: 48px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    filter:
        drop-shadow(
            0 0 8px
            rgba(245,183,25,.45)
        );
}

.adlg-challenge h3 {
    margin: 0 0 10px;

    color: #fff;

    font-size: 18px;
}

.adlg-challenge p {
    margin: 0 auto;

    max-width: 235px;

    color: #aaa;

    font-size: 14px;

    line-height: 1.55;
}


/* =========================================================
   SERVICES
========================================================= */

.adlg-services {
    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 12px;
}

.adlg-service {
    position: relative;

    min-height: 185px;

    padding: 25px 18px;

    border: 1px solid var(--adlg-border);

    border-radius: 9px;

    background: #090909;

    transition:
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.adlg-service:hover {
    transform: translateY(-5px);

    border-color:
        rgba(245,183,25,.65);

    box-shadow:
        0 15px 30px
        rgba(245,183,25,.07);
}

.adlg-service-number {
    position: absolute;

    top: 12px;
    right: 14px;

    color: #555;

    font-size: 10px;
}

.adlg-service .adlg-icon {
    justify-content: flex-start;

    margin-bottom: 15px;
}

.adlg-service .adlg-icon svg {
    width: 40px;
    height: 40px;
}

.adlg-service h3 {
    margin: 0 0 9px;

    color: #fff;

    font-size: 16px;
}

.adlg-service p {
    margin: 0;

    color: #aaa;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   PROCESS
========================================================= */

.adlg-process {
    position: relative;

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    border: 1px solid var(--adlg-border);

    border-radius: 10px;

    background: #090909;

    padding: 30px 20px;
}

.adlg-process::before {
    content: "";

    position: absolute;

    top: 57px;

    left: 9%;
    right: 9%;

    border-top:
        1px dashed
        rgba(245,183,25,.35);
}

.adlg-step {
    position: relative;

    z-index: 2;

    text-align: center;

    padding: 0 8px;
}

.adlg-step-circle {
    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    border: 2px solid var(--adlg-gold);

    border-radius: 50%;

    background: #080808;

    box-shadow:
        0 0 20px
        rgba(245,183,25,.15);
}

.adlg-step-circle::before {
    content: "⌁";

    position: absolute;

    color: var(--adlg-gold);

    font-size: 20px;
}

.adlg-step-circle span {
    position: absolute;

    top: 75px;

    color: var(--adlg-gold);

    font-size: 12px;

    font-weight: 800;
}

.adlg-step h3 {
    margin: 30px 0 8px;

    color: #fff;

    font-size: 15px;
}

.adlg-step p {
    margin: 0;

    color: #999;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   RESULTS
========================================================= */

.adlg-results {
    display: grid;

    grid-template-columns: .75fr 1.25fr;

    gap: 25px;

    align-items: stretch;
}

.adlg-results-info,
.adlg-results-chart {
    padding: 30px;

    border: 1px solid var(--adlg-border);

    border-radius: 10px;

    background: #090909;
}

.adlg-results-info h2 {
    margin: 0;

    color: #fff;

    font-size: 35px;

    line-height: 1.15;
}

.adlg-results-info h2 span {
    color: var(--adlg-gold);
}

.adlg-results-info > p {
    color: #999;

    font-size: 14px;

    margin: 10px 0 25px;
}

.adlg-result-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
}

.adlg-result-card {
    min-height: 145px;

    padding: 20px;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 8px;

    background: #090909;
}

.result-icon {
    margin-bottom: 8px;
}

.result-icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke: var(--adlg-gold);

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.adlg-result-card strong {
    display: block;

    color: var(--adlg-gold);

    font-size: 29px;

    line-height: 1.1;
}

.adlg-result-card span {
    display: block;

    color: #999;

    margin-top: 9px;

    font-size: 11px;

    line-height: 1.4;
}


/* RESULTS CHART */

.adlg-results-chart {
    position: relative;

    min-height: 410px;

    overflow: hidden;
}

.adlg-results-chart-head {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

.adlg-results-chart-head small {
    color: #999;

    font-size: 11px;
}

.adlg-results-chart-head h3 {
    margin: 7px 0 0;

    color: #fff;

    font-size: 20px;
}

.adlg-growth {
    color: #4bd34f;

    font-size: 18px;
}

.adlg-growth small {
    display: block;

    margin-top: 4px;

    text-align: right;

    color: #777;

    font-size: 9px;
}

.adlg-bar-chart {
    position: absolute;

    left: 45px;
    right: 30px;

    bottom: 60px;

    height: 255px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 8px;

    border-bottom: 1px solid rgba(255,255,255,.12);
}

.adlg-bar {
    display: block;

    width: 100%;

    max-width: 18px;

    height: var(--bar);

    background:
        linear-gradient(
            180deg,
            #ffc53d,
            #d99800
        );

    border-radius: 4px 4px 0 0;

    box-shadow:
        0 0 14px
        rgba(245,183,25,.15);
}

.adlg-bar-labels {
    position: absolute;

    left: 45px;
    right: 30px;

    bottom: 25px;

    display: flex;

    justify-content: space-between;

    color: #777;

    font-size: 10px;
}


/* =========================================================
   BOTTOM
========================================================= */

.adlg-bottom-grid {
    display: grid;

    grid-template-columns:
        .85fr
        1.3fr
        1.15fr;

    gap: 12px;
}

.adlg-panel {
    padding: 25px;

    border: 1px solid var(--adlg-border);

    border-radius: 9px;

    background: #090909;
}

.adlg-panel-title {
    margin: 0 0 22px;

    color: #fff;

    font-size: 25px;

    line-height: 1.2;
}

.adlg-panel-title span {
    color: var(--adlg-gold);
}


/* BENEFITS */

.adlg-benefit {
    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 0;

    border-bottom: 1px solid rgba(255,255,255,.07);

    color: #ccc;

    font-size: 12px;
}

.adlg-check {
    width: 18px;
    height: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--adlg-gold);

    border: 1px solid var(--adlg-gold);

    border-radius: 4px;

    font-size: 12px;
}

.adlg-partner-box {
    display: inline-flex;

    flex-direction: column;

    margin-top: 18px;

    padding: 14px 20px;

    border-radius: 5px;

    background: #f5f5f5;

    color: #222;
}

.adlg-partner-box strong {
    font-size: 19px;
}

.adlg-partner-box strong span {
    color: #4285f4;
}

.adlg-partner-box small {
    color: #555;
}


/* PACKAGES */

.adlg-packages {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 8px;
}

.adlg-package {
    position: relative;

    min-height: 355px;

    display: flex;

    flex-direction: column;

    padding: 20px 14px;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 7px;
}

.adlg-package.popular {
    border-color: var(--adlg-gold);
}

.adlg-popular {
    position: absolute;

    top: -13px;
    left: 50%;

    transform: translateX(-50%);

    padding: 6px 14px;

    white-space: nowrap;

    color: #050505;

    background: var(--adlg-gold);

    border-radius: 5px;

    font-size: 8px;

    font-weight: 900;
}

.adlg-package h4 {
    margin: 0 0 20px;

    color: #fff;

    font-size: 18px;
}

.adlg-price {
    color: #fff;

    font-size: 24px;

    font-weight: 900;

    margin-bottom: 20px;
}

.adlg-price small {
    color: #888;

    font-size: 9px;

    font-weight: 400;
}

.adlg-package ul {
    list-style: none;

    margin: 0 0 20px;

    padding: 0;
}

.adlg-package li {
    position: relative;

    padding-left: 14px;

    margin-bottom: 10px;

    color: #bbb;

    font-size: 10px;

    line-height: 1.4;
}

.adlg-package li::before {
    content: "✓";

    position: absolute;

    left: 0;

    color: var(--adlg-gold);
}

.adlg-package-btn {
    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 38px;

    margin-top: auto;

    border: 1px solid var(--adlg-gold);

    border-radius: 5px;

    color: #fff !important;

    text-decoration: none !important;

    font-size: 11px;

    font-weight: 700;
}

.adlg-package.popular .adlg-package-btn {
    color: #050505 !important;

    background: var(--adlg-gold);
}


/* FAQ */

.adlg-faq {
    display: grid;

    gap: 8px;
}

.adlg-faq-item {
    border: 1px solid rgba(255,255,255,.12);

    border-radius: 6px;

    overflow: hidden;
}

.adlg-faq-item.active {
    border-color: var(--adlg-gold);
}

.adlg-faq-question {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 14px;

    border: 0;

    color: #fff;

    background: transparent;

    cursor: pointer;

    text-align: left;

    font-size: 11px;

    font-weight: 700;
}

.adlg-faq-plus {
    color: var(--adlg-gold);

    font-size: 17px;
}

.adlg-faq-answer {
    display: none;

    padding: 0 14px 15px;

    color: #999;

    font-size: 10px;

    line-height: 1.5;
}

.adlg-faq-item.active .adlg-faq-answer {
    display: block;
}


/* =========================================================
   FINAL CTA
========================================================= */

.adlg-final {
    display: grid;

    grid-template-columns: 120px 1fr auto;

    align-items: center;

    gap: 30px;

    margin: 15px 0 55px;

    padding: 35px 45px;

    border: 1px solid var(--adlg-gold);

    border-radius: 12px;

    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(245,183,25,.12),
            transparent 30%
        ),
        #090909;

    box-shadow:
        0 0 35px
        rgba(245,183,25,.04);
}

.adlg-final-icon {
    width: 82px;
    height: 82px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid var(--adlg-gold);

    border-radius: 50%;

    color: var(--adlg-gold);

    box-shadow:
        0 0 30px
        rgba(245,183,25,.15);
}

.adlg-final-icon svg {
    width: 48px;
    height: 48px;

    fill: none;

    stroke: var(--adlg-gold);

    stroke-width: 2;
}

.adlg-final h2 {
    margin: 0;

    color: #fff;

    font-size: 34px;

    line-height: 1.15;
}

.adlg-final h2 span {
    color: var(--adlg-gold);
}

.adlg-final p {
    margin: 8px 0 0;

    color: #999;

    font-size: 13px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .adlg-hero-grid {
        grid-template-columns: 1fr;
    }

    .adlg-hero-title {
        font-size: 60px;
    }

    .adlg-dashboard {
        min-height: auto;
    }

    .adlg-services {
        grid-template-columns: repeat(3, 1fr);
    }

    .adlg-bottom-grid {
        grid-template-columns: 1fr;
    }

    .adlg-process {
        grid-template-columns: repeat(3, 1fr);

        gap: 35px;
    }

    .adlg-process::before {
        display: none;
    }

    .adlg-results {
        grid-template-columns: 1fr;
    }

    .adlg-final {
        grid-template-columns: 90px 1fr;
    }

    .adlg-final .adlg-btn {
        grid-column: 2;
    }
}


@media (max-width: 800px) {

    .adlg-section {
        padding: 40px 0;
    }

    .adlg-hero-title {
        font-size: 47px;

        letter-spacing: -1.5px;
    }

    .adlg-hero-text {
        font-size: 16px;
    }

    .adlg-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .adlg-challenges {
        grid-template-columns: repeat(2, 1fr);
    }

    .adlg-challenge {
        border-bottom: 1px solid var(--adlg-border);
    }

    .adlg-challenge:nth-child(2) {
        border-right: 0;
    }

    .adlg-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .adlg-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .adlg-bottom-grid {
        grid-template-columns: 1fr;
    }

    .adlg-final {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .adlg-final-icon {
        margin: auto;
    }

    .adlg-final .adlg-btn {
        grid-column: auto;
        width: 100%;
    }
}


@media (max-width: 560px) {

    .adlg-container {
        width: 92%;
    }

    .adlg-hero-title {
        font-size: 38px;
    }

    .adlg-hero-stats {
        flex-wrap: wrap;

        gap: 15px;
    }

    .adlg-mini-stat {
        min-width: 90px;

        margin: 0;
    }

    .adlg-dashboard {
        padding: 14px;
    }

    .adlg-dashboard-head {
        align-items: flex-start;

        flex-direction: column;
    }

    .adlg-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .adlg-metric strong {
        font-size: 18px;
    }

    .adlg-challenges {
        grid-template-columns: 1fr;
    }

    .adlg-challenge {
        border-right: 0;
    }

    .adlg-services {
        grid-template-columns: 1fr;
    }

    .adlg-process {
        grid-template-columns: 1fr 1fr;
    }

    .adlg-result-grid {
        grid-template-columns: 1fr;
    }

    .adlg-packages {
        grid-template-columns: 1fr;
    }

    .adlg-package {
        min-height: 300px;
    }

    .adlg-results-info,
    .adlg-results-chart {
        padding: 20px;
    }

    .adlg-results-info h2 {
        font-size: 29px;
    }

    .adlg-bar-chart {
        left: 25px;
        right: 20px;

        gap: 4px;
    }

    .adlg-bar {
        max-width: 10px;
    }

    .adlg-bar-labels {
        left: 25px;
        right: 20px;
    }

    .adlg-final {
        padding: 28px 20px;
    }

    .adlg-final h2 {
        font-size: 27px;
    }
}