/* 
 * SURF CAMP PROPOSAL STYLES
 * VERSION: 2.0 - Updated Feb 2026
 * Changes: Font 17pxâ†’18px, Fixed content spacing overlap issue
 */

/* --- BASE RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@media (max-width: 768px) {

    html,
    body {
        height: auto;
        overflow: visible;
    }
}

@font-face {
    font-family: "Brandon";
    src: url("assets/fonts/HvDTrial_Brandon_Text_Regular-BF6514e9eb617a0.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("assets/fonts/HvDTrial_Brandon_Text_Regular_Italic-BF6514e9eb6a5a1.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("assets/fonts/HvDTrial_Brandon_Text_Medium-BF6514e9eb272a3.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("assets/fonts/HvDTrial_Brandon_Text_Medium_Italic-BF6514e9eb2abb6.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("assets/fonts/HvDTrial_Brandon_Text_Bold-BF6514e9eb720dc.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("assets/fonts/HvDTrial_Brandon_Text_Bold_Italic-BF6514e9eb4fc07.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("assets/fonts/HvDTrial_Brandon_Text_Black-BF6514e9eb54e57.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon";
    src: url("assets/fonts/HvDTrial_Brandon_Text_Black_Italic-BF6514e9eb74ba6.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #1a1a1a;
    background: #fff;
}

.container {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.left-side {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #0b2a3b;
    grid-column: 1;
    min-width: 0;
}

.divider {
    grid-column: 2;
    background: rgba(0, 0, 0, 0.12);
    height: 100vh;
}

.right-side {
    grid-column: 3;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    min-width: 0;
    position: relative;
}

.left-viewport {
    position: absolute;
    inset: 0;
}

.left-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    will-change: transform;
    transition: none;
}

.left-layer--next {
    transform: translateY(100vh);
}

.left-templates {
    display: none;
}

.left-template {
    display: none;
}

.left-track {
    position: absolute;
    inset: 0;
    will-change: transform;
    transform: translateY(0);
}

.left-panel {
    position: relative;
    height: 100vh;
}

.left-panel__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
}

.left-panel__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.01) 45%, rgba(0, 0, 0, 0.40) 100%);
}

.left-panel__content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 30px 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.left-panel__kicker {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    color: white;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.left-panel__kicker::before {
    content: "";
    width: 18px;
    height: 3px;
    border-radius: 50px;
    background: #02beca;
    flex-shrink: 0;
}

.left-panel__title {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 0.24px;
    line-height: 66px;
    color: #ffffff;
    margin-bottom: 11px;
}

.left-panel__sub {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    color: white;
}

.left-panel__location {
    margin-top: auto;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
}

.left-panel__location::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='16' viewBox='0 0 11 16' fill='none'%3E%3Cpath d='M1.81066 3.6528C2.55555 2.36336 3.88609 1.59277 5.37589 1.59277C6.86568 1.59277 8.20136 2.36336 8.94112 3.6528C9.68601 4.94224 9.68601 6.4834 8.94112 7.77285L5.37589 13.9529L1.81066 7.77285C1.06576 6.4834 1.06576 4.94224 1.81066 3.6528Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M5.37559 7.27999C6.28066 7.27999 7.01436 6.54628 7.01436 5.64121C7.01436 4.73614 6.28066 4.00244 5.37559 4.00244C4.47052 4.00244 3.73682 4.73614 3.73682 5.64121C3.73682 6.54628 4.47052 7.27999 5.37559 7.27999Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.left-side__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .55), hsla(0, 0%, 76.9%, 0));
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    opacity: 1;
    transition: background-image 600ms ease, opacity 260ms ease;
}

.left-side__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1), hsla(0, 0%, 76.9%, 0));
}

.left-side__content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 44px 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 260ms ease, transform 260ms ease;
}

.left-side.is-changing .left-side__bg {
    opacity: 0.65;
}

.left-side.is-changing .left-side__content {
    opacity: 0;
    transform: translateY(6px);
}

.left-side__kicker {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.left-side__title {
    margin-top: 6px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 66px;
    letter-spacing: 0.02em;
    font-size: clamp(40px, 4.2vw, 60px);
    color: #fff;
}

.left-side__sub {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
}

/* --- DESKTOP HEADER --- */
.right-header {
    position: fixed;
    top: 0;
    z-index: 100;
    height: 52px;
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    left: 0;
    right: 0;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    height: 48px;
    background: #fff;
    z-index: 90;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 15px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
    gap: 43px;
}

