/********** Template CSS **********/
:root {
    --primary: #f5b163;
    --secondary: #555555;
    --light: #f1f3fa;
    --dark: #1c2035;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif !important;
    line-height: 1.7;
}

/* Override Bootstrap default font */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
span,
a,
li,
td,
th,
.btn,
.card,
.form-control {
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0.01rem !important;
}

/* Line height untuk heading */
h1,
.h1 {
    line-height: 1.3;
}
h2,
.h2 {
    line-height: 1.35;
}
h3,
.h3 {
    line-height: 1.4;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.45;
}

/* Line height untuk konten */
p {
    line-height: 1.8;
}
li {
    line-height: 1.7;
}

.logo {
    height: 75px;
}

.logo-footer {
    height: 75px;
    filter: brightness(0) invert(1);
    margin-bottom: 25px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.whatsapp {
    position: fixed;
    display: block;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: 0.5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: 0;
    transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1030;
        transition: none;
    }

    body {
        padding-top: 92px;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #eeeeee;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 350px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background:
        linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
        url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature-item {
    border-color: rgba(0, 0, 0, 0.03) !important;
}

/*** About ***/
.about {
    background: #fffbf4;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #ffffff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}
.service-item .p-4 {
    min-height: 175px;
}

.service-item .p-4 > span {
    display: block;
}

.service-head {
    max-width: 720px;
    margin-bottom: 1.5rem;
}

.service-head-copy {
    color: #4f5568;
    font-size: 1rem;
    line-height: 1.55;
}

.testimonial-head {
    max-width: 760px;
    margin-bottom: 1.5rem;
}

.testimonial-head-copy {
    color: #4f5568;
    font-size: 1rem;
    line-height: 1.6;
}

.kallea-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.kallea-testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.35rem 1.25rem 1.2rem;
    border-radius: 24px;
    border: 1px solid rgba(245, 177, 99, 0.16);
    background:
        radial-gradient(
            circle at top right,
            rgba(245, 177, 99, 0.12),
            transparent 26%
        ),
        linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
    box-shadow: 0 16px 34px rgba(28, 32, 53, 0.06);
}

.kallea-testimonial-stars {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 0.9rem;
    color: #f0aa57;
    font-size: 1rem;
    line-height: 1;
}

.kallea-testimonial-text {
    margin: 0 0 1rem;
    color: #445065;
    font-size: 0.98rem;
    line-height: 1.65;
    flex: 1 1 auto;
}

.kallea-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: auto;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(28, 32, 53, 0.08);
}

.kallea-testimonial-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0aa57 0%, #de8742 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.kallea-testimonial-author {
    margin: 0;
    color: #1c2035;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.kallea-testimonial-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.kallea-testimonial-card.is-hidden {
    display: none;
}

.testimonial-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}

.testimonial-more-btn {
    padding: 0.9rem 1.5rem;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 0.94rem;
    font-weight: 700;
    background: linear-gradient(90deg, #f0aa57 0%, #de8742 100%);
    box-shadow: 0 14px 28px rgba(222, 135, 66, 0.2);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease;
}

.testimonial-more-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(222, 135, 66, 0.26);
    filter: saturate(1.03);
}

.testimonial-section {
    padding-bottom: 2rem;
}

.home-contact-section {
    padding-top: 3rem !important;
}

.kallea-jotform-source {
    display: none;
}

.service-grid .service-item {
    height: 100%;
    background: #ffffff;
}

.service-card-img {
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(180deg, #f7f3ec 0%, #f1eadf 100%);
}

/* Promo Badge */
.promo-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
}

.badge-promo-text {
    display: inline-block;
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    font-size: 0.5rem !important;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 20px;
}

/* Mobile - smaller badge */
@media (max-width: 767.98px) {
    .badge-promo-text {
        font-size: 0.5rem;
        padding: 3px 6px;
        color: #fff !important;
    }
}

/* Desktop - larger badge */
@media (min-width: 768px) {
    .badge-promo-text {
        font-size: 0.8rem !important;
        padding: 5px 10px;
    }
}

.badge-promo-text {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.4);
}

