.ak26-root {
    --ak26-primary: #fd5056;
    --ak26-secondary: #f3b246;
    --ak26-dark: #1e1a16;
    --ak26-muted: #6e665f;
    --ak26-surface: #fffdf9;
    --ak26-border: #e7d8ca;
    --ak26-success: #16784a;
    background: linear-gradient(180deg, #fffaf3 0%, #fff 35%, #fffdf9 100%);
}

.ak26-hero {
    position: relative;
    padding: 96px 0 64px;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, rgba(243, 178, 70, 0.22), transparent 42%),
                radial-gradient(circle at 85% 85%, rgba(184, 79, 31, 0.16), transparent 45%),
                #fff8ef;
}

.ak26-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(30, 26, 22, 0.74), rgba(30, 26, 22, 0.42));
    z-index: 1;
}

.ak26-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: opacity, transform;
    transition: opacity 1700ms ease-in-out, filter 1700ms ease-in-out;
    transform: scale(1.08) translate3d(0, 0, 0);
    filter: brightness(0.86) saturate(1.06);
}

.ak26-hero-bg.is-visible {
    opacity: 1;
    filter: brightness(0.93) saturate(1.1);
}

.ak26-hero-bg.is-hidden {
    opacity: 0;
}

.ak26-hero-bg.is-zoomed {
    transform: scale(1.11);
}

.ak26-hero-bg.kenburns-a {
    animation: ak26KenBurnsA 7200ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
}

.ak26-hero-bg.kenburns-b {
    animation: ak26KenBurnsB 7200ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
}

@keyframes ak26KenBurnsA {
    0% { transform: scale(1.08) translate3d(-1%, 0.8%, 0); }
    100% { transform: scale(1.16) translate3d(1.4%, -0.8%, 0); }
}

@keyframes ak26KenBurnsB {
    0% { transform: scale(1.08) translate3d(1.2%, -0.7%, 0); }
    100% { transform: scale(1.16) translate3d(-1%, 0.9%, 0); }
}

.ak26-hero .container {
    position: relative;
    z-index: 2;
}

.ak26-hero-content {
    max-width: 760px;
}

.ak26-badge {
    display: inline-block;
    background: rgba(243, 178, 70, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ak26-title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.15;
}

.ak26-lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.08rem;
    max-width: 760px;
    margin-bottom: 0;
}

.ak26-form-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 20px 45px rgba(10, 8, 6, 0.25);
    padding: 26px 22px;
}

.ak26-form-title {
    color: var(--ak26-dark);
    font-weight: 700;
    margin-bottom: 6px;
}

.ak26-form-subtitle {
    color: var(--ak26-muted);
    font-size: 0.92rem;
    margin-bottom: 16px;
}

.ak26-input {
    border-radius: 12px;
    border: 1px solid #dbc8b6;
    padding: 11px 13px;
    min-height: 46px;
    font-size: 0.96rem;
}

.ak26-input:focus {
    border-color: var(--ak26-primary);
    box-shadow: 0 0 0 0.2rem rgba(184, 79, 31, 0.16);
}

.ak26-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(110deg, var(--ak26-primary), #fd5056);
    color: #fff;
    font-weight: 700;
    padding: 12px 14px;
    transition: 0.25s ease;
}

.ak26-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(184, 79, 31, 0.34);
}

.ak26-section {
    padding: 84px 0;
}

.ak26-content-wrap {
    overflow-wrap: anywhere;
}

.ak26-hero-quick-cta {
    margin-top: 22px;
}

.ak26-hero-quick-cta .btn {
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
}

