@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

body {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #334155;
}

.app-status-banner {
    padding: 14px 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 15;
}

.app-status-success {
    background: #dff7e9;
    color: #146c43;
    border-bottom: 1px solid rgba(20, 108, 67, 0.12);
}

.app-status-error {
    background: #fde8e8;
    color: #b42318;
    border-bottom: 1px solid rgba(180, 35, 24, 0.12);
}

.main-header .site-logo img {
    width: auto;
    max-height: 72px;
}

.sticky-header .site-logo img {
    width: auto;
    max-height: 58px;
}

.top-header-wrap,
.mid-header-wrap,
.nav-menu-inner,
.footer-top,
.footer-top .brand {
    row-gap: 14px;
}

.top-left p,
.footer-top .brand p,
.footer-contact li,
.footer-links li a,
.slider-caption.small,
.booking-description,
.copyright-wrap p {
    color: #cbd5e1;
}

.top-left p {
    margin: 0;
    line-height: 1.65;
}

.header-info li {
    align-items: flex-start;
}

.header-info li .header-info-text h3,
.header-info li .header-info-text h3 a,
.header-info li .header-info-text h3 span {
    line-height: 1.45;
    word-break: break-word;
}

.header-menu-wrap ul li > a,
.footer-links li a,
.sidebar-links a {
    text-decoration: none;
}

.hero-cta-buttons {
    align-items: stretch;
}

.hero-cta-buttons .btn-call,
.hero-cta-buttons .btn-whatsapp {
    min-height: 52px;
    justify-content: center;
}

.booking-form .form-field input::placeholder,
.booking-form .form-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.booking-form .form-field input,
.booking-form .form-field textarea {
    color: #ffffff;
}

.booking-form .form-field .default-btn {
    width: 100%;
}

.whatsapp-float::before {
    content: 'WhatsApp ile Yazin';
}

.page-hero-section {
    background: linear-gradient(135deg, rgba(10, 16, 28, 0.96) 0%, rgba(31, 41, 55, 0.9) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 96px 0 72px;
    position: relative;
}

.page-hero-overlay {
    background: linear-gradient(135deg, rgba(10, 16, 28, 0.82) 0%, rgba(15, 23, 42, 0.72) 100%);
    inset: 0;
    position: absolute;
}

.page-hero-content {
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.page-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 10px;
    margin-bottom: 20px;
}

.page-breadcrumb li {
    line-height: 1.5;
}

.page-breadcrumb a {
    color: #f5b800;
    font-weight: 600;
}

.page-hero-content h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
}

.page-hero-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    max-width: 720px;
}

