/* =========================
   CONTACT PAGE
   BIOTRA
========================= */

/* =========================
   PAGE HEADER
========================= */

.contact-page-header {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(214, 164, 58, 0.16), transparent 28%),
        radial-gradient(circle at 90% 80%, rgba(214, 164, 58, 0.1), transparent 26%),
        linear-gradient(135deg, #071B35 0%, #0B2545 52%, #071B35 100%);
    padding: 74px 0 82px;
    overflow: hidden;
}

.contact-header-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.42;
    pointer-events: none;
}

.contact-page-header::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -150px;
    top: 70px;
    background-color: rgba(214, 164, 58, 0.12);
    border-radius: 50%;
    filter: blur(20px);
}

.contact-page-header::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: -120px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    filter: blur(18px);
}

.contact-page-header-container {
    position: relative;
    z-index: 2;
}

.contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 15px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 600;
}

.contact-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
    transition: 0.25s ease;
}

.contact-breadcrumb a:hover {
    color: var(--gold);
}

.contact-breadcrumb i {
    color: var(--gold);
    font-size: 12px;
}

.contact-breadcrumb span {
    color: var(--gold);
}

.contact-page-header-content {
    max-width: 860px;
}

.contact-header-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.35);
    color: var(--gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.contact-header-label::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(214, 164, 58, 0.12);
}

.contact-page-header-content h1 {
    max-width: 780px;
    color: var(--white);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.3px;
    margin-bottom: 20px;
}

.contact-page-header-content p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.contact-header-note {
    display: inline-flex;
    align-items: flex-start;
    gap: 11px;
    max-width: 720px;
    padding: 15px 18px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.contact-header-note i {
    color: var(--gold);
    font-size: 20px;
    margin-top: 2px;
}

.contact-header-note span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.65;
}

/* =========================
   CONTACT INFO SECTION
========================= */

.contact-info-section {
    position: relative;
    background:
        radial-gradient(circle at 88% 18%, rgba(214, 164, 58, 0.1), transparent 28%),
        linear-gradient(180deg, #FFFFFF 0%, #F5F6F8 100%);
    padding: 110px 0;
    overflow: hidden;
}

.contact-info-section::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -190px;
    bottom: 80px;
    background-color: rgba(7, 27, 53, 0.07);
    border-radius: 50%;
    filter: blur(14px);
}

.contact-info-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -160px;
    top: 110px;
    background-color: rgba(214, 164, 58, 0.09);
    border-radius: 50%;
    filter: blur(14px);
}

.contact-info-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 76px;
    align-items: center;
}

/* Content */

.contact-info-content {
    max-width: 570px;
}

.contact-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    margin-bottom: 22px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.28);
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.contact-section-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--gold);
    box-shadow: 0 0 0 6px rgba(214, 164, 58, 0.12);
}

.contact-info-content h2 {
    color: var(--navy);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin-bottom: 24px;
}

.contact-info-content p {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 18px;
}

/* Buttons */

.contact-info-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 34px;
}

.contact-whatsapp-button,
.contact-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.28s ease;
}

.contact-whatsapp-button {
    background-color: var(--gold);
    color: var(--navy);
    box-shadow: 0 14px 28px rgba(214, 164, 58, 0.24);
}

.contact-whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(214, 164, 58, 0.34);
}

.contact-outline-button {
    background-color: var(--white);
    color: var(--navy);
    border: 1px solid rgba(7, 27, 53, 0.14);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.contact-outline-button:hover {
    transform: translateY(-3px);
    border-color: rgba(214, 164, 58, 0.5);
    color: var(--gold);
}

/* Contact Panel */

.contact-panel-wrapper {
    position: relative;
}

.contact-panel-wrapper::before {
    content: "";
    position: absolute;
    inset: 34px -22px -22px 34px;
    border-radius: 36px;
    border: 1px solid rgba(214, 164, 58, 0.28);
    z-index: -1;
}

.contact-panel {
    position: relative;
    padding: 36px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 86% 16%, rgba(214, 164, 58, 0.17), transparent 28%),
        linear-gradient(135deg, #071B35 0%, #0B2545 55%, #071B35 100%);
    border: 1px solid rgba(214, 164, 58, 0.28);
    box-shadow: 0 28px 70px rgba(7, 27, 53, 0.18);
    overflow: hidden;
}

.contact-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.38;
    pointer-events: none;
}

.contact-panel-header,
.contact-panel-list,
.contact-panel-note {
    position: relative;
    z-index: 2;
}

.contact-panel-header {
    margin-bottom: 28px;
}

.contact-panel-header span {
    display: inline-block;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-panel-header h3 {
    color: var(--white);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px;
}

.contact-panel-header p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}

.contact-panel-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.contact-panel-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    transition: 0.25s ease;
}

.contact-panel-item:hover {
    transform: translateX(5px);
    border-color: rgba(214, 164, 58, 0.5);
    background-color: rgba(255, 255, 255, 0.095);
}