.mobile-nav::-webkit-scrollbar {
    display: none;
}

.mobile-nav__link {
    text-decoration: none;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #c4c4c4;
    transition: color 0.2s;
    line-height: 48px;
    display: inline-block;
}

.mobile-nav__link.is-active {
    color: #3f3c43;
}

@media (max-width: 768px) {
    .mobile-nav {
        display: flex;
    }
}

.right-header__logo {
    text-align: center;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.62);
}

.right-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.icon-btn {
    /* height: 38px; */
    /* width: 38px; */
    border: none;
    outline: none;
    background: none;
    border-radius: 999px;
    display: inline-flex;
    align-items: start;
    justify-content: start;
    cursor: pointer;
}

/* Tooltip Styles */
[data-tooltip] {
    position: relative;
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    padding: 6px 12px;
    background: #fff;
    color: #3E3E40;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 8px;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    box-shadow: 2px 2px 12px rgba(0, 1, 1, .08), 2px 2px 12px rgba(0, 0, 0, .08);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    max-width: 90vw;
}

[data-tooltip]::after {
    content: "";
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Adjust tooltips for buttons on the right edge */
[data-tooltip][aria-label="Download"]::before,
[data-tooltip][aria-label="Phone"]::before {
    left: auto;
    right: 0;
    transform: translateY(10px);
}

[data-tooltip][aria-label="Download"]::after,
[data-tooltip][aria-label="Phone"]::after {
    left: auto;
    right: 15px;
    transform: translateY(5px);
}

[data-tooltip][aria-label="Download"]:hover::before,
[data-tooltip][aria-label="Phone"]:hover::before {
    transform: translateY(0);
}

[data-tooltip][aria-label="Download"]:hover::after,
[data-tooltip][aria-label="Phone"]:hover::after {
    transform: translateY(0);
}

.menu-icon {
    display: inline-block;
}

.icon-btn--menu {
    position: relative;
}

.icon-btn--menu .menu-icon--close {
    display: none;
}

.icon-btn--menu.is-open .menu-icon--open {
    display: none;
}

.icon-btn--menu.is-open .menu-icon--close {
    display: inline-block;
}

.hamburger {
    width: 16px;
    height: 2px;
    border-radius: 2px;
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    border-radius: 2px;
}

.hamburger::before {
    top: -5px;
}

.hamburger::after {
    top: 5px;
}

.drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: none;
    pointer-events: none;
}

/* --- DRAWER (TABLE OF CONTENTS) --- */
.drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(340px, 86vw);
    background: #252321;
    color: #fff;
    z-index: 30;
    display: none;
    grid-template-rows: auto 1fr;
}

body.is-drawer-open .drawer {
    display: grid;
}

body.is-drawer-open .drawer-overlay {
    display: block;
}

.drawer__header {
    display: grid;
    grid-template-columns: 1fr 44px;
    align-items: center;
    padding: 37px 20px 20px;
}

.drawer__title {
    font-weight: 900;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    letter-spacing: 0.02em;
    font-size: 24px;
}

.drawer__nav {
    padding: 0px 20px 20px;
    display: grid;
    align-content: start;
}

.drawer__link {
    color: #C4C4C4;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.242033px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    padding-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.drawer__link::before {
    content: "";
    width: 12px;
    height: 2px;
    background: #413f3c;
    border-radius: 999px;
    flex: 0 0 auto;
}

.drawer__link:hover {
    color: white;
}

.drawer__link:hover::before {
    background: #C4C4C4;
}

.drawer__link.is-active {
    color: #ffffff;
}

.drawer__link.is-active::before {
    width: 24px;
    background: #ffffff;
}

.drawer__link.is-active:hover::before {
    background: #ffffff;
}

.drawer .icon-btn {
    /* color: rgba(255, 255, 255, 0.82); */
}

.drawer .icon-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    /* color: rgba(255, 255, 255, 0.98); */
}

@media (min-width: 769px) {
    .panel__visual {
        display: none;
    }

    .right-header {
        left: calc(50% + 1px);
        right: 0;
    }

    .drawer {
        left: auto;
        right: calc(50% + 1px);
        width: 340px;
    }
}