.ak26-detail-shell {
    background: linear-gradient(145deg, #fffefc, #fff7ef);
    border: 1px solid #efdcca;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 18px 30px rgba(26, 15, 6, 0.06);
}

.ak26-detail-kicker {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #8b4a2b;
    background: #fde9dd;
    border-radius: 999px;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.ak26-detail-points {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.ak26-detail-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--ak26-muted);
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.ak26-detail-points li i {
    color: var(--ak26-primary);
    margin-top: 2px;
}

.ak26-sacred-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.ak26-sacred-item {
    background: #fff;
    border: 1px solid #ecd8c5;
    border-radius: 12px;
    padding: 14px;
}

.ak26-sacred-item h4 {
    font-size: 0.96rem;
    margin-bottom: 6px;
    color: var(--ak26-dark);
}

.ak26-sacred-item p {
    margin: 0;
    font-size: 0.86rem;
    color: var(--ak26-muted);
    line-height: 1.45;
}

.ak26-about {
    position: relative;
}

.ak26-about-card {
    background: #fff;
    border: 1px solid #ebd7c6;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}

.ak26-about-card img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.ak26-about-content {
    background: linear-gradient(160deg, #fff, #fff8ef);
    border: 1px solid #ebd7c6;
    border-radius: 18px;
    padding: 28px;
    height: 100%;
}

.ak26-about-content p {
    color: var(--ak26-muted);
    margin-bottom: 12px;
}

.ak26-about-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.ak26-about-metric {
    background: #fff;
    border: 1px solid #ebd7c6;
    border-radius: 12px;
    text-align: center;
    padding: 14px 10px;
}

.ak26-about-metric strong {
    display: block;
    font-size: 1.2rem;
    color: var(--ak26-dark);
    line-height: 1;
    margin-bottom: 6px;
}

.ak26-about-metric span {
    font-size: 0.82rem;
    color: var(--ak26-muted);
}

.ak26-why-unique-wrap {
    background: linear-gradient(135deg, #1f1a17, #2a211c);
    border-radius: 22px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.ak26-why-unique-wrap::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    right: -70px;
    top: -70px;
    background: radial-gradient(circle, rgba(253, 80, 86, 0.25), rgba(253, 80, 86, 0));
    pointer-events: none;
}

.ak26-why-head h2 {
    color: #fff;
    margin-bottom: 8px;
}

.ak26-why-head p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.ak26-why-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ak26-why-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 16px;
}

.ak26-why-card .num {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, #fd5056, #f38f57);
    margin-bottom: 10px;
}

.ak26-why-card h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 6px;
}

.ak26-why-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    margin: 0;
    line-height: 1.5;
}

.ak26-heading {
    font-size: clamp(1.7rem, 2.8vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--ak26-dark);
}

.ak26-highlight {
    color: var(--ak26-primary);
}

.ak26-sub {
    color: var(--ak26-muted);
    font-size: 1rem;
    max-width: 800px;
}

.ak26-feature {
    background: #fff;
    border: 1px solid var(--ak26-border);
    border-radius: 16px;
    height: 100%;
    padding: 22px 18px;
    transition: 0.2s ease;
}

.ak26-feature:hover {
    transform: translateY(-4px);
    border-color: #dcb89d;
}

.ak26-feature .icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(184, 79, 31, 0.12);
    color: var(--ak26-primary);
    margin-bottom: 12px;
}

.ak26-feature h4 {
    font-size: 1.08rem;
    margin-bottom: 7px;
    color: var(--ak26-dark);
}

.ak26-feature p {
    margin: 0;
    color: var(--ak26-muted);
    font-size: 0.95rem;
}

.ak26-package {
    background: #fff;
    border: 1px solid var(--ak26-border);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: 0.25s ease;
    box-shadow: 0 12px 28px rgba(22, 14, 8, 0.06);
}

.ak26-package:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px rgba(22, 14, 8, 0.1);
}

.ak26-package img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.ak26-package-body {
    padding: 18px;
}

.ak26-package-tag {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 999px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.ak26-tag-budget { background: #fff0e8; color: #9a4318; }
.ak26-tag-standard { background: #ecf7ff; color: #14638c; }
.ak26-tag-deluxe { background: #fff8dc; color: #8a6a0a; }

.ak26-package h3 {
    font-size: 1.15rem;
    margin-bottom: 7px;
    color: var(--ak26-dark);
}

.ak26-package p {
    color: var(--ak26-muted);
    font-size: 0.93rem;
    margin-bottom: 14px;
}

.ak26-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid #d9bca6;
    color: var(--ak26-primary);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px 14px;
}

.ak26-link-btn:hover {
    background: #fff0e6;
    color: #8f3a12;
}

.ak26-package-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.ak26-gallery-item {
    padding: 6px;
}

.ak26-gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #ead9ca;
}

#ak26-gallery-carousel,
#reviews-carousel {
    display: block !important;
    visibility: visible !important;
}

#ak26-gallery-carousel .owl-item .ak26-gallery-item {
    height: 100%;
}

#reviews-carousel .slider-item {
    height: 100%;
}

.ak26-custom-reviews {
    position: relative;
    overflow: hidden;
    padding: 4px 2px;
}

.ak26-reviews-track {
    display: flex;
    transition: transform 420ms ease;
    will-change: transform;
}

.ak26-reviews-slide {
    flex: 0 0 33.333333%;
    box-sizing: border-box;
}

.ak26-reviews-slide .slider-item {
    margin: 10px !important;
}

