.site-refresh {
    --alma-navy: #071426;
    --alma-blue: #0b2f55;
    --alma-gold: #c9a45c;
    --alma-gold-light: #efd8a3;
    --alma-soft: #f5f7fb;
    --alma-card: #ffffff;
    --alma-border: rgba(15, 23, 42, 0.10);
    --alma-shadow: 0 22px 60px rgba(7, 20, 38, 0.12);
    --alma-radius: 28px;
}

.site-refresh body {
    background: #ffffff;
    color: #172033;
}

.site-refresh .page-title-area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #071426 0%, #0b2f55 58%, #123f6d 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-refresh .page-title-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(239, 216, 163, 0.22), transparent 28%),
        radial-gradient(circle at 86% 22%, rgba(255, 255, 255, 0.12), transparent 30%),
        linear-gradient(90deg, rgba(7, 20, 38, 0.82), rgba(7, 20, 38, 0.42));
    z-index: 1;
}

.site-refresh .page-title-area .container {
    position: relative;
    z-index: 2;
}

.site-refresh .page-title-content {
    max-width: 860px;
    padding: 1.2rem 0 0;
    color: #ffffff;
}

.site-refresh .page-title-content h1 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: -0.045em;
}

.site-refresh .page-title-content ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    margin: 0;
    padding: 0.45rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
}

.site-refresh .page-title-content ul li a {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    text-decoration: none;
}

.site-refresh .page-title-content ul li a:hover {
    color: #ffffff;
}

.site-refresh .bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.34;
}

.site-refresh .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-refresh .section-title {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.site-refresh .section-title h2 {
    color: var(--alma-navy);
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.site-refresh .section-title p {
    color: #5f6b7a;
    font-size: 1.05rem;
    line-height: 1.8;
}

.site-refresh .item-single {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid var(--alma-border);
    border-radius: var(--alma-radius);
    background: var(--alma-card);
    box-shadow: 0 14px 38px rgba(7, 20, 38, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-refresh .item-single:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 164, 92, 0.36);
    box-shadow: var(--alma-shadow);
}

.site-refresh .item-single .image {
    overflow: hidden;
    background: #dbe4ef;
}

.site-refresh .item-single .image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.site-refresh .item-single:hover .image img {
    transform: scale(1.045);
}

.site-refresh .item-single .content {
    padding: 1.35rem;
}

.site-refresh .item-single h3 {
    margin: 0 0 0.7rem;
    color: var(--alma-navy);
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.site-refresh .item-single h3 a {
    color: inherit;
    text-decoration: none;
}

.site-refresh .item-single h3 a:hover {
    color: var(--alma-blue);
}

.site-refresh .item-single p {
    margin: 0;
    color: #5f6b7a;
    line-height: 1.75;
}

.site-refresh .main-form {
    margin-top: -4.2rem;
    position: relative;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--alma-radius);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--alma-shadow);
    backdrop-filter: blur(18px);
    padding: clamp(1.25rem, 3vw, 2.2rem);
}

.site-refresh .main-form .sub-title {
    color: var(--alma-navy);
    font-size: 2rem;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.site-refresh .form-group {
    margin-bottom: 1rem;
}

.site-refresh .form-control {
    min-height: 54px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 16px;
    background: #ffffff;
    color: #172033;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-refresh .form-control:focus {
    border-color: rgba(201, 164, 92, 0.9);
    box-shadow: 0 0 0 4px rgba(201, 164, 92, 0.14);
}

.site-refresh textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.site-refresh .input-icon {
    color: var(--alma-blue);
}

.site-refresh .btn-primary,
.site-refresh button.btn-primary,
.site-refresh input.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--alma-blue), var(--alma-navy));
    box-shadow: 0 16px 32px rgba(11, 47, 85, 0.24);
    font-weight: 800;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-refresh .btn-primary:hover,
.site-refresh button.btn-primary:hover,
.site-refresh input.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(11, 47, 85, 0.30);
}

.site-refresh .contact-footer {
    margin-top: 4rem;
    border-radius: var(--alma-radius);
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(7, 20, 38, 0.08);
}

.site-refresh .contact-footer .content {
    padding: clamp(1.4rem, 4vw, 2.6rem);
}

.site-refresh .contact-footer .sub-title {
    color: var(--alma-navy);
    font-size: 1.9rem;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.site-refresh .content-list {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.site-refresh .content-list:last-child {
    border-bottom: 0;
}

.site-refresh .content-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--alma-blue), var(--alma-navy));
}

.site-refresh .content-list h6 {
    margin: 0;
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.65;
    font-weight: 700;
}

.site-refresh .content-list a {
    color: var(--alma-blue);
    text-decoration: none;
}

.site-refresh .content-list a:hover {
    color: var(--alma-gold);
}

.site-refresh .contact-map {
    overflow: hidden;
    border-radius: var(--alma-radius);
    background: #eef3f8;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.site-refresh .contact-map iframe {
    width: 100%;
    height: 420px;
    display: block;
}

.site-refresh .privacy-policy {
    background: #ffffff;
}

.site-refresh .privacy-policy .content {
    padding: clamp(1.35rem, 3vw, 2.4rem);
    border: 1px solid var(--alma-border);
    border-radius: var(--alma-radius);
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(7, 20, 38, 0.08);
}

.site-refresh .privacy-policy .content img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: calc(var(--alma-radius) - 8px);
    margin-bottom: 1.6rem;
}

.site-refresh .privacy-policy h3 {
    margin: 1.5rem 0 0.75rem;
    color: var(--alma-navy);
    font-size: 1.45rem;
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.site-refresh .privacy-policy p {
    color: #4b5563;
    line-height: 1.9;
    font-size: 1rem;
}

.site-refresh .widget-area {
    position: sticky;
    top: 1.5rem;
}

.site-refresh .widget {
    padding: 1.35rem;
    border: 1px solid var(--alma-border);
    border-radius: var(--alma-radius);
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(7, 20, 38, 0.08);
}

.site-refresh .widget ul {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-refresh .widget ul li a {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    padding: 0.75rem 0.85rem;
    border-radius: 16px;
    color: #334155;
    background: #f8fafc;
    text-decoration: none;
    font-weight: 750;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-refresh .widget ul li a:hover,
.site-refresh .widget ul li a.active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--alma-blue), var(--alma-navy));
    transform: translateX(-2px);
}

.site-refresh .destination-details-desc,
.site-refresh .about-content,
.site-refresh .video-content {
    border: 1px solid var(--alma-border);
    border-radius: var(--alma-radius);
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(7, 20, 38, 0.08);
}

.site-refresh .destination-details-desc {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.site-refresh .destination-details-desc .image img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: calc(var(--alma-radius) - 8px);
}

