.profile-page {
    background: #f7fbfc;
}

.profile-page .profile-header {
    background: rgba(255, 255, 255, 0.94);
}

.profile-page svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.profile-page .btn-whatsapp,
.profile-page .profile-floating-whatsapp,
.profile-page .btn-whatsapp-outline {
    --whatsapp: #128c5e;
}

.btn-whatsapp {
    background: var(--whatsapp);
    color: #fff;
    box-shadow: 0 12px 26px rgba(18, 140, 94, 0.2);
}

.btn-whatsapp:hover {
    background: #0e704c;
}

.btn-whatsapp svg,
.booking-whatsapp-link svg {
    fill: currentColor;
    stroke: none;
}

.btn-whatsapp-outline {
    border: 1px solid rgba(18, 140, 94, 0.32);
    background: #effbf5;
    color: #0d704b;
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: transparent;
    color: #fff;
}

.profile-hero {
    position: relative;
    padding: 28px 0 54px;
    background:
        radial-gradient(circle at 88% 0%, rgba(120, 184, 95, 0.17), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f2f8fa 100%);
    overflow: hidden;
}

.breadcrumb {
    margin-bottom: 24px;
}

.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    color: var(--text-soft);
    font-size: 0.82rem;
}

.breadcrumb li:not(:last-child)::after {
    margin-left: 8px;
    color: var(--border-strong);
    content: "/";
}

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

.profile-hero-grid {
    display: grid;
    align-items: start;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 330px;
}

.profile-identity-card {
    display: grid;
    gap: 32px;
    padding: 28px;
    border: 1px solid rgba(203, 221, 226, 0.9);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-md);
    grid-template-columns: 258px minmax(0, 1fr);
}

.profile-photo-wrap {
    position: relative;
    min-height: 314px;
    border-radius: 25px;
    background: var(--primary-soft);
    overflow: hidden;
}

.profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-online-status {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--success);
    font-size: 0.76rem;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.profile-online-status::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    background: var(--success);
    content: "";
}

.profile-identity-content {
    padding: 4px 0;
}

.profile-kickers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin-bottom: 14px;
}

.profile-verified,
.profile-rating {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 800;
}

.profile-verified {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eaf8f1;
    color: var(--success);
}

.profile-verified svg {
    width: 16px;
    height: 16px;
}

.profile-rating {
    color: #a66d00;
}

.profile-rating span {
    color: var(--text-soft);
    font-weight: 650;
}

.profile-identity-content h1 {
    margin-bottom: 7px;
    color: var(--text);
    font-size: clamp(2.15rem, 4vw, 3.65rem);
}

.profile-role {
    margin-bottom: 20px;
    color: var(--primary);
    font-size: 0.98rem;
    font-weight: 800;
}

.profile-headline {
    max-width: 710px;
    margin-bottom: 25px;
    color: var(--text-soft);
    font-size: 1.06rem;
    line-height: 1.72;
}

.profile-meta-grid {
    display: grid;
    gap: 14px;
    margin-bottom: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-meta-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.profile-meta-icon {
    display: inline-flex;
    width: 39px;
    height: 39px;
    flex: none;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--primary-soft);
    color: var(--primary);
}

.profile-meta-icon svg {
    width: 19px;
    height: 19px;
}

.profile-meta-item small,
.profile-meta-item strong {
    display: block;
}

.profile-meta-item small {
    margin-bottom: 2px;
    color: var(--text-light);
    font-size: 0.7rem;
}

.profile-meta-item strong {
    color: var(--text);
    font-size: 0.84rem;
}

.profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-share-button {
    min-width: 48px;
}

.booking-card {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.booking-card-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.booking-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--text-soft);
    font-size: 0.78rem;
    font-weight: 750;
}

.booking-price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 6px;
}

.booking-price small {
    color: var(--text-soft);
}

.booking-price strong {
    color: var(--primary);
    font-size: 1.8rem;
    letter-spacing: -0.04em;
}

.booking-price span {
    color: var(--text-soft);
    font-size: 0.76rem;
}

.booking-duration {
    color: var(--text-soft);
    font-size: 0.78rem;
}

.booking-benefits {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--text-soft);
    font-size: 0.8rem;
}

.booking-benefits div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-benefits span {
    color: var(--success);
    font-weight: 900;
}

