:root {
    color-scheme: dark;
    --bg: #05070b;
    --panel: #0c1118;
    --panel-2: #101820;
    --line: #1d2b35;
    --text: #f4f8fb;
    --muted: #9fb0bd;
    --soft: #c9d6df;
    --cyan: #29d3ff;
    --green: #37f0a1;
    --blue: #2d7dff;
    --warning: #ffcf70;
    --danger: #ff6b7a;
    --shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, Sora, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.narrow {
    width: min(760px, calc(100% - 32px));
}

.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 1000;
    background: var(--cyan);
    color: #001018;
    padding: 10px 14px;
    border-radius: 6px;
}

.skip-link:focus {
    top: 16px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(5, 7, 11, .82);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
    box-shadow: 0 12px 50px rgba(0, 0, 0, .32);
}

.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    color: var(--text);
}

.brand-logo {
    width: auto;
    max-width: 210px;
    height: 44px;
    object-fit: contain;
}

.brand-mark {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(41, 211, 255, .45);
    border-radius: 8px;
    background: #06151d;
    color: var(--cyan);
    font-size: 13px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--soft);
    font-size: 14px;
}

.main-nav a:hover {
    color: var(--cyan);
}

.main-nav .btn:hover {
    color: #001018;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: transparent;
    color: var(--text);
    padding: 10px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
}

.section-pad {
    padding: 96px 0;
}

.section-pad.compact {
    padding: 86px 0 54px;
}

.alt {
    background: #080d12;
    border-block: 1px solid rgba(255, 255, 255, .05);
}

.hero {
    min-height: min(820px, calc(100svh - 76px));
    display: flex;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(41, 211, 255, .08), transparent 38%),
        linear-gradient(180deg, #05070b 0%, #071015 100%);
}

.hero-grid,
.split,
.contact-grid,
.case-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 56px;
    align-items: center;
}

.case-grid {
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
}

.eyebrow,
.category {
    display: inline-flex;
    align-items: center;
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.08;
}

h1 {
    max-width: 900px;
    margin-bottom: 22px;
    font-size: clamp(34px, 4vw, 52px);
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(28px, 3.2vw, 42px);
}

h3 {
    font-size: 22px;
}

.lead {
    max-width: 740px;
    color: var(--soft);
    font-size: 19px;
}

.hero h1 {
    max-width: 720px;
    font-size: clamp(36px, 3.35vw, 52px) !important;
    line-height: 1.04;
    letter-spacing: 0;
}

.page-hero h1 {
    max-width: 900px;
    font-size: clamp(38px, 4.6vw, 58px);
}

.hero-actions,
.card-actions,
.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(41, 211, 255, .45);
    border-radius: 8px;
    background: var(--cyan);
    color: #001018;
    padding: 12px 18px;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(41, 211, 255, .12);
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-small {
    min-height: 38px;
    padding: 9px 14px;
}

.btn-ghost {
    background: transparent;
    color: var(--cyan);
    box-shadow: none;
}

.text-link {
    color: var(--cyan);
    font-weight: 800;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}

.stats-row div,
.service-card,
.project-card,
.skill-group,
.timeline-item,
.testimonial-card,
.case-sidebar,
.contact-form,
.admin-card,
.admin-panel {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
    box-shadow: var(--shadow);
}

.stats-row div {
    padding: 18px;
    min-width: 0;
}

.stats-row strong {
    display: block;
    color: var(--text);
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.1;
}

.stats-row span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
    margin-top: 10px;
}

.hero-visual {
    min-width: 0;
}

.hero-visual img,
.portrait img,
.case-cover,
.gallery-grid img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .08);
    object-fit: cover;
}

.hero-visual img {
    aspect-ratio: 4 / 5;
}

.code-card {
    overflow: hidden;
    min-height: 360px;
    border: 1px solid rgba(41, 211, 255, .22);
    border-radius: 8px;
    background: #091017;
    box-shadow: var(--shadow);
}