.contact-panel-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background-color: rgba(214, 164, 58, 0.16);
    border: 1px solid rgba(214, 164, 58, 0.28);
    color: var(--gold);
    font-size: 23px;
}

.contact-panel-item h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}

.contact-panel-item strong {
    display: block;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 4px;
}

.contact-panel-item p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.55;
}

.contact-panel-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 17px 18px;
    border-radius: 20px;
    background-color: rgba(214, 164, 58, 0.12);
    border: 1px solid rgba(214, 164, 58, 0.28);
}

.contact-panel-note i {
    color: var(--gold);
    font-size: 20px;
    margin-top: 2px;
}

.contact-panel-note span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.65;
}

/* =========================
   CONSULTATION FORM SECTION
========================= */

.consultation-form-section {
    position: relative;
    background-color: var(--light);
    padding: 110px 0;
    overflow: hidden;
}

.consultation-form-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: 90px;
    background-color: rgba(214, 164, 58, 0.09);
    border-radius: 50%;
    filter: blur(14px);
}

.consultation-form-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -150px;
    bottom: 60px;
    background-color: rgba(7, 27, 53, 0.07);
    border-radius: 50%;
    filter: blur(14px);
}

.consultation-form-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    align-items: stretch;
}

/* Form Card */

.consultation-form-card {
    padding: 38px;
    border-radius: 34px;
    background-color: var(--white);
    border: 1px solid rgba(229, 231, 235, 0.95);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.08);
}

.consultation-form-header {
    max-width: 720px;
    margin-bottom: 30px;
}

.consultation-form-header h2 {
    color: var(--navy);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -1px;
    margin: 20px 0 16px;
}

.consultation-form-header p {
    color: var(--text-muted);
    font-size: 15.5px;
    line-height: 1.8;
}

/* Form */

.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.form-group label {
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid rgba(209, 213, 219, 0.95);
    border-radius: 17px;
    background-color: var(--white);
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    padding: 15px 16px;
    outline: none;
    transition: 0.25s ease;
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(107, 114, 128, 0.72);
    font-weight: 500;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: rgba(214, 164, 58, 0.75);
    box-shadow: 0 0 0 4px rgba(214, 164, 58, 0.12);
}

.form-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 6px;
}

.consultation-submit-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 26px;
    border: none;
    border-radius: 999px;
    background-color: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(214, 164, 58, 0.24);
    transition: 0.28s ease;
}

.consultation-submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(214, 164, 58, 0.34);
}

.consultation-submit-button i {
    font-size: 16px;
}

.form-footer p {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
}

/* Promo Radio List */

.promo-label-opt {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-muted);
}

.promo-radio-list {
    display: flex;
    flex-direction: column;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    max-height: 220px;
    overflow-y: auto;
}

.promo-radio-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    transition: background 0.15s;
}

.promo-radio-item:last-child {
    border-bottom: none;
}

.promo-radio-item:hover {
    background: #f8fafc;
}

.promo-radio-item.promo-radio-checked,
.promo-radio-item:has(input:checked) {
    background: #f0fdf4;
    border-bottom-color: #d1fae5;
}

.promo-radio-item input[type="radio"] {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    accent-color: #16a34a;
    margin: 0;
}

.promo-radio-item > span {
    font-size: 13.5px;
    color: var(--text-muted);
}

.promo-radio-item > div {
    min-width: 0;
}

.promo-radio-item > div strong {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 2px;
}

.promo-radio-item > div span {
    font-size: 12px;
    color: var(--text-muted);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Quick Help Panel */

.quick-help-panel {
    position: relative;
    padding: 34px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 86% 16%, rgba(214, 164, 58, 0.17), transparent 28%),
        linear-gradient(135deg, #071B35 0%, #0B2545 55%, #071B35 100%);
    border: 1px solid rgba(214, 164, 58, 0.28);
    box-shadow: 0 28px 70px rgba(7, 27, 53, 0.18);
    overflow: hidden;
}

.quick-help-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.38;
    pointer-events: none;
}

.quick-help-header,
.quick-help-list,
.quick-help-note {
    position: relative;
    z-index: 2;
}

.quick-help-header {
    margin-bottom: 26px;
}

.quick-help-header span {
    display: inline-block;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.quick-help-header h3 {
    color: var(--white);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 12px;
}

.quick-help-header p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14.5px;
    line-height: 1.75;
}

.quick-help-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.quick-help-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    transition: 0.25s ease;
}

.quick-help-item:hover {
    transform: translateX(5px);
    border-color: rgba(214, 164, 58, 0.5);
    background-color: rgba(255, 255, 255, 0.095);
}

.quick-help-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background-color: rgba(214, 164, 58, 0.16);
    border: 1px solid rgba(214, 164, 58, 0.28);
    color: var(--gold);
    font-size: 22px;
}

.quick-help-item h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 6px;
}

.quick-help-item p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.55;
}

.quick-help-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 17px 18px;
    border-radius: 20px;
    background-color: rgba(214, 164, 58, 0.12);
    border: 1px solid rgba(214, 164, 58, 0.28);
}