.site-refresh .destination-details-desc .sub-title,
.site-refresh .about-content h2 {
    margin: 0 0 1rem;
    color: var(--alma-navy);
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.site-refresh .destination-details-desc p,
.site-refresh .about-content h6 {
    color: #4b5563;
    line-height: 1.9;
    font-size: 1.02rem;
}

.site-refresh .video-content {
    overflow: hidden;
    background: #ffffff;
}

.site-refresh .video-image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.site-refresh .video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--alma-gold), var(--alma-gold-light));
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(201, 164, 92, 0.34);
}

.site-refresh .video {
    overflow: hidden;
    border-radius: var(--alma-radius);
    background: #0f172a;
    box-shadow: 0 16px 45px rgba(7, 20, 38, 0.12);
}

.site-refresh .video video {
    display: block;
    width: 100%;
}

.site-refresh .offers-section .image-container-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 1px solid var(--alma-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(7, 20, 38, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-refresh .offers-section .image-container-1:hover {
    transform: translateY(-6px);
    box-shadow: var(--alma-shadow);
}

.site-refresh .offers-section .image-container-1 img {
    max-width: 100%;
    height: auto;
    filter: grayscale(0.1);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.site-refresh .offers-section .image-container-1:hover img {
    transform: scale(1.04);
    filter: grayscale(0);
}

.site-refresh .blog-section {
    background: var(--alma-soft);
}

.site-refresh .blog-section .item-single {
    background: #ffffff;
}

.site-refresh .blog-section .item-single .image img {
    height: 220px;
}

.site-refresh .features-section {
    background: #ffffff;
}

.site-refresh .features-section .item-single {
    padding: 1.35rem;
}

.site-refresh .features-section .item-single img {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .site-refresh .main-form {
        margin-top: 2rem;
    }

    .site-refresh .widget-area {
        position: static;
    }

    .site-refresh .contact-map iframe {
        height: 340px;
    }
}

@media (max-width: 575px) {
    .site-refresh .page-title-content ul {
        width: 100%;
        border-radius: 22px;
    }

    .site-refresh .item-single .image img {
        height: 210px;
    }

    .site-refresh .contact-map iframe {
        height: 300px;
    }
}

html.site-refresh,
.site-refresh-body {
    background: #ffffff;
}

.site-refresh-body .page-title-area,
html.site-refresh .page-title-area {
    min-height: 360px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #071426 0%, #0b2f55 55%, #143f70 100%) !important;
}

.site-refresh-body .page-title-content,
html.site-refresh .page-title-content {
    text-align: left !important;
    text-transform: none !important;
    color: #ffffff !important;
    padding: 1.4rem 0 !important;
}

.site-refresh-body .page-title-content h1,
html.site-refresh .page-title-content h1 {
    margin: 0 0 1.15rem !important;
    font-size: clamp(2.35rem, 5vw, 4.8rem) !important;
    line-height: 1.03 !important;
    font-weight: 900 !important;
    letter-spacing: -0.055em !important;
    color: #ffffff !important;
}

.site-refresh-body .page-title-content ul,
html.site-refresh .page-title-content ul {
    display: inline-flex !important;
    gap: 0.65rem !important;
    padding: 0.55rem 0.75rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(14px) !important;
}

.site-refresh-body .item-single,
html.site-refresh .item-single {
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    border-radius: 30px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 45px rgba(7, 20, 38, 0.10) !important;
    overflow: hidden !important;
}

.site-refresh-body .item-single:hover,
html.site-refresh .item-single:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 26px 70px rgba(7, 20, 38, 0.18) !important;
}

.site-refresh-body .item-single .image img,
html.site-refresh .item-single .image img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
}

.site-refresh-body .item-single .content,
html.site-refresh .item-single .content {
    padding: 1.45rem !important;
}

.site-refresh-body .item-single h3,
html.site-refresh .item-single h3 {
    font-size: 1.3rem !important;
    font-weight: 850 !important;
    color: #071426 !important;
}

.site-refresh-body .item-single p,
html.site-refresh .item-single p {
    color: #5f6b7a !important;
    line-height: 1.8 !important;
}

.site-refresh-body .main-form,
html.site-refresh .main-form {
    margin-top: -5rem !important;
    padding: clamp(1.5rem, 4vw, 2.6rem) !important;
    border-radius: 32px !important;
    background: #ffffff !important;
    box-shadow: 0 28px 80px rgba(7, 20, 38, 0.18) !important;
}

.site-efficiency-bar {
    padding: 0.85rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fb 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(7, 20, 38, 0.06);
}
.site-efficiency-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}
.site-efficiency-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: #ffffff;
    color: #071426;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 10px 24px rgba(7, 20, 38, 0.06);
    font-weight: 850;
    text-decoration: none;
}
.site-efficiency-grid a:nth-child(1) {
    background: linear-gradient(135deg, #0b2f55, #071426);
    color: #ffffff;
}
.site-efficiency-grid a:nth-child(2) {
    background: #fff8e8;
    color: #7a5a18;
}
.site-efficiency-grid a:nth-child(3) {
    background: #EF4144;
    color: #ffffff;
}
.site-efficiency-grid a i {
    font-size: 1.15rem;
}
.site-efficiency-grid a:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(7, 20, 38, 0.12);
}
.site-floating-cta {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c9a45c, #8b6f2c);
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(201, 164, 92, 0.34);
    font-weight: 850;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.site-floating-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(201, 164, 92, 0.42);
}

.call-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(7, 20, 38, 0.65);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.call-popup-overlay.active {
    display: flex;
}
.call-popup-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(7, 20, 38, 0.28);
}
.call-popup-close {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #071426;
    font-size: 1.1rem;
    cursor: pointer;
}
.call-popup-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EF4144;
    color: #ffffff;
    font-size: 1.65rem;
}
.call-popup-number {
    color: #071426;
    font-size: 1.35rem;
    font-weight: 900;
    direction: ltr;
    white-space: nowrap;
}
.call-popup-copy {
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #071426;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 850;
    padding: 0.65rem 0.9rem;
    white-space: nowrap;
}
.call-popup-copy:hover {
    background: #e2e8f0;
}
.footer-brand-text {
    color: #071426;
    font-size: 1.25rem;
    font-weight: 900;
    margin: 0;
}
.footer-brand-description {
    color: #5f6b7a;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0.8rem 0 0;
}
.footer-brand-description a {
    color: #ef4137;
    text-decoration: none;
}
.footer-brand-description a:hover {
    color: #c9342f;
    text-decoration: underline;
}

