html {
    scroll-padding-top: 96px;
}

:root {
    --rg-header-height: 96px;
}

body {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #050505;
    padding-top: var(--rg-header-height);
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.rg-navbar {
    padding: 16px 0;
    background:
        radial-gradient(circle at 82% 50%, rgba(84, 27, 151, 0.22), transparent 20%),
        linear-gradient(90deg, #050505 0%, #09070d 56%, #130d1d 100%);
    border-top: 1px solid #01284a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 -1px 0 rgba(123, 77, 187, 0.18);
}

.rg-brand img {
    width: 74px;
    height: 34px;
    display: block;
}

.rg-navbar .container {
    gap: 48px;
}

.rg-nav-link {
    position: relative;
    padding: 0px 12px !important;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    transition: color 0.25s ease;
}

.rg-nav-link:hover,
.rg-nav-link.active {
    color: #fcc721 !important;
    font-weight: 600;
}

.rg-contact-btn {
    padding: 5px 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.rg-navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0.45rem 0.6rem;
}

.rg-navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.2);
}

.rg-navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
}

/* Banner Section */
.rg-hero-section {
    position: relative;
    min-height: calc(100vh - var(--rg-header-height));
    display: flex;
    align-items: center;
    /* background: url('../images/banner.jpg') center center / cover no-repeat; */
    overflow: hidden;
}

.rg-home-hero {
    background: #050505;
}

.rg-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.55) 36%, rgba(5, 5, 5, 0.18) 62%, rgba(5, 5, 5, 0.32) 100%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.38) 100%);
    pointer-events: none; */
}

.rg-home-hero .rg-hero-media {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    border-radius: 28px;
    overflow: hidden;
    background: #050505;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.rg-home-hero .rg-hero-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.rg-home-hero .rg-hero-video-mobile {
    display: none;
}
.rg-hero-video.rg-hero-video-mobile{
    display: none;
}
.rg-about-hero-media-offset {
    transform: translateY(clamp(140px, 10vw, 190px));
}

.rg-home-hero .row {
    align-items: center;
    min-height: calc(100vh - var(--rg-header-height));
}

.rg-home-hero .container {
    position: relative;
    z-index: 2;
}

.rg-hero-content {
    position: relative;
    z-index: 2;
}

.rg-hero-line {
    display: inline-block;
    width: 64px;
    height: 4px;
    margin-bottom: 1.6rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
}

.rg-hero-content h1 {
    background: linear-gradient(180deg, #ffffff 0%, #A6A6A6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 64px;
    line-height: 68px;
    font-weight: 700;
    padding-bottom: 15px;
}

.rg-hero-content h2 {
    background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 64px;
    line-height: 68px;
    font-weight: 700;
    padding-bottom: 20px;
}

.rg-hero-content p {
    max-width: 460px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.rg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

.rg-hero-btn {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 32px;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.rg-hero-btn-primary {
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #262626;
}
.rg-hero-btn-secondary {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    color: #09090a;
}
.rg-hero-btn-secondary:hover {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%)!important;
    color: #09090a!important;
}

/* About Hero Section */
.rg-about-hero-section {
    position: relative;
    padding: 0px 0 40px;
    min-height: calc(100vh - var(--rg-header-height));
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 26%, rgba(110, 37, 210, 0.42), transparent 24%),
        radial-gradient(circle at 30% 62%, rgba(71, 20, 140, 0.3), transparent 26%),
        linear-gradient(90deg, #050507 0%, #07050c 34%, #040404 100%);
        background: #000;
}

.rg-about-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 6, 18, 0.18) 0%, rgba(7, 4, 14, 0.08) 40%, rgba(0, 0, 0, 0) 62%);
    pointer-events: none;
}

.rg-about-hero-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 32px 70px rgba(0, 0, 0, 0.34);
}

.rg-about-hero-image {
    display: block;
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}

.rg-about-hero-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
}

.rg-about-hero-content h1 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 58px;
    line-height: 62px;
    font-weight: 700;
    padding-bottom: 10px;
}

.rg-about-hero-content h2 {
    background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 54px;
    line-height: 58px;
    font-weight: 700;
    padding-bottom: 18px;
}

.rg-about-hero-line {
    display: block;
    width: 62px;
    height: 4px;
    margin: 0 0 26px 0;
    border-radius: 999px;
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
}

.rg-about-hero-content p {
    max-width: 560px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
    text-align: right;
}