.quick-help-note i {
    color: var(--gold);
    font-size: 20px;
    margin-top: 2px;
}

.quick-help-note span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.65;
}

/* =========================
   LOCATION MAP SECTION
========================= */

.location-map-section {
    position: relative;
    background:
        radial-gradient(circle at 12% 18%, rgba(214, 164, 58, 0.1), transparent 28%),
        linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    padding: 110px 0;
    overflow: hidden;
}

.location-map-section::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -190px;
    top: 90px;
    background-color: rgba(214, 164, 58, 0.09);
    border-radius: 50%;
    filter: blur(14px);
}

.location-map-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -150px;
    bottom: 80px;
    background-color: rgba(7, 27, 53, 0.07);
    border-radius: 50%;
    filter: blur(14px);
}

.location-map-container {
    position: relative;
    z-index: 2;
}

.location-map-header {
    max-width: 820px;
    margin-bottom: 52px;
}

.location-map-header h2 {
    color: var(--navy);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin: 22px 0 18px;
}

.location-map-header p {
    max-width: 760px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.85;
}

/* Map Experience */

.location-map-wrapper {
    position: relative;
    min-height: 560px;
    border-radius: 38px;
    overflow: hidden;
    background-color: var(--navy);
    border: 1px solid rgba(214, 164, 58, 0.22);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.google-map-box {
    position: absolute;
    inset: 0;
}

.google-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(20%) contrast(1.05);
}

.location-map-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 27, 53, 0.82) 0%,
            rgba(7, 27, 53, 0.5) 34%,
            rgba(7, 27, 53, 0.1) 70%,
            rgba(7, 27, 53, 0.05) 100%
        );
    pointer-events: none;
}

/* Floating Address Card */

.location-address-card {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 430px;
    padding: 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(214, 164, 58, 0.32);
    box-shadow: 0 28px 70px rgba(7, 27, 53, 0.2);
    backdrop-filter: blur(12px);
}

.location-address-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background-color: rgba(214, 164, 58, 0.15);
    border: 1px solid rgba(214, 164, 58, 0.28);
    color: var(--gold);
    font-size: 29px;
    margin-bottom: 22px;
}

.location-address-content span {
    display: inline-block;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.location-address-content h3 {
    color: var(--navy);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.24;
    margin-bottom: 14px;
}

.location-address-content p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.location-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.location-info-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 13px 14px;
    border-radius: 17px;
    background-color: var(--light);
    border: 1px solid rgba(229, 231, 235, 0.9);
}

.location-info-item i {
    color: var(--gold);
    font-size: 19px;
    margin-top: 2px;
}

.location-info-item span {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.location-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background-color: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(214, 164, 58, 0.24);
    transition: 0.28s ease;
}

.location-map-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(214, 164, 58, 0.34);
}

.location-map-button i {
    font-size: 16px;
    transition: 0.25s ease;
}

.location-map-button:hover i {
    transform: translate(3px, -3px);
}

/* =========================
   CONTACT FAQ SECTION
========================= */

.contact-faq-section {
    position: relative;
    background:
        radial-gradient(circle at 88% 16%, rgba(214, 164, 58, 0.1), transparent 28%),
        linear-gradient(180deg, #F5F6F8 0%, #FFFFFF 100%);
    padding: 110px 0;
    overflow: hidden;
}

.contact-faq-section::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -190px;
    bottom: 80px;
    background-color: rgba(7, 27, 53, 0.07);
    border-radius: 50%;
    filter: blur(14px);
}

.contact-faq-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -160px;
    top: 110px;
    background-color: rgba(214, 164, 58, 0.09);
    border-radius: 50%;
    filter: blur(14px);
}

.contact-faq-container {
    position: relative;
    z-index: 2;
}

.contact-faq-header {
    max-width: 820px;
    margin: 0 auto 54px;
    text-align: center;
}

.contact-faq-header h2 {
    color: var(--navy);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin: 22px 0 18px;
}

.contact-faq-header p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.8;
}

/* FAQ Layout */

.faq-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 32px;
    align-items: flex-start;
}

/* FAQ Intro Card */

.faq-intro-card {
    position: sticky;
    top: 110px;
    padding: 34px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 86% 16%, rgba(214, 164, 58, 0.17), transparent 28%),
        linear-gradient(135deg, #071B35 0%, #0B2545 55%, #071B35 100%);
    border: 1px solid rgba(214, 164, 58, 0.28);
    box-shadow: 0 28px 70px rgba(7, 27, 53, 0.18);
    overflow: hidden;
}

.faq-intro-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.38;
    pointer-events: none;
}

.faq-intro-icon,
.faq-intro-card h3,
.faq-intro-card p,
.faq-whatsapp-button {
    position: relative;
    z-index: 2;
}

.faq-intro-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 21px;
    background-color: rgba(214, 164, 58, 0.16);
    border: 1px solid rgba(214, 164, 58, 0.28);
    color: var(--gold);
    font-size: 30px;
    margin-bottom: 24px;
}