@keyframes pulse-badge {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Service Price Hero (Detail Page) */
.service-price-hero {
    margin-bottom: 8px;
}

.price-old-hero {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
    font-weight: 500;
}

.price-promo-hero {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Service Price */
.service-price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

.price-old {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
}

.price-promo {
    font-size: 1.3rem;
    font-weight: 800;
    color: #e63946;
    text-shadow: 0 1px 2px rgba(230, 57, 70, 0.2);
}

.service-item .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    padding-top: 60px;
    transition: 0.5s;
}

.service-item:hover .service-overlay {
    opacity: 1;
    padding-top: 0;
}

.service-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 25px;
    transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #ffffff;
}

@media (max-width: 768px) {
    .service-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .service-carousel .owl-nav .owl-prev,
    .service-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: 0.5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #ffffff;
    color: var(--primary);
    border-radius: 40px;
    transition: 0.5s;
}

.team-item .team-social li .btn:hover {
    color: #ffffff;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: 0.1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: 0.2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: 0.3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: 0.4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: 0.5s;
}

/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
    transition: 0.5s;
    min-height: 250px;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: 0.5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #ffffff !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 25px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #ffffff;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/*** Accordion ***/
.accordion-item {
    border: 1px solid #eee;
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f9fafb;
    transition: none;
}

.accordion-button {
    background: transparent;
    font-weight: 600;
    padding: 20px 25px;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #f4af61 !important;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(73%) sepia(38%) saturate(642%)
        hue-rotate(339deg) brightness(101%) contrast(95%);
}

.accordion-collapse {
    background: #ffffff;
}

.accordion-body {
    padding: 0px 25px 25px;
    color: #6c757d;
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 1px solid #f4af61;
    box-shadow: 0 10px 25px rgba(244, 175, 97, 0.15);
    background: #ffffff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-collapse,
.collapsing {
    transition: none !important;
}

/* FAQ Section */
.faq-section {
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 40px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(245, 177, 99, 0.18) 0%,
        rgba(245, 177, 99, 0) 72%
    );
    pointer-events: none;
}

.faq-panel {
    position: relative;
    z-index: 1;
    padding: 2rem 1.5rem;
    border-radius: 40px;
    background:
        radial-gradient(
            circle at 18% 18%,
            rgba(245, 177, 99, 0.16),
            transparent 24%
        ),
        radial-gradient(
            circle at 82% 12%,
            rgba(245, 177, 99, 0.1),
            transparent 18%
        ),
        linear-gradient(90deg, #fff8ef 0%, #fffaf4 46%, #fff7ef 100%);
    border: 1px solid rgba(245, 177, 99, 0.14);
    box-shadow: 0 26px 70px rgba(28, 32, 53, 0.08);
    overflow: hidden;
}

.faq-visual-wrap,
.faq-copy-wrap {
    position: relative;
    z-index: 1;
}

.faq-visual {
    position: relative;
    padding: 1rem 0.6rem 0;
    border-radius: 34px;
    background: transparent;
    overflow: hidden;
}

.faq-visual::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 9%;
    width: 76%;
    height: 20%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(245, 177, 99, 0.18);
    filter: blur(30px);
    pointer-events: none;
}

.faq-visual::after {
    content: "";
    position: absolute;
    inset: auto -6% -12% auto;
    width: 46%;
    height: 40%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(245, 177, 99, 0.2) 0%,
        rgba(245, 177, 99, 0) 72%
    );
    pointer-events: none;
}

.faq-team-img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 690px;
    margin-inline: auto;
    transform: translateY(8px);
}

.faq-shell {
    position: relative;
    padding: 1.5rem 1.35rem 1.25rem;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, 0.58),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.62) 0%,
            rgba(255, 255, 255, 0.42) 100%
        );
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    backdrop-filter: none;
}

.faq-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.95rem;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    background: rgba(245, 177, 99, 0.14);
    color: #d98a4b;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-title {
    margin-bottom: 0.9rem;
    color: #1c2035;
    font-size: clamp(2rem, 3.4vw, 2rem);
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.04em;
    max-width: 14ch;
}

.faq-copy {
    max-width: 42rem;
    margin-bottom: 1rem;
    color: #566072;
    font-size: 1rem;
    line-height: 1.6;
}

.faq-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

.faq-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.85rem;
    border-radius: 999px;
    background: #fff6eb;
    border: 1px solid rgba(245, 177, 99, 0.18);
    color: #7a4f27;
    font-size: 0.86rem;
    font-weight: 700;
}

