:root {
    --rrda-navy: #0b2239;
    --rrda-ink: #10243a;
    --rrda-muted: #607083;
    --rrda-line: #dde6ef;
    --rrda-soft: #f4f7fa;
    --rrda-cyan: #24bdb7;
    --rrda-red: #f26a00;
    --rrda-green: #c9ef3a;
    --rrda-yellow: #ffc400;
    --rrda-indigo: #4b4d78;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", "Open Sans", Arial, sans-serif;
    color: var(--rrda-ink);
    background: #f6f8fb;
    font-size: 14px;
    line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand h1,
.btn {
    font-family: "Inter", "Open Sans", Arial, sans-serif;
    letter-spacing: 0;
}

.navbar-brand {
    max-width: 360px;
}

.navbar-brand h1 {
    font-size: clamp(.92rem, 1.25vw, 1.18rem);
    font-weight: 800;
    line-height: 1.12;
    white-space: normal;
}

.rrda-brand-title {
    color: var(--rrda-indigo) !important;
}

.navbar-light .navbar-brand:hover .rrda-brand-title {
    color: var(--rrda-cyan) !important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
    padding: 28px 10px;
}

.rrda-services-menu {
    min-width: 260px;
}

.rrda-services-menu .dropdown-item {
    font-size: .86rem;
}

.rrda-page {
    background: #f6f8fb;
}

.rrda-top-contact {
    background: linear-gradient(100deg, var(--rrda-indigo) 0%, var(--rrda-cyan) 58%, var(--rrda-green) 100%) !important;
    box-shadow: 0 8px 22px rgba(16, 36, 58, .10);
}

.rrda-top-contact.top-shape::before {
    background: var(--rrda-yellow) !important;
}

.rrda-top-contact a,
.rrda-top-contact p,
.rrda-top-contact i {
    color: #fff !important;
}

.rrda-top-contact .border-end {
    border-color: rgba(255, 255, 255, .32) !important;
}

.rrda-subscribe-band {
    background: linear-gradient(100deg, var(--rrda-indigo) 0%, var(--rrda-cyan) 58%, var(--rrda-green) 100%) !important;
}

.rrda-subscribe-band .text-white-50 {
    color: rgba(255, 255, 255, .84) !important;
}

.rrda-subscribe-band .btn-dark {
    background: var(--rrda-indigo);
    border-color: var(--rrda-indigo);
}

.rrda-subscribe-band .btn-dark:hover {
    background: #12203a;
    border-color: #12203a;
}

.text-primary {
    color: var(--rrda-red) !important;
}

.bg-primary {
    background-color: var(--rrda-indigo) !important;
}

.border-primary {
    border-color: var(--rrda-red) !important;
}

.rrda-shell {
    position: relative;
    overflow: hidden;
    background: var(--rrda-navy);
    color: #fff;
}

.rrda-hero {
    min-height: 560px;
    display: flex;
    align-items: center;
}

.rrda-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 34, 57, .96) 0%, rgba(11, 34, 57, .82) 48%, rgba(11, 34, 57, .32) 100%), var(--hero-image) center / cover no-repeat;
}

.rrda-hero .container,
.rrda-slim-hero .container {
    position: relative;
    z-index: 1;
}

.rrda-slim-hero {
    padding: 88px 0;
}

.rrda-slim-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 34, 57, .96), rgba(11, 34, 57, .80), rgba(11, 34, 57, .30)), var(--hero-image) center / cover no-repeat;
}

.rrda-kicker {
    color: #0897a6;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rrda-shell .rrda-kicker,
.rrda-cta .rrda-kicker {
    color: var(--rrda-green);
}

.rrda-hero h1,
.rrda-slim-hero h1 {
    max-width: 900px;
    color: #fff;
    font-size: clamp(2.25rem, 4.6vw, 4.35rem);
    font-weight: 900;
    line-height: 1.02;
    margin: 18px 0;
}

.rrda-slim-hero h1 {
    font-size: clamp(2rem, 4vw, 3.8rem);
}

.rrda-hero p,
.rrda-slim-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
}

.rrda-trust-line {
    margin-top: 22px;
    color: rgba(255, 255, 255, .72);
    font-size: .88rem;
}

.rrda-section {
    padding: 74px 0;
}

.rrda-section-tight {
    padding: 46px 0;
}

.rrda-title {
    color: var(--rrda-ink);
    font-size: clamp(1.65rem, 3vw, 2.75rem);
    font-weight: 900;
    line-height: 1.12;
}

.rrda-lead {
    color: var(--rrda-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.rrda-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--rrda-line);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 14px 34px rgba(16, 36, 58, .055);
}