.code-dots {
    display: flex;
    gap: 7px;
    padding: 18px;
    border-bottom: 1px solid var(--line);
}

.code-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--green);
}

.code-dots span:nth-child(2) {
    background: var(--warning);
}

.code-dots span:nth-child(3) {
    background: var(--danger);
}

pre {
    overflow: auto;
    margin: 0;
    padding: 26px;
    color: #dcecff;
    font-size: 15px;
    line-height: 1.65;
}

.portrait {
    min-height: 420px;
}

.portrait img,
.avatar-placeholder {
    aspect-ratio: 4 / 5;
}

.portrait {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.portrait.image-style-black-white img {
    filter: grayscale(.82) saturate(.45) contrast(1.08) brightness(.92);
}

.portrait.image-style-dark-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(5, 7, 11, .08), rgba(5, 7, 11, .38));
}

.portrait.image-style-dark-overlay img {
    filter: saturate(.72) contrast(1.04) brightness(.88);
}

.avatar-placeholder,
.project-media {
    display: grid;
    place-items: center;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(55, 240, 161, .16), rgba(41, 211, 255, .06)),
        #0b1218;
    border: 1px solid rgba(255, 255, 255, .08);
    color: var(--cyan);
    font-size: 34px;
    font-weight: 900;
}

.rich-text {
    color: var(--soft);
}

.rich-text p {
    margin-bottom: 18px;
}

.pill-cloud,
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0;
}

.pill-cloud span,
.tag-row span {
    border: 1px solid rgba(41, 211, 255, .18);
    border-radius: 8px;
    background: rgba(41, 211, 255, .07);
    color: var(--soft);
    padding: 7px 10px;
    font-size: 13px;
}

.section-head {
    max-width: 760px;
    margin-bottom: 34px;
    text-align: left;
}

.section-head.with-action {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.card-grid,
.services-grid,
.skills-grid,
.testimonial-grid,
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.service-card,
.skill-group,
.timeline-item,
.testimonial-card,
.contact-form,
.admin-card,
.admin-panel {
    padding: 24px;
}

.service-card,
.project-card,
.skill-group,
.timeline-item,
.testimonial-card {
    text-align: left;
}

.service-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.service-card h2,
.service-card h3,
.project-body h2,
.project-body h3 {
    font-size: clamp(23px, 2.1vw, 30px);
    line-height: 1.16;
}

.service-card .text-link {
    margin-top: auto;
}

.service-card p,
.project-card p,
.timeline-item p,
.testimonial-card span,
.site-footer p,
.site-footer span {
    color: var(--muted);
}

.service-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 8px;
    background: rgba(41, 211, 255, .09);
    color: var(--cyan);
    font-weight: 900;
}

.service-icon img,
.service-svg {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.service-svg,
.social-icon {
    color: currentColor;
    flex: 0 0 auto;
}

.project-card {
    overflow: hidden;
}

.project-media {
    min-height: 260px;
    border-width: 0 0 1px;
    border-radius: 0;
}

.project-media span {
    max-width: 92%;
    padding: 24px;
    text-align: center;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.15;
}

.project-media img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.project-body {
    padding: 24px;
}

.card-actions {
    margin-top: 22px;
}

.card-actions a {
    color: var(--cyan);
    font-weight: 800;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.timeline-item span {
    color: var(--green);
    font-weight: 900;
}

.timeline-item h3 {
    margin-top: 16px;
    font-size: 19px;
}

.rating {
    color: var(--warning);
    margin-bottom: 18px;
}

.testimonial-carousel {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 2px;
}

.testimonial-track::-webkit-scrollbar {
    display: none;
}

.testimonial-track .testimonial-card {
    flex: 0 0 calc(50% - 10px);
    scroll-snap-align: start;
}

.review-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.review-topline .rating {
    margin-bottom: 0;
}

.google-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
    color: var(--soft);
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 800;
}

.google-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.carousel-controls {
    display: inline-flex;
    gap: 10px;
}

.carousel-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(41, 211, 255, .35);
    border-radius: 8px;
    background: rgba(41, 211, 255, .07);
    color: var(--cyan);
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
}