.ak26-reviews-controls {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ak26-reviews-btn {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #e4cdbb;
    background: #fff;
    color: var(--ak26-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ak26-reviews-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ak26-reviews-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: 0;
    background: #d8c9be;
    padding: 0;
    cursor: pointer;
}

.ak26-reviews-dot.is-active {
    width: 24px;
    background: var(--ak26-primary);
}

.ak26-faq .accordion-item {
    border: 1px solid #e7d8ca;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.ak26-faq .accordion-button {
    font-weight: 600;
    color: var(--ak26-dark);
    background: #fff;
}

.ak26-faq .accordion-button:not(.collapsed) {
    color: var(--ak26-primary);
    background: #fff8f2;
    box-shadow: none;
}

.ak26-faq .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.ak26-reviews-wrap .section-title h2 {
    color: var(--ak26-dark);
}

.ak26-section-title {
    margin-bottom: 28px;
}

.ak26-section-title h2 {
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
    font-weight: 800;
    color: var(--ak26-dark);
    margin-bottom: 10px;
}

.ak26-section-title p {
    color: var(--ak26-muted);
    font-size: 1rem;
    max-width: 980px;
    margin: 0 auto;
    line-height: 1.65;
}

.ak26-title-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(120deg, #fd5056, #e33742);
    color: #fff;
    border-radius: 999px;
    padding: 8px 17px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.ak26-divider {
    width: min(320px, 86%);
    margin: 12px auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ak26-divider::before,
.ak26-divider::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #222;
}

.ak26-divider .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
    display: inline-block;
}

.ak26-divider .flower {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111;
    font-size: 1rem;
}

.ak26-package-modern {
    background: #fff;
    border: 1px solid #ead6c4;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(26, 16, 9, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ak26-package-modern .ak26-cover {
    position: relative;
}

.ak26-package-modern .ak26-cover img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.ak26-package-modern .ak26-price-chip {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: rgba(30, 26, 22, 0.85);
    color: #fff;
    font-size: 0.8rem;
    border-radius: 999px;
    padding: 6px 11px;
    font-weight: 700;
}

.ak26-package-modern .ak26-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ak26-package-modern h3 {
    font-size: 1.15rem;
    color: var(--ak26-dark);
    margin: 8px 0;
}

.ak26-package-modern p {
    color: var(--ak26-muted);
    font-size: 0.92rem;
    margin-bottom: 10px;
}

.ak26-package-modern .ak26-meta {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.ak26-package-modern .ak26-meta li {
    color: #5e5349;
    font-size: 0.88rem;
    margin-bottom: 7px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ak26-package-modern .ak26-meta i {
    color: var(--ak26-primary);
    margin-top: 2px;
}

.ak26-package-modern .ak26-footer {
    margin-top: auto;
}

.ak26-gallery-shell {
    background: linear-gradient(145deg, #fffefb, #fff6ec);
    border: 1px solid #edd9c8;
    border-radius: 18px;
    padding: 14px;
}

.ak26-gallery-item {
    padding: 8px;
}

.ak26-gallery-frame {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e7d2c0;
    background: #fff;
}

.ak26-gallery-item img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 14px;
    transition: transform 500ms ease;
}

.ak26-gallery-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(16, 12, 10, 0.55), rgba(16, 12, 10, 0));
    pointer-events: none;
}

.ak26-gallery-caption {
    position: absolute;
    left: 12px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 2;
    font-size: 0.82rem;
    line-height: 1.4;
}

.ak26-gallery-frame:hover img {
    transform: scale(1.07);
}

#ak26-gallery-carousel .owl-nav button {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    border: 1px solid #dcbda3 !important;
    background: #fff !important;
    color: var(--ak26-primary) !important;
    margin: 8px 5px 0 !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
}

#ak26-gallery-carousel .owl-dots {
    margin-top: 8px;
}

.ak26-policy-wrap {
    background: linear-gradient(150deg, #fff, #fff8ef);
    border: 1px solid #ecd8c6;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 16px 30px rgba(25, 15, 8, 0.06);
}

.ak26-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.ak26-policy-card {
    background: #fff;
    border: 1px solid #ead7c6;
    border-radius: 14px;
    padding: 16px;
}

.ak26-policy-card h4 {
    color: var(--ak26-dark);
    font-size: 1rem;
    margin-bottom: 10px;
}

.ak26-policy-card h4 i {
    color: var(--ak26-primary);
    margin-right: 7px;
}

.ak26-policy-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--ak26-muted);
}

.ak26-policy-card ul li {
    margin-bottom: 7px;
    font-size: 0.9rem;
    line-height: 1.55;
}