.booking-whatsapp-link {
    display: block;
    margin-top: 15px;
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
}

.booking-disclaimer {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    color: var(--text-light);
    font-size: 0.7rem;
    line-height: 1.55;
}

.profile-anchor-nav {
    position: sticky;
    z-index: 900;
    top: 78px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
}

.profile-anchor-inner {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.profile-anchor-inner::-webkit-scrollbar {
    display: none;
}

.profile-anchor-inner a {
    position: relative;
    padding: 18px 0 16px;
    color: var(--text-soft);
    font-size: 0.82rem;
    font-weight: 750;
    white-space: nowrap;
}

.profile-anchor-inner a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: var(--primary);
    content: "";
    opacity: 0;
    transform: scaleX(0.3);
    transition: opacity 160ms ease, transform 160ms ease;
}

.profile-anchor-inner a.active,
.profile-anchor-inner a:hover {
    color: var(--primary);
}

.profile-anchor-inner a.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.profile-main-layout {
    display: grid;
    align-items: start;
    gap: 44px;
    padding-top: 24px;
    padding-bottom: 86px;
    grid-template-columns: minmax(0, 1fr) 280px;
}

.profile-content-column {
    min-width: 0;
}

.profile-section {
    padding: 64px 0;
    border-bottom: 1px solid var(--border);
    scroll-margin-top: 145px;
}

.profile-section:last-child {
    border-bottom: 0;
}

.profile-section-heading {
    max-width: 770px;
    margin-bottom: 30px;
}

.profile-section-heading h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.65rem);
}

.profile-section-heading > p {
    color: var(--text-soft);
    font-size: 0.96rem;
    line-height: 1.72;
}

.rich-text {
    color: var(--text-soft);
    font-size: 1rem;
    line-height: 1.82;
}

.rich-text p + p {
    margin-top: 18px;
}

.profile-audience-box {
    display: grid;
    gap: 24px;
    margin-top: 30px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #fff;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-audience-label {
    display: block;
    margin-bottom: 12px;
    color: var(--text-soft);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.profile-audience-box .professional-tags {
    margin-bottom: 0;
}

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

.specialty-focus-card {
    min-height: 150px;
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #fff;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.specialty-focus-card:hover {
    border-color: rgba(7, 89, 133, 0.28);
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}

.specialty-focus-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 14px;
    background: var(--secondary-soft);
    color: var(--secondary-dark);
}

.specialty-focus-icon svg {
    width: 22px;
    height: 22px;
}

.specialty-focus-card h3 {
    font-size: 1rem;
    letter-spacing: -0.015em;
    line-height: 1.36;
}

.profile-method-section {
    display: grid;
    align-items: center;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) 330px;
}

.profile-method-copy > p {
    color: var(--text-soft);
    line-height: 1.78;
}

.method-steps {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.method-step {
    display: grid;
    gap: 13px;
    grid-template-columns: 34px minmax(0, 1fr);
}

.method-step > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 850;
}

.method-step strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9rem;
}

.method-step p {
    color: var(--text-soft);
    font-size: 0.82rem;
    line-height: 1.55;
}