.carousel-btn:hover {
    background: rgba(41, 211, 255, .14);
}

blockquote {
    margin: 0 0 24px;
    color: var(--soft);
    font-size: 18px;
}

.client-row {
    display: flex;
    gap: 14px;
    align-items: center;
}

.client-row img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.client-avatar {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(41, 211, 255, .08);
    color: var(--cyan);
    font-weight: 900;
}

.contact-band {
    background:
        linear-gradient(135deg, rgba(41, 211, 255, .08), rgba(55, 240, 161, .04)),
        #070b10;
}

.form-grid {
    display: grid;
    gap: 14px;
}

.form-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

label {
    display: grid;
    gap: 8px;
    color: var(--soft);
    font-size: 14px;
    font-weight: 700;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(0, 0, 0, .2);
    color: var(--text);
    padding: 12px 13px;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgba(41, 211, 255, .32);
    border-color: var(--cyan);
}

.notice {
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 800;
}

.notice.success {
    background: rgba(55, 240, 161, .12);
    color: var(--green);
}

.notice.error {
    background: rgba(255, 107, 122, .12);
    color: var(--danger);
}

.case-sidebar {
    position: sticky;
    top: 100px;
}

.case-sidebar h2,
.case-content h2 {
    font-size: 24px;
}

.case-content article {
    padding: 26px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.case-cover {
    aspect-ratio: 16 / 10;
    margin-bottom: 22px;
}

.gallery-grid figure {
    margin: 0;
}

.gallery-grid img {
    aspect-ratio: 16 / 10;
}

.gallery-grid figcaption {
    color: var(--muted);
    margin-top: 8px;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #05070b;
    padding: 62px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr .8fr .9fr;
    gap: 28px;
}

.footer-grid h3 {
    font-size: 15px;
}

.footer-grid > div > a:not(.brand):not(.social-link),
.footer-grid > div > span {
    display: block;
    margin: 9px 0;
    color: var(--muted);
}

.footer-brand span {
    color: var(--text);
}

.footer-brand .brand-mark {
    color: var(--cyan);
}

.social-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.social-link {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    width: auto;
    border: 1px solid rgba(41, 211, 255, .18);
    border-radius: 8px;
    background: rgba(41, 211, 255, .06);
    padding: 8px 10px;
}

.social-link span {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: 14px;
    line-height: 1;
}

.social-icon {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px;
    display: block;
    stroke-width: 1.8;
}

.social-icon path,
.social-icon circle,
.social-icon rect {
    vector-effect: non-scaling-stroke;
}

.footer-grid a:hover {
    color: var(--cyan);
}

.footer-bottom {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-legal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
}

.footer-legal a:hover {
    color: var(--cyan);
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.admin-body {
    min-height: 100vh;
    background: #07090d;
}

.admin-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: auto;
    border-right: 1px solid var(--line);
    background: #080d12;
    padding: 22px;
}

.admin-sidebar nav {
    display: grid;
    gap: 6px;
    margin-top: 24px;
}

.admin-sidebar a,
.admin-sidebar button {
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--soft);
    text-align: left;
    padding: 10px 12px;
    cursor: pointer;
}

.admin-sidebar a:hover,
.admin-sidebar button:hover {
    background: rgba(41, 211, 255, .08);
    color: var(--cyan);
}

.admin-main {
    padding: 28px;
}

.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.admin-topbar h1 {
    margin: 0;
    font-size: 32px;
}

.admin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.admin-card strong {
    display: block;
    font-size: 32px;
}

.admin-panel {
    margin-top: 18px;
    overflow-x: auto;
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 18px 0;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid var(--line);
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    color: var(--muted);
    font-size: 13px;
}

.admin-form {
    display: grid;
    gap: 16px;
}

.admin-form .form-grid {
    align-items: start;
}