.panel {
    min-height: 100vh;
    border-top: 1px solid #f3f3f3;
    display: grid;
    padding: 100px 116px;
    position: relative;
    scroll-margin-top: 100px;
}

@media (min-width: 769px) {
    .panel {
        scroll-margin-top: 52px;
    }
}

@media (max-width: 1024px) {
    .panel {
        min-height: 100vh;
        padding: 40px;
    }

    .panel-header {
        margin: -40px -40px 0;
        padding: 40px 40px 0;
    }
}

.quote-block {
    padding: 40px;
    margin: auto;
    text-align: center;
}

.quote {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3c43;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.quote-by {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #3f3c43;
    font-style: italic;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: .05px;
}

.scroll-hint {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(62, 62, 64, 0.45);
    font-size: 22px;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 10;
}

.scroll-hint:hover {
    color: rgba(62, 62, 64, 0.8);
    transform: translateX(-50%) translateY(-5px);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.content-block {
    width: 100%;
    min-width: 0;
}

.panel-header {
    position: sticky;
    top: 52px;
    background: #fff;
    z-index: 5;
    margin: -52px -116px 0;
    padding: 52px 116px 0;
    pointer-events: none;
}

.panel-header>* {
    pointer-events: auto;
}

@media (max-width: 768px) {
    .panel-header {
        position: static;
        margin: 0;
        padding: 0;
        background: transparent;
    }
}

.content-title {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 26px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: .4px;
    color: #02beca;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
}

.content-sub {
    margin-top: 2px;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.62);
}

.content-p {
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.62);
    margin-top: 20px;
}