.page-body {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.content-section {
    padding: 72px 0;
}

.content-card {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    margin-bottom: 28px;
    padding: 32px;
}

.content-card:last-child {
    margin-bottom: 0;
}

.content-card-title {
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 24px;
}

.content-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-grid .content-card {
    height: 100%;
    margin-bottom: 0;
}

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

.card-media {
    border-radius: 16px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.card-media img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.content-card:hover .card-media img,
.gallery-card:hover img {
    transform: scale(1.04);
}

.card-copy h3,
.sidebar-card h3,
.empty-state-card h2 {
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 14px;
}

.card-copy h3 a,
.gallery-card-copy h3 a {
    color: inherit;
}

.card-copy p,
.sidebar-card p,
.empty-state-card p,
.contact-points p,
.contact-points a,
.content-entry,
.content-entry p,
.content-entry li,
.content-lead,
.quote-card .content-entry p {
    color: #475569;
    line-height: 1.85;
}

.service-content p,
.post-content p,
.contact-details li {
    color: #475569 !important;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.rich-text-block > :last-child {
    margin-bottom: 0;
}

.testi-copy p,
.testi-copy li {
    color: #475569;
    font-size: 16px;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 12px;
}

.feature-copy p,
.feature-copy li,
.faq-answer p,
.faq-answer li {
    line-height: 1.8;
    margin-bottom: 12px;
}

.faq-answer p,
.faq-answer li {
    color: #475569;
}

.content-badge {
    background: rgba(245, 184, 0, 0.16);
    border-radius: 999px;
    color: #9a6700;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    padding: 7px 12px;
    text-transform: uppercase;
}

.meta-list {
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 14px;
    margin-bottom: 14px;
}

.meta-list li {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.detail-layout,
.contact-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
}

.detail-sidebar {
    align-content: start;
    display: grid;
    gap: 24px;
}

.sidebar-links {
    display: grid;
    gap: 12px;
}

.sidebar-links li a {
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    color: #0f172a;
    display: block;
    font-weight: 600;
    padding-bottom: 12px;
}

.sidebar-links li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

.detail-cover {
    border-radius: 18px;
    margin-bottom: 24px;
    overflow: hidden;
}

.detail-cover img {
    display: block;
    max-height: 540px;
    object-fit: cover;
    width: 100%;
}

.content-lead {
    color: #0f172a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}

.content-entry h2,
.content-entry h3,
.content-entry h4 {
    color: #0f172a;
    margin-bottom: 14px;
    margin-top: 20px;
}

.content-entry p,
.content-entry ul,
.content-entry ol {
    margin-bottom: 18px;
}

.content-entry ul,
.content-entry ol {
    padding-left: 22px;
}

.form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 22px;
}

.form-field-full {
    grid-column: 1 / -1;
}

.detail-form label {
    color: #0f172a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.detail-form input,
.detail-form textarea {
    background: #ffffff;
    border: 1px solid #d7e0ea;
    border-radius: 14px;
    color: #0f172a;
    min-height: 52px;
    padding: 14px 16px;
    width: 100%;
}

.detail-form textarea {
    min-height: 170px;
    resize: vertical;
}

.detail-form input:focus,
.detail-form textarea:focus {
    border-color: #f5b800;
    box-shadow: 0 0 0 4px rgba(245, 184, 0, 0.12);
    outline: none;
}

.detail-form input::placeholder,
.detail-form textarea::placeholder {
    color: #94a3b8;
}

.contact-points {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
}

.contact-points li {
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    padding-bottom: 18px;
}

.contact-points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-points span {
    color: #0f172a;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.contact-points a {
    color: #0f172a;
    font-weight: 700;
}

.whatsapp-inline-btn {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.map-card {
    padding: 18px;
}

.map-embed,
.map-embed iframe {
    border: 0;
    border-radius: 16px;
    min-height: 420px;
    width: 100%;
}

.gallery-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid-compact {
    margin-top: 12px;
}

.gallery-card {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    overflow: hidden;
}

.gallery-card a {
    display: block;
    overflow: hidden;
}

.gallery-card img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.gallery-card-copy {
    padding: 18px 18px 20px;
}

.gallery-card-copy h3 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.video-frame iframe {
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 16px;
    display: block;
    width: 100%;
}

.quote-card .quote-icon {
    color: #f5b800;
    font-size: 38px;
    margin-bottom: 16px;
}

.quote-author {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.quote-author img {
    border: 3px solid rgba(245, 184, 0, 0.45);
    border-radius: 50%;
    height: 64px;
    object-fit: cover;
    width: 64px;
}

.quote-author strong,
.quote-author span {
    display: block;
}

.quote-author strong {
    color: #0f172a;
    font-size: 16px;
    margin-bottom: 4px;
}

.quote-author span {
    color: #64748b;
    font-size: 13px;
}

.team-detail-head {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1fr);
    margin-bottom: 26px;
}

.team-detail-media img {
    border-radius: 18px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.team-detail-copy h2 {
    color: #0f172a;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 12px;
}

.empty-state-card {
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
}

.cta-inline {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.btn-secondary-outline {
    background: transparent;
    border: 1px solid rgba(196, 148, 0, 0.45);
    color: #0f172a;
}

.btn-secondary-outline:hover {
    background: rgba(245, 184, 0, 0.12);
    color: #0f172a;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 1199px) {
    .content-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .page-hero-section {
        padding: 84px 0 64px;
    }

    .page-hero-content h1 {
        font-size: 40px;
    }

    .content-section {
        padding: 60px 0;
    }

    .content-card {
        padding: 26px;
    }

    .detail-layout,
    .contact-layout,
    .team-detail-head,
    .content-grid.cards-2 {
        grid-template-columns: 1fr;
    }

    .top-header-wrap,
    .mid-header-wrap {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .page-hero-section {
        padding: 72px 0 54px;
    }

    .page-hero-content h1 {
        font-size: 32px;
    }

    .page-hero-content p {
        font-size: 16px;
    }

    .content-grid,
    .gallery-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .content-card {
        padding: 22px;
    }

    .hero-cta-buttons {
        flex-direction: column !important;
        width: 100%;
    }

    .hero-cta-buttons .btn-call,
    .hero-cta-buttons .btn-whatsapp {
        width: 100%;
    }

    .top-header .top-header-wrap {
        flex-direction: column;
    }

    .top-right,
    .footer-call,
    .cta-call {
        width: 100%;
    }

    .footer-links li a,
    .footer-contact li,
    .post-content p,
    .service-content p {
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .page-hero-content h1 {
        font-size: 28px;
    }

    .content-card {
        border-radius: 18px;
        padding: 20px;
    }

    .cta-inline,
    .default-btn,
    .btn-secondary-outline {
        width: 100%;
    }
}

/* Premium readability refresh */
.slider-section {
    background: #020617;
}

.slider-img::after {
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.7) 44%, rgba(2, 6, 23, 0.28) 100%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.12) 0%, rgba(2, 6, 23, 0.55) 100%);
}

.slider-content-wrap {
    height: 720px;
}

.slider-content-premium {
    position: relative;
    z-index: 3;
}

.hero-grid {
    align-items: end;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 360px);
}

.hero-copy {
    max-width: 760px;
}

.hero-kicker {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #f8fafc;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 10px 16px;
    text-transform: uppercase;
}

.slider-caption.big {
    font-size: 60px;
    line-height: 1.05;
    margin-bottom: 20px;
    max-width: 12ch;
}

.slider-caption.small {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 28px;
    max-width: 620px;
}

.hero-cta-buttons .btn-call,
.hero-cta-buttons .btn-whatsapp {
    border-radius: 16px;
    min-width: 190px;
    padding: 16px 26px;
}

.trust-badges {
    gap: 12px;
    margin-top: 8px;
}

.trust-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.95);
    padding: 10px 14px;
}

.trust-badge i {
    color: #f5b800;
}

.hero-summary-card {
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.28);
    color: rgba(255, 255, 255, 0.88);
    padding: 28px;
}

.hero-summary-label {
    color: #f5b800;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero-summary-card h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
}

.hero-summary-card p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.hero-summary-list {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.hero-summary-list li {
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    gap: 12px;
    line-height: 1.7;
}

.hero-summary-list i {
    color: #f5b800;
    margin-top: 5px;
}

.hero-contact-chip {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 16px 18px;
}

.hero-contact-chip span {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.hero-contact-chip a {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}

.service-section {
    background:
        radial-gradient(circle at top left, rgba(245, 184, 0, 0.12), transparent 34%),
        linear-gradient(180deg, #fffef7 0%, #ffffff 100%);
    padding: 96px 0;
}

.service-section .bg-half {
    background: linear-gradient(180deg, #0f172a 0%, #172554 100%);
    height: 390px;
}

.service-section .section-heading {
    position: relative;
    z-index: 1;
}

.service-item {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.service-thumb img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.service-content {
    padding: 28px 28px 30px;
}

.service-card-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.service-pill {
    background: rgba(245, 184, 0, 0.12);
    border-radius: 999px;
    color: #9a6700;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 7px 12px;
    text-transform: uppercase;
}

.service-order {
    color: #94a3b8;
    font-size: 15px;
    font-weight: 800;
}

.service-content h3 {
    color: #0f172a;
    font-size: 22px;
    line-height: 1.35;
}

.service-content p {
    margin-bottom: 22px;
}

.service-content .read-more {
    min-width: 154px;
}

.quote-section {
    background:
        radial-gradient(circle at top left, rgba(245, 184, 0, 0.22), transparent 22%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 62%, #111827 100%);
    overflow: hidden;
    padding: 96px 0;
    position: relative;
}

.quote-section:before,
.quote-section:after,
.booking-section:before,
.booking-section:after {
    display: none !important;
}

.quote-shell {
    align-items: stretch;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
}

.quote-copy {
    color: #ffffff;
    padding: 18px 0;
}

.section-chip {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #f8fafc;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
    padding: 10px 16px;
    text-transform: uppercase;
}

.quote-copy h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 18px;
    max-width: 12ch;
}

.quote-lead {
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 28px;
    max-width: 660px;
}

.quote-feature-list {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

.quote-feature-card {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    display: flex;
    gap: 16px;
    padding: 18px 20px;
}

.quote-feature-card i {
    color: #f5b800;
    font-size: 20px;
    margin-top: 4px;
}

.quote-feature-card strong {
    color: #ffffff;
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}

.quote-feature-card span {
    color: rgba(255, 255, 255, 0.76);
    display: block;
    line-height: 1.75;
}

.quote-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.quote-inline-call,
.quote-inline-whatsapp {
    align-items: center;
    border-radius: 18px;
    display: inline-flex;
    min-height: 68px;
    padding: 16px 20px;
    text-decoration: none;
}

.quote-inline-call {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    min-width: 230px;
}

.quote-inline-call span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.quote-inline-call strong {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.quote-inline-whatsapp {
    background: #25d366;
    color: #ffffff;
    gap: 10px;
    font-weight: 800;
}

.quote-inline-whatsapp i {
    font-size: 20px;
}

.quote-form-card {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 28px;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
    padding: 30px;
}

.quote-form-head {
    margin-bottom: 20px;
}

.quote-form-head h3 {
    color: #0f172a;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 12px;
}

.quote-form-head p {
    color: #475569;
    line-height: 1.8;
}

.premium-quote-form {
    margin: 0;
}

.quote-form-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-field-full {
    grid-column: 1 / -1;
}

.quote-field label {
    color: #0f172a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.quote-field input,
.quote-field textarea {
    background: #ffffff;
    border: 1px solid #cfd8e3;
    border-radius: 16px;
    color: #0f172a;
    min-height: 54px;
    padding: 14px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.quote-field textarea {
    min-height: 150px;
    resize: vertical;
}

.quote-field input[readonly] {
    background: #f8fafc;
    color: #64748b;
}

.quote-field input::placeholder,
.quote-field textarea::placeholder {
    color: #94a3b8;
}

.quote-field input:focus,
.quote-field textarea:focus {
    border-color: #f5b800;
    box-shadow: 0 0 0 4px rgba(245, 184, 0, 0.12);
    outline: none;
    transform: translateY(-1px);
}

.quote-form-footer {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 20px;
}

.quote-form-footer p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    max-width: 280px;
}

.quote-submit-btn {
    min-width: 180px;
}

.page-hero-section {
    padding: 112px 0 84px;
}

.page-hero-panel {
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.2);
    max-width: 780px;
    padding: 28px 30px;
}

.page-hero-chip {
    color: #f5b800;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.page-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.page-hero-actions .btn-secondary-outline,
.footer-contact-actions .btn-secondary-outline {
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.page-hero-actions .btn-secondary-outline:hover,
.footer-contact-actions .btn-secondary-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.footer-section {
    background:
        radial-gradient(circle at top right, rgba(245, 184, 0, 0.12), transparent 28%),
        linear-gradient(180deg, #0f172a 0%, #020617 100%);
    padding-top: 78px;
}

.footer-shell {
    padding-bottom: 36px;
}

.footer-spotlight {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    margin-bottom: 40px;
}

.footer-brand-panel,
.footer-contact-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 28px;
}

.footer-brand-panel {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-brand-panel p,
.footer-contact-panel p,
.footer-contact li,
.footer-links li a {
    color: rgba(255, 255, 255, 0.78);
}

.footer-brand-copy {
    display: grid;
    gap: 12px;
}

.footer-brand-copy p {
    margin: 0;
}

.footer-brand-points {
    display: grid;
    gap: 14px;
}

.footer-brand-points li {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    display: flex;
    gap: 14px;
    padding: 16px 18px;
}

.footer-brand-points li i {
    color: #f5b800;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 2px;
}

.footer-brand-points li strong {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.footer-brand-points li span {
    color: rgba(255, 255, 255, 0.74);
    display: block;
    line-height: 1.7;
}

.footer-brand-meta {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-brand-meta a {
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    gap: 12px;
    min-height: 58px;
    padding: 14px 16px;
}

.footer-brand-meta a i {
    color: #f5b800;
    font-size: 18px;
    flex-shrink: 0;
}

.footer-brand-meta a span {
    overflow-wrap: anywhere;
}

.footer-logo img {
    max-height: 70px;
    width: auto;
}

.footer-social-list {
    margin-top: 0;
}

.footer-social-list li a {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.footer-social-list li a:hover {
    background: rgba(245, 184, 0, 0.18);
    color: #f5b800;
}

.footer-contact-panel h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
}

.footer-contact-highlight {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    margin: 22px 0 18px;
    padding: 16px 18px;
}

.footer-contact-highlight span {
    color: rgba(255, 255, 255, 0.68);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.footer-contact-highlight a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
}

.footer-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-links-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 24px;
}

.footer-item .widget-title h3 {
    margin-bottom: 18px;
}

.footer-item .widget-title h3:after {
    width: 56px;
}

.footer-links li a {
    padding: 7px 0;
}

.footer-contact li {
    margin-bottom: 16px;
}

.footer-contact li a {
    color: #ffffff !important;
}

.copyright-wrap {
    background: rgba(2, 6, 23, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.copyright-wrap p {
    color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1199px) {
    .hero-grid,
    .quote-shell,
    .footer-spotlight {
        grid-template-columns: 1fr;
    }

    .hero-summary-card,
    .quote-form-card,
    .footer-contact-panel {
        max-width: none;
    }
}

@media (max-width: 992px) {
    .slider-content-wrap {
        height: auto;
        min-height: 680px;
        padding: 120px 0 80px;
    }

    .slider-caption.big,
    .quote-copy h2 {
        font-size: 44px;
        max-width: none;
    }

    .page-hero-section {
        padding: 96px 0 70px;
    }

    .footer-links-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand-meta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .slider-content-wrap {
        min-height: 0;
        padding: 108px 0 72px;
    }

    .hero-grid,
    .quote-form-grid,
    .footer-links-grid {
        grid-template-columns: 1fr;
    }

    .slider-caption.big,
    .quote-copy h2 {
        font-size: 34px;
        line-height: 1.14;
    }

    .slider-caption.small,
    .quote-lead {
        font-size: 16px;
        line-height: 1.8;
    }

    .hero-summary-card,
    .page-hero-panel,
    .quote-form-card,
    .footer-brand-panel,
    .footer-contact-panel,
    .footer-item {
        padding: 22px;
    }

    .quote-form-footer,
    .footer-contact-actions,
    .page-hero-actions,
    .quote-contact-row {
        flex-direction: column;
    }

    .quote-inline-call,
    .quote-inline-whatsapp,
    .footer-contact-actions .default-btn,
    .page-hero-actions .default-btn,
    .quote-submit-btn {
        width: 100%;
    }

    .footer-contact-highlight a,
    .hero-contact-chip a {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .hero-kicker,
    .section-chip,
    .page-hero-chip {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .slider-caption.big,
    .quote-copy h2,
    .page-hero-content h1 {
        font-size: 28px;
    }

    .slider-caption.small,
    .quote-lead,
    .page-hero-content p {
        font-size: 15px;
    }
}

/* Testimonial + footer premium refresh */
.testimonial-section-premium {
    overflow: hidden;
    padding: 96px 0 90px;
    position: relative;
}

.testimonial-section-premium::before {
    background:
        radial-gradient(circle at top left, rgba(245, 184, 0, 0.16), transparent 42%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.09), transparent 46%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.testimonial-shell {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    position: relative;
    z-index: 1;
}

.testimonial-stage {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 30px;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
    padding: 34px;
}

.testimonial-stage-head {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 26px;
}

.testimonial-stage-head .section-heading {
    margin-bottom: 0;
}

.testimonial-intro {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin: 12px 0 0;
    max-width: 620px;
}

.testimonial-controls {
    align-items: flex-end;
    display: grid;
    gap: 16px;
    justify-items: end;
    min-width: 180px;
}

.testimonial-inline-metric {
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 20px;
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    text-align: right;
}

.testimonial-inline-metric strong {
    color: #0f172a;
    display: block;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.testimonial-inline-metric span {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.testimonial-nav {
    display: flex;
    gap: 10px;
}

.testimonial-button {
    align-items: center;
    background: #0f172a;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    width: 48px;
}

.testimonial-button:hover {
    background: #f5b800;
    color: #0f172a;
    transform: translateY(-2px);
}

.testimonial-carousel-shell {
    position: relative;
}

.testimonial-carousel-premium {
    margin-right: -14%;
    overflow: visible;
    padding: 8px 0 18px;
}

.testimonial-carousel-premium .swiper-slide {
    height: auto;
    opacity: 0.55;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.testimonial-carousel-premium .swiper-slide-active,
.testimonial-carousel-premium .swiper-slide-next {
    opacity: 1;
}

.testi-item-premium {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 28px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 100%;
    padding: 28px;
}

.testimonial-card-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.testimonial-quote-mark {
    align-items: center;
    background: linear-gradient(135deg, #f5b800 0%, #ffcc47 100%);
    border-radius: 20px;
    color: #0f172a;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 24px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.testimonial-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.testimonial-chip {
    align-items: center;
    background: rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.06em;
    padding: 8px 14px;
    text-transform: uppercase;
}

.testimonial-chip-soft {
    background: rgba(245, 184, 0, 0.12);
    color: #8a5a00;
}

.testimonial-chip-soft i {
    color: #f5b800;
    font-size: 12px;
}

.testi-item-premium .testi-copy {
    flex: 1 1 auto;
}

.testi-item-premium .testi-copy p,
.testi-item-premium .testi-copy li {
    color: #334155;
    font-size: 17px;
    font-style: normal;
    line-height: 1.9;
    margin-bottom: 0;
}

.testi-author-premium {
    align-items: center;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    display: flex;
    gap: 16px;
    margin-top: auto;
    padding-top: 20px;
}

.testi-author-premium .author-thumb {
    flex-shrink: 0;
}

.testi-author-premium .author-thumb img {
    border: 3px solid rgba(245, 184, 0, 0.28);
    border-radius: 22px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.testi-author-premium .author-info h3 {
    color: #0f172a;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 6px;
}

.testi-author-premium .author-info span {
    color: #64748b;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.testimonial-pagination {
    margin-top: 12px;
    position: static;
    text-align: left;
}

.testimonial-pagination .swiper-pagination-bullet {
    background: rgba(15, 23, 42, 0.18);
    height: 10px;
    opacity: 1;
    transition: width 0.25s ease, background 0.25s ease;
    width: 10px;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #f5b800;
    border-radius: 999px;
    width: 30px;
}

.feature-wrap-premium {
    background: linear-gradient(180deg, #0f172a 0%, #111c31 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    padding: 34px 32px;
}

.ridek-features-premium li {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 22px;
    display: flex;
    gap: 16px;
    padding: 22px 20px;
    transition: transform 0.25s ease, background 0.25s ease;
}

.ridek-features-premium li:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.ridek-features-premium li:not(:last-of-type) {
    margin-bottom: 16px;
}

.ridek-features-premium .feature-icon {
    align-items: center;
    background: rgba(245, 184, 0, 0.14);
    border-radius: 18px;
    color: #f5b800;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.ridek-features-premium .feature-content h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 8px;
}

.ridek-features-premium .feature-copy p,
.ridek-features-premium .feature-copy li {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    margin-bottom: 0;
}

.footer-social-block {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    padding: 14px 16px;
}

.footer-social-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-social-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social-list li {
    margin: 0;
}

.footer-social-list li a {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.footer-meta-card span {
    display: grid;
    gap: 4px;
}

.footer-meta-card span strong {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-meta-card span em {
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.footer-contact li {
    align-items: flex-start;
    display: grid;
    gap: 12px;
    grid-template-columns: 22px minmax(0, 1fr);
}

.footer-contact li i {
    color: #f5b800;
    font-size: 18px;
    margin-top: 2px;
}

.footer-contact li div {
    display: grid;
    gap: 4px;
}

.footer-contact li p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 1199px) {
    .testimonial-shell {
        grid-template-columns: 1fr;
    }

    .testimonial-carousel-premium {
        margin-right: 0;
    }

    .testimonial-stage-head {
        flex-direction: column;
    }

    .testimonial-controls {
        justify-items: start;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-stage,
    .feature-wrap-premium {
        padding: 22px;
    }

    .testimonial-stage-head,
    .testimonial-card-head,
    .footer-social-block {
        align-items: flex-start;
        flex-direction: column;
    }

    .testimonial-chip-row {
        justify-content: flex-start;
    }
}

/* Final layout tuning: testimonial separation + hero/about spacing */
.testimonial-shell {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
}

.testimonial-stage,
.feature-wrap-premium {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.testimonial-carousel-shell {
    overflow: hidden;
}

.testimonial-carousel-premium {
    margin-right: 0;
    padding-right: 4px;
}

.feature-wrap-premium {
    align-self: stretch;
}

.testi-author-premium {
    align-items: flex-start;
    gap: 0;
}

.testi-author-premium .author-thumb {
    display: none !important;
}

.testi-author-premium .author-info {
    display: grid;
    gap: 6px;
}

.main-slider,
.main-slider .swiper-slide {
    position: relative;
}

.slider-content-wrap {
    height: auto;
    min-height: 780px;
    padding: 150px 0 150px;
}

.slider-content-premium {
    width: 100%;
}

.hero-grid {
    align-items: center;
    gap: 42px;
}

.hero-copy {
    padding-right: 12px;
}

.slider-caption.medium {
    margin-bottom: 18px;
}

.slider-caption.big {
    margin-bottom: 24px;
}

.slider-caption.small {
    margin-bottom: 30px;
}

.hero-cta-buttons {
    margin-bottom: 22px;
}

.trust-badges {
    margin-top: 0;
}

.slider-controls {
    bottom: 28px;
    left: 24px;
    z-index: 5;
}

.about-section {
    position: relative;
    z-index: 2;
}

.about-section .row {
    row-gap: 36px;
}

.about-img {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .testimonial-shell {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .slider-content-wrap {
        min-height: 760px;
        padding: 140px 0 146px;
    }

    .hero-grid {
        gap: 32px;
    }

    .hero-copy {
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .slider-content-wrap {
        min-height: 720px;
        padding: 128px 0 138px;
    }

    .slider-controls {
        bottom: 20px;
        left: 20px;
    }

    .about-section {
        padding-top: 96px;
    }
}

@media (max-width: 767px) {
    .testimonial-section-premium {
        padding: 82px 0 78px;
    }

    .testimonial-shell {
        gap: 22px;
    }

    .slider-content-wrap {
        min-height: 0;
        padding: 118px 0 132px;
    }

    .hero-grid {
        gap: 24px;
    }

    .slider-caption.big {
        max-width: none;
    }

    .slider-controls {
        height: auto;
        min-height: 64px;
        padding: 14px 16px;
        width: calc(100% - 30px);
    }

    .about-section {
        padding-top: 82px;
    }
}

/* Testimonial section only */
.testimonial-shell {
    display: block;
}

.testimonial-stage {
    padding: 40px;
}

.testimonial-stage-head {
    gap: 28px;
    margin-bottom: 30px;
}

.testimonial-intro {
    max-width: 760px;
}

.testimonial-carousel-shell {
    max-width: 100%;
}

.testimonial-carousel-premium {
    padding: 10px 4px 20px;
}

.testi-item-premium {
    min-height: 320px;
    padding: 32px;
}

@media (max-width: 992px) {
    .testimonial-stage {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .testimonial-stage {
        padding: 24px;
    }

    .testi-item-premium {
        min-height: 0;
        padding: 24px;
    }
}

/* Testimonial premium redesign */
.testimonial-section-premium {
    background:
        radial-gradient(circle at top left, rgba(245, 184, 0, 0.2), transparent 24%),
        radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.18), transparent 24%),
        linear-gradient(180deg, #091120 0%, #0f1c33 100%);
    overflow: hidden;
    padding: 108px 0 104px;
}

.testimonial-section-premium::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.06), transparent 18%);
    opacity: 1;
}

.testimonial-section-premium .container {
    position: relative;
    z-index: 1;
}

.testimonial-shell {
    display: block;
}

.testimonial-stage {
    background: linear-gradient(145deg, rgba(8, 15, 31, 0.92) 0%, rgba(14, 25, 45, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    box-shadow: 0 38px 80px rgba(2, 8, 23, 0.3);
    overflow: hidden;
    padding: 42px;
    position: relative;
}

.testimonial-stage::before {
    background:
        radial-gradient(circle at top right, rgba(245, 184, 0, 0.18), transparent 30%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 45%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.testimonial-stage-head,
.testimonial-showcase-frame {
    position: relative;
    z-index: 1;
}

.testimonial-stage-head {
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 34px;
}

.testimonial-heading h4 {
    color: #f5b800;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.testimonial-heading h4 span {
    background: rgba(245, 184, 0, 0.18);
}

.testimonial-heading h2 {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 50px);
    letter-spacing: -0.04em;
    line-height: 1.04;
    margin-bottom: 18px;
    max-width: 11ch;
}

.testimonial-intro {
    color: rgba(226, 232, 240, 0.78);
    font-size: 17px;
    line-height: 1.9;
    margin-top: 0;
    max-width: 720px;
}

.testimonial-controls {
    align-items: flex-end;
    gap: 18px;
}

.testimonial-inline-metric {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    min-width: 170px;
    padding: 18px 20px;
}

.testimonial-inline-metric strong {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: -0.05em;
}

.testimonial-inline-metric span {
    color: rgba(226, 232, 240, 0.68);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.testimonial-nav {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    gap: 8px;
    padding: 6px;
}

.testimonial-button {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.9);
    height: 50px;
    width: 50px;
}

.testimonial-button:hover,
.testimonial-button:focus-visible {
    background: #f5b800;
    color: #08111f;
    outline: none;
    transform: translateY(0);
}

.testimonial-showcase-frame {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    padding: 20px;
}

.testimonial-showcase-frame::after {
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    content: "";
    inset: 12px;
    pointer-events: none;
    position: absolute;
}

.testimonial-carousel-shell {
    overflow: hidden;
}

.testimonial-carousel-premium {
    margin-right: -12%;
    overflow: visible;
    padding: 4px 0 22px;
}

.testimonial-carousel-premium .swiper-slide {
    height: auto;
    opacity: 0.4;
    transform: translateY(16px) scale(0.965);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.testimonial-carousel-premium .swiper-slide-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.testimonial-carousel-premium .swiper-slide-next {
    opacity: 0.88;
    transform: translateY(8px) scale(0.985);
}

.testi-item-premium {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 248, 252, 0.98) 100%);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 30px;
    box-shadow:
        0 22px 48px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    gap: 24px;
    min-height: 340px;
    overflow: hidden;
    padding: 32px;
    position: relative;
}

.testi-item-premium::before {
    background: linear-gradient(90deg, #f5b800 0%, #ffd86d 40%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.testi-item-premium::after {
    background: radial-gradient(circle at top right, rgba(245, 184, 0, 0.14), transparent 42%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.testimonial-card-head,
.testi-item-premium .testi-copy,
.testi-author-premium {
    position: relative;
    z-index: 1;
}

.testimonial-card-head {
    align-items: flex-start;
    gap: 18px;
}

.testimonial-quote-mark {
    border-radius: 22px;
    box-shadow: 0 18px 32px rgba(245, 184, 0, 0.22);
    font-size: 28px;
    height: 62px;
    width: 62px;
}

.testimonial-chip-row {
    gap: 8px;
    justify-content: flex-end;
    max-width: calc(100% - 78px);
}

.testimonial-chip {
    background: #f8fafc;
    border: 1px solid rgba(203, 213, 225, 0.9);
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 8px 12px;
}

.testimonial-chip-soft {
    background: rgba(245, 184, 0, 0.12);
    border-color: rgba(245, 184, 0, 0.22);
    color: #8a5a00;
}

.testi-item-premium .testi-copy p,
.testi-item-premium .testi-copy li {
    color: #1e293b;
    font-size: 18px;
    line-height: 1.95;
}

.testi-author-premium {
    align-items: flex-end;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    gap: 12px;
    justify-content: space-between;
    padding-top: 22px;
}

.testi-author-premium .author-info h3 {
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
}

.testi-author-premium .author-info span {
    color: #8a5a00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.testimonial-pagination {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.testimonial-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.22);
    height: 12px;
    width: 12px;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #f5b800;
    box-shadow: 0 0 0 4px rgba(245, 184, 0, 0.16);
    width: 34px;
}

@media (max-width: 1199px) {
    .testimonial-stage {
        padding: 36px;
    }

    .testimonial-stage-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .testimonial-controls {
        justify-items: start;
    }

    .testimonial-carousel-premium {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-section-premium {
        padding: 84px 0 80px;
    }

    .testimonial-stage {
        border-radius: 28px;
        padding: 24px;
    }

    .testimonial-showcase-frame {
        border-radius: 24px;
        padding: 14px;
    }

    .testimonial-showcase-frame::after {
        inset: 8px;
    }

    .testimonial-heading h2 {
        max-width: none;
    }

    .testimonial-card-head {
        flex-direction: column;
    }

    .testimonial-chip-row {
        justify-content: flex-start;
        max-width: 100%;
    }

    .testi-item-premium {
        border-radius: 24px;
        min-height: 0;
        padding: 24px;
    }

    .testimonial-quote-mark {
        height: 56px;
        width: 56px;
    }

    .testi-item-premium .testi-copy p,
    .testi-item-premium .testi-copy li {
        font-size: 17px;
    }

    .testi-author-premium {
        align-items: flex-start;
    }
}

/* Testimonial section: natural review style */
.testimonial-section-premium {
    background:
        radial-gradient(circle at top left, rgba(245, 184, 0, 0.14), transparent 22%),
        linear-gradient(180deg, #f8fafc 0%, #fff8ee 58%, #ffffff 100%);
    padding: 102px 0 98px;
}

.testimonial-section-premium::before {
    background:
        radial-gradient(circle at 88% 16%, rgba(15, 23, 42, 0.05), transparent 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 25%);
}

.testimonial-stage {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 252, 246, 0.96) 100%);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
    padding: 38px;
}

.testimonial-stage::before {
    background:
        radial-gradient(circle at top right, rgba(245, 184, 0, 0.09), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.55), transparent 38%);
}

.testimonial-kicker {
    align-items: center;
    color: #9a6700;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.testimonial-kicker i {
    color: #f5b800;
    font-size: 14px;
}

.testimonial-heading h4 {
    color: #0f172a;
    margin-bottom: 14px;
}

.testimonial-heading h2 {
    color: #0f172a;
    font-size: clamp(32px, 3.6vw, 46px);
    max-width: 12ch;
}

.testimonial-intro {
    color: #475569;
    line-height: 1.85;
}

.testimonial-inline-metric {
    background: #ffffff;
    border-color: rgba(226, 232, 240, 0.95);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.testimonial-inline-metric strong {
    color: #0f172a;
}

.testimonial-inline-metric span {
    color: #64748b;
}

.testimonial-nav {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.testimonial-button {
    color: #0f172a;
}

.testimonial-showcase-frame {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(226, 232, 240, 0.86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 18px;
}

.testimonial-showcase-frame::after {
    border-color: rgba(226, 232, 240, 0.75);
}

.testimonial-carousel-premium {
    margin-right: -8%;
    padding: 2px 0 22px;
}

.testimonial-carousel-premium .swiper-slide {
    opacity: 0.48;
    transform: translateY(12px) scale(0.975);
}

.testimonial-carousel-premium .swiper-slide-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.testimonial-carousel-premium .swiper-slide-next {
    opacity: 0.82;
    transform: translateY(6px) scale(0.988);
}

.testi-item-premium {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    gap: 22px;
    min-height: 310px;
    padding: 28px 30px;
}

.testi-item-premium::before {
    display: none;
}

.testi-item-premium::after {
    background: radial-gradient(circle at top right, rgba(15, 23, 42, 0.04), transparent 38%);
}

.testimonial-review-top {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.testimonial-stars {
    align-items: center;
    color: #f5b800;
    display: inline-flex;
    font-size: 14px;
    gap: 4px;
}

.testimonial-source-pill {
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 999px;
    color: #64748b;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.testi-item-premium .testi-copy p,
.testi-item-premium .testi-copy li {
    color: #334155;
    font-size: 17px;
    line-height: 1.9;
}

.testi-author-premium {
    align-items: center;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
}

.testi-author-premium .author-info h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.testi-author-premium .author-info span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.testimonial-quote-mark {
    background: rgba(15, 23, 42, 0.05);
    border-radius: 18px;
    box-shadow: none;
    color: #94a3b8;
    font-size: 22px;
    height: 48px;
    width: 48px;
}

.testimonial-pagination {
    justify-content: center;
    margin-top: 18px;
}

.testimonial-pagination .swiper-pagination-bullet {
    background: rgba(148, 163, 184, 0.36);
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #f5b800;
    box-shadow: 0 0 0 4px rgba(245, 184, 0, 0.12);
}

@media (max-width: 1199px) {
    .testimonial-carousel-premium {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-section-premium {
        padding: 82px 0 78px;
    }

    .testimonial-stage {
        padding: 24px;
    }

    .testimonial-heading h2 {
        max-width: none;
    }

    .testimonial-review-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .testi-item-premium {
        min-height: 0;
        padding: 22px;
    }
}