.faq-intro-card h3 {
    color: var(--white);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
}

.faq-intro-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 26px;
}

.faq-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background-color: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(214, 164, 58, 0.24);
    transition: 0.28s ease;
}

.faq-whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(214, 164, 58, 0.34);
}

/* FAQ Accordion */

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border-radius: 24px;
    background-color: var(--white);
    border: 1px solid rgba(229, 231, 235, 0.95);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: 0.25s ease;
}

.faq-item:hover {
    border-color: rgba(214, 164, 58, 0.42);
}

.faq-item.active {
    border-color: rgba(214, 164, 58, 0.55);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.faq-question {
    width: 100%;
    min-height: 78px;
    padding: 0 26px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    color: var(--navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

.faq-question i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background-color: rgba(214, 164, 58, 0.13);
    color: var(--gold);
    font-size: 17px;
    transition: 0.25s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    background-color: var(--gold);
    color: var(--navy);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s ease;
}

.faq-answer p {
    padding: 0 26px 24px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 220px;
}

/* =========================
   CONTACT FINAL CTA
========================= */

.contact-final-cta-section {
    padding: 88px 0;
}

.contact-final-cta {
    position: relative;
    padding: 46px 50px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 86% 20%, rgba(214, 164, 58, 0.22), transparent 30%),
        linear-gradient(135deg, #071B35 0%, #0B2545 54%, #071B35 100%);
    border: 1px solid rgba(214, 164, 58, 0.28);
    box-shadow: 0 28px 70px rgba(7, 27, 53, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    overflow: hidden;
    text-align: left;
}

.contact-final-cta-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 640px;
}

.contact-cta-label {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(214, 164, 58, 0.15);
    border: 1px solid rgba(214, 164, 58, 0.3);
    color: var(--gold);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    width: fit-content;
}

.contact-final-cta h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.22;
    letter-spacing: -0.7px;
    margin: 0;
}

.contact-final-cta p {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    margin: 0;
}

.contact-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    min-height: 52px;
    border-radius: 12px;
    background: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.15s;
}

.contact-cta-button:hover {
    background: #c49430;
    color: var(--navy);
    transform: translateY(-1px);
}

/* =========================
   CONTACT PAGE - LAPTOP VIEW
   1024px - 1440px
========================= */