.rrda-link-card {
    display: block;
    text-decoration: none;
    color: var(--rrda-ink);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.rrda-link-card:hover {
    color: var(--rrda-ink);
    transform: translateY(-4px);
    border-color: rgba(0, 169, 199, .55);
    box-shadow: 0 18px 40px rgba(16, 36, 58, .10);
}

.rrda-card h3,
.rrda-card h4,
.rrda-card h5 {
    font-weight: 850;
}

.rrda-photo {
    overflow: hidden;
    border-radius: 8px;
    background: #dfe8ef;
    box-shadow: 0 18px 44px rgba(16, 36, 58, .13);
}

.rrda-photo img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    object-fit: cover;
}

.rrda-metric {
    background: #fff;
    border: 1px solid var(--rrda-line);
    border-radius: 8px;
    padding: 18px;
}

.rrda-metric strong {
    display: block;
    color: var(--rrda-ink);
    font-size: 1.85rem;
    line-height: 1;
    font-weight: 900;
}

.rrda-metric span {
    display: block;
    margin-top: 7px;
    color: var(--rrda-muted);
    font-size: .78rem;
    font-weight: 750;
}

.rrda-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eaf7fa;
    color: #076a7d;
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.rrda-chip {
    display: inline-flex;
    margin: 5px 5px 0 0;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eef3f7;
    color: #2f4256;
    font-size: .78rem;
    font-weight: 750;
}

.rrda-dashboard {
    background: #fff;
    border: 1px solid var(--rrda-line);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 18px 42px rgba(16, 36, 58, .07);
}

.rrda-dashboard-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.rrda-dashboard-title {
    font-size: 1rem;
    font-weight: 900;
    margin: 0;
}

.rrda-chart {
    position: relative;
    min-height: 300px;
}

.rrda-chart-small {
    position: relative;
    min-height: 225px;
}

.rrda-table {
    font-size: .86rem;
}

.rrda-table th {
    color: var(--rrda-ink);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.rrda-source {
    color: var(--rrda-muted);
    font-size: .78rem;
}

.rrda-source a {
    color: #076a7d;
    font-weight: 800;
}

.rrda-hero-compact::before {
    background: linear-gradient(90deg, rgba(11, 34, 57, .95) 0%, rgba(11, 34, 57, .82) 48%, rgba(11, 34, 57, .42) 100%), var(--hero-image) center / cover no-repeat;
}

.rrda-hero-panel {
    background: rgba(255, 255, 255, .94);
    color: var(--rrda-ink);
    border: 1px solid rgba(255, 255, 255, .35);
    border-top: 5px solid var(--rrda-green);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.rrda-hero-panel li {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    color: #2f4256;
    font-weight: 700;
    border-bottom: 1px solid var(--rrda-line);
}

.rrda-hero-panel li:last-child {
    border-bottom: 0;
}

.rrda-hero-panel i {
    color: var(--rrda-cyan);
    margin-top: 2px;
}

.rrda-image-card {
    display: block;
    height: 100%;
    overflow: hidden;
    color: var(--rrda-ink);
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--rrda-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 36, 58, .055);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.rrda-image-card:hover {
    color: var(--rrda-ink);
    transform: translateY(-4px);
    border-color: rgba(0, 169, 199, .55);
    box-shadow: 0 18px 40px rgba(16, 36, 58, .10);
}

.rrda-image-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.rrda-image-card-small img {
    height: 155px;
}

.rrda-image-card-body {
    padding: 20px;
}

.rrda-image-card h3,
.rrda-image-card h4 {
    margin: 12px 0 8px;
    font-weight: 900;
}

.rrda-image-card h3 {
    font-size: 1.18rem;
}

.rrda-image-card h4 {
    font-size: 1rem;
}

.rrda-image-card p {
    margin-bottom: 0;
    color: var(--rrda-muted);
    font-size: .88rem;
}

.rrda-home-page #home-services {
    padding-top: 58px;
    padding-bottom: 58px;
}

.rrda-home-page #home-services .rrda-title {
    max-width: 760px;
    font-size: clamp(1.55rem, 2.6vw, 2.45rem);
}

.rrda-home-page #home-services .rrda-image-card img {
    height: 138px;
}

.rrda-home-page #home-services .rrda-image-card-body {
    min-height: 205px;
    padding: 18px 20px 20px;
}

.rrda-home-page #home-services .rrda-image-card h3 {
    font-size: 1.04rem;
    margin-top: 10px;
}

.rrda-home-page #home-services .rrda-image-card p {
    font-size: .84rem;
    line-height: 1.55;
}