.ak26-policy-note {
    margin-top: 14px;
    color: #6a5d52;
    font-size: 0.9rem;
}

.ak26-reviews-head {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.ak26-reviews-head .section-title {
    margin-bottom: 0;
    text-align: left;
    max-width: none !important;
    flex: 1 1 auto;
}

.ak26-reviews-head .section-title h2,
.ak26-reviews-head .section-title p {
    text-align: left !important;
    margin-left: 0 !important;
}

.ak26-contact-shell {
    background: linear-gradient(145deg, #fff, #fff6ef);
    border: 1px solid #ead6c5;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 16px 28px rgba(26, 14, 8, 0.06);
}

.ak26-contact-shell h3 {
    color: var(--ak26-dark);
    margin-bottom: 6px;
}

.ak26-contact-shell p {
    color: var(--ak26-muted);
}

.ak26-contact-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ak26-contact-card {
    background: #fff;
    border: 1px solid #e8d3c1;
    border-radius: 14px;
    padding: 15px 14px;
}

.ak26-contact-card h4 {
    font-size: 0.96rem;
    color: var(--ak26-dark);
    margin-bottom: 10px;
}

.ak26-contact-card h4 i {
    color: var(--ak26-primary);
    margin-right: 7px;
}

.ak26-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ak26-contact-list li {
    color: #63574d;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.ak26-contact-list a {
    color: #5e2a16;
    text-decoration: none;
    font-weight: 600;
}

.ak26-contact-list a:hover {
    color: #fd5056;
}

.ak26-contact-actions {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ak26-contact-actions .btn {
    flex: 1 1 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ak26-btn-whatsapp {
    background: #21c063;
    border-color: #21c063;
    color: #ffffff;
}

.ak26-btn-whatsapp:hover {
    background: #48ef67;
    border-color: #48ef67;
    color: #ffffff;
}

.ak26-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #fd5056, #e53b45);
    padding: 78px 0;
}

.ak26-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.17), transparent 34%),
        radial-gradient(circle at 90% 70%, rgba(255, 255, 255, 0.14), transparent 32%),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 16px);
    pointer-events: none;
}

.ak26-cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: 0.35;
    pointer-events: none;
    animation: ak26FloatOrb 8s ease-in-out infinite;
}

.ak26-cta-orb.one {
    width: 180px;
    height: 180px;
    top: -30px;
    left: -40px;
    background: rgba(255, 255, 255, 0.22);
}

.ak26-cta-orb.two {
    width: 230px;
    height: 230px;
    bottom: -60px;
    right: -50px;
    background: rgba(255, 255, 255, 0.18);
    animation-delay: 1.2s;
}

@keyframes ak26FloatOrb {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-14px) scale(1.04); }
    100% { transform: translateY(0) scale(1); }
}

.ak26-cta {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(4px);
    color: #fff;
    border-radius: 20px;
    padding: 46px 28px;
    text-align: center;
    box-shadow: 0 18px 34px rgba(84, 7, 16, 0.35);
    animation: ak26CtaGlow 4.8s ease-in-out infinite;
}

@keyframes ak26CtaGlow {
    0% { box-shadow: 0 18px 34px rgba(84, 7, 16, 0.35); }
    50% { box-shadow: 0 22px 40px rgba(84, 7, 16, 0.46); }
    100% { box-shadow: 0 18px 34px rgba(84, 7, 16, 0.35); }
}

.ak26-cta h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
}

.ak26-cta p {
    color: rgba(255, 255, 255, 0.92);
    max-width: 700px;
    margin: 0 auto 22px;
}

.ak26-cta .btn-light {
    border-radius: 999px;
    padding: 11px 24px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(9, 6, 5, 0.25);
}

.ak26-cta .ak26-btn-whatsapp {
    border-radius: 999px;
    padding: 11px 24px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(9, 6, 5, 0.25);
}

@media (max-width: 991.98px) {
    .ak26-hero {
        padding: 82px 0 60px;
    }

    .ak26-section {
        padding: 70px 0;
    }

    .ak26-title {
        font-size: clamp(1.7rem, 6vw, 2.6rem);
    }

    .ak26-lead {
        font-size: 1rem;
        max-width: 100%;
    }

    .ak26-form-card {
        margin-top: 8px;
    }

    .ak26-package img {
        height: 200px;
    }

    .ak26-package-modern .ak26-cover img {
        height: 205px;
    }

    .ak26-gallery-item img {
        height: 220px;
    }

    .ak26-policy-grid {
        grid-template-columns: 1fr;
    }

    .ak26-contact-grid {
        grid-template-columns: 1fr;
    }

    .ak26-about-card img {
        min-height: 300px;
    }

    .ak26-about-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ak26-reviews-slide {
        flex-basis: 50%;
    }
}