.profile-method-visual {
    position: relative;
    min-height: 330px;
    border-radius: 30px;
    background:
        radial-gradient(circle at center, rgba(255,255,255,.94) 0 28%, transparent 29%),
        linear-gradient(145deg, #e6f3f7, #eef8eb);
    overflow: hidden;
}

.profile-method-visual::before,
.profile-method-visual::after {
    position: absolute;
    inset: 50%;
    border: 1px solid rgba(7, 89, 133, 0.18);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.profile-method-visual::before {
    width: 250px;
    height: 250px;
}

.profile-method-visual::after {
    width: 170px;
    height: 170px;
}

.method-center,
.method-orbit {
    display: flex;
    position: absolute;
    z-index: 2;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
}

.method-center {
    inset: 50%;
    width: 105px;
    height: 105px;
    background: var(--primary);
    color: #fff;
    font-weight: 850;
    line-height: 1.2;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 42px rgba(7, 89, 133, 0.22);
}

.method-orbit {
    width: 75px;
    height: 75px;
    border: 6px solid rgba(255,255,255,.7);
    background: #fff;
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: var(--shadow-sm);
}

.method-orbit-one { top: 25px; left: 50%; transform: translateX(-50%); }
.method-orbit-two { right: 26px; bottom: 42px; }
.method-orbit-three { bottom: 42px; left: 26px; }

.credential-timeline {
    position: relative;
}

.credential-timeline::before {
    position: absolute;
    top: 23px;
    bottom: 23px;
    left: 90px;
    width: 1px;
    background: var(--border-strong);
    content: "";
}

.credential-item {
    display: grid;
    align-items: start;
    gap: 18px;
    padding: 18px 0;
    grid-template-columns: 58px 28px minmax(0, 1fr);
}

.credential-year {
    padding-top: 4px;
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 850;
}

.credential-marker {
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: 0 0 0 1px var(--border-strong);
}

.credential-content {
    padding: 0 0 20px;
}

.credential-content h3 {
    margin-bottom: 6px;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.credential-content p {
    color: var(--text-soft);
    font-size: 0.86rem;
}

.credential-verification-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 20px;
    padding: 18px;
    border-radius: 18px;
    background: var(--primary-soft);
    color: var(--primary-dark);
}

.credential-verification-note svg {
    width: 24px;
    height: 24px;
    flex: none;
}

.credential-verification-note strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.86rem;
}

.credential-verification-note p {
    color: var(--text-soft);
    font-size: 0.78rem;
    line-height: 1.55;
}

.profile-media-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, .8fr);
}

.profile-video-card,
.profile-gallery-item {
    position: relative;
    border: 0;
    border-radius: 24px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.profile-video-card {
    min-height: 420px;
    color: #fff;
    box-shadow: var(--shadow-md);
}

.profile-video-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(3, 35, 49, 0.82));
    content: "";
}

.profile-video-card img,
.profile-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.profile-video-card:hover img,
.profile-gallery-item:hover img {
    transform: scale(1.025);
}

.profile-video-play {
    display: inline-flex;
    position: absolute;
    z-index: 2;
    inset: 50%;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    border: 8px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: #fff;
    color: var(--primary);
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
}

.profile-video-play svg {
    width: 31px;
    height: 31px;
    margin-left: 3px;
    fill: currentColor;
    stroke: none;
}

.profile-video-caption {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 23px;
    left: 24px;
    text-align: left;
}

.profile-video-caption strong,
.profile-video-caption small {
    display: block;
}

.profile-video-caption strong {
    margin-bottom: 5px;
    font-size: 1.08rem;
}

.profile-video-caption small {
    color: rgba(255, 255, 255, 0.7);
}

.profile-gallery {
    display: grid;
    gap: 12px;
}

.profile-gallery-item {
    min-height: 132px;
    box-shadow: var(--shadow-sm);
}

.profile-gallery-item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(3, 35, 49, 0.68));
    content: "";
}

.profile-gallery-item span {
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 13px;
    left: 15px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: left;
}