.rrda-home-page #home-services .col-lg-4:nth-child(1) .rrda-image-card-body {
    background: var(--rrda-green);
}

.rrda-home-page #home-services .col-lg-4:nth-child(2) .rrda-image-card-body {
    background: var(--rrda-indigo);
}

.rrda-home-page #home-services .col-lg-4:nth-child(3) .rrda-image-card-body {
    background: var(--rrda-yellow);
}

.rrda-home-page #home-services .col-lg-4:nth-child(2) .rrda-image-card-body,
.rrda-home-page #home-services .col-lg-4:nth-child(2) .rrda-image-card-body h3,
.rrda-home-page #home-services .col-lg-4:nth-child(2) .rrda-image-card-body p {
    color: #fff;
}

.rrda-home-page #home-services .col-lg-4:nth-child(1) .rrda-image-card-body h3,
.rrda-home-page #home-services .col-lg-4:nth-child(1) .rrda-image-card-body p,
.rrda-home-page #home-services .col-lg-4:nth-child(3) .rrda-image-card-body h3,
.rrda-home-page #home-services .col-lg-4:nth-child(3) .rrda-image-card-body p {
    color: #18263a;
}

.rrda-home-page #home-services .rrda-badge,
.rrda-home-page #home-products .rrda-badge {
    background: rgba(255, 255, 255, .82);
    color: #17233a;
}

.rrda-home-page #home-products {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.rrda-home-page #home-products .rrda-image-card-body {
    min-height: 142px;
}

.rrda-home-page #home-products .col-lg-3:nth-child(1) .rrda-image-card-body {
    background: var(--rrda-cyan);
}

.rrda-home-page #home-products .col-lg-3:nth-child(2) .rrda-image-card-body {
    background: var(--rrda-green);
}

.rrda-home-page #home-products .col-lg-3:nth-child(3) .rrda-image-card-body {
    background: var(--rrda-yellow);
}

.rrda-home-page #home-products .col-lg-3:nth-child(4) .rrda-image-card-body {
    background: var(--rrda-red);
}

.rrda-home-page #home-products .col-lg-3:nth-child(1) h4,
.rrda-home-page #home-products .col-lg-3:nth-child(1) p,
.rrda-home-page #home-products .col-lg-3:nth-child(4) h4,
.rrda-home-page #home-products .col-lg-3:nth-child(4) p {
    color: #fff;
}

.rrda-home-page #home-products .col-lg-3:nth-child(2) h4,
.rrda-home-page #home-products .col-lg-3:nth-child(2) p,
.rrda-home-page #home-products .col-lg-3:nth-child(3) h4,
.rrda-home-page #home-products .col-lg-3:nth-child(3) p {
    color: #18263a;
}

.rrda-home-page .rrda-section-tight .col-lg-3:nth-child(1) .rrda-metric {
    border-top: 5px solid var(--rrda-cyan);
}

.rrda-home-page .rrda-section-tight .col-lg-3:nth-child(2) .rrda-metric {
    border-top: 5px solid var(--rrda-green);
}

.rrda-home-page .rrda-section-tight .col-lg-3:nth-child(3) .rrda-metric {
    border-top: 5px solid var(--rrda-yellow);
}

.rrda-home-page .rrda-section-tight .col-lg-3:nth-child(4) .rrda-metric {
    border-top: 5px solid var(--rrda-red);
}

.page-header::after {
    background: linear-gradient(90deg, rgba(75, 77, 120, .88), rgba(36, 189, 183, .52), rgba(217, 31, 38, .42)) !important;
}

.page-header h1,
.contact-hero h1,
.blog-hero h1,
.jobs-hero h1 {
    font-family: "Inter", "Open Sans", Arial, sans-serif;
    font-weight: 900;
}

.contact-hero {
    background: linear-gradient(110deg, var(--rrda-indigo) 0%, var(--rrda-cyan) 52%, var(--rrda-green) 100%) !important;
}

.contact-hero a {
    color: #fff;
    font-weight: 800;
}

.contact-section {
    background: linear-gradient(90deg, #f7f9fc 0%, #ffffff 100%) !important;
}

.contact-section .col-lg-6.py-6 {
    background: #fff;
    border-top: 6px solid var(--rrda-green);
}

.contact-section iframe {
    border-left: 6px solid var(--rrda-yellow) !important;
}

.blog-hero,
.jobs-hero {
    background: var(--rrda-indigo) !important;
    position: relative;
    overflow: hidden;
}

.blog-hero::before,
.jobs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(75, 77, 120, .94) 0%, rgba(36, 189, 183, .68) 55%, rgba(201, 239, 58, .55) 100%);
}