.rg-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 24px;
}

.rg-about-hero-btn {
    min-width: 194px;
    padding: 10px 28px;
    border-radius: 999px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.rg-about-hero-btn-primary {
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #171717;
}

.rg-about-hero-btn-secondary {
    background: linear-gradient(180deg, #ffffff 0%, #bfbfbf 100%);
    color: #171717;
}

.rg-contact-hero-section {
    position: relative;
    min-height: calc(100vh - var(--rg-header-height));
    display: flex;
    align-items: center;
    padding: 0 0 40px;
    background:
        radial-gradient(circle at 72% 38%, rgba(109, 28, 183, 0.36), transparent 24%),
        linear-gradient(90deg, #030303 0%, #06060a 34%, #12061c 66%, #160820 100%);
    overflow: hidden;
}

.rg-contact-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(3, 3, 6, 0.48) 36%, rgba(22, 8, 32, 0.18) 100%);
    pointer-events: none;
}

.rg-contact-hero-content,
.rg-contact-hero-visual {
    position: relative;
    z-index: 1;
}

.rg-contact-hero-content h1 {
    display: inline-block;
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 64px;
    line-height: 68px;
    font-weight: 600;
}

.rg-contact-hero-content h2 {
    display: inline-block;
    padding-left: 10px;
    background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 64px;
    line-height: 68px;
    font-weight: 600;
}

.rg-contact-hero-line {
    display: block;
    width: 64px;
    height: 4px;
    margin: 18px 0 24px;
    border-radius: 999px;
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
}

.rg-contact-hero-content p {
    max-width: 470px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
    padding-bottom: 20px;
}

.rg-contact-hero-content p:last-child {
    padding-bottom: 0;
}

.rg-contact-hero-visual {
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 48%, rgba(112, 28, 184, 0.36), transparent 28%),
        linear-gradient(135deg, rgba(12, 6, 20, 0.58) 0%, rgba(15, 8, 24, 0.22) 100%);
}

.rg-contact-hero-image {
    max-width: 620px;
    width: 100%;
    display: block;
}

.rg-about-record-section {
    position: relative;
    padding: 0 0 40px;
    background:
        radial-gradient(circle at 50% 18%, rgba(101, 28, 171, 0.24), transparent 32%),
        linear-gradient(90deg, #050507 0%, #12061c 50%, #2b0d48 100%);
    overflow: hidden;
}

.rg-about-record-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(12, 4, 20, 0.18) 45%, rgba(37, 10, 62, 0.12) 100%);
    pointer-events: none;
}

.rg-about-record-card {
    position: relative;
    z-index: 1;
    padding: 72px 0px;
}

.rg-about-record-card h2 {
        background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
    padding-bottom: 18px;
}

.rg-about-record-card p {
    color: #f5f5f5;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
    letter-spacing: 0.01em;
}

.rg-about-founder-section {
    position: relative;
    padding: 0 0 80px;
    background:
        radial-gradient(circle at 18% 28%, rgba(33, 61, 125, 0.36), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(111, 28, 182, 0.28), transparent 26%),
        linear-gradient(90deg, #070910 0%, #12061c 48%, #2d0d4a 100%);
    overflow: hidden;
}

.rg-about-founder-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 11, 24, 0.72) 0%, rgba(12, 5, 22, 0.34) 52%, rgba(43, 13, 72, 0.16) 100%);
    pointer-events: none;
}

.rg-about-founder-content,
.rg-about-founder-visual {
    position: relative;
    z-index: 1;
}


.rg-about-founder-content h2 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
    padding-bottom: 28px;
    max-width: 600px;
}

.rg-about-founder-content h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 22px;
}

.rg-about-founder-content p {
    color: #f1f1f1;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
    letter-spacing: 0.01em;
    padding-bottom: 24px;
}

.rg-about-founder-quote {
    margin: 10px 0 14px;
    color: #ffffff;
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-about-founder-name {
    display: inline-block;
    background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-about-founder-visual {
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 28px 65px rgba(0, 0, 0, 0.34);
}

.rg-about-founder-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 760px;
    object-fit: cover;
    object-position: center;
}

.rg-about-wyoming-section {
    position: relative;
    padding: 0 0 40px;
    background:
        radial-gradient(circle at 16% 40%, rgba(33, 64, 122, 0.26), transparent 26%),
        radial-gradient(circle at 92% 14%, rgba(105, 28, 174, 0.26), transparent 24%),
        linear-gradient(90deg, #090712 0%, #150721 50%, #2b0d48 100%);
    overflow: hidden;
}

.rg-about-wyoming-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 7, 15, 0.5) 0%, rgba(12, 5, 21, 0.2) 52%, rgba(37, 10, 62, 0.12) 100%);
    pointer-events: none;
}

