@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700;800&display=swap');
:root {
    --brand: #176b71;
    --brand-dark: #0f4d52;
    --brand-darker: #0b3034;
    --brand-light: #eaf2f2;
    --accent: #e7a523;
    --accent-hover: #c8870e;
    --accent-soft: #fff2d6;
    --ink: #1c2a29;
    --ink-soft: #4e5d5b;
    --surface: #ffffff;
    --surface-alt: #f5f7f6;
    --footer-bg: #0d1d20;
    --border-color: #e6ecea;
    --radius: 10px;
    --shadow-sm: 0 10px 26px rgba(10, 35, 40, .06);
    --shadow-lg: 0 24px 55px rgba(10, 35, 40, .18);
    --bs-body-font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --bs-body-color: var(--ink);
    --bs-body-color-rgb: 28, 42, 41;
    --bs-primary: var(--brand);
    --bs-primary-rgb: 23, 107, 113;
    --bs-secondary: var(--accent);
    --bs-secondary-rgb: 231, 165, 35;
    --bs-link-color: var(--brand);
    --bs-link-hover-color: var(--accent-hover);
    --bs-heading-font-family: 'Playfair Display', 'Times New Roman', serif;
    --bs-heading-color: var(--brand-darker);
    --bs-font-sans-serif: 'Plus Jakarta Sans', sans-serif;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: var(--bs-body-color);
    background-color: var(--surface);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--bs-heading-font-family);
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-heading-color);
    margin-top: 0;
    letter-spacing: -.015em;
}
p {
    margin-top: 0;
}
a {
    color: var(--brand);
    text-decoration: none;
    transition: color .25s ease;
}
a:hover {
    color: var(--accent-hover);
}
a[href^="tel"], a[href^="mailto"] {
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
.text-muted {
    color: var(--ink-soft) !important;
}
.text-soft {
    color: var(--ink-soft) !important;
}
.text-accent {
    color: var(--accent-hover) !important;
}
.text-brand {
    color: var(--brand) !important;
}
.bg-soft {
    background-color: var(--surface-alt) !important;
}
.bg-brand-light {
    background-color: var(--brand-light) !important;
}
.bg-brand-darker {
    background-color: var(--brand-darker) !important;
}
.section-pad {
    padding: 7.5rem 0;
    position: relative;
}
.section-pad-sm {
    padding: 4.5rem 0;
}
.section-overlay {
    position: relative;
}
.section-overlay:before {
    content: '';
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('');
    background-size: cover;
    background-position: center;
    opacity: .25;
    position: absolute;
    inset: 0;
    z-index: 0;
}
.section-overlay>.container {
    position: relative;
    z-index: 2;
}
.position-absolute {
    position: absolute !important;
}
.top-0 {
    top: 0 !important;
}
.start-0 {
    left: 0 !important;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.z-index-1 {
    z-index: 1;
}
.rounded-4 {
    border-radius: var(--radius) !important;
}
.shadow-sm {
    box-shadow: var(--shadow-sm) !important;
}
.shadow-lg {
    box-shadow: var(--shadow-lg) !important;
}
.btn {
    border-radius: 50rem;
    font-weight: 600;
    letter-spacing: .02em;
    padding: .85rem 1.9rem;
    transition: all .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border-width: 0;
}
.btn:active, .btn:focus {
    box-shadow: none !important;
}
.btn-brand {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 12px 30px rgba(23, 107, 113, .32);
}
.btn-brand:hover, .btn-brand:focus {
    background: var(--brand-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(23, 107, 113, .4);
}
.btn-accent {
    background: var(--accent);
    color: #10211f;
}
.btn-accent:hover, .btn-accent:focus {
    background: var(--accent-hover);
    color: #fff;
    transform: translateY(-2px);
}
.btn-lg {
    padding: 1rem 2.25rem;
    font-size: 1rem;
}
.btn-sm {
    padding: .55rem 1.25rem;
    font-size: .875rem;
}
.btn-icon {
    width: 3.4rem;
    height: 3.4rem;
    padding: 0;
    border-radius: 50%;
}
.btn-outline-light-soft {
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
}
.btn-outline-light-soft:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border-color: #fff;
}
.eyebrow-tag {
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 700;
    color: var(--brand);
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.eyebrow-tag:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: .85rem;
    height: 2px;
    background: var(--accent);
    transform: translateY(-50%);
}
.eyebrow-tag.eyebrow-light {
    color: #8dd3d7;
}
.eyebrow-tag.eyebrow-light:before {
    background: var(--accent);
}
.section-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 1.4rem;
}
.section-intro {
    font-size: 1.08rem;
    color: var(--ink-soft);
    max-width: 720px;
    margin-bottom: 2.5rem;
}
.breadcrumb-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    font-size: .9rem;
    font-weight: 500;
}
.breadcrumb-links li+li {
    position: relative;
}
.breadcrumb-links li+li:before {
    content: '/';
    margin-right: 1rem;
    color: rgba(255, 255, 255, .4);
}
.breadcrumb-links li {
    color: rgba(255, 255, 255, .78);
}
.breadcrumb-links a {
    color: #fff;
}
.breadcrumb-links a:hover {
    color: var(--accent);
}
.site-topbar {
    background: var(--brand-darker);
    color: rgba(255, 255, 255, .85);
    font-size: .88rem;
}
.site-topbar .contact-detail {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    border-radius: 50rem;
}
.site-topbar i {
    color: var(--accent);
}
.site-topbar a {
    color: rgba(255, 255, 255, .85);
}
.site-topbar a:hover {
    color: #fff;
}
.site-nav {
    background: rgba(11, 48, 52, .9);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    z-index: 1030;
    padding: .75rem 0;
    transition: background .3s ease, box-shadow .3s ease;
}
.site-nav.sticky {
    background: rgba(11, 48, 52, .97);
    box-shadow: 0 8px 24px rgba(8, 25, 27, .3);
}
.site-nav .nav-link {
    color: rgba(255, 255, 255, .85) !important;
    font-weight: 500;
    margin: 0 .45rem;
    padding: .75rem .85rem !important;
    transition: color .2s ease, border-color .2s ease;
}
.site-nav .nav-link:hover, .site-nav .nav-link.active {
    color: var(--accent) !important;
}
@media (min-width: 992px) {
    .site-nav .navbar-nav {
        align-items: center;
    }
    .site-nav .nav-cta {
        margin-left: 1rem;
    }
}
.navbar-toggler {
    border-color: rgba(255, 255, 255, .3);
    border-radius: .5rem;
    color: #fff;
    font-size: 1.2rem;
    padding: .4rem .7rem;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 59, .3);
}
@media (max-width: 991.9px) {
    .site-nav {
        background: rgba(11, 48, 52, .97);
    }
    .site-nav .nav-link {
        padding: .65rem 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        margin: 0;
    }
    .site-nav .nav-cta {
        margin-top: .65rem;
    }
}
.page-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 10rem 0 5.5rem;
    color: #fff;
}
.page-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 28, 30, .92) 0%, rgba(10, 42, 45, .7) 50%, rgba(9, 35, 38, .45) 100%);
}
.page-hero .hero-area {
    position: relative;
    z-index: 2;
    color: #fff;
}
.page-hero h1 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 700;
}
.page-hero p.lead {
    color: rgba(255, 255, 255, .85);
    max-width: 700px;
    font-size: 1.15rem;
}
@media (max-width: 767px) {
    .page-hero {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
}
.hero-fullscreen {
    min-height: 92vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-carousel {
    position: absolute;
    inset: 0;
}
.hero-carousel .carousel-item {
    height: 100%;
    background-position: center;
    background-size: cover;
}
.hero-carousel .carousel-item:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(7, 30, 33, .93) 10%, rgba(7, 30, 33, .55) 55%, rgba(7, 30, 33, .30) 100%);
}
.hero-carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 6rem 0 0;
}
.hero-carousel .carousel-caption .container {
    text-align: left;
}
.hero-title {
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 4.5rem);
    line-height: 1.08;
    margin-bottom: 1.2rem;
    font-weight: 700;
}
.hero-title span {
    color: var(--accent);
    display: block;
}
.hero-description {
    color: rgba(255, 255, 255, .85);
    font-size: 1.2rem;
    max-width: 660px;
    margin-bottom: 1.9rem;
}
.hero-stats .stat-item {
    color: rgba(255, 255, 255, .85);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .6rem;
}
.hero-stats .stat-item i {
    color: var(--accent);
}
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 1.2rem;
    top: auto;
    bottom: 2rem;
    opacity: 1;
}
.hero-carousel .carousel-control-prev {
    left: auto;
    right: 5.5rem;
}
.hero-carousel .carousel-control-next {
    right: 1rem;
}
.hero-carousel .carousel-indicators {
    position: absolute;
    right: auto;
    left: 1rem;
    bottom: 2.35rem;
    margin: 0;
    gap: .25rem;
}
.hero-carousel .carousel-indicators [data-bs-target] {
    width: 2rem;
    height: .3rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, .4);
    border: 0;
}
.hero-carousel .carousel-indicators .active {
    background: var(--accent);
}
@media (max-width: 767px) {
    .hero-carousel .carousel-caption {
        padding-top: 5rem;
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
        display: none;
    }
}
.hero-lower {
    background-color: var(--brand-darker);
    padding: 2.2rem 0;
}
.hero-lower .hero-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: rgba(255, 255, 255, .8);
}
.hero-lower .hero-item i {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
}
.hero-lower .hero-item span {
    font-size: .9rem;
    opacity: .9;
}
.feature-cta-card {
    border: 0;
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    padding: 1.7rem;
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
}
.feature-cta-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-lg);
}
.feature-icon {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    background: var(--brand-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: var(--brand);
    margin-bottom: 1.4rem;
}
.feature-icon-light {
    color: var(--accent);
}
.facts-icon {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .18);
    color: var(--accent);
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    border-radius: 25%;
}
.text-gradient {
    background: linear-gradient(180deg, #fff 15%, #c9e7e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.service-tile {
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all .3s ease;
    height: 100%;
    position: relative;
    border: 1px solid var(--border-color);
}
.service-tile:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}
.service-tile .tile-media {
    position: relative;
    height: 240px;
    overflow: hidden;
}
.service-tile .tile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}
.service-tile:hover .tile-media img {
    transform: scale(1.05);
}
.service-tile .tile-body {
    padding: 1.8rem;
}
.service-tile .tile-body h3 {
    font-size: 1.2rem;
    margin-bottom: .65rem;
    font-family: var(--bs-heading-font-family);
}
.service-tile .tile-body h3 a {
    color: var(--brand-darker);
}
.service-tile .tile-body h3 a:hover {
    color: var(--brand);
}
.service-tile .tile-link {
    font-weight: 600;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: 1.2rem;
}
.service-tile .tile-link i {
    transition: transform .3s;
}
.service-tile .tile-link:hover i {
    transform: translateX(5px);
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-list li {
    padding: .7rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #dfe9e7;
}
.feature-list li i {
    color: var(--brand);
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-light);
    border-radius: 50%;
    flex-shrink: 0;
    font-size: .8rem;
}
.feature-list.light li {
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .85);
}
.feature-list.light li i {
    background: rgba(255, 255, 255, .1);
    color: var(--accent);
}
.number-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent-hover);
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 1.4rem;
}
.divider-tagline {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .7rem;
}
.divider-tagline:before, .divider-tagline:after {
    content: '';
    height: 1px;
    width: 2rem;
    background: var(--accent);
}
.process-step {
    text-align: center;
    padding: 2rem 1.4rem;
}
.process-step .process-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(10, 35, 40, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--brand);
    position: relative;
}
.process-step .process-icon:after {
    content: attr(data-step);
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: var(--accent);
    color: #1f2a29;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.process-step h4 {
    font-size: 1.1rem;
    font-family: var(--bs-heading-font-family);
    margin-bottom: .7rem;
}
.process-step p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .95rem;
}
.portfolio-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    max-height: 360px;
    cursor: pointer;
}
.portfolio-card img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    transition: transform .8s ease;
}
.portfolio-card:hover img {
    transform: scale(1.06);
}
.portfolio-card .portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 26, 29, .8), rgba(5, 26, 29, 0));
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    transition: opacity .3s;
}
.portfolio-card .portfolio-label {
    font-size: .7rem;
    color: var(--accent);
    margin-bottom: .25rem;
    text-transform: uppercase;
    letter-spacing: .15em;
}
.testimonial-card {
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 2.2rem 2rem;
    position: relative;
    transition: box-shadow .3s;
}
.testimonial-card:hover {
    box-shadow: var(--shadow-lg);
}
.testimonial-card .quote-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.8rem;
    color: var(--accent);
    font-size: 2.4rem;
    opacity: .4;
}
.testimonial-card .stars {
    display: flex;
    gap: .2rem;
    color: var(--accent);
    margin-bottom: 1.1rem;
}
.testimonial-card p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--ink);
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: .9rem;
    margin-top: 1.4rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--border-color);
}
.testimonial-author .avatar {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    background: var(--brand-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.testimonial-author h6 {
    font-size: .95rem;
    margin-bottom: .2rem;
}
.testimonial-author small {
    font-size: .8rem;
    color: var(--ink-soft);
}
.testimonial-slider .carousel-inner {
    padding-bottom: 2rem;
}
.testimonial-slider .carousel-indicators {
    bottom: 0;
    gap: .35rem;
}
.testimonial-slider .carousel-indicators [data-bs-target] {
    width: 2.2rem;
    height: .22rem;
    border-radius: 10px;
    background: #a8bdb9;
    opacity: 1;
    border: 0;
}
.testimonial-slider .carousel-indicators .active {
    background: var(--brand);
}
.advice-tick {
    background: var(--surface);
    padding: 1.25rem 1rem;
    border-radius: var(--radius);
    box-shadow: 0 8px 20px rgba(11, 48, 52, .08);
    text-align: center;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.advice-tick i {
    font-size: 2rem;
    color: var(--brand);
}
.advice-tick h6 {
    margin: .7rem 0 .25rem;
    font-family: var(--bs-heading-font-family);
    font-size: 1rem;
}
.advice-tick small {
    color: var(--ink-soft);
    font-size: .8rem;
}
.trust-bar {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 2.5rem 0;
}
.trust-bar .trust-logo {
    filter: grayscale(1) invert(1);
    opacity: .35;
    width: 130px;
    max-width: 100%;
    transition: opacity .3s;
    margin: 0 auto;
}
.trust-bar .trust-logo:hover {
    opacity: .8;
}
.stat-box {
    text-align: center;
    padding: 2.2rem 1.5rem;
    position: relative;
}
.stat-box+.stat-box {
    border-left: 1px solid rgba(255, 255, 255, .15);
}
@media (max-width: 575px) {
    .stat-box+.stat-box {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }
}
.stat-box .stat-num {
    font-family: var(--bs-heading-font-family);
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: block;
}
.stat-box .stat-num span {
    color: var(--accent);
}
.stat-box .stat-label {
    color: rgba(255, 255, 255, .75);
    margin-top: .5rem;
    display: block;
    font-size: .9rem;
}
.pricing-card {
    background: var(--surface);
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform .3s, box-shadow .3s;
    position: relative;
}
.pricing-card:hover {
    transform: translateY(-9px);
    box-shadow: var(--shadow-lg);
}
.pricing-card__header {
    text-align: center;
    padding: 2.4rem 2rem 1.6rem;
    background: var(--surface-alt);
    border-bottom: 2px dashed var(--border-color);
}
.pricing-card__name {
    color: var(--brand-dark);
    font-size: 1.2rem;
    font-weight: 700;
    font-family: var(--bs-heading-font-family);
}
.pricing-card__price {
    font-size: 3.1rem;
    font-weight: 700;
    color: var(--brand-darker);
    margin: .5rem 0 0;
    line-height: 1;
    font-family: var(--bs-heading-font-family);
}
.pricing-card__price small {
    font-size: 1rem;
    color: var(--ink-soft);
    font-family: var(--bs-body-font-family);
}
.pricing-card__badge {
    background: var(--accent);
    color: #1d2b29;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: .3rem 1rem;
    border-radius: 50rem;
    display: block;
    width: max-content;
    margin: 0 auto .7rem;
}
.pricing-card__features {
    padding: 2rem;
    list-style: none;
    margin: 0;
}
.pricing-card__features li {
    text-align: left;
    font-size: .95rem;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    color: var(--ink);
}
.pricing-card__features li i {
    width: 1.4rem;
    height: 1.4rem;
    background: var(--brand-light);
    color: var(--brand);
    border-radius: 50%;
    font-size: .6rem;
    padding: .3rem;
    flex-shrink: 0;
    margin-top: .2rem;
}
.pricing-card__features li.disabled {
    opacity: .5;
    text-decoration: line-through;
}
.pricing-card__features li.disabled i {
    background: #f3c1c6;
    color: #c62f45;
}
.pricing-card__footer {
    padding: 0 2rem 2.4rem;
    text-align: center;
}
.blog-card {
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: all .3s ease;
    height: 100%;
}
.blog-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-lg);
}
.blog-card .blog-media {
    height: 230px;
    overflow: hidden;
    position: relative;
}
.blog-card .blog-media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .8s;
}
.blog-card:hover .blog-media img {
    transform: scale(1.06);
}
.blog-card .blog-cat {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--accent);
    color: #1f1e0d;
    padding: .3rem 1rem;
    font-size: .75rem;
    border-radius: 50rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    z-index: 2;
}
.blog-card .blog-body {
    padding: 1.75rem;
}
.blog-card .blog-meta {
    font-size: .8rem;
    color: var(--ink-soft);
    display: flex;
    align-items: center;
    gap: .7rem;
}
.blog-card h3 {
    font-size: 1.15rem;
    margin-bottom: .8rem;
    color: var(--brand-darker);
    font-family: var(--bs-heading-font-family);
}
.blog-card h3 a {
    color: inherit;
}
.blog-card p {
    color: var(--ink-soft);
    font-size: .94rem;
}
.career-team {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.career-team img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform .5s;
}
.career-team:hover img {
    transform: scale(1.04);
}
.career-team .role-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 1.5rem 1.2rem;
    background: linear-gradient(0deg, rgba(8, 28, 30, .92), rgba(8, 28, 30, .35) 70%, transparent);
    color: #fff;
}
.career-team .role-caption h6 {
    font-family: var(--bs-heading-font-family);
    color: #fff;
    margin-bottom: .1rem;
    font-size: 1.1rem;
}
.career-team .role-caption span {
    color: var(--accent);
    font-size: .8rem;
    display: block;
    margin-bottom: .3rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.contact-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 2rem;
    transition: all .3s;
    border: 1px solid var(--border-color);
    height: 100%;
}
.contact-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}
.contact-card .contact-icon {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
}
.contact-card h6 {
    font-family: var(--bs-heading-font-family);
    font-size: 1rem;
    color: var(--brand-darker);
    margin-bottom: .5rem;
}
.contact-card p {
    color: var(--ink-soft);
    margin: 0;
    word-break: break-word;
}
.map-frame {
    width: 100%;
    height: 420px;
    filter: grayscale(20%) sepia(6%);
    border: 0;
}
.contact-form-wrap {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-lg);
    padding: 2.5rem 2rem;
}
.form-control, .form-select {
    border-color: var(--border-color);
    padding: .9rem 1rem;
    color: var(--ink);
    background-color: #fafefc;
    border-radius: .75rem;
    font-size: .95rem;
}
.form-control:focus, .form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 .25rem rgba(23, 107, 113, .15);
    background-color: #fff;
}
textarea.form-control {
    min-height: 8.5rem;
    resize: none;
}
.form-label {
    font-weight: 600;
    color: var(--brand-darker);
    font-size: .9rem;
    display: block;
    margin-bottom: .5rem;
}
.form-status {
    font-size: .9rem;
    padding: .85rem 1.2rem;
    border-radius: .75rem;
    display: none;
    align-items: center;
    gap: .6rem;
    width: 100%;
    margin-bottom: 0;
}
.form-status.is-visible {
    display: flex;
}
.form-status.is-success {
    background: #dff7e9;
    color: #0f6b3f;
    border: 1px solid #b4ebd0;
}
.form-status.is-error {
    background: #fce8e6;
    color: #b02a37;
    border: 1px solid #f5c2c7;
}
.footer-area {
    background-color: var(--footer-bg);
    position: relative;
    color: rgba(255, 255, 255, .65);
    font-size: .95rem;
    overflow: hidden;
}
.footer-area:before {
    content: '';
    position: absolute;
    top: -6rem;
    right: -4rem;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 107, 113, .3), transparent 70%);
}
.footer-title {
    color: #fff;
    font-family: var(--bs-heading-font-family);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
}
.footer-area .footer-link {
    display: block;
    color: rgba(255, 255, 255, .6);
    padding: .4rem 0;
    transition: color .25s;
}
.footer-area .footer-link:hover {
    color: var(--accent);
    transform: translateX(3px);
}
.footer-area .contact-detail {
    display: flex;
    gap: .8rem;
    align-items: flex-start;
    margin-bottom: .8rem;
}
.footer-area .contact-detail i {
    color: var(--accent);
    margin-top: .35rem;
    width: 1.3rem;
    text-align: center;
}
.footer-social .social-link {
    display: inline-flex;
    width: 2.7rem;
    height: 2.7rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .7);
    margin-right: .55rem;
    font-size: 1.2rem;
    transition: all .3s;
}
.footer-social .social-link:hover {
    border-color: var(--accent);
    background: var(--accent);
    color: #0d1d20;
    transform: translateY(-3px);
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 1.8rem;
    margin-top: 3rem;
    font-size: .8rem;
}
.footer-bottom a {
    color: rgba(255, 255, 255, .6);
}
.footer-bottom a:hover {
    color: var(--accent);
}
.footer-bottom .legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem 1rem;
}
@media (max-width: 767px) {
    .footer-bottom .legal-links {
        justify-content: center;
    }
}
.cta-strip {
    background: var(--brand);
    border-radius: 2rem;
    padding: 4.5rem 4%;
    position: relative;
    overflow: hidden;
}
.cta-strip:before {
    content: '';
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('');
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    opacity: .25;
}
.cta-strip .cta-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.cta-strip h2 {
    color: #fff;
    font-size: clamp(1.9rem, 4vw, 3rem);
}
.cta-strip p {
    opacity: .9;
}
.cta-strip .btn-accent {
    background: #fff;
    color: var(--brand-dark);
}
.cta-strip .btn-accent:hover {
    background: var(--accent);
}
.cookie-panel {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 9999;
    max-width: 450px;
    margin: 0 auto;
    background: rgba(9, 35, 36, .97);
    color: rgba(255, 255, 255, .9);
    border-radius: 1rem;
    padding: 1.7rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    transition: opacity .4s ease, transform .4s ease;
}
.cookie-panel.hidden-panel {
    opacity: 0;
    transform: translateY(1.5rem);
    pointer-events: none;
}
.cookie-panel .cookie-icon {
    font-size: 1.7rem;
    color: var(--accent);
    line-height: 1;
    flex-shrink: 0;
}
.cookie-panel p {
    color: rgba(255, 255, 255, .8);
    font-size: .85rem;
    margin: 0;
    line-height: 1.6;
}
.cookie-panel .cookie-title {
    font-weight: 700;
    color: #fff;
    font-size: .95rem;
    display: block;
    margin-bottom: .3rem;
}
.cookie-panel .link-underline {
    color: var(--accent);
    text-decoration: underline;
}
.cookie-panel .cookie-actions {
    margin-top: 1.2rem;
    display: flex;
    gap: .55rem;
}
.cookie-panel .cookie-btn {
    padding: .55rem 1rem;
    border-radius: 50rem;
    font-weight: 600;
    font-size: .8rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    transition: all .25s;
    flex-wrap: wrap;
    white-space: nowrap;
}
.cookie-panel .cookie-btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}
.cookie-panel .cookie-btn-brand:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #0e2422;
}
.cookie-panel .cookie-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}
@media (min-width: 600px) {
    .cookie-panel {
        right: auto;
        left: 1rem;
        bottom: 1.5rem;
        margin: 0;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .cookie-panel {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-panel .cookie-actions {
        flex-direction: column;
        width: 100%;
    }
    .cookie-panel .cookie-btn {
        text-align: center;
        width: 100%;
    }
}
.social-shares a {
    display: inline-flex;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background: #fff;
    color: var(--brand);
    align-items: center;
    justify-content: center;
    margin: 0 .35rem;
    box-shadow: 0 6px 18px rgba(10, 35, 40, .1);
    transition: all .3s;
}
.social-shares a:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-4px);
}
.img-box-gall {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}
.img-box-gall img {
    transition: transform .7s ease;
}
.img-box-gall:hover img {
    transform: scale(1.06);
}
.img-box-gall .gallery-zoom {
    position: absolute;
    inset: 0;
    background: rgba(9, 45, 47, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .35s;
    color: #fff;
    font-size: 1.5rem;
}
.img-box-gall:hover .gallery-zoom {
    opacity: 1;
}
.faq-accordion .accordion-item {
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: 1rem !important;
    overflow: hidden;
    margin-bottom: .9rem;
}
.faq-accordion .accordion-button {
    background: var(--surface);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--brand-darker);
    padding: 1.4rem 1.6rem;
    box-shadow: none !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brand);
    background: var(--surface);
}
.faq-accordion .accordion-button:after {
    background-image: url('');
}
.faq-accordion .accordion-body {
    color: var(--ink-soft);
    padding: .1rem 1.6rem 1.6rem;
    border-top: 1px dotted #d5dfdc;
    line-height: 1.75;
}
.back-top {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .4s;
    border: 0;
    z-index: 980;
}
.back-top.bt-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-top:hover {
    background: var(--accent);
}
.detail-content img {
    border-radius: 1.3rem;
    margin-bottom: 1.8rem;
}
.detail-content blockquote {
    border-left: 4px solid var(--accent);
    padding: 1rem 1.5rem;
    background: var(--brand-light);
    border-radius: .8rem;
    color: var(--brand-darker);
    font-family: var(--bs-heading-font-family);
    font-style: italic;
    margin-bottom: 1.5rem;
}
.sidebar-widget {
    background: #fff;
    border-radius: 1rem;
    padding: 1.8rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.7rem;
}
.sidebar-widget h5 {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--bs-heading-font-family);
    color: var(--brand-darker);
    margin-bottom: 1rem;
}
.checklist-clean {
    list-style: none;
    padding: 0;
    margin: 0;
}
.checklist-clean li {
    padding: .45rem 0;
    display: flex;
    gap: .6rem;
    align-items: flex-start;
    font-size: .9rem;
}
.checklist-clean li i {
    color: var(--accent);
}
.table-of-contents li a {
    padding: .35rem 0;
    display: block;
    color: var(--ink-soft);
    font-size: .9rem;
    border-bottom: 1px dotted var(--border-color);
}
.table-of-contents li a:hover {
    color: var(--brand);
    font-weight: 500;
}
.legal-body h2 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.legal-body h3 {
    font-size: 1.2rem;
    margin-top: 1.6rem;
}
.legal-body p, .legal-body li {
    color: var(--ink-soft);
}
.legal-body ul {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}
.legal-top {
    background: var(--brand-light);
    border-radius: 1rem;
    padding: 2.4rem;
    font-size: .95rem;
    border-left: .35rem solid var(--accent);
}
@media (max-width: 991px) {
    .section-pad {
        padding: 4.5rem 0;
    }
}
@media (max-width: 575px) {
    .section-pad {
        padding: 3.5rem 0;
    }
    .page-hero {
        padding: 7rem 0 2.7rem;
    }
    .section-title {
        font-size: 1.9rem;
    }
    .hero-title {
        font-size: 2rem;
    }
}
::-webkit-scrollbar {
    width: 11px;
}
::-webkit-scrollbar-track {
    background: #f1f3f3;
}
::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 10px;
    border: 3px solid #f1f3f3;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--brand-dark);
}
::selection {
    background: var(--accent);
    color: var(--brand-darker);
}