.faq-shell .accordion {
    margin-top: 0.35rem;
}

.faq-shell .accordion-item {
    border: 1px solid rgba(28, 32, 53, 0.08);
    border-radius: 24px !important;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(28, 32, 53, 0.04);
    transition: none;
}

.faq-shell .accordion-button {
    padding: 1.3rem 1.4rem;
    color: #24354a;
    font-size: 1.05rem;
    font-weight: 700;
}

.faq-shell .accordion-button::after {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: rgba(245, 177, 99, 0.12);
    background-position: center;
    background-size: 0.9rem;
    transition: none;
}

.faq-shell .accordion-button:not(.collapsed) {
    background: transparent;
    color: #d98a4b !important;
}

.faq-shell .accordion-button:not(.collapsed)::after {
    background-color: rgba(245, 177, 99, 0.18);
}

.faq-shell .accordion-collapse {
    background: transparent;
}

.faq-shell .accordion-body {
    padding: 0 1.4rem 1.35rem;
    color: #5b6476;
    font-size: 1rem;
    line-height: 1.6;
}

.faq-shell .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: rgba(245, 177, 99, 0.34);
    box-shadow: 0 6px 14px rgba(28, 32, 53, 0.04);
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .faq-visual {
        padding: 0.9rem 0.4rem 0;
        border-radius: 28px;
    }

    .faq-team-img {
        max-width: 600px;
    }

    .faq-panel {
        padding: 1.2rem 0.9rem;
        border-radius: 28px;
    }

    .faq-shell {
        padding: 1.35rem 1rem 1.15rem;
        border-radius: 26px;
    }

    .faq-title {
        max-width: none;
        font-size: clamp(1.7rem, 7vw, 2.35rem);
    }

    .faq-copy {
        font-size: 0.95rem;
    }

    .faq-chip-row {
        gap: 0.5rem;
    }

    .faq-shell .accordion-button {
        padding: 1.1rem 1rem;
        font-size: 0.98rem;
    }

    .faq-shell .accordion-body {
        padding: 0 1rem 1.1rem;
        font-size: 0.94rem;
    }
}

/* Service detail process section */
.service-process-section .faq-title {
    max-width: 11ch;
}

.service-process-step {
    align-items: flex-start;
    padding: 1rem 1rem 1rem 0.95rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(245, 177, 99, 0.14);
    box-shadow: 0 12px 30px rgba(28, 32, 53, 0.05);
}

.service-process-step .btn-square {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #f5b163 0%, #e79a45 100%) !important;
    box-shadow: 0 10px 20px rgba(245, 177, 99, 0.22);
}

.service-process-step h6 {
    color: #1c2035;
    font-size: 1rem;
    font-weight: 800;
}

.service-process-step p {
    color: #5b6476;
    line-height: 1.55;
}

.service-process-step-last {
    margin-bottom: 0;
}

.service-process-cta .btn {
    box-shadow: 0 16px 30px rgba(245, 177, 99, 0.24);
}

@media (max-width: 991.98px) {
    .service-process-section .faq-title {
        max-width: none;
    }

    .service-process-step {
        padding: 0.95rem 0.9rem;
    }

    .service-process-step .btn-square {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

/*** Contact ***/
.contact {
    background: #fffbf4;
}

/*** Footer ***/
.footer {
    color: #b0b9ae;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5b163;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social-icon {
    width: 18px;
    height: 18px;
}

.footer-social-link:hover {
    background: #ffffff;
    color: #cd9848;
    transform: translateY(-2px);
}

.copyright {
    color: #b0b9ae;
}

.copyright {
    background: #cd9848;
}

.copyright a:hover {
    color: var(--primary) !important;
}

/*** WhatsApp Floating Button ***/
.whatsapp-float-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;
}

.whatsapp-float-wrap.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
}

.whatsapp-float-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 999px;
    padding: 8px 10px 8px 14px;
    background: #25d366;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
}

.whatsapp-float-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.whatsapp-float-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 28px;
}

.whatsapp-float-icon i {
    display: inline-block;
    transform-origin: center;
    animation: hero-whatsapp-ring 1.8s ease-in-out infinite;
}