.rg-about-wyoming-visual,
.rg-about-wyoming-content {
    position: relative;
    z-index: 1;
}

.rg-about-wyoming-visual {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 28px 65px rgba(0, 0, 0, 0.34);
}

.rg-about-wyoming-image {
    display: block;
    width: 100%;
    min-height: 720px;
    object-fit: cover;
    object-position: center;
}

.rg-about-wyoming-content h2 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
    max-width: 640px;
    padding-bottom: 22px;
}

.rg-about-wyoming-content p {
    color: #f3f3f3;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
    letter-spacing: 0.01em;
    padding-bottom: 24px;
    max-width: 640px;
}

.rg-about-wyoming-content p:last-child {
    padding-bottom: 0;
}

.rg-about-values-header {
    position: relative;
    z-index: 1;
    padding: 60px 0 34px;
}

.rg-about-values-header h2 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
}

.rg-about-value-card {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 28px 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(35, 27, 58, 0.88) 0%, rgba(24, 17, 42, 0.92) 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.rg-about-value-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 22px;
    border-radius: 24px;
    overflow: hidden;
}

.rg-about-value-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rg-about-value-card h3 {
    color: #fcc721;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 12px;
}

.rg-about-value-card p {
    max-width: 280px;
    color: #f1f1f1;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
    letter-spacing: 0.01em;
}

.rg-about-team-row {
    padding-top: 60px;
}

.rg-about-team-content,
.rg-about-team-visual {
    position: relative;
    z-index: 1;
}

.rg-about-team-content h2 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
    max-width: 560px;
    padding-bottom: 24px;
}

.rg-about-team-content p {
    max-width: 560px;
    color: #f3f3f3;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
    letter-spacing: 0.01em;
    padding-bottom: 24px;
}

.rg-about-team-content p:last-child {
    padding-bottom: 0;
}

.rg-about-team-visual {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 28px 65px rgba(0, 0, 0, 0.34);
}

.rg-about-team-image {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
}