.profile-content-heading-row {
    display: flex;
    max-width: none;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.profile-content-heading-row > div {
    max-width: 720px;
}

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

.profile-article-card {
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    transition: transform 170ms ease, box-shadow 170ms ease;
}

.profile-article-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.article-card-cover {
    display: flex;
    min-height: 145px;
    align-items: flex-end;
    padding: 18px;
}

.article-cover-1 { background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.38), transparent 24%), linear-gradient(135deg, #dceff5, #95c6d2); }
.article-cover-2 { background: radial-gradient(circle at 20% 25%, rgba(255,255,255,.45), transparent 24%), linear-gradient(135deg, #e4f2df, #9fc78f); }
.article-cover-3 { background: radial-gradient(circle at 75% 22%, rgba(255,255,255,.42), transparent 24%), linear-gradient(135deg, #e8e9f6, #a9afd3); }

.article-card-cover span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    color: var(--primary-dark);
    font-size: 0.7rem;
    font-weight: 800;
}

.article-card-content {
    padding: 20px;
}

.article-meta {
    margin-bottom: 11px;
    color: var(--text-light);
    font-size: 0.68rem;
}

.article-card-content h3 {
    margin-bottom: 10px;
    font-size: 1.02rem;
    line-height: 1.35;
}

.article-card-content h3 a:hover {
    color: var(--primary);
}

.article-card-content p {
    margin-bottom: 18px;
    color: var(--text-soft);
    font-size: 0.8rem;
    line-height: 1.6;
}

.article-read-link {
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 800;
}

.profile-contact-section {
    padding-bottom: 20px;
}

.schedule-panel {
    margin-bottom: 24px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.schedule-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.schedule-panel-header strong,
.schedule-panel-header span {
    display: block;
}

.schedule-panel-header strong {
    margin-bottom: 4px;
}

.schedule-panel-header > div > span {
    color: var(--text-soft);
    font-size: 0.76rem;
}

.calendar-connected-badge {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--secondary-soft);
    color: var(--secondary-dark);
    font-size: 0.69rem !important;
    font-weight: 800;
}

.calendar-connected-badge svg {
    width: 15px;
    height: 15px;
}

.schedule-days {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.schedule-day {
    display: grid;
    justify-items: center;
    gap: 2px;
    padding: 12px 8px;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: #fff;
    color: var(--text-soft);
    cursor: pointer;
    transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.schedule-day small,
.schedule-day span {
    font-size: 0.65rem;
}

.schedule-day strong {
    color: var(--text);
    font-size: 1rem;
}

.schedule-day.active {
    border-color: var(--primary);
    background: var(--primary);
    color: rgba(255,255,255,.8);
}

.schedule-day.active strong {
    color: #fff;
}

.schedule-times {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.schedule-time {
    min-width: 86px;
    padding: 10px 15px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface-soft);
    color: var(--primary);
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 800;
}

.schedule-time:hover,
.schedule-time.active {
    border-color: var(--primary);
    background: var(--primary-soft);
}

.schedule-selection {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f7fbfc;
    color: var(--text-soft);
    font-size: 0.76rem;
}

.contact-layout {
    display: grid;
    align-items: start;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 270px;
}

.contact-form-card,
.contact-alternatives-card {
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.contact-form-heading {
    margin-bottom: 20px;
}

.contact-form-heading h3 {
    margin-bottom: 6px;
}

.contact-form-heading p,
.contact-alternatives-card p {
    color: var(--text-soft);
    font-size: 0.82rem;
    line-height: 1.58;
}

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

.profile-contact-form {
    display: grid;
    gap: 15px;
}

.profile-contact-form .field input,
.profile-contact-form .field textarea,
.profile-contact-form .field select {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 14px;
    outline: none;
    background: #fff;
    color: var(--text);
}

.profile-contact-form .field input,
.profile-contact-form .field select {
    min-height: 50px;
    padding: 0 14px;
}

.profile-contact-form .field textarea {
    min-height: 130px;
    padding: 13px 14px;
    resize: vertical;
}

.profile-contact-form .field input:focus,
.profile-contact-form .field textarea:focus,
.profile-contact-form .field select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(7, 89, 133, 0.08);
}

.profile-select-control select {
    padding-right: 40px !important;
}

.privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--text-soft);
    font-size: 0.73rem;
    line-height: 1.5;
}

.privacy-check input {
    margin-top: 3px;
    accent-color: var(--primary);
}

.privacy-check a {
    color: var(--primary);
    text-decoration: underline;
}

.form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.form-message {
    display: grid;
    gap: 5px;
    margin-bottom: 17px;
    padding: 14px;
    border-radius: 14px;
    font-size: 0.78rem;
}

.form-message-success {
    background: #eaf8f1;
    color: #17633f;
}

.form-message-error {
    background: #fff1f0;
    color: #8a231b;
}

.form-message ul {
    padding-left: 18px;
}

.contact-alternatives-card {
    position: sticky;
    top: 148px;
}

.contact-alternatives-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 15px;
    background: var(--secondary-soft);
    color: var(--secondary-dark);
}

.contact-alternatives-icon svg {
    width: 24px;
    height: 24px;
}

.contact-alternatives-card h3 {
    margin-bottom: 8px;
}

.contact-alternatives-card .btn {
    margin-top: 18px;
}

.contact-response-time {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: var(--text-soft);
    font-size: 0.68rem;
}

.contact-response-time span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--success);
}

.contact-alternatives-card hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid var(--border);
}

.contact-alternatives-card small {
    display: block;
    color: var(--text-light);
    font-size: 0.66rem;
    line-height: 1.55;
}

.profile-side-column {
    min-width: 0;
    padding-top: 40px;
}

.side-card-sticky {
    position: sticky;
    top: 145px;
}