@media (max-width: 576px) {
    .logo {
        height: 58px;
    }

    .navbar-wa-btn {
        padding: 0.45rem 0.65rem;
        gap: 0.28rem;
        font-size: 0.7rem;
    }

    .navbar-wa-btn .bi-whatsapp {
        font-size: 0.9rem;
    }

    .navbar-wa-text {
        white-space: nowrap;
    }

    .d-flex.align-items-center.d-lg-none.ms-auto.me-2.flex-shrink-0
        .navbar-wa-btn {
        max-width: 116px;
    }

    .whatsapp-float-wrap {
        right: 20px;
        bottom: 35px;
    }

    .whatsapp-float-btn {
        gap: 7px;
        padding: 6px 8px 6px 12px;
    }

    .whatsapp-float-label {
        font-size: 12px;
    }

    .whatsapp-float-icon {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    .hero-kallea-card {
        padding: 0.9rem !important;
    }

    .hero-kallea-title {
        font-size: 1.85rem;
        line-height: 0.96;
        margin-bottom: 0.6rem;
    }

    .hero-kallea-copy {
        font-size: 0.88rem;
        line-height: 1.35;
        margin-bottom: 0.8rem;
    }

    .hero-kallea-price-label {
        font-size: 0.92rem;
    }

    .hero-kallea-price {
        font-size: 1.95rem;
        margin-bottom: 0.6rem;
    }

    .hero-kallea-evidence {
        font-size: 0.86rem;
        line-height: 1.35;
        margin-bottom: 0.8rem;
    }

    .hero-kallea-btn {
        display: none;
    }
}

.hero-seamless-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 86% 92%,
            rgba(245, 177, 99, 0.18),
            transparent 28%
        ),
        linear-gradient(90deg, #fff8ef 0%, #fff7ed 48%, #fff1df 100%);
}

.hero-seamless-section::after {
    content: "";
    position: absolute;
    right: -12%;
    bottom: -38%;
    width: 56%;
    height: 76%;
    border-radius: 50%;
    background: rgba(245, 177, 99, 0.18);
    pointer-events: none;
}

/* Hero and navbar CTA styles moved from the home view */
.hero-kallea-card {
    position: relative;
    z-index: 1;
    max-width: 640px;
    overflow: visible;
    border-radius: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none;
}

.hero-seamless-media {
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.hero-seamless-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-seamless-copy-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-kallea-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
}

.hero-kallea-title {
    font-size: clamp(1.6rem, 4vw, 3.5rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #20293c;
    margin-bottom: 1rem;
    max-width: 11ch;
}

.hero-kallea-copy {
    font-size: clamp(1.02rem, 2vw, 1.35rem);
    line-height: 1.4;
    color: #24354a;
    margin-bottom: 1.25rem;
    max-width: 36rem;
}

.hero-kallea-price-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: #20293c;
    margin-bottom: 0.15rem;
}

.hero-kallea-price {
    font-size: clamp(2.35rem, 4.4vw, 3.65rem);
    line-height: 1;
    font-weight: 800;
    color: #d97a22;
    margin-bottom: 1.5rem;
    text-shadow: 0 12px 28px rgba(217, 122, 34, 0.2);
}

.hero-kallea-evidence {
    font-size: 1.05rem;
    line-height: 1.45;
    color: #24354a;
    margin-bottom: 1rem;
}

.hero-kallea-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1rem 1.35rem;
    border: 0;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(90deg, #25d366 0%, #1faa4a 100%);
    border: 1px solid rgba(37, 211, 102, 0.18);
    box-shadow: 0 18px 32px rgba(37, 211, 102, 0.28);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease;
}

.service-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.95rem 1.35rem;
    border: 0;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(90deg, #25d366 0%, #1faa4a 100%);
    border: 1px solid rgba(37, 211, 102, 0.18);
    box-shadow: 0 18px 32px rgba(37, 211, 102, 0.28);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease;
}

.service-wa-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(37, 211, 102, 0.34);
    filter: saturate(1.05);
    color: #fff !important;
}

.service-wa-btn .bi-whatsapp {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    transform-origin: center;
    animation: hero-whatsapp-ring 1.8s ease-in-out infinite;
}

.service-wa-btn-sm {
    padding: 0.78rem 1.15rem;
    font-size: 0.94rem;
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.24);
}