.efficiency-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(7, 20, 38, 0.65);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
}
.efficiency-popup-overlay.active {
    display: flex;
}
.efficiency-popup-box {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.5rem 2rem;
    text-align: center;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 30px 80px rgba(7, 20, 38, 0.28);
    position: relative;
}
.efficiency-popup-box .efficiency-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9a45c, #8b6f2c);
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.efficiency-popup-box h3 {
    margin: 0 0 0.5rem;
    color: #071426;
    font-size: 1.5rem;
    font-weight: 900;
}
.efficiency-popup-box p {
    color: #5f6b7a;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.efficiency-phone-number {
    font-size: 1.4rem !important;
    font-weight: 900 !important;
    color: #0b2f55 !important;
    display: block;
    margin: 0.8rem 0 1.4rem !important;
}
.efficiency-popup-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b2f55, #071426);
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.95rem;
    text-decoration: none;
    transition: box-shadow 0.2s ease;
}
.efficiency-popup-btn:hover {
    box-shadow: 0 14px 32px rgba(7, 20, 38, 0.22);
}
.efficiency-popup-close {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: #8896ab;
    cursor: pointer;
    line-height: 1;
}
.efficiency-popup-close:hover {
    color: #071426;
}

.site-refresh-body .contact-footer,
html.site-refresh .contact-footer {
    border-radius: 32px !important;
    background: #ffffff !important;
    box-shadow: 0 20px 60px rgba(7, 20, 38, 0.10) !important;
}

.site-refresh-body .privacy-policy .content,
html.site-refresh .privacy-policy .content {
    border-radius: 32px !important;
    box-shadow: 0 20px 60px rgba(7, 20, 38, 0.10) !important;
}

@media (max-width: 991px) {
    .services-refresh-hero,
    .service-detail-refresh-hero,
    .services-refresh-cta,
    .service-detail-refresh-cta {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }

    .services-refresh-hero-grid,
    .service-detail-refresh-grid {
        display: grid;
        gap: clamp(2rem, 5vw, 4rem);
        align-items: center;
    }

    .services-refresh-hero-grid {
        grid-template-columns: 1.05fr 0.95fr;
    }

    .services-refresh-kicker,
    .services-refresh-section-heading span,
    .service-detail-refresh-kicker,
    .service-detail-refresh-description span {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        margin-bottom: 0.9rem;
        color: #0b2f55;
        font-weight: 850;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-size: 0.82rem;
    }

.site-refresh-body .privacy-policy h2,
html.site-refresh .privacy-policy h2 {
    margin-bottom: 0.5rem;
    color: #071426;
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.site-refresh-body .privacy-policy hr,
html.site-refresh .privacy-policy hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.site-refresh-body .privacy-policy .content ul,
html.site-refresh .privacy-policy .content ul {
    margin: 0;
    padding-left: 1.3rem;
}

.site-refresh-body .privacy-policy .content ul li,
html.site-refresh .privacy-policy .content ul li {
    margin-bottom: 0.5rem;
    color: #4b5563;
}

.site-refresh-body .privacy-policy .content ul li:last-child,
html.site-refresh .privacy-policy .content ul li:last-child {
    margin: 0;
}

.site-refresh-body .widget-area,
html.site-refresh .widget-area {
    position: static !important;
}

@media (max-width: 991px) {

.site-refresh-body .footer-area::before,
html.site-refresh .footer-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(201, 164, 92, 0.18), transparent 26%),
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.08), transparent 24%);
    pointer-events: none;
}

.site-refresh-body .footer-area > .container,
html.site-refresh .footer-area > .container {
    position: relative;
    z-index: 1;
}

.site-refresh-body .footer-links li a,
html.site-refresh .footer-links li a {
    color: rgba(255, 255, 255, 0.76) !important;
    padding: 0.25rem 0 !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
}

@media (max-width: 991px) {
    .services-refresh-hero,
    .service-detail-refresh-hero,
    .services-refresh-cta,
    .service-detail-refresh-cta {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }

    .services-refresh-hero-grid,
    .service-detail-refresh-grid {
        display: grid;
        gap: clamp(2rem, 5vw, 4rem);
        align-items: center;
    }

    .services-refresh-hero-grid {
        grid-template-columns: 1.05fr 0.95fr;
    }

    .services-refresh-kicker,
    .services-refresh-section-heading span,
    .service-detail-refresh-kicker,
    .service-detail-refresh-description span {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        margin-bottom: 0.9rem;
        color: #0b2f55;
        font-weight: 850;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-size: 0.82rem;
    }
}