.side-card {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.side-card-professional {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.side-card-professional img {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    object-fit: cover;
}

.side-card-professional strong,
.side-card-professional span {
    display: block;
}

.side-card-professional strong {
    margin-bottom: 2px;
    font-size: 0.82rem;
}

.side-card-professional span {
    color: var(--text-soft);
    font-size: 0.7rem;
}

.side-card-price {
    margin: 18px 0;
}

.side-card-price small,
.side-card-price strong,
.side-card-price span {
    display: block;
}

.side-card-price small,
.side-card-price span {
    color: var(--text-soft);
    font-size: 0.69rem;
}

.side-card-price strong {
    margin: 2px 0;
    color: var(--primary);
    font-size: 1.55rem;
}

.side-card .btn + .btn {
    margin-top: 9px;
}

.side-card-list {
    display: grid;
    gap: 9px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid var(--border);
    color: var(--text-soft);
    font-size: 0.7rem;
}

.side-card-list div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.side-card-list span {
    color: var(--success);
    font-weight: 900;
}

.profile-bottom-cta {
    padding: 0 0 88px;
}

.profile-bottom-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    padding: 46px 50px;
    border-radius: 32px;
    background: linear-gradient(135deg, var(--primary), #0c7485);
    color: #fff;
    box-shadow: var(--shadow-lg);
}

.profile-bottom-cta-card .eyebrow {
    color: #d8f3df;
}

.profile-bottom-cta-card h2 {
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

.profile-bottom-cta-card p {
    color: rgba(255,255,255,.72);
}

.profile-bottom-cta-actions {
    display: flex;
    flex: none;
    gap: 10px;
}

.profile-floating-whatsapp {
    display: inline-flex;
    position: fixed;
    z-index: 1050;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 5px solid rgba(255,255,255,.9);
    border-radius: 50%;
    background: var(--whatsapp);
    color: #fff;
    box-shadow: 0 16px 38px rgba(18, 140, 94, 0.32);
}

.profile-floating-whatsapp svg {
    width: 29px;
    height: 29px;
    fill: currentColor;
    stroke: none;
}

.profile-mobile-booking-bar {
    display: none;
    position: fixed;
    z-index: 1040;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 15px calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--border);
    background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 30px rgba(7,89,133,.1);
    backdrop-filter: blur(16px);
}

.profile-mobile-booking-bar small,
.profile-mobile-booking-bar strong {
    display: block;
}

.profile-mobile-booking-bar small {
    color: var(--text-soft);
    font-size: 0.65rem;
}

.profile-mobile-booking-bar strong {
    color: var(--primary);
}

.media-modal[hidden] {
    display: none;
}

.media-modal {
    display: flex;
    position: fixed;
    z-index: 2200;
    inset: 0;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(3, 35, 49, 0.82);
    backdrop-filter: blur(9px);
}

.media-modal-dialog {
    position: relative;
    width: min(100%, 900px);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0,0,0,.3);
    overflow: hidden;
}

.media-modal-close {
    display: inline-flex;
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: var(--text);
    cursor: pointer;
    font-size: 1.4rem;
    box-shadow: var(--shadow-sm);
}

.prototype-video-player {
    min-height: 510px;
    padding: 28px;
    background:
        radial-gradient(circle at 85% 15%, rgba(120,184,95,.25), transparent 28%),
        linear-gradient(145deg, #063c57, #075985 58%, #0c7485);
    color: #fff;
}

.prototype-video-topline {
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,.65);
    font-size: .75rem;
}

.prototype-video-content {
    display: grid;
    align-items: center;
    gap: 28px;
    min-height: 390px;
    max-width: 700px;
    margin: 0 auto;
    grid-template-columns: 126px minmax(0, 1fr);
}

.prototype-video-content img {
    width: 126px;
    height: 150px;
    border: 8px solid rgba(255,255,255,.15);
    border-radius: 30px;
    object-fit: cover;
}

.prototype-video-content h2 {
    margin: 12px 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.prototype-video-content p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.prototype-video-badge {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    font-size: .68rem;
    font-weight: 800;
}

.prototype-video-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.prototype-video-controls button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary);
}

.prototype-video-progress {
    height: 5px;
    flex: 1;
    border-radius: 999px;
    background: rgba(255,255,255,.2);
    overflow: hidden;
}