@media (max-width: 767.98px) {
    .ak26-hero {
        padding: 74px 0 46px;
    }

    .ak26-badge {
        font-size: 11px;
        padding: 7px 12px;
    }

    .ak26-title {
        line-height: 1.22;
        margin-bottom: 14px;
    }

    .ak26-hero-quick-cta {
        margin-top: 14px;
    }

    .ak26-hero-quick-cta .btn {
        width: 100%;
        margin-bottom: 8px;
    }

    .ak26-lead {
        font-size: 0.95rem;
    }

    .ak26-form-card {
        border-radius: 14px;
        padding: 18px 14px;
    }

    .ak26-form-title {
        font-size: 1.15rem;
    }

    .ak26-form-subtitle {
        font-size: 0.85rem;
        margin-bottom: 12px;
    }

    .ak26-input {
        min-height: 42px;
        padding: 9px 11px;
        font-size: 0.9rem;
    }

    .ak26-btn {
        font-size: 0.92rem;
        padding: 10px 12px;
    }

    .ak26-section {
        padding: 54px 0;
    }

    .ak26-heading {
        font-size: clamp(1.35rem, 5.8vw, 1.75rem);
        margin-bottom: 8px;
    }

    .ak26-sub {
        font-size: 0.92rem;
    }

    .ak26-feature {
        padding: 16px 14px;
        border-radius: 12px;
    }

    .ak26-feature .icon {
        width: 38px;
        height: 38px;
        margin-bottom: 9px;
    }

    .ak26-feature h4 {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .ak26-feature p {
        font-size: 0.88rem;
    }

    .ak26-package {
        border-radius: 14px;
    }

    .ak26-package img {
        height: 190px;
    }

    .ak26-package-modern .ak26-cover img {
        height: 190px;
    }

    .ak26-package-body {
        padding: 14px;
    }

    .ak26-package h3 {
        font-size: 1.05rem;
    }

    .ak26-package p {
        font-size: 0.88rem;
        margin-bottom: 11px;
    }

    .ak26-package-modern .ak26-body {
        padding: 14px;
    }

    .ak26-package-modern .ak26-meta li {
        font-size: 0.84rem;
    }

    .ak26-link-btn {
        width: 100%;
        justify-content: center;
        font-size: 0.86rem;
        padding: 8px 12px;
    }

    .ak26-package-links {
        gap: 8px;
    }

    .ak26-gallery-shell {
        border-radius: 14px;
        padding: 10px 8px;
    }

    .ak26-gallery-item {
        padding: 4px;
    }

    .ak26-gallery-item img {
        height: 200px;
        border-radius: 10px;
    }

    #ak26-gallery-carousel .owl-item,
    #reviews-carousel .owl-item {
        min-height: 1px;
    }

    .ak26-gallery-caption {
        font-size: 0.74rem;
    }

    .ak26-detail-shell {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .ak26-sacred-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ak26-about-content {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .ak26-about-card img {
        min-height: 230px;
    }

    .ak26-about-metrics {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ak26-why-unique-wrap {
        border-radius: 14px;
        padding: 18px 14px;
    }

    .ak26-why-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ak26-why-card {
        padding: 13px;
    }

    .ak26-faq .accordion-button {
        font-size: 0.92rem;
        padding: 0.85rem;
    }

    .ak26-faq .accordion-body {
        font-size: 0.88rem;
    }

    .ak26-policy-wrap {
        border-radius: 14px;
        padding: 18px 14px;
    }

    .ak26-reviews-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ak26-reviews-head .section-title {
        width: 100%;
    }

    .ak26-contact-shell {
        border-radius: 14px;
        padding: 18px 14px;
    }

    .ak26-cta-section {
        padding: 56px 0;
    }

    .ak26-cta {
        border-radius: 14px;
        padding: 30px 14px;
    }

    .ak26-cta p {
        font-size: 0.92rem;
        margin-bottom: 16px;
    }

    .ak26-cta .btn-light,
    .ak26-cta .ak26-btn-whatsapp {
        width: 100%;
        padding: 10px 14px;
    }

    .testimonial-section .section-title p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .ak26-reviews-slide {
        flex-basis: 100%;
    }
}

@media (max-width: 479.98px) {
    .ak26-hero {
        padding-top: 68px;
    }

    .ak26-title {
        font-size: 1.45rem;
    }

    .ak26-lead {
        font-size: 0.9rem;
    }
}