/* Growth Form Section */
.rg-growth-section {
    padding: 40px 0;
    background:
        radial-gradient(circle at left bottom, rgba(43, 71, 149, 0.3), transparent 22%),
        linear-gradient(110deg, #06060a 0%, #14081f 56%, #2a0c46 100%);
}

.rg-growth-card {
    padding: 20px;
    border: 1px solid #fcc721;
    border-radius: 25px;
    background: linear-gradient(110deg, rgba(9, 11, 21, 0.92) 0%, rgba(32, 10, 53, 0.88) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.rg-growth-header {
    margin-bottom: 2.5rem;
}

.rg-growth-header span {
    display: inline-block;
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 15px;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-growth-header h2 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    padding-bottom: 15px;
}

.rg-growth-header p {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-growth-form {
    padding: 0 0.5rem 0.25rem;
}

.rg-form-group .form-control,
.rg-form-group .form-select {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0;
    background: transparent;
    color: #a6a6a6;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 10px;
}

.rg-form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.rg-form-group .form-control:focus,
.rg-form-group .form-select:focus {
    background: transparent;
    border-bottom-color: #fcc721;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    box-shadow: none;
}

.rg-form-group textarea.form-control {
    height: 3rem;
    padding-top: 0.9rem;
    resize: none;
}

.rg-form-group .form-select {
    color: rgba(255, 255, 255, 0.72);
    background-image: none;
    padding-right: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rg-select-group {
    position: relative;
}

.rg-select-group::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 2px solid rgba(255, 255, 255, 0.85);
    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.rg-form-group .form-select option {
    color: #111111;
}

.rg-growth-submit {
    width: 100%;
    padding: 8px 0px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #262626;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Process Section */
.rg-process-section {
    padding: 40px 0;
    background:
        radial-gradient(circle at left center, rgba(48, 72, 126, 0.34), transparent 24%),
        linear-gradient(110deg, #0a0a12 0%, #15081e 52%, #2b0d48 100%);
}

.rg-process-header {
    padding-bottom: 40px;
}

.rg-process-header span {
    display: inline-block;
     background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 15px;
}

.rg-process-header h2 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    padding-bottom: 0px;
}

.rg-process-card {
    position: relative;
    height: 100%;
    padding: 1rem 1rem 0;
}

.rg-process-number {
    margin-bottom: -0.45rem;
    color: transparent;
    font-size: clamp(6rem, 10vw, 8rem);
    font-weight: 700;
    line-height: 0.95;
    -webkit-text-stroke: 1.5px rgba(128, 46, 255, 0.85);
    text-stroke: 1.5px rgba(128, 46, 255, 0.85);
    opacity: 0.92;
}

.rg-process-card h3 {
    margin: 0;
        background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 0.98;
    text-transform: uppercase;
}

.rg-process-card h3 span {
    display: block;
       background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.rg-process-line {
    display: block;
    width: 90px;
    height: 3px;
    margin: 1rem 0 2rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #8427ff 0%, rgba(255, 255, 255, 0.95) 52%, transparent 100%);
}



.rg-process-image img {
    display: block;
    max-width: 280px;
    object-fit: contain;
}

/* Goal Section */
.rg-goal-section {
    padding: 40px 0;
    background: linear-gradient(110deg, #10051a 0%, #1b0728 48%, #2a0b42 100%);
}


.rg-goal-eyebrow {
    display: inline-block;
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-goal-content h2 {
     background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 52px;
}
.rg-goal-content h2 span{
    display: block;
}
.rg-goal-content p {
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}
a
.rg-goal-content p strong {
    color: #ffffff;
    font-weight: 700;
}

.rg-goal-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 8px 32px;
    border-radius: 999px;
     background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #171717;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

/* Services Section */
.rg-services-section {
    padding: 40px 0;
    background:
        radial-gradient(circle at left center, rgba(44, 63, 118, 0.28), transparent 24%),
        linear-gradient(110deg, #12051d 0%, #1e082c 48%, #25083f 100%);
}


.rg-services-header span {
     display: inline-block;
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-services-header h2 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 52px;
}

.rg-services-header p {
   padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-services-list {
    display: grid;
    gap: 1.55rem;
}

.rg-service-card {
    padding: 1.75rem 1.9rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.15rem;
    background: rgba(22, 7, 34, 0.55);
    box-shadow: inset 0 0 0 1px rgba(255, 193, 7, 0.03);
}

.rg-service-image img {
    width: 100%;
    height: 410px;
    border-radius: 0.95rem;
    object-fit: cover;
    display: block;
}

.rg-service-content {
    padding: 0.5rem 0 0.5rem 0.5rem;
}

.rg-service-content h3 {
     display: inline-block;
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.rg-service-content p {
    padding-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-service-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 8px 32px;
    border-radius: 999px;
     background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}


/* About Feature Section */
.rg-about-feature-section {
    position: relative;
    padding: 40px 0;
    background:
        url('../images/about-image.png') center center / cover no-repeat;
}

.rg-about-feature-content {
    position: relative;
    z-index: 1;
}

.rg-about-feature-content span {
    display: inline-block;
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-about-feature-content h2 {
   background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 52px;
}

.rg-about-feature-content p {
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-about-feature-btn {
     display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 8px 32px;
    border-radius: 999px;
     background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}


/* Why Section */
.rg-why-section {
    padding: 40px 0;
    background:
        radial-gradient(circle at left bottom, rgba(41, 68, 123, 0.28), transparent 24%),
        linear-gradient(110deg, #09050f 0%, #13071d 46%, #260a40 100%);
}

.rg-why-header span {
       display: inline-block;
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-why-header h2 {
     background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 52px;
}

.rg-why-header p {
    padding-bottom: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-why-grid {
    margin-bottom: 2.4rem;
}

.rg-why-card {
    padding-bottom: 25px;
}

.rg-why-card h3 {
    padding-bottom: 10px;
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.rg-why-card p {
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-why-btn {
     display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 8px 32px;
    border-radius: 999px;
     background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}


/* FAQ Section */
.rg-faq-section {
    padding: 40px 0;
    background:
        radial-gradient(circle at left bottom, rgba(43, 72, 129, 0.25), transparent 24%),
        linear-gradient(110deg, #0a0611 0%, #160821 48%, #2c0b49 100%);
}


.rg-faq-header span {
   display: inline-block;
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-faq-header h2 {
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 52px;
}

.rg-faq-header p {
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-faq-accordion {
    display: grid;
    gap: 1.35rem;
}

.rg-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 0.8rem !important;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px 20px;
}


.rg-faq-button {
    position: relative;
    background: transparent;
    color: #a6a6a6;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    box-shadow: none !important;
    padding-bottom: 15px;
}

.rg-faq-button:not(.collapsed) {
    background: transparent;
    color: #ededed;
}

.rg-faq-button::after {
    display: none;
}

.rg-faq-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.9rem;
    width: 2.2rem;
    height: 2.2rem;
    background: url('../images/down-arrow.png') center center / contain no-repeat;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.rg-faq-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(180deg);
}

.rg-faq-body {
    padding-left: 20px;
    padding-top: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.02rem;
    line-height: 1.5;
}

/* Footer CTA Section */

.rg-footer-cta-header span {
    display: inline-block;
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-footer-cta-header h2 {
   background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 52px;
}

.rg-footer-cta-form {
    margin-top: 25px;
    margin-bottom: 40px;
}

.rg-footer-cta-group .form-control {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0;
    background: transparent;
    color: #a6a6a6;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 10px;
}

.rg-footer-cta-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.76);
}

.rg-footer-cta-group .form-control:focus {
    background: transparent;
    border-bottom-color: #fcc721;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    box-shadow: none;
}

.rg-footer-cta-group textarea.form-control {
    height: 1rem;
    resize: none;
}

.rg-footer-cta-options {
    display: grid;
    gap: 1rem;
    padding-top: 0.4rem;
}

.rg-footer-cta-options label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #a6a6a6;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}

.rg-footer-cta-options input[type="checkbox"] {
    width: 0.95rem;
    height: 0.95rem;
    accent-color: #f08f00;
}

.rg-footer-cta-btn {
     display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 8px 32px;
    border-radius: 999px;
     background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}


.site-footer {
    padding: 40px 0 0;
    background:
        radial-gradient(circle at 100% 100%, rgba(108, 25, 176, 0.3), transparent 28%),
        linear-gradient(120deg, #070309 0%, #14041f 58%, #1e0730 100%);
    border-bottom: 2px solid #0ba6ff;
    color: rgba(255, 255, 255, 0.8);
}

.rg-footer-brand {
    margin-bottom: 2rem;
}

.rg-footer-brand img {
    width: 235px;
    max-width: 100%;
    height: auto;
    display: block;
}

.rg-footer-address {
    color: #a1a1aa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 26px;
}

.rg-footer-email {
    display: inline-block;
    color: #a1a1aa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 26px;
}

.rg-footer-email:hover,
.rg-footer-email:focus {
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
;
}

.rg-footer-social {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.rg-footer-social a {
    color: #ffffff;
    font-size: 1.9rem;
    line-height: 1;
    transition: color 0.25s ease, transform 0.25s ease;
}

.rg-footer-social a:hover,
.rg-footer-social a:focus {
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
;
    transform: translateY(-2px);
}

.rg-footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1.5rem;
    margin-bottom: 3.2rem;
}

.rg-footer-newsletter h3,
.rg-footer-links-row h4 {
    display: inline-block;
     color: #fcc721;
    
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Host Grotesk', sans-serif;
}

.rg-newsletter-form {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    flex: 1 1 520px;
    max-width: 450px;
}

.rg-newsletter-form .form-control {
    border: 0;
    border-radius: 0.9rem;
    padding: 6px 15px;
    background: #ffffff;
    color: #171717;
    font-size: 1rem;
    box-shadow: none;
}

.rg-newsletter-form .form-control::placeholder {
    color: #8d8d8d;
}

.rg-newsletter-form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.15);
}

.rg-newsletter-btn {
     display: inline-flex;
    align-items: center;
    max-width: 145px;
    width: 100%;
    gap: 0.45rem;
    padding: 8px 32px;
    border-radius: 999px;
     background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}


.rg-footer-links-row h4 {
    margin-bottom: 1.4rem;
}

.rg-footer-links-row ul {
    margin: 0;
}

.rg-footer-links-row li {
    margin-bottom: 1rem;
}

.rg-footer-links-row a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Host Grotesk', sans-serif;
    font-weight: normal;
}

.rg-footer-links-row a:hover,
.rg-footer-links-row a:focus {
     background: linear-gradient(180deg, #fddc01 0%, #f08f00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
;
}

.rg-footer-bottom {
    margin-top: 35px;
    padding: 25px 0 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
}

.rg-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}
button.btn.rg-footer-cta-btn:hover,button.btn.rg-newsletter-btn:hover{
    color: #171717;
}
.rg-about-founder-section .row{
 padding-bottom: 120px;
}
.rg-about-founder-section .row.pb0{
    padding-bottom: 0;
}
.contact h1{
padding-bottom: 15px;
}

.service-wyoming {
    padding: 40px 0;
    background:
        radial-gradient(circle at left bottom, rgba(45, 74, 144, 0.34), transparent 24%),
        linear-gradient(90deg, #0a1530 0%, #16081f 52%, #37105d 100%);
}

.service-wyoming-content .rg-services-header {
    margin-bottom: 0;
}

.service-wyoming-copy {
    padding: 0;
}

.service-wyoming-image img {
    height: 100%;
    min-height: 410px;
}

/* Wyoming Work Section */
.service-wyoming-work {
    padding: 40px 0;
    background:
        radial-gradient(circle at left center, rgba(45, 74, 144, 0.34), transparent 24%),
        linear-gradient(90deg, #0a1530 0%, #16081f 52%, #2e084d 100%);
}

.service-wyoming-work .rg-services-header {
    margin-bottom: 24px;
}

.service-wyoming-work-copy {
    padding: 0;
}

.service-wyoming-work-list {
    margin: 0;
    padding-left: 1.4rem;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.service-wyoming-work-list li {
    margin-bottom: 0.45rem;
}

.service-wyoming-work-list li:last-child {
    margin-bottom: 20px;
}

.service-wyoming-work-cards {
    display: grid;
    gap: 16px;
}

.service-wyoming-work-card {
    padding: 18px 20px;
    margin: 0;
    border: 1px solid rgba(252, 199, 33, 0.2);
    border-radius: 12px;
    background: rgba(24, 7, 37, 0.28);
}

.service-wyoming-work-card h3 {
    padding-bottom: 12px;
}

h3.service-wyoming-work-title {
    font-size: 20px;
    line-height: 24px;
}

.service-wyoming-work-card p:last-child {
    padding-bottom: 0;
}

.service-wyoming-work-card:last-child p:last-child {
    margin-bottom: 0;
}

/* Service Card Lists */
.service-card-list {
    margin: 0;
    padding: 0 0 20px 1.2rem;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Host Grotesk', sans-serif;
}

.service-card-list li {
    margin-bottom: 0.2rem;
}

/* Blog Content Section */
.blog-contentsec {
    padding: 40px 0;
    background:
        radial-gradient(circle at left bottom, rgba(45, 74, 144, 0.3), transparent 24%),
        linear-gradient(110deg, #0b0a16 0%, #170720 52%, #2f0a4c 100%);
}

.blog-content-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}

.blog-search-form {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 420px;
    max-width: 520px;
}

.blog-search-form .form-control {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 0;
    box-shadow: none;
}

.blog-search-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.blog-search-form .form-control:focus {
    border-color: rgba(252, 199, 33, 0.6);
}

.blog-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(145deg, #fddc01 0%, #f08f00 100%);
    color: #262626;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.blog-filter-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    flex: 1 1 320px;
}

.blog-filter-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #494949;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Host Grotesk', sans-serif;
    transition: transform 0.25s ease, color 0.25s ease;
}

.blog-post-card {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(252, 199, 33, 0.18);
    border-radius: 10px;
    background: rgba(29, 10, 45, 0.28);
}

.blog-post-thumb {
    flex: 0 0 42%;
}

.blog-post-thumb img {
    width: 100%;
    height: 108px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.blog-post-content {
    flex: 1 1 auto;
}

.blog-post-content h3 {
    margin: 0;
    padding-bottom: 12px;
}

.blog-post-content h3 a {
    display: inline-block;
    
    color: #FCC721;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.blog-post-meta span,
.blog-post-meta a {
    color: #A6A6A6;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Host Grotesk', sans-serif;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 30px;
}

.blog-page-link,
.blog-page-control,
.blog-page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    border-radius: 3px;
    color: #171717;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Host Grotesk', sans-serif;
}

.blog-page-control {
    background: #919EAB;
    color: #C4CDD5;
}

.blog-page-link.active {
    background: #ffffff;
    color: #4200FF;
    border: 1px solid #4200FF;
}

.blog-page-dots {
    background: transparent;
    color: #fff;
    min-width: auto;
    padding: 0;
}