.blog-hero .container,
.jobs-hero .container {
    position: relative;
    z-index: 1;
}

.blog-kicker,
.section-kicker {
    color: #0897a6 !important;
}

.blog-hero .blog-kicker,
.jobs-hero .section-kicker {
    color: var(--rrda-green) !important;
}

.featured-post {
    border-top: 6px solid var(--rrda-green);
}

.blog-card:nth-child(4n + 1),
.job-card:nth-child(4n + 1),
.sidebar-box:nth-child(4n + 1),
.service-card:nth-child(4n + 1),
.seo-link-card:nth-child(4n + 1) {
    border-top: 5px solid var(--rrda-cyan);
}

.blog-card:nth-child(4n + 2),
.job-card:nth-child(4n + 2),
.sidebar-box:nth-child(4n + 2),
.service-card:nth-child(4n + 2),
.seo-link-card:nth-child(4n + 2) {
    border-top: 5px solid var(--rrda-green);
}

.blog-card:nth-child(4n + 3),
.job-card:nth-child(4n + 3),
.sidebar-box:nth-child(4n + 3),
.service-card:nth-child(4n + 3),
.seo-link-card:nth-child(4n + 3) {
    border-top: 5px solid var(--rrda-yellow);
}

.blog-card:nth-child(4n),
.job-card:nth-child(4n),
.sidebar-box:nth-child(4n),
.service-card:nth-child(4n),
.seo-link-card:nth-child(4n) {
    border-top: 5px solid var(--rrda-red);
}

.job-card .pill,
.tag-pill,
.pill {
    background: #eef9d4 !important;
    color: #24310c !important;
}

.tag-pill:hover {
    background: var(--rrda-red) !important;
    color: #fff !important;
}

.process-card {
    border-left-color: var(--rrda-cyan) !important;
}

.process-card:nth-child(2n) {
    border-left-color: var(--rrda-green) !important;
}

.process-step::before {
    color: var(--rrda-red) !important;
}

#industries .border {
    background: #fff;
    border: 0 !important;
    border-top: 5px solid var(--rrda-cyan) !important;
    box-shadow: 0 10px 26px rgba(16, 36, 58, .07);
    font-weight: 800;
}

#industries .col-6:nth-child(2n) .border {
    border-top-color: var(--rrda-green) !important;
}

#industries .col-6:nth-child(3n) .border {
    border-top-color: var(--rrda-yellow) !important;
}

#industries .col-6:nth-child(4n) .border {
    border-top-color: var(--rrda-red) !important;
}

.container-fluid.bg-primary.text-white.p-5 {
    background: linear-gradient(100deg, var(--rrda-indigo), var(--rrda-cyan)) !important;
}

.container-fluid.bg-primary.text-secondary.p-5 {
    background: linear-gradient(100deg, var(--rrda-indigo), var(--rrda-cyan), var(--rrda-green)) !important;
}

.rrda-step {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--rrda-line);
}

.rrda-step:last-child {
    border-bottom: 0;
}

.rrda-step-number {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: var(--rrda-ink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: .8rem;
}

.rrda-cta {
    background: var(--rrda-navy);
    color: #fff;
    border-radius: 8px;
}

.rrda-cta p {
    color: rgba(255, 255, 255, .76);
}

.btn {
    border-radius: 5px;
    font-size: .86rem;
}

.btn-primary {
    background-color: var(--rrda-red);
    border-color: var(--rrda-red);
}

.btn-primary:hover {
    background-color: var(--rrda-indigo);
    border-color: var(--rrda-indigo);
}

.btn-outline-primary {
    border-color: var(--rrda-cyan);
    color: #087086;
}

.btn-outline-primary:hover {
    background: var(--rrda-cyan);
    border-color: var(--rrda-cyan);
}

@media (max-width: 1199.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: .72rem;
        padding-left: 6px;
        padding-right: 6px;
    }

    .navbar-brand h1 {
        font-size: 1.05rem;
    }
}

@media (max-width: 991.98px) {
    body {
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: .85rem;
    }

    .rrda-hero {
        min-height: 600px;
    }

    .rrda-hero::before,
    .rrda-slim-hero::before {
        background: linear-gradient(180deg, rgba(11, 34, 57, .96), rgba(11, 34, 57, .84)), var(--hero-image) center / cover no-repeat;
    }

    .rrda-section {
        padding: 62px 0;
    }

    .rrda-photo img {
        min-height: 280px;
    }

    .rrda-home-page #home-services .rrda-image-card img {
        height: 165px;
    }
}