@media (max-width: 575px) {
    .site-refresh-body .page-title-content ul {
        width: 100%;
        border-radius: 22px;
    }

    .site-refresh-body .item-single .image img {
        height: 210px;
    }

    .site-refresh-body .contact-map iframe {
        height: 300px;
    }

    .site-efficiency-grid a {
        min-height: 48px;
        font-size: 0.95rem;
    }

    .about-refresh-intro-section,
    .about-refresh-trust,
    .about-refresh-technology,
    .about-refresh-services,
    .about-refresh-cta {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .about-refresh-feature-grid {
        grid-template-columns: 1fr;
    }

    .about-refresh-hero-card,
    .about-refresh-hero-card img {
        min-height: 360px;
    }

    .services-refresh-grid {
        grid-template-columns: 1fr;
    }

    .bt-page-feature-grid,
    .bt-page-stat-grid {
        grid-template-columns: 1fr;
    }

    .bt-page-card,
    .bt-page-card img {
        min-height: 380px;
    }
}
.platform-refresh-hero,
.platform-refresh-section,
.platform-refresh-cta {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.platform-refresh-hero {
    background:
        radial-gradient(circle at 18% 18%, rgba(201, 164, 92, 0.20), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.platform-refresh-hero-grid,
.platform-refresh-split,
.platform-refresh-workflow-grid {
    display: grid;
    grid-template-columns: 1fr 0.92fr;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.platform-refresh-kicker,
.platform-refresh-section-heading span,
.platform-refresh-copy span,
.platform-refresh-cta-card span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
    color: #0b2f55;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.platform-refresh-kicker::before,
.platform-refresh-section-heading span::before,
.platform-refresh-copy span::before,
.platform-refresh-cta-card span::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c9a45c, transparent);
}

.platform-refresh-hero h1,
.platform-refresh-section-heading h2,
.platform-refresh-copy h2,
.platform-refresh-cta-card h2 {
    color: #071426;
    font-size: clamp(2.25rem, 4.7vw, 4.4rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.055em;
    margin-bottom: 1.2rem;
}

.platform-refresh-hero-copy p,
.platform-refresh-copy p,
.platform-refresh-section-heading p,
.platform-refresh-cta-card p {
    color: #5f6b7a;
    font-size: 1.08rem;
    line-height: 1.9;
}

.platform-refresh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.platform-refresh-primary,
.platform-refresh-secondary {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 54px;
     padding: 0.9rem 1.35rem;
     border-radius: 999px;
     font-weight: 850;
     text-decoration: none;
     transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.platform-refresh-primary {
     color: #ffffff;
     background: linear-gradient(135deg, #0b2f55, #071426);
     box-shadow: 0 18px 38px rgba(7, 20, 38, 0.22);
}

.platform-refresh-secondary {
     color: #071426;
     background: #ffffff;
     border: 1px solid rgba(15, 23, 42, 0.12);
     box-shadow: 0 12px 28px rgba(7, 20, 38, 0.08);
}

.platform-refresh-primary:hover,
.platform-refresh-secondary:hover {
     transform: translateY(-3px);
}

.platform-refresh-secondary:hover {
     background: #f8fafc;
}

.platform-refresh-dashboard {
    position: relative;
    padding: 1.4rem;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 28px 80px rgba(7, 20, 38, 0.16);
}

.platform-refresh-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #0b2f55, #071426);
    color: #ffffff;
    margin-bottom: 1rem;
}

.platform-refresh-dashboard-top span {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    font-weight: 700;
}

.platform-refresh-dashboard-top strong {
    color: #c9a45c;
    font-size: 1.1rem;
}

.platform-refresh-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    margin-bottom: 0.8rem;
}

.platform-refresh-metric strong {
    color: #071426;
    font-size: 1.35rem;
    font-weight: 900;
}

.platform-refresh-metric span {
    color: #5f6b7a;
    font-weight: 700;
}

.platform-refresh-progress {
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5eaf0;
    margin-top: 1.2rem;
}

.platform-refresh-progress div {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #c9a45c, #c9a45c);
}

.platform-refresh-section {
    background: #ffffff;
}

.platform-refresh-overview {
    background: #ffffff;
}

.platform-refresh-visual {
    position: relative;
}

.platform-refresh-visual img {
    width: 100%;
    min-height: 480px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: 0 28px 80px rgba(7, 20, 38, 0.16);
}

.platform-refresh-visual-card {
    position: absolute;
    right: 1.2rem;
    bottom: -1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: #ffffff;
    color: #071426;
    box-shadow: 0 22px 55px rgba(7, 20, 38, 0.16);
    border: 1px solid rgba(15, 23, 42, 0.10);
    font-weight: 850;
}

.platform-refresh-visual-card i {
    color: #c9a45c;
    font-size: 1.35rem;
}

.platform-refresh-feature-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.platform-refresh-feature-list div {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.9rem;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.platform-refresh-feature-list i {
    color: #0b2f55;
    font-size: 1.2rem;
    margin-top: 0.1rem;
}

.platform-refresh-feature-list span {
    color: #4b5563;
    line-height: 1.7;
}

.platform-refresh-modules {
    background: #f5f7fb;
}

.platform-refresh-section-heading {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.platform-refresh-modules-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.platform-refresh-module-card {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 18px 48px rgba(7, 20, 38, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.platform-refresh-module-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 70px rgba(7, 20, 38, 0.15);
}

.platform-refresh-module-image {
    overflow: hidden;
    background: #dbe4ef;
}

.platform-refresh-module-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.platform-refresh-module-card:hover .platform-refresh-module-image img {
    transform: scale(1.045);
}

.platform-refresh-module-content {
    padding: 1.45rem;
}

.platform-refresh-module-content h3 {
    color: #071426;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 0.75rem;
}

.platform-refresh-module-content p {
    color: #5f6b7a;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.platform-refresh-module-features {
    display: grid;
    gap: 0.55rem;
}

.platform-refresh-module-features span {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
    font-weight: 750;
}

.platform-refresh-module-features i {
    color: #c9a45c;
}

.platform-refresh-workflow {
    background: #ffffff;
}

.platform-refresh-steps {
    display: grid;
    gap: 1rem;
}

.platform-refresh-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(7, 20, 38, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.platform-refresh-step:hover {
    transform: translateY(-4px);
    border-color: rgba(239, 65, 55, 0.42);
    box-shadow: 0 18px 45px rgba(239, 65, 55, 0.13);
}

.platform-refresh-step:hover h3,
.platform-refresh-step:hover p {
    color: #c9a45c;
}

.platform-refresh-step:hover i {
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
}

.platform-refresh-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(7, 20, 38, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.platform-refresh-step:hover {
    transform: translateY(-4px);
    border-color: rgba(239, 65, 55, 0.42);
    box-shadow: 0 18px 45px rgba(239, 65, 55, 0.13);
}

.platform-refresh-step:hover h3,
.platform-refresh-step:hover p {
    color: #c9a45c;
}

.platform-refresh-step .platform-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
    font-size: 1.1rem;
    font-weight: 900;
}

.platform-refresh-step h3 {
    color: #071426;
    margin-bottom: 0.35rem;
    font-size: 1.1rem;
    font-weight: 850;
}

.platform-refresh-step p {
    margin: 0;
    color: #5f6b7a;
    line-height: 1.7;
}

.platform-refresh-cta {
    background: #ffffff;
    padding-bottom: 7rem;
}

.platform-refresh-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 20%, rgba(201, 164, 92, 0.22), transparent 28%),
        linear-gradient(135deg, #071426, #0b2f55);
    color: #ffffff;
    box-shadow: 0 28px 80px rgba(7, 20, 38, 0.18);
}

.platform-refresh-cta-card span {
    color: #c9a45c;
}

.platform-refresh-cta-card h2 {
    color: #ffffff;
    margin-bottom: 0.7rem;
}

.platform-refresh-cta-card p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

    .platform-refresh-cta-card .platform-refresh-primary {
    flex: 0 0 auto;
    min-width: 180px;
    color: #071426;
    background: linear-gradient(135deg, #c9a45c, #c9a45c);
    box-shadow: 0 18px 38px rgba(201, 164, 92, 0.32);
}

.platform-refresh-cta-card .platform-refresh-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(201, 164, 92, 0.42);
}

@media (max-width: 991px) {
    .services-refresh-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-refresh-hero-grid,
    .service-detail-refresh-grid,
    .service-detail-refresh-split {
        grid-template-columns: 1fr;
    }

    .service-detail-refresh-image-card img {
        min-height: 360px;
    }

    .services-refresh-cta-card,
    .service-detail-refresh-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
.services-refresh-hero,
.services-refresh-section,
.services-refresh-cta,
.service-detail-refresh-hero,
.service-detail-refresh-section,
.service-detail-refresh-cta {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.services-refresh-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.services-refresh-hero-grid,
.services-refresh-section-heading,
.service-detail-refresh-grid,
.service-detail-refresh-split {
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.services-refresh-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
}

.services-refresh-kicker,
.services-refresh-section-heading span,
.service-detail-refresh-kicker,
.service-detail-refresh-description span,
.service-detail-refresh-cta-card span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
    color: #0b2f55;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.services-refresh-kicker::before,
.services-refresh-section-heading span::before,
.service-detail-refresh-kicker::before,
.service-detail-refresh-description span::before,
.service-detail-refresh-cta-card span::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c9a45c, transparent);
}

.services-refresh-hero h2,
.services-refresh-section-heading h2,
.service-detail-refresh-grid h2,
.service-detail-refresh-split h2,
.service-detail-refresh-description h2,
.service-detail-refresh-cta-card h2 {
    color: #071426;
    font-size: clamp(2.2rem, 4.5vw, 4rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.055em;
    margin-bottom: 1.15rem;
}

.services-refresh-hero p,
.services-refresh-section-heading p,
.service-detail-refresh-grid p,
.service-detail-refresh-description p,
.service-detail-refresh-cta-card p {
    color: #5f6b7a;
    font-size: 1.08rem;
    line-height: 1.9;
}

.services-refresh-actions,
.service-detail-refresh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.services-refresh-primary,
.service-detail-refresh-primary,
.services-refresh-secondary,
.service-detail-refresh-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    font-weight: 850;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.services-refresh-primary,
.service-detail-refresh-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0b2f55, #071426);
    box-shadow: 0 18px 38px rgba(7, 20, 38, 0.22);
}

.services-refresh-secondary,
.service-detail-refresh-secondary {
    color: #071426;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 12px 28px rgba(7, 20, 38, 0.08);
}

.services-refresh-primary:hover,
.service-detail-refresh-primary:hover,
.services-refresh-secondary:hover,
.service-detail-refresh-secondary:hover {
    transform: translateY(-3px);
}

.services-refresh-panel {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    padding: 0;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 28px 80px rgba(7, 20, 38, 0.16);
}

.services-refresh-panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-refresh-panel-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(1.35rem, 3vw, 2rem);
    background: linear-gradient(180deg, rgba(7, 20, 38, 0.12), rgba(7, 20, 38, 0.86));
}

.services-refresh-panel span {
    display: block;
    color: #c9a45c;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.services-refresh-panel strong {
    display: block;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.services-refresh-panel-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 750;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.services-refresh-panel-row i {
    color: #c9a45c;
}

.services-refresh-section {
    background: #ffffff;
}

.services-refresh-section-heading {
    max-width: 780px;
    margin: 0 auto 3rem;
    text-align: center;
}

.services-refresh-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.3rem;
}

.services-refresh-card {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 18px 48px rgba(7, 20, 38, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services-refresh-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 70px rgba(7, 20, 38, 0.15);
}

.services-refresh-card-image {
    position: relative;
    overflow: hidden;
    background: #dbe4ef;
}

.services-refresh-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.services-refresh-card:hover .services-refresh-card-image img {
    transform: scale(1.045);
}

.services-refresh-card-image span {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #071426;
    font-size: 0.78rem;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

.services-refresh-card-content {
    padding: 1.35rem;
}

.services-refresh-card h3 {
    margin: 0 0 0.7rem;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 900;
    color: #071426;
}

.services-refresh-card h3 a {
    color: inherit;
    text-decoration: none;
}

.services-refresh-card h3 a:hover {
    color: #0b2f55;
}

.services-refresh-card p {
    color: #5f6b7a;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.services-refresh-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.services-refresh-tags span {
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    background: #f5f7fb;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 750;
}

.services-refresh-link {
    color: #0b2f55;
    font-weight: 850;
    text-decoration: none;
}

.services-refresh-link:hover {
    color: #c9a45c;
}

.services-refresh-mice-card {
    border-color: rgba(201, 164, 92, 0.24);
}

.services-refresh-cta,
.service-detail-refresh-cta {
    background: #ffffff;
    padding-bottom: 7rem;
}

.services-refresh-cta-card,
.service-detail-refresh-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 20%, rgba(201, 164, 92, 0.22), transparent 28%),
        linear-gradient(135deg, #071426, #0b2f55);
    color: #ffffff;
    box-shadow: 0 28px 80px rgba(7, 20, 38, 0.18);
}

.services-refresh-cta-card span,
.service-detail-refresh-cta-card span {
    color: #c9a45c;
}

.services-refresh-cta-card h2,
.service-detail-refresh-cta-card h2 {
    color: #ffffff;
    margin-bottom: 0.7rem;
}

.services-refresh-cta-card p,
.service-detail-refresh-cta-card p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

.services-refresh-cta-card .services-refresh-primary,
.service-detail-refresh-cta-card .service-detail-refresh-primary {
    flex: 0 0 auto;
    min-width: 180px;
    color: #071426;
    background: linear-gradient(135deg, #c9a45c, #c9a45c);
    box-shadow: 0 18px 38px rgba(201, 164, 92, 0.32);
}

.service-detail-refresh-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.service-detail-refresh-grid {
    grid-template-columns: 1.05fr 0.95fr;
}

.service-detail-refresh-image-card {
    overflow: hidden;
    border-radius: 34px;
    background: #dbe4ef;
    box-shadow: 0 28px 80px rgba(7, 20, 38, 0.16);
}

.service-detail-refresh-image-card img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
}

.service-detail-refresh-section {
    background: #ffffff;
}

.service-detail-refresh-split {
    grid-template-columns: 0.95fr 1.05fr;
}

.service-detail-refresh-features {
    display: grid;
    gap: 1rem;
}

.service-detail-refresh-feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.service-detail-refresh-feature i {
    color: #0b2f55;
    font-size: 1.25rem;
    margin-top: 0.1rem;
}

.service-detail-refresh-feature h3 {
    color: #071426;
    margin-bottom: 0.3rem;
    font-size: 1.05rem;
    font-weight: 850;
}

.service-detail-refresh-feature p {
    margin: 0;
    font-size: 0.95rem;
}

.service-detail-refresh-description {
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 18px 50px rgba(7, 20, 38, 0.10);
}

@media (max-width: 991px) {
.service-detail-business-refresh-hero {
    background:
        radial-gradient(circle at 18% 18%, rgba(239, 65, 55, 0.10), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.service-detail-business-refresh-section {
    background: #ffffff;
}

.service-detail-refresh-overview-cards {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.service-detail-refresh-overview-cards div {
    padding: 1rem;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.service-detail-refresh-overview-cards strong {
    display: block;
    color: #071426;
    margin-bottom: 0.35rem;
    font-size: 1rem;
}

.service-detail-refresh-overview-cards span {
    display: block;
    color: #5f6b7a;
    line-height: 1.65;
}

@media (max-width: 991px) {
.bt-page-title .page-title-content {
    max-width: 900px;
}

.bt-page-title .page-title-content h1 {
    font-size: clamp(2.6rem, 6vw, 5.4rem) !important;
}

.bt-page-hero,
.bt-page-section,
.bt-page-cta {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.bt-page-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.bt-page-hero-grid,
.bt-page-overview-grid,
.bt-page-process-grid {
    display: grid;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.bt-page-hero-grid,
.bt-page-overview-grid {
    grid-template-columns: 1.05fr 0.95fr;
}

.bt-page-process-grid {
    grid-template-columns: 0.92fr 1.08fr;
}

.bt-page-kicker,
.bt-page-section-heading span,
.bt-page-overview-grid > div span,
.bt-page-process-grid > div span,
.bt-page-cta-card span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
    color: #c9a45c;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.bt-page-kicker::before,
.bt-page-section-heading span::before,
.bt-page-overview-grid > div span::before,
.bt-page-process-grid > div span::before,
.bt-page-cta-card span::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c9a45c, transparent);
}

.bt-page-hero h1,
.bt-page-section-heading h2,
.bt-page-overview-grid > div h2,
.bt-page-process-grid > div h2,
.bt-page-cta-card h2 {
    color: #071426;
    font-size: clamp(2.25rem, 4.8vw, 4.5rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.055em;
    margin-bottom: 1.15rem;
}

.bt-page-hero p,
.bt-page-section-heading p,
.bt-page-overview-grid > div p,
.bt-page-process-grid > div p,
.bt-page-cta-card p {
    color: #5f6b7a;
    font-size: 1.08rem;
    line-height: 1.9;
}

.bt-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.bt-page-primary,
.bt-page-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bt-page-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
    box-shadow: 0 18px 38px rgba(239, 65, 55, 0.24);
}

.bt-page-secondary {
    color: #071426;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 12px 28px rgba(7, 20, 38, 0.08);
}

.bt-page-primary:hover,
.bt-page-secondary:hover {
    transform: translateY(-3px);
}

.bt-page-card {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 38px;
    background: #dbe4ef;
    box-shadow: 0 30px 90px rgba(7, 20, 38, 0.18);
}

.bt-page-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bt-page-card-content {
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    padding: 1.4rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 55px rgba(7, 20, 38, 0.16);
}

.bt-page-card-content span {
    display: block;
    color: #c9a45c;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.bt-page-card-content strong {
    display: block;
    color: #071426;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.bt-page-card-list {
    display: grid;
    gap: 0.6rem;
}

.bt-page-card-list div {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #334155;
    font-weight: 750;
}

.bt-page-card-list i {
    color: #c9a45c;
}

.bt-page-section {
    background: #ffffff;
}

.bt-page-overview {
    background: #f5f7fb;
}

.bt-page-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.bt-page-stat {
    padding: 1.25rem;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 40px rgba(7, 20, 38, 0.08);
}

.bt-page-stat strong {
    display: block;
    color: #c9a45c;
    font-size: 1.55rem;
    font-weight: 900;
    margin-bottom: 0.35rem;
}

.bt-page-stat span {
    display: block;
    color: #5f6b7a;
    line-height: 1.55;
}

.bt-page-section-heading {
    max-width: 780px;
    margin: 0 auto 3rem;
    text-align: center;
}

.bt-page-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.bt-page-feature {
    padding: 1.35rem;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 42px rgba(7, 20, 38, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bt-page-feature:hover {
    transform: translateY(-7px);
    border-color: rgba(239, 65, 55, 0.42);
    box-shadow: 0 24px 65px rgba(239, 65, 55, 0.13);
}

.bt-page-feature:hover h3,
.bt-page-feature:hover p {
    color: #c9a45c;
}

.bt-page-feature i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1rem;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #071426, #0b2f55);
    font-size: 1.35rem;
}

.bt-page-feature h3 {
    color: #071426;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 0.65rem;
}

.bt-page-feature p {
    margin: 0;
    color: #5f6b7a;
    line-height: 1.7;
}

.bt-page-process {
    background: #f5f7fb;
}

.bt-page-steps {
    display: grid;
    gap: 1rem;
}

.bt-page-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 36px rgba(7, 20, 38, 0.07);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.bt-page-step:hover {
    transform: translateX(6px);
    border-color: rgba(239, 65, 55, 0.42);
}

.bt-page-step:hover h3,
.bt-page-step:hover p {
    color: #c9a45c;
}

.bt-page-step i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 17px;
    color: #ffffff;
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
    font-size: 1.25rem;
}

.bt-page-step h3 {
    color: #071426;
    margin-bottom: 0.35rem;
    font-size: 1.08rem;
    font-weight: 900;
}

.bt-page-step p {
    margin: 0;
    color: #5f6b7a;
    line-height: 1.7;
}

.bt-page-cta {
    background: #ffffff;
    padding-bottom: 7rem;
}

.bt-page-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 38px;
    background:
        radial-gradient(circle at 15% 20%, rgba(239, 65, 55, 0.22), transparent 28%),
        linear-gradient(135deg, #071426, #0b2f55);
    color: #ffffff;
    box-shadow: 0 30px 90px rgba(7, 20, 38, 0.20);
}

.bt-page-cta-card span {
    color: #ffd1c8;
}

.bt-page-cta-card h2 {
    color: #ffffff;
    margin-bottom: 0.7rem;
}

.bt-page-cta-card p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

.bt-page-cta-card .bt-page-primary {
    flex: 0 0 auto;
    min-width: 190px;
    color: #071426;
    background: linear-gradient(135deg, #ffd1c8, #c9a45c);
    box-shadow: 0 20px 45px rgba(239, 65, 55, 0.30);
}

@media (max-width: 991px) {
    .bt-page-assurance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bt-page-value-grid {
        grid-template-columns: 1fr;
    }

    .bt-page-value-cards {
        grid-template-columns: 1fr;
    }

    .bt-page-hero-grid,
    .bt-page-overview-grid,
    .bt-page-process-grid {
        grid-template-columns: 1fr;
    }

    .bt-page-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bt-page-card {
        min-height: 460px;
    }

    .bt-page-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
.bt-page-assurance {
    padding: 5rem 0;
    background: #ffffff;
}

.bt-page-assurance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.bt-page-assurance-card {
    padding: 1.35rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 42px rgba(7, 20, 38, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bt-page-assurance-card:hover {
    transform: translateY(-7px);
    border-color: rgba(239, 65, 55, 0.42);
    box-shadow: 0 24px 65px rgba(239, 65, 55, 0.13);
}

.bt-page-assurance-card:hover h3,
.bt-page-assurance-card:hover p {
    color: #c9a45c;
}

.bt-page-assurance-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1rem;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
    font-size: 1.35rem;
}

.bt-page-assurance-card h3 {
    color: #071426;
    font-size: 1.08rem;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 0.65rem;
}

.bt-page-assurance-card p {
    margin: 0;
    color: #5f6b7a;
    line-height: 1.7;
}

.bt-page-value {
    background: #ffffff;
}

.bt-page-value-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.bt-page-value h2 {
    color: #071426;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
}

.bt-page-value p {
    color: #5f6b7a;
    line-height: 1.9;
    font-size: 1.08rem;
}

.bt-page-value-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.bt-page-value-cards div {
    padding: 1.25rem;
    border-radius: 26px;
    background: #f5f7fb;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.bt-page-value-cards strong {
    display: block;
    color: #c9a45c;
    margin-bottom: 0.55rem;
    font-size: 1.05rem;
}

.bt-page-value-cards span {
    display: block;
    color: #5f6b7a;
    line-height: 1.65;
}

/* ============================================
   Professional Platform Page Redesign
   ============================================ */

.platform-professional-hero {
    position: relative;
    background: linear-gradient(135deg, #071426 0%, #0b2f55 60%, #123f6d 100%);
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.platform-professional-hero::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -5%;
    width: 40%;
    height: 120%;
    background: radial-gradient(circle, rgba(201, 164, 92, 0.25), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.platform-professional-hero .container {
    position: relative;
    z-index: 1;
}

.platform-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #c9a45c;
    font-size: 0.85rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.platform-professional-hero h1 {
    color: #ffffff;
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 1.5rem;
}

.platform-professional-hero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 680px;
}

.platform-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.platform-hero-stat {
    text-align: center;
    padding: 1.5rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.platform-hero-stat .stat-number {
    display: block;
    color: #c9a45c;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 0.5rem;
}

.platform-hero-stat .stat-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 700;
}

.platform-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.platform-hero-dashboard {
    position: relative;
    margin-top: 4rem;
}

.platform-dashboard-wrapper {
    background: #ffffff;
    border-radius: 36px;
    padding: 2rem;
    box-shadow: 0 36px 100px rgba(7, 20, 38, 0.22);
    border: 1px solid rgba(15, 23, 42, 0.12);
}

.platform-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    margin-bottom: 1.5rem;
}

.platform-dashboard-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.platform-dashboard-brand .logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.3rem;
}

.platform-dashboard-brand span {
    color: #071426;
    font-weight: 900;
    font-size: 1.3rem;
}

.platform-dashboard-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: #f0fdf4;
    color: #16a34a;
    font-size: 0.85rem;
    font-weight: 750;
}

.platform-dashboard-status i {
    font-size: 1rem;
}

.platform-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.platform-dashboard-card {
    background: #f8fafc;
    border-radius: 22px;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(7, 20, 38, 0.12);
}

.platform-dashboard-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.platform-dashboard-card-icon.requests { background: linear-gradient(135deg, #0b2f55, #071426); color: #fff; }
.platform-dashboard-card-icon.approvals { background: linear-gradient(135deg, #c9a45c, #b91c1c); color: #fff; }
.platform-dashboard-card-icon.reports { background: linear-gradient(135deg, #16a34a, #15803d); color: #fff; }

.platform-dashboard-card h3 {
    color: #071426;
    font-size: 1.1rem;
    font-weight: 850;
    margin: 0 0 0.5rem;
}

.platform-dashboard-card p {
    color: #5f6b7a;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.platform-section-pro {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #ffffff;
}

.platform-section-alt {
    background: #f5f7fb;
}

.platform-split-pro {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(3rem, 6vw, 5rem);
    align-items: center;
}

.platform-split-pro-reverse {
    grid-template-columns: 0.9fr 1.1fr;
}

.platform-visual {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(7, 20, 38, 0.18);
}

.platform-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.platform-floating-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: #ffffff;
    padding: 1rem 1.4rem;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(7, 20, 38, 0.15);
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.platform-floating-badge i {
    color: #c9a45c;
    font-size: 1.8rem;
}

.platform-floating-badge span {
    color: #071426;
    font-weight: 850;
    font-size: 1rem;
}

.platform-section-title {
    margin-bottom: 1.2rem;
    color: #0b2f55;
    font-size: 0.85rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.platform-section-title::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 3px;
    background: linear-gradient(90deg, #c9a45c, transparent);
    border-radius: 999px;
    margin-right: 0.6rem;
    vertical-align: middle;
}

.platform-section-heading h2 {
    color: #071426;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem;
}

.platform-section-text {
    color: #5f6b7a;
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 2rem;
}

.platform-feature-grid {
    display: grid;
    gap: 1.2rem;
}

.platform-feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.platform-feature-item:hover {
    transform: translateX(8px);
    border-color: rgba(201, 164, 92, 0.4);
}

.platform-feature-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0b2f55, #071426);
    color: #ffffff;
    font-size: 1.4rem;
    flex: 0 0 auto;
}

.platform-feature-item h3 {
    color: #071426;
    font-size: 1.15rem;
    font-weight: 850;
    margin: 0 0 0.4rem;
}

.platform-feature-item p {
    color: #5f6b7a;
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
}

.platform-modules-pro {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #ffffff;
}

.platform-modules-alt {
    background: #f5f7fb;
}

.platform-modules-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.platform-modules-grid-pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
}

.platform-module-pro {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 22px 60px rgba(7, 20, 38, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-module-pro:hover {
    transform: translateY(-10px);
    box-shadow: 0 32px 80px rgba(7, 20, 38, 0.15);
}

.platform-module-image-pro {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.platform-module-image-pro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.platform-module-pro:hover .platform-module-image-pro img {
    transform: scale(1.08);
}

.platform-module-content-pro {
    padding: 1.8rem;
}

.platform-module-content-pro h3 {
    color: #071426;
    font-size: 1.4rem;
    font-weight: 900;
    margin: 0 0 1rem;
}

.platform-module-content-pro p {
    color: #5f6b7a;
    font-size: 0.98rem;
    line-height: 1.8;
    margin: 0 0 1.4rem;
}

.platform-module-features-pro {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.platform-module-features-pro span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 0.85rem;
    font-weight: 750;
}

.platform-module-features-pro i {
    color: #c9a45c;
    font-size: 1rem;
}

.platform-workflow-pro {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #ffffff;
}

.platform-workflow-steps-pro {
    position: relative;
    display: grid;
    gap: 2rem;
}

.platform-workflow-steps-pro::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 34px;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c9a45c, rgba(201, 164, 92, 0.3));
    z-index: 0;
}

.platform-workflow-step-pro {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: flex-start;
    z-index: 1;
}

.platform-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0b2f55, #071426);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 900;
    flex: 0 0 auto;
    box-shadow: 0 16px 38px rgba(7, 20, 38, 0.22);
}

.platform-step-content h3 {
    color: #071426;
    font-size: 1.35rem;
    font-weight: 900;
    margin: 0 0 0.5rem;
}

.platform-step-content p {
    color: #5f6b7a;
    font-size: 1.02rem;
    line-height: 1.8;
    margin: 0;
}

.platform-cta-pro {
    padding-top: 8rem;
    padding-bottom: 10rem;
    background: linear-gradient(135deg, #071426, #0b2f55);
}

.platform-cta-card-pro {
    background: #ffffff;
    border-radius: 40px;
    padding: clamp(3rem, 5vw, 4.5rem);
    text-align: center;
    box-shadow: 0 36px 120px rgba(7, 20, 38, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.platform-cta-label {
    display: inline-block;
    color: #c9a45c;
    font-size: 0.85rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.platform-cta-card-pro h2 {
    color: #071426;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 1.2rem;
}

.platform-cta-card-pro p {
    color: #5f6b7a;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto 2rem;
}

.platform-cta-btn-pro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
    color: #ffffff;
    font-weight: 850;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.platform-cta-btn-pro:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(201, 164, 92, 0.45);
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .platform-split-pro,
    .platform-split-pro-reverse {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .platform-modules-grid-pro {
        grid-template-columns: repeat(2, 1fr);
    }

    .platform-floating-badge {
        position: static;
        margin-top: 1.5rem;
        width: fit-content;
    }

    .platform-dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .platform-professional-hero {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .platform-hero-stats {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .platform-modules-grid-pro {
        grid-template-columns: 1fr;
    }

    .platform-workflow-steps-pro::before {
        display: none;
    }

    .platform-workflow-step-pro {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .platform-step-number {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .platform-professional-hero h1 {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .platform-section-pro,
    .platform-modules-pro,
    .platform-workflow-pro {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .platform-floating-badge {
        padding: 0.8rem 1rem;
    }
}

@media (max-width: 575px) {
    .platform-hero-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.9rem;
    }

    .platform-dashboard-wrapper {
        padding: 1.5rem;
    }

    .platform-cta-card-pro {
        padding: 2rem 1.5rem;
        border-radius: 28px;
    }
}

/* Dark mode support for CTA */
.platform-section-dark {
    background: #071426;
}

.platform-section-dark .platform-section-title,
.platform-section-dark .platform-section-heading h2 {
    color: #ffffff;
}

/* ============================================
   Modern Platform Page Redesign
   ============================================ */

.platform-modern-hero {
    background: linear-gradient(135deg, #071426 0%, #0b2f55 70%, #123f6d 100%);
    padding: 140px 0 160px;
    position: relative;
    overflow: hidden;
}

.platform-modern-hero::before {
    content: "";
    position: absolute;
    top: -15%;
    right: -10%;
    width: 45%;
    height: 130%;
    background: radial-gradient(circle, rgba(201, 164, 92, 0.25), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.platform-modern-hero .container {
    position: relative;
    z-index: 1;
}

.platform-hero-subtitle {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: #c9a45c;
    font-size: 0.85rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.platform-hero-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 4.2rem);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 1.5rem;
}

.platform-hero-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 2.5rem;
}

.platform-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.platform-stat-card {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    backdrop-filter: blur(15px);
}

.platform-stat-number {
    display: block;
    color: #c9a45c;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.platform-stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 700;
}

.platform-hero-cta .platform-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
    color: #ffffff;
    font-weight: 850;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.platform-hero-cta .platform-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(201, 164, 92, 0.4);
}

.platform-modern-features {
    padding: 80px 0;
    background: #ffffff;
}

.platform-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.platform-feature-card {
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: 30px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(7, 20, 38, 0.12);
}

.platform-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: linear-gradient(135deg, #0b2f55, #071426);
    color: #ffffff;
    font-size: 2rem;
}

.platform-feature-card h3 {
    color: #071426;
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.platform-feature-card p {
    color: #5f6b7a;
    line-height: 1.7;
    margin: 0;
}

.platform-modern-modules {
    padding: 100px 0;
    background: #f5f7fb;
}

.platform-modern-heading {
    text-align: center;
    margin-bottom: 4rem;
}

.platform-modern-heading span {
    display: block;
    color: #c9a45c;
    font-size: 0.85rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.platform-modern-heading h2 {
    color: #071426;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.platform-modern-modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.platform-modern-module {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 50px rgba(7, 20, 38, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-modern-module:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(7, 20, 38, 0.12);
}

.platform-modern-module-image {
    height: 200px;
    overflow: hidden;
}

.platform-modern-module-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.platform-modern-module:hover .platform-modern-module-image img {
    transform: scale(1.08);
}

.platform-modern-module-body {
    padding: 1.8rem;
}

.platform-modern-module-body h3 {
    color: #071426;
    font-size: 1.3rem;
    font-weight: 900;
    margin: 0 0 1rem;
}

.platform-modern-module-body p {
    color: #5f6b7a;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 1.2rem;
}

.platform-modern-module-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.platform-modern-module-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    color: #334155;
    font-weight: 600;
}

.platform-modern-module-list i {
    color: #16a34a;
    font-size: 1.1rem;
}

.platform-modern-process {
    padding: 100px 0;
    background: #ffffff;
}

.platform-modern-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

.platform-modern-step {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.platform-modern-step:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 164, 92, 0.4);
}

.platform-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 18px;
    background: linear-gradient(135deg, #c9a45c, #b91c1c);
    color: #ffffff;
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.platform-modern-step h3 {
    color: #071426;
    font-size: 1.05rem;
    font-weight: 850;
    margin: 0 0 0.5rem;
}

.platform-modern-step p {
    color: #5f6b7a;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.platform-modern-faq {
    padding: 80px 0;
    background: #f5f7fb;
}

.platform-faq-list {
    max-width: 700px;
    margin: 0 auto;
}

.platform-faq-list details {
    margin-bottom: 1rem;
    padding: 1.2rem 1.5rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.platform-faq-list summary {
    color: #071426;
    font-weight: 850;
    cursor: pointer;
}

.platform-faq-list p {
    color: #5f6b7a;
    margin-top: 0.8rem;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .platform-modern-modules-grid,
    .platform-modern-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .platform-modern-hero {
        padding: 100px 0 120px;
        text-align: center;
    }

    .platform-hero-stats,
    .platform-modern-grid,
    .platform-modern-modules-grid,
    .platform-modern-steps {
        grid-template-columns: 1fr;
    }

    .platform-hero-description {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .platform-modern-hero h1 {
        font-size: clamp(2rem, 7vw, 3rem);
    }

    .platform-modern-features,
    .platform-modern-modules,
    .platform-modern-process,
    .platform-modern-faq {
        padding: 60px 0;
    }

    .platform-modern-grid {
        gap: 1.2rem;
    }

    .platform-feature-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 575px) {
    .platform-hero-subtitle {
        font-size: 0.75rem;
        padding: 0.4rem 0.9rem;
    }

    .platform-hero-cta .platform-btn-primary {
        padding: 0.85rem 1.5rem;
        font-size: 0.95rem;
    }
}

.platform-professional-cta {
    padding: 80px 0;
    background: #ffffff;
}

.platform-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 999px;
    background: #ffffff;
    color: #071426;
    font-weight: 850;
    text-decoration: none;
    border: 1px solid rgba(15, 23, 42, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.platform-btn-outline:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(7, 20, 38, 0.15);
}