@media (max-width: 1440px) {
    .container {
        max-width: 1120px;
    }

    /* =========================
       PAGE HEADER
    ========================= */

    .contact-page-header {
        min-height: 330px;
        padding: 60px 0 68px;
    }

    .contact-breadcrumb {
        margin-bottom: 22px;
        padding: 8px 14px;
        font-size: 12.5px;
    }

    .contact-header-label {
        padding: 8px 15px;
        margin-bottom: 17px;
        font-size: 13px;
    }

    .contact-page-header-content h1 {
        max-width: 760px;
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: -1.1px;
        margin-bottom: 18px;
    }

    .contact-page-header-content p {
        max-width: 720px;
        font-size: 14.5px;
        line-height: 1.78;
        margin-bottom: 20px;
    }

    .contact-header-note {
        max-width: 680px;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .contact-header-note span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       SECTION SPACING
    ========================= */

    .contact-info-section,
    .consultation-form-section,
    .location-map-section,
    .contact-faq-section,
    .contact-final-cta-section {
        padding: 88px 0;
    }

    .contact-section-label {
        padding: 8px 15px;
        margin-bottom: 20px;
        font-size: 12.5px;
    }

    /* =========================
       CONTACT INFO SECTION
    ========================= */

    .contact-info-container {
        grid-template-columns: 0.92fr 1.08fr;
        gap: 52px;
    }

    .contact-info-content {
        max-width: 520px;
    }

    .contact-info-content h2 {
        font-size: 36px;
        line-height: 1.16;
        letter-spacing: -0.9px;
        margin-bottom: 20px;
    }

    .contact-info-content p {
        font-size: 14.5px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

    .contact-info-actions {
        gap: 14px;
        margin-top: 30px;
    }

    .contact-whatsapp-button,
    .contact-outline-button {
        min-height: 50px;
        padding: 0 22px;
        font-size: 13.5px;
    }

    .contact-panel {
        padding: 30px;
        border-radius: 30px;
    }

    .contact-panel-wrapper::before {
        inset: 26px -18px -18px 26px;
        border-radius: 30px;
    }

    .contact-panel-header {
        margin-bottom: 24px;
    }

    .contact-panel-header h3 {
        font-size: 30px;
    }

    .contact-panel-header p {
        font-size: 14px;
    }

    .contact-panel-list {
        gap: 14px;
    }

    .contact-panel-item {
        padding: 15px;
        border-radius: 20px;
        gap: 14px;
    }

    .contact-panel-icon {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        font-size: 21px;
        border-radius: 15px;
    }

    .contact-panel-item h4 {
        font-size: 15px;
    }

    .contact-panel-item strong {
        font-size: 13px;
    }

    .contact-panel-item p {
        font-size: 12.5px;
    }

    .contact-panel-note {
        padding: 15px 16px;
        border-radius: 18px;
    }

    .contact-panel-note span {
        font-size: 12.5px;
    }

    /* =========================
       CONSULTATION FORM SECTION
    ========================= */

    .consultation-form-container {
        grid-template-columns: 1.08fr 0.92fr;
        gap: 28px;
    }

    .consultation-form-card {
        padding: 32px;
        border-radius: 30px;
    }

    .consultation-form-header {
        margin-bottom: 26px;
    }

    .consultation-form-header h2 {
        font-size: 34px;
        line-height: 1.18;
        letter-spacing: -0.8px;
        margin: 18px 0 14px;
    }

    .consultation-form-header p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .consultation-form {
        gap: 16px;
    }

    .form-row {
        gap: 16px;
    }

    .form-group {
        gap: 8px;
    }

    .form-group label {
        font-size: 13.5px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 14px 15px;
        border-radius: 16px;
        font-size: 13.5px;
    }

    .form-group textarea {
        min-height: 135px;
    }

    .form-footer {
        gap: 18px;
    }

    .consultation-submit-button {
        min-height: 50px;
        padding: 0 24px;
        font-size: 13.5px;
    }

    .form-footer p {
        font-size: 12.5px;
        line-height: 1.55;
    }

    .quick-help-panel {
        padding: 30px;
        border-radius: 30px;
    }

    .quick-help-header {
        margin-bottom: 24px;
    }

    .quick-help-header h3 {
        font-size: 26px;
        line-height: 1.18;
    }

    .quick-help-header p {
        font-size: 13.5px;
        line-height: 1.7;
    }

    .quick-help-list {
        gap: 13px;
    }

    .quick-help-item {
        padding: 15px;
        border-radius: 20px;
        gap: 13px;
    }

    .quick-help-icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        font-size: 20px;
        border-radius: 15px;
    }

    .quick-help-item h4 {
        font-size: 15px;
    }

    .quick-help-item p {
        font-size: 12.4px;
        line-height: 1.5;
    }

    .quick-help-note {
        padding: 15px 16px;
        border-radius: 18px;
    }

    .quick-help-note span {
        font-size: 12.5px;
    }

    /* =========================
       LOCATION MAP SECTION
    ========================= */

    .location-map-header {
        max-width: 760px;
        margin-bottom: 46px;
    }

    .location-map-header h2 {
        font-size: 36px;
        line-height: 1.16;
        letter-spacing: -0.9px;
        margin: 20px 0 16px;
    }

    .location-map-header p {
        font-size: 14.5px;
        line-height: 1.75;
        max-width: 700px;
    }

    .location-map-wrapper {
        min-height: 500px;
        border-radius: 32px;
    }

    .location-address-card {
        left: 32px;
        width: 390px;
        padding: 26px;
        border-radius: 28px;
    }

    .location-address-icon {
        width: 56px;
        height: 56px;
        font-size: 26px;
        border-radius: 18px;
        margin-bottom: 20px;
    }

    .location-address-content h3 {
        font-size: 25px;
    }

    .location-address-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .location-info-list {
        gap: 11px;
        margin-bottom: 22px;
    }

    .location-info-item {
        padding: 12px 13px;
        border-radius: 16px;
    }

    .location-info-item span {
        font-size: 12.5px;
    }

    .location-map-button {
        min-height: 50px;
        padding: 0 22px;
        font-size: 13.5px;
    }

    /* =========================
       FAQ SECTION
    ========================= */

    .contact-faq-header {
        max-width: 760px;
        margin-bottom: 46px;
    }

    .contact-faq-header h2 {
        font-size: 36px;
        line-height: 1.16;
        letter-spacing: -0.9px;
        margin: 20px 0 16px;
    }

    .contact-faq-header p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .faq-layout {
        grid-template-columns: 0.82fr 1.18fr;
        gap: 28px;
    }

    .faq-intro-card {
        top: 96px;
        padding: 30px;
        border-radius: 30px;
    }

    .faq-intro-icon {
        width: 58px;
        height: 58px;
        font-size: 27px;
        border-radius: 19px;
        margin-bottom: 22px;
    }

    .faq-intro-card h3 {
        font-size: 26px;
    }

    .faq-intro-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .faq-whatsapp-button {
        min-height: 50px;
        padding: 0 22px;
        font-size: 13.5px;
    }

    .faq-accordion {
        gap: 14px;
    }

    .faq-item {
        border-radius: 22px;
    }

    .faq-question {
        min-height: 70px;
        padding: 0 22px;
        gap: 18px;
    }

    .faq-question span {
        font-size: 15.5px;
        line-height: 1.4;
    }

    .faq-question i {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        font-size: 15px;
        border-radius: 12px;
    }

    .faq-answer p {
        padding: 0 22px 22px;
        font-size: 14px;
        line-height: 1.75;
    }

    /* =========================
       CONTACT FINAL CTA
       Kalau nanti sudah dibuat
    ========================= */

    .contact-final-cta {
        padding: 38px 42px;
        border-radius: 30px;
        gap: 36px;
    }

    .contact-final-cta-content h2 {
        font-size: 32px;
        line-height: 1.22;
    }

    .contact-final-cta-content p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .contact-final-cta-button {
        min-height: 52px;
        padding: 0 24px;
        font-size: 13.5px;
    }
}

/* =========================
   CONTACT PAGE - SMALL LAPTOP
   1024px - 1200px
========================= */

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    /* Page Header */

    .contact-page-header {
        min-height: 310px;
        padding: 54px 0 62px;
    }

    .contact-page-header-content h1 {
        max-width: 700px;
        font-size: 36px;
    }

    .contact-page-header-content p {
        max-width: 680px;
        font-size: 14px;
    }

    /* Section spacing */

    .contact-info-section,
    .consultation-form-section,
    .location-map-section,
    .contact-faq-section,
    .contact-final-cta-section {
        padding: 78px 0;
    }

    /* Contact Info */

    .contact-info-container {
        gap: 36px;
    }

    .contact-info-content h2,
    .location-map-header h2,
    .contact-faq-header h2 {
        font-size: 32px;
    }

    .contact-info-content p,
    .location-map-header p,
    .contact-faq-header p {
        font-size: 14px;
    }

    .contact-panel {
        padding: 28px 24px;
    }

    .contact-panel-header h3 {
        font-size: 27px;
    }

    .contact-panel-item {
        padding: 14px;
    }

    .contact-panel-item strong {
        font-size: 12.6px;
    }

    .contact-panel-item p {
        font-size: 12px;
    }

    /* Consultation Form */

    .consultation-form-container {
        gap: 24px;
    }

    .consultation-form-card {
        padding: 30px 26px;
    }

    .consultation-form-header h2 {
        font-size: 30px;
    }

    .consultation-form-header p {
        font-size: 14px;
    }

    .quick-help-panel {
        padding: 28px 24px;
    }

    .quick-help-header h3 {
        font-size: 24px;
    }

    .quick-help-item {
        padding: 14px;
    }

    .quick-help-item h4 {
        font-size: 14.5px;
    }

    .quick-help-item p {
        font-size: 12px;
    }

    /* Location Map */

    .location-map-wrapper {
        min-height: 460px;
    }

    .location-address-card {
        left: 26px;
        width: 360px;
        padding: 24px;
    }

    .location-address-content h3 {
        font-size: 23px;
    }

    .location-address-content p {
        font-size: 13.5px;
    }

    /* FAQ */

    .faq-layout {
        gap: 24px;
    }

    .faq-intro-card {
        padding: 28px 24px;
    }

    .faq-intro-card h3 {
        font-size: 24px;
    }

    .faq-intro-card p {
        font-size: 13.5px;
    }

    .faq-question {
        min-height: 68px;
        padding: 0 20px;
    }

    .faq-question span {
        font-size: 15px;
    }

    .faq-answer p {
        padding: 0 20px 20px;
        font-size: 13.5px;
    }
}