.service-wa-btn-sm .bi-whatsapp {
    font-size: 1rem;
}

.service-card-wa-btn {
    margin-top: 0.85rem;
    padding: 0.72rem 0.95rem;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff !important;
    background: linear-gradient(90deg, #f0aa57 0%, #de8742 100%);
    border-color: rgba(240, 170, 87, 0.24);
    box-shadow: 0 12px 22px rgba(222, 135, 66, 0.22);
}

.service-card-wa-btn:hover {
    color: #fff !important;
    box-shadow: 0 16px 28px rgba(222, 135, 66, 0.28);
    filter: saturate(1.03);
}

.hero-kallea-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(37, 211, 102, 0.34);
    filter: saturate(1.05);
}

.hero-kallea-btn .bi-whatsapp,
.navbar-wa-btn .bi-whatsapp {
    display: inline-block;
    transform-origin: center;
    animation: hero-whatsapp-ring 1.8s ease-in-out infinite;
}

.hero-kallea-btn .bi-whatsapp {
    font-size: 1.2rem;
}

.hero-stats-section {
    position: relative;
    margin-top: -63px;
    padding: 0 0 0.35rem;
    z-index: 2;
    background: transparent;
}

.hero-stats-shell {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(245, 177, 99, 0.2);
    background:
        radial-gradient(
            circle at 18% 0%,
            rgba(245, 177, 99, 0.16),
            transparent 25%
        ),
        radial-gradient(
            circle at 85% 12%,
            rgba(245, 177, 99, 0.08),
            transparent 16%
        ),
        linear-gradient(180deg, #fff7e7 0%, #fffdf8 100%);
    box-shadow: 0 18px 40px rgba(28, 32, 53, 0.08);
}

.hero-stats-shell::before,
.hero-stats-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0.45;
}

.hero-stats-shell::before {
    top: -40px;
    left: -30px;
    width: 120px;
    height: 120px;
    background: rgba(245, 177, 99, 0.12);
}

.hero-stats-shell::after {
    right: -44px;
    bottom: -54px;
    width: 150px;
    height: 150px;
    background: rgba(245, 177, 99, 0.08);
}

.hero-stats-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-stat-item {
    position: relative;
    padding: 1.4rem 1rem 1.25rem;
    text-align: center;
}

.hero-stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    right: 0;
    width: 1px;
    height: 56%;
    background: linear-gradient(
        180deg,
        rgba(245, 177, 99, 0) 0%,
        rgba(230, 160, 84, 0.34) 22%,
        rgba(230, 160, 84, 0.34) 78%,
        rgba(245, 177, 99, 0) 100%
    );
}

.hero-stat-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 0.8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e07a22;
    font-size: 1.42rem;
    background: linear-gradient(180deg, #fff 0%, #fff5e7 100%);
    box-shadow:
        inset 0 0 0 1px rgba(245, 177, 99, 0.16),
        0 10px 20px rgba(245, 177, 99, 0.18);
}

.hero-stat-value {
    color: #1c2035;
    font-size: clamp(1.9rem, 2.8vw, 2.45rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 0.35rem;
}

.hero-stat-label {
    margin: 0;
    color: #40506a;
    font-size: 0.96rem;
    line-height: 1.35;
    font-weight: 600;
}

.navbar-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    white-space: nowrap;
    background: linear-gradient(90deg, #25d366 0%, #1faa4a 100%);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.24);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease;
}

.navbar-wa-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(37, 211, 102, 0.3);
    filter: saturate(1.05);
}

.navbar-wa-btn .bi-whatsapp {
    font-size: 1.1rem;
    line-height: 1;
}

.navbar-wa-text {
    display: inline-block;
    line-height: 1.02;
    font-size: inherit;
}

.navbar-wa-line {
    display: block;
}

@keyframes hero-whatsapp-ring {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    10% {
        transform: rotate(-12deg) scale(1.08);
    }

    20% {
        transform: rotate(12deg) scale(1.08);
    }

    30% {
        transform: rotate(-10deg) scale(1.06);
    }

    40% {
        transform: rotate(10deg) scale(1.06);
    }

    50% {
        transform: rotate(0deg) scale(1);
    }
}