.prototype-video-progress span {
    display: block;
    width: 38%;
    height: 100%;
    background: #fff;
}

.prototype-video-controls time {
    font-size: .72rem;
}

.media-modal-gallery {
    max-width: 820px;
    padding: 18px;
}

.media-modal-gallery img {
    width: 100%;
    max-height: 72vh;
    border-radius: 17px;
    object-fit: contain;
    background: var(--surface-soft);
}

.media-modal-gallery p {
    padding: 13px 3px 2px;
    color: var(--text-soft);
    font-size: .82rem;
}

.toast {
    position: fixed;
    z-index: 2300;
    right: 24px;
    bottom: 94px;
    max-width: min(360px, calc(100% - 48px));
    padding: 13px 16px;
    border-radius: 14px;
    background: #072f41;
    color: #fff;
    font-size: .8rem;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 170ms ease, transform 170ms ease;
}

.toast.visible {
    opacity: 1;
    transform: translateY(0);
}

.footer-logo-mark {
    border-radius: 12px;
    background: #fff;
}

@media (max-width: 1120px) {
    .profile-hero-grid {
        grid-template-columns: 1fr;
    }

    .booking-card-desktop {
        display: none;
    }

    .profile-main-layout {
        grid-template-columns: 1fr;
    }

    .profile-side-column {
        display: none;
    }
}

@media (max-width: 880px) {
    .profile-identity-card {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .profile-method-section,
    .profile-media-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .profile-method-visual {
        min-height: 320px;
    }

    .profile-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .profile-gallery-item {
        min-height: 150px;
    }

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

    .contact-alternatives-card {
        position: static;
    }

    .profile-bottom-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .profile-hero {
        padding-top: 18px;
    }

    .breadcrumb {
        margin-bottom: 16px;
    }

    .profile-identity-card {
        gap: 22px;
        padding: 18px;
        border-radius: 26px;
        grid-template-columns: 1fr;
    }

    .profile-photo-wrap {
        min-height: 360px;
    }

    .profile-meta-grid,
    .profile-audience-box,
    .profile-form-grid {
        grid-template-columns: 1fr;
    }

    .profile-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .profile-share-button {
        width: 100%;
    }

    .profile-anchor-nav {
        top: 70px;
    }

    .profile-anchor-inner {
        gap: 24px;
    }

    .profile-main-layout {
        padding-bottom: 50px;
    }

    .profile-section {
        padding: 50px 0;
        scroll-margin-top: 130px;
    }

    .specialty-focus-grid,
    .profile-articles-grid {
        grid-template-columns: 1fr;
    }

    .profile-content-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-video-card {
        min-height: 330px;
    }

    .profile-gallery {
        grid-template-columns: 1fr;
    }

    .profile-gallery-item {
        min-height: 190px;
    }

    .schedule-panel-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .schedule-days {
        grid-template-columns: repeat(5, minmax(64px, 1fr));
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .profile-bottom-cta {
        padding-bottom: 90px;
    }

    .profile-bottom-cta-card {
        padding: 32px 24px;
    }

    .profile-bottom-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .profile-bottom-cta-actions .btn {
        width: 100%;
    }

    .profile-floating-whatsapp {
        display: none;
    }

    .profile-mobile-booking-bar {
        display: flex;
    }

    .profile-page .footer {
        padding-bottom: 100px;
    }

    .prototype-video-player {
        min-height: 520px;
        padding: 22px;
    }

    .prototype-video-content {
        align-content: center;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .prototype-video-content img {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .profile-photo-wrap {
        min-height: 330px;
    }

    .profile-kickers {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-rating {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .profile-identity-content h1 {
        font-size: 2.35rem;
    }

    .specialty-focus-card {
        min-height: 130px;
    }

    .credential-timeline::before {
        left: 74px;
    }

    .credential-item {
        grid-template-columns: 48px 22px minmax(0, 1fr);
    }

    .profile-video-card {
        min-height: 290px;
    }

    .schedule-panel,
    .contact-form-card,
    .contact-alternatives-card {
        padding: 19px;
    }

    .schedule-days {
        margin-inline: -4px;
    }

    .schedule-time {
        min-width: calc(33.333% - 7px);
    }

    .media-modal {
        padding: 12px;
    }

    .media-modal-dialog {
        border-radius: 20px;
    }
}