/* =========================
   CONTACT PAGE - MOBILE VIEW
   max 768px
========================= */

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* =========================
       PAGE HEADER
    ========================= */

    .contact-page-header {
        min-height: auto;
        padding: 56px 0 64px;
    }

    .contact-breadcrumb {
        margin-bottom: 20px;
        padding: 8px 14px;
        font-size: 12px;
    }

    .contact-header-label {
        padding: 8px 14px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .contact-page-header-content {
        max-width: 100%;
    }

    .contact-page-header-content h1 {
        max-width: 100%;
        font-size: 32px;
        line-height: 1.16;
        letter-spacing: -0.8px;
        margin-bottom: 18px;
    }

    .contact-page-header-content p {
        max-width: 100%;
        font-size: 14.2px;
        line-height: 1.75;
        margin-bottom: 20px;
    }

    .contact-header-note {
        max-width: 100%;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .contact-header-note i {
        font-size: 18px;
    }

    .contact-header-note span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       SECTION GENERAL
    ========================= */

    .contact-info-section,
    .consultation-form-section,
    .location-map-section,
    .contact-faq-section,
    .contact-final-cta-section {
        padding: 70px 0;
    }

    .contact-section-label {
        padding: 8px 14px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    /* =========================
       CONTACT INFO SECTION
    ========================= */

    .contact-info-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .contact-info-content {
        max-width: 100%;
    }

    .contact-info-content h2 {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.7px;
        margin-bottom: 18px;
    }

    .contact-info-content p {
        font-size: 14.2px;
        line-height: 1.75;
        margin-bottom: 15px;
    }

    .contact-info-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .contact-whatsapp-button,
    .contact-outline-button {
        width: 100%;
        min-height: 50px;
        padding: 0 20px;
        font-size: 13.5px;
        justify-content: center;
    }

    .contact-panel-wrapper::before {
        display: none;
    }

    .contact-panel {
        padding: 28px 22px;
        border-radius: 28px;
    }

    .contact-panel-header {
        margin-bottom: 24px;
    }

    .contact-panel-header span {
        font-size: 12px;
    }

    .contact-panel-header h3 {
        font-size: 28px;
        line-height: 1.18;
    }

    .contact-panel-header p {
        font-size: 13.8px;
        line-height: 1.7;
    }

    .contact-panel-list {
        gap: 14px;
    }

    .contact-panel-item {
        padding: 15px;
        border-radius: 20px;
        gap: 13px;
    }

    .contact-panel-icon {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        font-size: 21px;
        border-radius: 15px;
    }

    .contact-panel-item h4 {
        font-size: 15px;
    }

    .contact-panel-item strong {
        font-size: 13px;
        line-height: 1.45;
    }

    .contact-panel-item p {
        font-size: 12.5px;
        line-height: 1.5;
    }

    .contact-panel-note {
        padding: 15px 16px;
        border-radius: 18px;
    }

    .contact-panel-note i {
        font-size: 18px;
    }

    .contact-panel-note span {
        font-size: 12.5px;
        line-height: 1.6;
    }

    /* =========================
       CONSULTATION FORM SECTION
    ========================= */

    .consultation-form-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .consultation-form-card {
        padding: 28px 22px;
        border-radius: 28px;
    }

    .consultation-form-header {
        margin-bottom: 26px;
    }

    .consultation-form-header h2 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.7px;
        margin: 18px 0 14px;
    }

    .consultation-form-header p {
        font-size: 14px;
        line-height: 1.75;
    }

    .consultation-form {
        gap: 16px;
    }

    .form-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .form-group {
        gap: 8px;
    }

    .form-group label {
        font-size: 13.5px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 14px 15px;
        border-radius: 16px;
        font-size: 13.5px;
    }

    .form-group textarea {
        min-height: 140px;
    }

    .form-footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 4px;
    }

    .consultation-submit-button {
        width: 100%;
        min-height: 50px;
        padding: 0 22px;
        font-size: 13.5px;
        justify-content: center;
    }

    .form-footer p {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .quick-help-panel {
        padding: 28px 22px;
        border-radius: 28px;
    }

    .quick-help-header {
        margin-bottom: 24px;
    }

    .quick-help-header span {
        font-size: 12px;
    }

    .quick-help-header h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .quick-help-header p {
        font-size: 13.8px;
        line-height: 1.7;
    }

    .quick-help-list {
        gap: 14px;
    }

    .quick-help-item {
        padding: 15px;
        border-radius: 20px;
        gap: 13px;
    }

    .quick-help-icon {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        font-size: 21px;
        border-radius: 15px;
    }

    .quick-help-item h4 {
        font-size: 15px;
    }

    .quick-help-item p {
        font-size: 12.5px;
        line-height: 1.55;
    }

    .quick-help-note {
        padding: 15px 16px;
        border-radius: 18px;
    }

    .quick-help-note i {
        font-size: 18px;
    }

    .quick-help-note span {
        font-size: 12.5px;
        line-height: 1.6;
    }

    /* =========================
       LOCATION MAP SECTION
    ========================= */

    .location-map-header {
        max-width: 100%;
        margin-bottom: 34px;
        text-align: left;
    }

    .location-map-header h2 {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.7px;
        margin: 18px 0 14px;
    }

    .location-map-header p {
        max-width: 100%;
        font-size: 14.2px;
        line-height: 1.75;
    }

    .location-map-wrapper {
        min-height: auto;
        border-radius: 28px;
        overflow: visible;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .location-map-wrapper::after {
        display: none;
    }

    .google-map-box {
        position: relative;
        inset: auto;
        height: 320px;
        border-radius: 26px;
        overflow: hidden;
        background-color: var(--navy);
        border: 1px solid rgba(214, 164, 58, 0.22);
        box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
        order: 2;
    }

    .google-map-box iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

    .location-address-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        z-index: 3;
        width: 100%;
        padding: 26px 22px;
        border-radius: 26px;
        order: 1;
    }

    .location-address-icon {
        width: 54px;
        height: 54px;
        font-size: 25px;
        border-radius: 18px;
        margin-bottom: 20px;
    }

    .location-address-content span {
        font-size: 12px;
    }

    .location-address-content h3 {
        font-size: 24px;
        line-height: 1.25;
    }

    .location-address-content p {
        font-size: 13.8px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .location-info-list {
        gap: 11px;
        margin-bottom: 22px;
    }

    .location-info-item {
        padding: 13px 14px;
        border-radius: 16px;
    }

    .location-info-item i {
        font-size: 18px;
    }

    .location-info-item span {
        font-size: 12.8px;
        line-height: 1.55;
    }

    .location-map-button {
        width: 100%;
        min-height: 50px;
        padding: 0 22px;
        font-size: 13.5px;
        justify-content: center;
    }

    /* =========================
       FAQ SECTION
    ========================= */

    .contact-faq-header {
        max-width: 100%;
        margin-bottom: 34px;
        text-align: left;
    }

    .contact-faq-header h2 {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.7px;
        margin: 18px 0 14px;
    }

    .contact-faq-header p {
        max-width: 100%;
        font-size: 14.2px;
        line-height: 1.75;
        margin: 0;
    }

    .faq-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .faq-intro-card {
        position: relative;
        top: auto;
        padding: 28px 22px;
        border-radius: 28px;
    }

    .faq-intro-icon {
        width: 56px;
        height: 56px;
        font-size: 26px;
        border-radius: 18px;
        margin-bottom: 20px;
    }

    .faq-intro-card h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .faq-intro-card p {
        font-size: 13.8px;
        line-height: 1.7;
        margin-bottom: 24px;
    }

    .faq-whatsapp-button {
        width: 100%;
        min-height: 50px;
        padding: 0 22px;
        font-size: 13.5px;
        justify-content: center;
    }

    .faq-accordion {
        gap: 14px;
    }

    .faq-item {
        border-radius: 22px;
    }

    .faq-question {
        min-height: 70px;
        padding: 0 20px;
        gap: 16px;
    }

    .faq-question span {
        font-size: 15px;
        line-height: 1.45;
    }

    .faq-question i {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        font-size: 15px;
        border-radius: 12px;
    }

    .faq-answer p {
        padding: 0 20px 20px;
        font-size: 13.8px;
        line-height: 1.75;
    }

    .faq-item.active .faq-answer {
        max-height: 260px;
    }

    /* =========================
       CONTACT FINAL CTA
       Kalau section CTA sudah dibuat
    ========================= */

    .contact-final-cta {
        padding: 28px 24px;
        border-radius: 26px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-final-cta-content {
        max-width: 100%;
    }

    .contact-final-cta-content h2 {
        font-size: 26px;
        line-height: 1.24;
        letter-spacing: -0.6px;
        margin-bottom: 12px;
    }

    .contact-final-cta-content p {
        font-size: 14px;
        line-height: 1.72;
    }

    .contact-final-cta-button {
        width: 100%;
        min-height: 52px;
        padding: 0 22px;
        font-size: 13.5px;
        justify-content: center;
    }
}
/* =========================
   CONTACT PAGE - SMALL MOBILE
   max 480px
========================= */

@media (max-width: 480px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Page Header */

    .contact-page-header {
        padding: 50px 0 58px;
    }

    .contact-page-header-content h1 {
        font-size: 28px;
    }

    .contact-page-header-content p {
        font-size: 13.8px;
    }

    .contact-header-note {
        padding: 13px 14px;
        border-radius: 17px;
    }

    /* General Sections */

    .contact-info-section,
    .consultation-form-section,
    .location-map-section,
    .contact-faq-section,
    .contact-final-cta-section {
        padding: 62px 0;
    }

    .contact-info-content h2,
    .location-map-header h2,
    .contact-faq-header h2 {
        font-size: 26px;
    }

    .contact-info-content p,
    .location-map-header p,
    .contact-faq-header p {
        font-size: 13.8px;
    }

    /* Contact Panel */

    .contact-panel,
    .quick-help-panel,
    .consultation-form-card,
    .faq-intro-card {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .contact-panel-header h3 {
        font-size: 25px;
    }

    .contact-panel-item,
    .quick-help-item {
        padding: 14px;
        border-radius: 18px;
    }

    .contact-panel-icon,
    .quick-help-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        font-size: 19px;
        border-radius: 14px;
    }

    .contact-panel-item h4,
    .quick-help-item h4 {
        font-size: 14px;
    }

    .contact-panel-item strong {
        font-size: 12.5px;
    }

    .contact-panel-item p,
    .quick-help-item p {
        font-size: 12px;
    }

    /* Form */

    .consultation-form-header h2 {
        font-size: 25px;
    }

    .consultation-form-header p {
        font-size: 13.8px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 13px;
        padding: 13px 14px;
        border-radius: 15px;
    }

    .form-group textarea {
        min-height: 130px;
    }

    /* Quick Help */

    .quick-help-header h3 {
        font-size: 23px;
    }

    .quick-help-header p {
        font-size: 13.5px;
    }

    /* Map */

    .google-map-box {
        height: 280px;
        border-radius: 24px;
    }

    .location-address-card {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .location-address-content h3 {
        font-size: 22px;
    }

    .location-address-content p {
        font-size: 13.5px;
    }

    .location-info-item span {
        font-size: 12.5px;
    }

    /* FAQ */

    .faq-intro-card h3 {
        font-size: 23px;
    }

    .faq-intro-card p {
        font-size: 13.5px;
    }

    .faq-question {
        min-height: 66px;
        padding: 0 18px;
    }

    .faq-question span {
        font-size: 14px;
    }

    .faq-question i {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        font-size: 14px;
    }

    .faq-answer p {
        padding: 0 18px 18px;
        font-size: 13.4px;
    }

    /* CTA */

    .contact-final-cta {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .contact-final-cta-content h2 {
        font-size: 23px;
    }

    .contact-final-cta-content p {
        font-size: 13.6px;
    }
}