.preview {
    max-width: 220px;
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-top: 10px;
}

.logo-preview {
    max-height: 72px;
    object-fit: contain;
    background: rgba(255, 255, 255, .04);
    padding: 10px;
}

.favicon-preview {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.admin-hint {
    color: var(--muted);
    margin: 0;
}

.admin-gallery-list {
    display: grid;
    gap: 16px;
}

.admin-media-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
}

.status {
    display: inline-flex;
    border-radius: 8px;
    padding: 4px 8px;
    background: rgba(41, 211, 255, .08);
    color: var(--cyan);
    font-size: 12px;
    font-weight: 800;
}

.status.off {
    background: rgba(255, 107, 122, .1);
    color: var(--danger);
}

.login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(41, 211, 255, .09), transparent 40%),
        #05070b;
}

.login-card {
    width: min(440px, 100%);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    padding: 28px;
    box-shadow: var(--shadow);
}

@media (max-width: 980px) {
    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        inset: 76px 16px auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #070d13;
        padding: 16px;
    }

    .main-nav.is-open {
        display: flex;
    }

    .hero-grid,
    .split,
    .contact-grid,
    .case-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .timeline,
    .card-grid,
    .services-grid,
    .skills-grid,
    .project-grid,
    .testimonial-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero h1 {
        font-size: clamp(34px, 4.6vw, 44px) !important;
        max-width: 680px;
    }

    .testimonial-track .testimonial-card {
        flex-basis: min(82%, 620px);
    }

    .case-sidebar {
        position: static;
    }

    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
    }

    .admin-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .container,
    .narrow {
        width: min(100% - 24px, 1120px);
    }

    .section-pad {
        padding: 64px 0;
    }

    .hero {
        min-height: auto;
    }

    h1,
    .hero h1,
    .page-hero h1 {
        font-size: clamp(31px, 8vw, 36px) !important;
    }

    h2 {
        font-size: clamp(28px, 8vw, 34px);
    }

    .stats-row,
    .timeline,
    .card-grid,
    .services-grid,
    .skills-grid,
    .project-grid,
    .testimonial-grid,
    .gallery-grid,
    .form-grid.two,
    .admin-grid {
        grid-template-columns: 1fr;
    }

    .section-head.with-action,
    .admin-topbar,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom {
        text-align: center;
        align-items: center;
    }

    .footer-legal {
        justify-content: center;
        flex-wrap: wrap;
    }

    .brand-logo {
        max-width: 180px;
        height: 40px;
    }

    .service-card,
    .skill-group,
    .timeline-item,
    .testimonial-card,
    .contact-form,
    .admin-card,
    .admin-panel {
        padding: 18px;
    }

    .testimonial-track .testimonial-card {
        flex-basis: 100%;
    }

    .review-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .carousel-controls {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Final sizing guards for live deployments with older cached layout values. */
.hero .hero-copy > h1 {
    max-width: 620px !important;
    font-size: clamp(30px, 2.45vw, 44px) !important;
    line-height: 1.08 !important;
}

.testimonial-carousel {
    width: 100%;
    max-width: 100%;
}

.testimonial-carousel .testimonial-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
}

.testimonial-carousel .testimonial-card {
    flex: 0 0 calc(50% - 10px) !important;
    min-width: 0;
    scroll-snap-align: start;
}

.google-review-badge .google-icon,
.testimonial-card .google-icon {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
    display: inline-block !important;
}

@media (max-width: 980px) {
    .hero .hero-copy > h1 {
        max-width: 560px !important;
        font-size: clamp(30px, 4vw, 38px) !important;
    }

    .testimonial-carousel .testimonial-card {
        flex-basis: 82% !important;
    }
}

@media (max-width: 640px) {
    .hero .hero-copy > h1 {
        max-width: 100% !important;
        font-size: clamp(28px, 7.5vw, 34px) !important;
    }

    .testimonial-carousel .testimonial-card {
        flex-basis: 100% !important;
    }
}