@media (max-width: 991.98px) {
    .navbar-wa-btn {
        padding: 0.75rem 1rem;
        font-size: 0.8rem;
    }

    .service-grid {
        --bs-gutter-x: 0.9rem;
        --bs-gutter-y: 0.9rem;
    }

    .service-grid .service-item {
        border-radius: 18px;
        background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
        box-shadow: 0 16px 32px rgba(28, 32, 53, 0.08);
    }

    .service-grid .service-item .p-4 {
        min-height: 0;
        padding: 0.9rem 0.85rem 1rem !important;
    }

    .service-grid .service-item .h5 {
        margin-bottom: 0.35rem;
        font-size: 0.98rem;
        line-height: 1.3;
    }

    .service-grid .service-item span {
        display: block;
        font-size: 0.88rem;
        line-height: 1.45;
        color: #4f5568;
    }

    .kallea-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .kallea-testimonial-card {
        padding: 1.2rem 1rem 1rem;
        border-radius: 20px;
    }

    .testimonial-section {
        padding-bottom: 1rem;
    }

    .home-contact-section {
        padding-top: 2rem !important;
    }

    .testimonial-more-wrap {
        margin-top: 1rem;
    }

    .service-grid .service-card-wa-btn {
        width: 100%;
        justify-content: center;
        margin-top: 0.8rem;
        padding: 0.68rem 0.78rem;
        font-size: 0.81rem;
        box-shadow: 0 10px 18px rgba(37, 211, 102, 0.18);
    }

    .hero-seamless-section {
        background:
            radial-gradient(
                circle at 92% 8%,
                rgba(245, 177, 99, 0.16),
                transparent 36%
            ),
            linear-gradient(180deg, #fff8ef 0%, #fff4e7 100%);
    }

    .hero-seamless-copy-wrap {
        padding: 0 1rem 0.5rem;
    }

    .hero-kallea-card {
        width: 100%;
        border-radius: 0;
    }

    .hero-stats-section {
        margin-top: -22px;
        padding-bottom: 0.7rem;
    }

    .hero-stats-shell {
        border-radius: 22px;
    }

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

    .hero-stat-item {
        padding: 1.15rem 0.85rem 1.05rem;
    }

    .hero-stat-item:nth-child(2n)::after {
        display: none;
    }

    .hero-stat-item:nth-child(-n + 2)::before {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: 0;
        height: 1px;
        background: linear-gradient(
            90deg,
            rgba(245, 177, 99, 0) 0%,
            rgba(230, 160, 84, 0.28) 18%,
            rgba(230, 160, 84, 0.28) 82%,
            rgba(245, 177, 99, 0) 100%
        );
    }

    .hero-stat-icon {
        width: 52px;
        height: 52px;
        font-size: 1.25rem;
        margin-bottom: 0.7rem;
    }

    .hero-stat-label {
        font-size: 0.9rem;
    }

    .hero-kallea-title {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .hero-seamless-section {
        min-height: calc(100vh - 112px);
        display: flex;
        align-items: stretch;
    }

    .hero-seamless-section > .container-fluid,
    .hero-seamless-section > .container-fluid > .row {
        min-height: inherit;
    }

    .hero-seamless-media {
        padding-right: 0 !important;
    }

    .hero-seamless-media::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        width: 24%;
        background: linear-gradient(
            90deg,
            rgba(255, 248, 239, 0) 0%,
            #fff7ed 88%
        );
        pointer-events: none;
    }

    .hero-seamless-copy-wrap {
        padding: 1rem 6vw 3.5rem 3.4rem;
    }

    .hero-kallea-card {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        margin-left: -1px;
    }

    .hero-kallea-title {
        font-size: clamp(1.4rem, 3.5vw, 2.2rem);
        margin-bottom: 0.75rem;
        max-width: 13ch;
    }

    .hero-kallea-copy {
        font-size: 1.08rem;
        margin-bottom: 1rem;
    }

    .hero-stats-section {
        margin-top: -67px;
        padding-bottom: 0.35rem;
    }

    .hero-kallea-price {
        font-size: clamp(2.15rem, 3vw, 3.15rem);
        margin-bottom: 0.75rem;
    }

    .hero-kallea-evidence {
        font-size: 1rem;
        margin-bottom: 1.1rem;
    }

    .hero-kallea-btn {
        padding: 0.9rem 1.25rem;
        font-size: 0.96rem;
    }

    .service-wa-btn {
        padding: 0.88rem 1.2rem;
        font-size: 0.94rem;
    }

    .service-card-wa-btn {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .service-grid {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    .service-grid .service-item {
        border-radius: 16px;
    }

    .service-grid .service-item .p-4 {
        padding: 0.82rem 0.78rem 0.92rem !important;
    }

    .service-grid .service-item .h5 {
        font-size: 0.94rem;
    }

    .service-grid .service-item span {
        font-size: 0.83rem;
        line-height: 1.4;
    }

    .kallea-testimonial-grid {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .kallea-testimonial-text {
        font-size: 0.94rem;
        line-height: 1.58;
    }

    .testimonial-more-btn {
        width: 100%;
        max-width: 220px;
        padding: 0.82rem 1.2rem;
        font-size: 0.9rem;
    }

    .service-grid .service-card-wa-btn {
        padding: 0.64rem 0.72rem;
        font-size: 0.76rem;
    }

    .hero-stats-section {
        margin-top: -14px;
        padding-bottom: 0.55rem;
    }

    .hero-stats-shell {
        border-radius: 20px;
    }

    .hero-stats-grid {
        grid-template-columns: 1fr;
    }

    .hero-stat-item {
        padding: 1rem 0.95rem;
    }

    .hero-stat-item::after,
    .hero-stat-item:nth-child(-n + 2)::before {
        display: none;
    }

    .hero-stat-item:not(:last-child) {
        border-bottom: 1px solid rgba(230, 160, 84, 0.16);
    }
}

/* Pain Points Section */
.problem-section {
    margin-top: -119px;
    background:
        radial-gradient(
            circle at top left,
            rgba(245, 177, 99, 0.22),
            transparent 28%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(28, 32, 53, 0.06),
            transparent 25%
        ),
        linear-gradient(180deg, #fff9ee 0%, #fffdf8 100%);
}

.problem-section > .container {
    padding-top: 105px;
}

.problem-shell {
    position: relative;
    overflow: hidden;
    padding: 2.2rem 1.2rem 2.4rem;
    border-radius: 32px;
    border: 1px solid rgba(245, 177, 99, 0.18);
    background:
        radial-gradient(
            circle at 18% 0%,
            rgba(245, 177, 99, 0.16),
            transparent 25%
        ),
        radial-gradient(
            circle at 85% 12%,
            rgba(245, 177, 99, 0.08),
            transparent 16%
        ),
        linear-gradient(180deg, #fff7e7 0%, #fffdf8 100%);
    box-shadow: 0 28px 70px rgba(28, 32, 53, 0.08);
}

.problem-shell::before,
.problem-shell::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(4px);
    opacity: 0.5;
}

.problem-shell::before {
    width: 240px;
    height: 240px;
    right: -110px;
    top: -110px;
    background: rgba(245, 177, 99, 0.16);
}

.problem-shell::after {
    width: 180px;
    height: 180px;
    left: -80px;
    bottom: -90px;
    background: rgba(28, 32, 53, 0.05);
}

.problem-intro {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto 2rem;
    text-align: center;
}

.problem-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(245, 177, 99, 0.18);
    color: #c96b3b;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.problem-title {
    margin: 1rem auto 0.85rem;
    max-width: 12ch;
    color: #1c2035;
    font-size: clamp(1.4rem, 3.5vw, 2.6rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.problem-title span {
    display: block;
    color: #d96b44;
}

.problem-copy {
    max-width: 62ch;
    margin: 0 auto;
    color: #4f5568;
    font-size: clamp(1rem, 1.7vw, 1.1rem);
    line-height: 1.55;
}

.problem-grid {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 1.25rem;
}

.problem-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(300px, 0.95fr);
    gap: 26px;
    align-items: stretch;
    margin-top: 1.25rem;
}

.problem-card {
    flex: 1 1 calc(33.333% - 22px);
    max-width: 360px;
    min-width: 250px;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 16px 32px rgba(28, 32, 53, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.problem-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 38px rgba(28, 32, 53, 0.12);
    filter: saturate(1.03);
}

.problem-card-media {
    position: relative;
    overflow: hidden;
    background: #f4efe6;
    aspect-ratio: 4 / 3;
}

.problem-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.problem-card-body {
    padding: 1rem 1.1rem 1.15rem;
    min-height: 98px;
    display: flex;
    align-items: center;
}

.problem-card-title {
    margin: 0;
    color: #1c2035;
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.problem-solution {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at top right,
            rgba(245, 177, 99, 0.14),
            transparent 34%
        ),
        linear-gradient(180deg, #fff8ec 0%, #fff2da 100%);
    box-shadow: 0 18px 42px rgba(28, 32, 53, 0.08);
    border: 1px solid rgba(245, 177, 99, 0.18);
}

.problem-solution-figure {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 18px 18px 0;
}

.problem-solution-figure::after {
    content: "";
    position: absolute;
    inset: auto 20px 0 20px;
    height: 18px;
    border-radius: 999px 999px 0 0;
    background: rgba(255, 255, 255, 0.26);
    filter: blur(12px);
}

.problem-solution-img {
    position: relative;
    z-index: 1;
    width: min(100%, 330px);
    height: auto;
    object-fit: contain;
    display: block;
    margin-top: -10px;
}

.problem-solution-logo {
    width: min(100%, 240px);
    max-height: 170px;
    object-fit: contain;
    margin: 0 auto;
    filter: drop-shadow(0 16px 28px rgba(28, 32, 53, 0.08));
}

.problem-solution-panel {
    position: relative;
    margin: 0 14px 14px;
    padding: 1.3rem 1.15rem 1.2rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff1cf 0%, #ffe7b0 100%);
    border: 2px solid rgba(245, 177, 99, 0.35);
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.55),
        0 14px 28px rgba(28, 32, 53, 0.08);
}

.problem-solution-panel::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    border: 2px dashed rgba(255, 255, 255, 0.92);
    pointer-events: none;
}

.problem-solution-kicker {
    margin: 0 0 0.55rem;
    color: #d98a4b;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.problem-solution-title {
    position: relative;
    z-index: 1;
    margin: 0 0 1rem;
    color: #1c2035;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.problem-solution-list {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.problem-solution-list li {
    position: relative;
    padding-left: 2rem;
    color: #1c2035;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
}

.problem-solution-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #1c8f4e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .problem-section {
        margin-top: -24px;
        padding-bottom: 3rem;
    }

    .problem-section > .container {
        padding-top: 24px;
    }

    .problem-shell {
        padding: 1.6rem 0.85rem 1.8rem;
        border-radius: 26px;
    }

    .problem-grid {
        gap: 14px;
    }

    .problem-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .problem-card {
        flex-basis: calc(50% - 7px);
        max-width: calc(50% - 7px);
        min-width: 0;
        border-radius: 18px;
    }

    .problem-card-body {
        padding: 0.9rem 0.85rem 1rem;
        min-height: 90px;
    }

    .problem-card-title {
        font-size: 0.98rem;
    }

    .problem-title {
        max-width: 10ch;
    }

    .problem-copy {
        font-size: 0.98rem;
    }

    .problem-solution-figure {
        min-height: 190px;
    }

    .problem-solution-img {
        width: min(100%, 280px);
    }

    .problem-solution-logo {
        width: min(100%, 210px);
        max-height: 150px;
    }

    .problem-solution-title {
        font-size: 1.4rem;
    }

    .problem-solution-list li {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .problem-card:last-child {
        margin-inline: auto;
    }

    .problem-card {
        flex-basis: calc(50% - 7px);
        max-width: calc(50% - 7px);
    }

    .problem-card-title {
        font-size: 0.94rem;
    }

    .problem-intro {
        margin-bottom: 1.4rem;
    }

    .problem-title {
        max-width: 12ch;
    }

    .problem-solution-panel {
        margin: 0 10px 10px;
        padding: 1rem 0.95rem 0.95rem;
        border-radius: 20px;
    }

    .problem-solution-panel::before {
        inset: 8px;
    }

    .problem-solution-figure {
        min-height: 170px;
        padding: 14px 14px 0;
    }

    .problem-solution-img {
        width: min(100%, 250px);
    }

    .problem-solution-logo {
        width: min(100%, 190px);
        max-height: 132px;
    }

    .problem-solution-title {
        font-size: 1.22rem;
    }

    .problem-solution-list li {
        font-size: 0.9rem;
        padding-left: 1.7rem;
    }
}