/* Turquoise thick underline links - matching main site style */
.content-block a,
.content-p a,
.scp-terms-checkbox a {
    color: #3f3c43;
    text-decoration: none;
    background-image: linear-gradient(to right, #02beca, #02beca);
    background-size: 100% 3px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: color 0.2s ease, background-size 0.2s ease;
}

.content-block a:hover,
.content-p a:hover,
.scp-terms-checkbox a:hover {
    color: #02beca;
}

.images-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.content-block img {
    width: 100%;
    height: 271px;
    object-fit: cover;
    margin: 15px 0 0 0;
}

/* --- PHOTO SLIDERS --- */
.js-destination-slider {
    margin: 20px 0 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.js-destination-slider .swiper-wrapper,
.js-destination-slider .swiper-slide {
    min-width: 0;
}

.js-destination-slider .swiper-slide {
    width: 100% !important;
}

.destination-slide__img {
    width: 100%;
    height: 271px;
    object-fit: cover;
    display: block;
}

.destination-slide__img[data-tried-placeholder="true"] {
    object-fit: contain !important;
    background: #f8f8f8;
}

.slider-arrow {
    display: none;
}

.slider-arrow--prev {
    left: 12px;
}

.slider-arrow--next {
    right: 12px;
}

.slider-arrow .custom-slider-arrow {
    width: 20px;
    height: 20px;
}

.js-destination-slider .swiper-pagination {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 10px 0 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.js-destination-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid #c4c4c4;
    opacity: 1;
    margin: 0 !important;
}

.js-destination-slider .swiper-pagination-bullet-active {
    background: #3e3e40 !important;
    border-color: #3e3e40 !important;
}

.signature {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 35px;
    align-items: center;
}

.avatar {
    width: 75px;
    height: 75px;
    border-radius: 999px;
    background: linear-gradient(180deg, #d7d7d7 0%, #bdbdbd 100%);
}

.avatar .profile-img {
    margin-top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
}

.avatar .profile-img[data-tried-placeholder="true"] {
    padding: 8px;
    object-fit: contain !important;
}

.sig-name {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #3f3c43;
}

.sig-role {
    font-size: 15px;
    color: #3f3c43;
    line-height: 22px;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: italic;
}

/* Modal & Toast Styles */
/* --- MODALS & NOTIFICATIONS --- */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    /* backdrop-filter: blur(2px); */
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.modal-overlay[hidden] {
    display: none;
    opacity: 0;
}

.modal-content {
    background: #fff;
    width: min(580px, 90vw);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    animation: modalPop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalPop {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    border-bottom: 1px solid #dfdfdf;
}

.modal-title {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.2px;
    font-weight: 700;
    color: #3f3c43;
}

.modal-close {
    opacity: 1;
    transition: opacity 0.2s;
}

.modal-close:hover {
    opacity: 1;
    background: none;
}

.modal-body {
    padding: 18px 24px 30px;
}

.consultant-logo {
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #3f3c43;
    margin-bottom: 15px;
}

.contact-item {
    display: flex;
    gap: 16px;
    align-items: center;
}


.contact-label {
    font-size: 12px;
    color: #757575;
    opacity: 0.5;
    margin-bottom: 2px;
    font-weight: 500;
}

.contact-value {
    font-size: 16px;
    font-weight: 700;
    color: #3E3E40;
}

.toast-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1100;
    animation: toastSlide 0.3s ease;
}

@keyframes toastSlide {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.toast-container[hidden] {
    display: none;
}

.toast-content {
    background: #3e3e40;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #fff;
    height: 40px;
    padding: 0 10px;
    font-weight: 400;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    font-size: 18px;
}

.toast-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    opacity: 1;
    transition: opacity 0.2s;
    display: flex;
}

.toast-close:hover {
    opacity: 1;
}


@media (max-width: 768px) {
    .container {
        display: block;
        height: auto;
        overflow: visible;
    }

    .left-side {
        display: none !important;
    }

    .divider {
        display: none;
    }

    .right-side {
        display: block;
        width: 100%;
        height: auto;
        overflow: visible;
        padding-top: 100px;
        /* Space for fixed headers */
        position: relative;
        z-index: 5;
        background: #fff;
    }

    .right-header {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        left: 0 !important;
        right: 0 !important;
        padding: 0 11.5px;
        height: 52px;
        background: #fff;
    }

    .mobile-nav {
        display: flex;
        position: fixed;
        top: 52px;
        z-index: 90;
        width: 100%;
        background: #fff;
    }

    .panel {
        min-height: auto !important;
        padding: 0 0 0px 0 !important;
        background: #fff !important;
        border: none !important;
        border-bottom: 1.5px solid #f3f3f3 !important;
        margin-bottom: 40px;
        display: block;
        position: relative;
    }

    .panel__visual {
        display: block;
        width: 100%;
        height: 267px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-image: var(--bg);
        /* Use the unified source of truth */
        overflow: hidden;
    }

    .panel__visual--hero {
        height: 305px;
    }

    .content-block,
    .quote-block {
        padding: 51px 20px 80px 20px;
        position: relative;
        background: #fff;
    }

    .quote-block {
        padding: 80px 60px;
        margin: auto;
        text-align: center;
    }

    .scroll-hint {
        /* display: none; */
        /* Not needed in static flow */
    }

    .content-img {
        height: 181px !important;
        margin: 11px 0 0 0;
    }

    .quote {
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .quote-by {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 40px;
    }

    .left-panel__title {
        font-size: 40px;
        line-height: 40px;
    }

    .left-panel__content {
        padding: 50px 20px 20px 20px;
        justify-content: flex-start;
    }

    .left-panel__sub {
        margin-top: 20px;
    }

    .signature {
        gap: 20px;
        align-items: start;
        margin-bottom: 50px;
    }

    .sig-name,
    .sig-role {
        margin-left: 20px;
    }

    .content-block img {
        height: 185px;
    }

    .slider-arrow {
        width: 28px;
        height: 28px;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left-panel__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.30) 45%, rgba(0, 0, 0, 0.40) 100%);
    }

    .modal-title {
        font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        font-size: 14px;
        letter-spacing: 1.2px;
        font-weight: 700;
        color: #3f3c43;
    }

    .modal-header {
        padding: 16px;
    }

    .modal-body {
        padding: 14px 18px 23px;
    }

    .consultant-logo {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .contact-value {
        font-size: 13px;
    }

    .contact-label {
        font-size: 10px;
    }

}

/* ==========================================================================
   CONVERSATION / MESSAGING SYSTEM
   ========================================================================== */

.scp-conversation {
    margin-top: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.scp-conversation-thread {
    max-height: 400px;
    overflow-y: auto;
    padding: 20px;
    background: #f9f9f9;
    min-height: 100px;
}

.scp-conversation-loading {
    text-align: center;
    padding: 30px;
    color: #999;
}

.scp-conversation-empty {
    text-align: center;
    padding: 30px;
    color: #666;
}

.scp-conversation-empty p {
    margin: 0;
}

/* Message Bubbles */
.scp-msg {
    margin-bottom: 20px;
    max-width: 85%;
}

.scp-msg--customer {
    margin-right: auto;
}

.scp-msg--admin {
    margin-left: auto;
}

.scp-msg-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.scp-msg-avatar {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    border-radius: 50% !important;
    object-fit: cover;
    flex-shrink: 0;
    margin: 0 !important;
}

.scp-msg-avatar--customer {
    background: linear-gradient(135deg, #02beca, #0073aa);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 36px !important;
    height: 36px !important;
}

.scp-conversation-thread img.scp-msg-avatar {
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
}

.scp-msg-meta {
    display: flex;
    flex-direction: column;
}

.scp-msg-name {
    font-weight: 700;
    font-size: 14px;
    color: #3f3c43;
}

.scp-msg-time {
    font-size: 12px;
    color: #999;
}

.scp-msg-body {
    padding: 15px 18px;
    border-radius: 12px;
    line-height: 1.5;
    font-size: 15px;
}

.scp-msg--customer .scp-msg-body {
    background: #f5f3ef;
    border: 1px solid #e0ddd8;
    border-radius: 12px 12px 12px 4px;
}

.scp-msg--admin .scp-msg-body {
    background: #e8f6f7;
    border: 1px solid #b2dfe3;
    border-radius: 12px 12px 4px 12px;
}

/* Message Form */
.scp-conversation-form {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.scp-conversation-form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #3f3c43;
}

.scp-conversation-form-header img,
.scp-conversation-avatar {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 50% !important;
    object-fit: cover;
    flex-shrink: 0;
    margin: 0 !important;
}

.scp-customer-form-fields .scp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.scp-customer-form-fields .scp-form-field {
    display: flex;
    flex-direction: column;
}

.scp-customer-form-fields .scp-form-field label {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #3f3c43;
}

.scp-customer-form-fields .scp-form-field input,
.scp-customer-form-fields .scp-form-field textarea,
.scp-admin-frontend-reply textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-family: "Brandon", system-ui, sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.scp-customer-form-fields .scp-form-field input:focus,
.scp-customer-form-fields .scp-form-field textarea:focus,
.scp-admin-frontend-reply textarea:focus {
    outline: none;
    border-color: #02beca;
    box-shadow: 0 0 0 3px rgba(2, 190, 202, 0.15);
}

.scp-form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.scp-send-btn {
    padding: 12px 25px;
    background: #02beca;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.scp-send-btn:hover {
    background: #029aa6;
}

.scp-send-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.scp-message-status {
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}

.scp-message-status.success {
    background: #d4edda;
    color: #155724;
}

.scp-message-status.error {
    background: #f8d7da;
    color: #721c24;
}

/* Admin Frontend Reply */
.scp-admin-frontend-reply {
    background: #f0f7ff;
    padding: 15px;
    border-radius: 8px;
    border: 1px dashed #b3d7ff;
}

.scp-admin-badge {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.scp-notify-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #666;
}

.scp-notify-checkbox input {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .scp-customer-form-fields .scp-form-row {
        grid-template-columns: 1fr;
    }
    
    .scp-form-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .scp-send-btn {
        width: 100%;
    }
    
    .scp-msg {
        max-width: 95%;
    }
}
/* T&C expandable details/summary */
.scp-terms-details {
    margin-top: 16px;
}
.scp-terms-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    padding: 14px 18px;
    background: #f7fefe;
    border: 1px solid #02beca;
    border-radius: 6px;
    font-family: "Brandon", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #02beca;
    user-select: none;
    transition: background 0.2s;
}
.scp-terms-summary::-webkit-details-marker { display: none; }
.scp-terms-summary::marker { display: none; }
.scp-terms-summary:hover {
    background: #e8fafa;
}
.scp-terms-chevron {
    font-size: 12px;
    transition: transform 0.25s;
    flex-shrink: 0;
    margin-left: 10px;
}
.scp-terms-details[open] .scp-terms-chevron {
    transform: rotate(180deg);
}
.scp-terms-body {
    padding: 4px 4px 8px 4px;
}
