* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background:
        radial-gradient(ellipse at 10% 5%, rgba(155, 77, 202, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 95%, rgba(232, 58, 122, 0.10) 0%, transparent 50%),
        #F7CDE4;
    margin: 0;
    padding: 0 0 40px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    color: #3D2A55;
}
a {
    text-decoration: none;
}
.pdt-x3 { padding-top: 50px; }
.pdb-x3 { padding-bottom: 50px; }
.mb-x3 { margin-bottom: 30px; }
.center { text-align: center; }
.full { width: 100%; }
.light,
.light .h4 {
    color: #fff;
}
.about-section p {
    margin-top: 20px;
    color: #3D2A55;
    text-align: justify;
}
.process-section p {
    margin-top: 20px;
    color: #F7CDE4;
    text-align: justify;
}
p a {
    color: #2b3a67;
    text-decoration: underline;
    font-weight: 600;
}
li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 {
    color: #2B3A67;
    line-height: 30px;
}
.h1 {
    color: #2B3A67;
    text-shadow: 2px 2px 4px rgba(43, 58, 103, 0.18);
    line-height: 30px;
    font-size: 30px;
}
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
.check-list {
    margin: 30px 0 0;
    column-count: 1;
}
.check-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: #F7CDE4;
}
svg.text-green {
    width: 25px;
    color: #E83A7A;
}
.white {
    color: #2B3A67;
    font-size: 38px;
    line-height: 60px;
}
.white-small {
    color: #2B3A67;
    font-size: 30px;
    line-height: 40px;
}
.white-smallest {
    color: #2B3A67;
    font-size: 26px;
    line-height: 30px;
}
.gold-divider {
    background-image:
        radial-gradient(circle at 4px 4px, #9B4DCA 3px, transparent 3.5px),
        radial-gradient(circle at 32px 4px, #E83A7A 3.5px, transparent 4px),
        radial-gradient(circle at 60px 4px, #6C63FF 3px, transparent 3.5px);
    width: 76px;
    height: 40px;
    margin: 10px auto;
}
.process-heading span {
    display: block;
    font-size: 28px;
    color: #ffffff;
}
.process.content-bx-bg {
    border: solid 1px #9B4DCA;
}
img {
    transition: all .5s;
}
.all-catagery-loop,
.all-profile-loop {
    margin: 20px 0;
}
.bg-light {
    background: linear-gradient(135deg, #7A3EA8 0%, #2B3A67 100%);
    padding: 30px 0;
}
.black {
    background:
        radial-gradient(ellipse at 10% 10%, rgba(155, 77, 202, 0.18) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 90%, rgba(232, 58, 122, 0.12) 0%, transparent 50%),
        #F4B8D4;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.grid-2 { width: 16.66666667%; padding: 15px; }
.grid-3 { width: 25%; padding: 15px; }
.grid-4 { width: 33.33333333%; padding: 15px; }
.grid-5 { width: 41.66666667%; padding: 15px; }
.grid-7 { width: 58.33333333%; padding: 0 15px; }
.grid-12 { width: 100%; padding: 0 15px; }
header {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(43, 58, 103, 0.08);
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    height: 70px;
    display: block;
}
.menu {
    display: flex;
    list-style: none;
    gap: 5px;
}
.menu li a {
    color: #2B3A67;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700;
    transition: color 0.25s ease;
    padding: 5px 20px;
    border-radius: 20px;
}
.menu li a:hover,
.active {
    color: #ffffff !important;
    background: #E83A7A;
}
.menu-btn {
    display: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
.profile-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.profile-list ul li {
    width: 24.3%;
    list-style: none;
}
.model-box {
    position: relative;
    aspect-ratio: auto;
    background: #FCE8F3;
    border: 1px solid rgba(155, 77, 202, 0.16);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translateZ(0);
    border-radius: 20px;
    overflow: hidden;
}
.model-box:hover {
    border-color: #9B4DCA66;
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(155, 77, 202, 0.18);
}
.model-box .img {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}
.model-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.profile-s-description {
    padding: 10px 20px;
    text-align: center;
}
.profile-s-description .name {
    color: #2B3A67;
    font-size: 18px;
    font-weight: 600;
}
.profile-s-description .profile-meta {
    color: #E83A7A;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 4px;
    text-align: center;
}
.profile-s-description .profile-bio {
    color: #5A4A6B;
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    padding-bottom: 6px;
    text-align: center;
}
.model-box:hover img {
    transform: translateY(-6px);
}
.location {
    column-count: 4;
    margin-top: 20px;
}
.location2 {
    column-count: 2;
}
.location li {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translateZ(0);
}
.location li a {
    line-height: 24px;
    display: flex;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(155, 77, 202, 0.18);
    padding: 10px 20px;
}
.icon-header {
    background: linear-gradient(135deg, #FCE8F3 0%, #E8D4F8 100%);
    padding: 10px;
    border-radius: 1000px;
    margin-right: 15px;
    color: #7A3EA8;
    border: 1px solid rgba(155, 77, 202, 0.22);
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.icon-footer {
    font-size: 14px;
    font-weight: 500;
    color: #2B3A67;
}
.icon-header img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.location li:hover a {
    border-color: #9B4DCA66;
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(155, 77, 202, 0.18);
    background: linear-gradient(135deg, #7A3EA8 0%, #2B3A67 100%);
}
.location li:hover .icon-footer {
    color: #fff;
}
.sections-catagery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sections-catagery ul li {
    width: 19.2%;
}
.sections-catagery li:nth-child(n+6) {
    margin-top: 20px;
}
.sections-catagery .relative {
    position: relative;
    display: block;
    overflow: visible;
    aspect-ratio: auto;
    border: none;
    border-radius: 0;
}
.sections-catagery .relative img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 18px;
    border: 2px solid #7A3EA8;
}
.sections-catagery .relative:hover img {
    border-color: #E83A7A;
}
.sections-catagery .absolute {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    height: auto !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 6px 8px !important;
}
.catagery-title {
    position: static;
    display: block;
    text-align: center;
    color: #2B3A67;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.catagery-meta {
    margin-top: 4px;
    color: #E83A7A;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}
.catagery-bio {
    margin-top: 4px;
    color: #5A4A6B;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.all-profile-loop ul li:nth-child(n+6) {
    margin-top: 10px;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 30px;
}
.content-bx-bg {
    padding: 30px;
    background: linear-gradient(145deg, #1E2A4A 0%, #4A1F6B 100%);
    border: solid 2px #9B4DCA;
}
.footer-bg {
    height: 5px;
    background: linear-gradient(90deg, #7A3EA8, #E83A7A, #6C63FF, #E63950, #7A3EA8);
}
footer {
    padding: 50px 0 5px;
    background:
        radial-gradient(1100px 380px at 90% 0%, rgba(232, 58, 122, 0.12), transparent 60%),
        radial-gradient(900px 340px at 5% 110%, rgba(155, 77, 202, 0.14), transparent 65%),
        linear-gradient(180deg, #F7CDE4 0%, #E8D4F8 100%);
}
footer ul { padding: 0; }
footer ul li { list-style-type: none; }
footer ul li a {
    color: #3D2A55;
    text-decoration: none;
    font-weight: 500;
    line-height: 32px;
    font-size: 14px;
}
footer ul li:hover a { color: #E83A7A; }
footer h3 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #2B3A67;
    letter-spacing: 1px;
}
footer p { color: #5A4A6B; }
.copy-right {
    text-align: center;
    color: #5A4A6B;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid rgba(155, 77, 202, 0.18);
    background: rgba(155, 77, 202, 0.10);
    padding-bottom: 10px;
}
.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 20px;
    font-weight: 500;
}
.lcol,
.rcol {
    float: left;
    width: 50%;
}
.lcol { background: linear-gradient(135deg, #E83A7A 0%, #7A3EA8 100%); }
.rcol { background: #2B3A67; }
.lcol a,
.rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.select-option .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.select-option select {
    padding: 15px 10px;
    border-radius: 100px;
    color: #2B3A67;
    font-size: 16px;
    width: 600px;
    background: #fff;
    border: 3px solid #E83A7A;
    font-weight: 600;
}
#content {
    display: none;
}
#content.is-open {
    display: block;
}
.show-more {
    background: #E83A7A;
    color: #fff;
    border: none;
    padding: 9px 20px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
    margin: 20px auto 0;
    display: table;
    cursor: pointer;
}
.faq-bg {
    background: #FCE8F3;
    border-bottom: solid 2px #E8D4F8;
    padding: 15px;
    color: #3D2A55;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    align-items: center;
}
.faq-bg .faq-col {
    flex: 0 0 calc(50% - 10px);
}
.social-media li {
    display: inline-block;
    margin-right: 10px;
}
.social-media li a {
    padding: 10px;
    text-align: center;
    display: flex;
    border-radius: 10px;
    background: #E83A7A;
    color: #fff;
}
.video-bg {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}
.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.content h1 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
}
@media (max-width: 991px) {
    .grid-2,
    .grid-3,
    .grid-5 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .grid-2,
    .grid-3,
    .grid-5,
    .grid-7 {
        width: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 36px;
    }
    .profile-list ul li {
        width: 100%;
    }
    p { text-align: justify; }
    .white {
        font-size: 24px;
        line-height: 30px;
    }
    .white-small {
        font-size: 22px;
        line-height: 32px;
    }
    .catagery-title {
        font-size: 14px;
    }
    .sections-catagery ul li {
        width: 48%;
    }
    ul.location {
        column-count: 2;
        margin-top: 20px;
    }
    footer .grid-3 {
        width: 50%;
    }
    .copy-right p {
        text-align: center;
    }
    .content h1 {
        font-size: 38px;
        line-height: 42px;
    }
    .location2 {
        column-count: 1;
    }
    .content-bx-bg {
        padding: 10px;
    }
    .content {
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .faq-bg {
        display: block;
    }
    .select-option select {
        width: 100%;
    }
    .menu {
        position: absolute;
        top: 60px;
        left: -100%;
        width: 100%;
        background: linear-gradient(135deg, #E83A7A 0%, #7A3EA8 100%);
        flex-direction: column;
        text-align: center;
        transition: 0.4s;
        padding: 20px 0;
        gap: 0;
        z-index: 9999;
    }
    .menu li a {
        color: #fff;
    }
    .menu.active {
        left: 0;
    }
    .menu li {
        margin: 15px 0;
    }
    .menu-btn {
        display: block;
    }
    .logo img {
        width: 200px;
    }
}
.price-wrap { padding: 20px 0 10px; }
.price-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}
.price-card-new {
    background: #fff;
    border-radius: 24px;
    padding: 28px 20px 24px;
    text-align: center;
    border: 1px solid rgba(122, 62, 168, 0.18);
    box-shadow: 0 10px 28px rgba(43, 58, 103, 0.08);
    position: relative;
    overflow: hidden;
}
.price-card-new:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background: linear-gradient(90deg, #E83A7A, #7A3EA8);
}
.price-card-new.featured {
    background: linear-gradient(180deg, #2B3A67 0%, #4A1F6B 100%);
    border: none;
}
.price-card-new.featured:before {
    background: linear-gradient(90deg, #E83A7A, #F7CDE4, #7A3EA8);
}
.price-card-new h3 {
    font-size: 22px;
    margin-bottom: 6px;
    color: #2B3A67;
}
.price-card-new.featured h3,
.price-card-new.featured .price-sub,
.price-card-new.featured .price-list-new li {
    color: #fff;
}
.price-sub {
    font-size: 13px;
    color: #7A3EA8;
    margin-bottom: 18px;
}
.price-amount {
    display: inline-block;
    background: #E83A7A;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    padding: 10px 28px;
    border-radius: 40px 8px 40px 8px;
    margin-bottom: 18px;
}
.price-card-new.featured .price-amount {
    background: #fff;
    color: #2B3A67;
}
.price-list-new {
    text-align: left;
    margin: 0 0 22px;
}
.price-list-new li {
    font-size: 14px;
    line-height: 22px;
    color: #3D2A55;
    padding: 7px 0 7px 22px;
    position: relative;
    border-bottom: 1px dashed rgba(122, 62, 168, 0.15);
}
.price-list-new li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #E83A7A;
    font-weight: 700;
}
.price-card-new.featured .price-list-new li:before { color: #F7CDE4; }
.price-btn {
    display: inline-block;
    background: linear-gradient(135deg, #E83A7A, #7A3EA8);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    padding: 11px 28px;
    border-radius: 30px;
}
.price-card-new.featured .price-btn {
    background: #E83A7A;
}
@media (max-width: 991px) {
    .price-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .price-grid { grid-template-columns: 1fr; }
}
.page-hero {
    background: linear-gradient(135deg, #2B3A67 0%, #7A3EA8 55%, #E83A7A 100%);
    padding: 48px 0 36px;
    text-align: center;
}
.page-hero h1 { color: #fff; font-size: 36px; line-height: 44px; }
.page-hero p { color: #F7CDE4; margin-top: 10px; }
.page-box {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(122, 62, 168, 0.14);
    margin-bottom: 20px;
}
.page-box h2, .page-box h3 { margin-bottom: 12px; }
.page-box p { margin-top: 12px; color: #3D2A55; }
.svc-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.svc-item {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(122, 62, 168, 0.16);
}
.svc-item h3 { font-size: 20px; margin-bottom: 8px; }
.svc-item p { margin-top: 8px; }
.rate-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; }
.rate-table th, .rate-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid #E8D4F8; }
.rate-table th { background: #2B3A67; color: #fff; }
.rate-table td strong { color: #E83A7A; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; }
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    border: 1px solid rgba(122, 62, 168, 0.25);
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    background: #fff;
    color: #2B3A67;
}
.contact-form button {
    background: linear-gradient(135deg, #E83A7A, #7A3EA8);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.info-line { margin: 10px 0; color: #3D2A55; }
@media (max-width: 767px) {
    .svc-detail, .contact-grid { grid-template-columns: 1fr; }
    .page-hero h1 { font-size: 28px; line-height: 34px; }
}
.svc-wrap { background: #2B3A67; }
.svc-wrap .white, .svc-wrap p { color: #fff; }
.svc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}
.svc-card {
    background: linear-gradient(160deg, #E83A7A 0%, #7A3EA8 100%);
    border-radius: 22px;
    min-height: 160px;
    padding: 22px 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    transition: transform .3s ease;
}
.svc-card:hover { transform: translateY(-4px); }
.svc-ico {
    width: 58px;
    height: 58px;
    color: #F7CDE4;
    margin-bottom: 12px;
}
.svc-ico svg { width: 58px; height: 58px; }
.svc-69 {
    font-size: 34px;
    font-weight: 800;
    line-height: 58px;
    font-family: "Playfair Display", serif;
    color: #F7CDE4;
}
.svc-card strong {
    font-size: 14px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 991px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }

.svc-detail-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(122, 62, 168, 0.16);
    box-shadow: 0 10px 28px rgba(43, 58, 103, 0.08);
    display: flex;
    flex-direction: column;
}
.svc-detail-top {
    background: linear-gradient(160deg, #E83A7A 0%, #7A3EA8 100%);
    padding: 22px 20px 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
}
.svc-detail-top .svc-ico {
    margin-bottom: 0;
    flex-shrink: 0;
}
.svc-detail-top h3 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 4px;
    line-height: 28px;
}
.svc-detail-top span {
    color: #F7CDE4;
    font-size: 13px;
    font-weight: 600;
}
.svc-detail-body {
    padding: 20px 22px 22px;
}
.svc-detail-body p {
    margin-top: 0;
    color: #3D2A55;
    text-align: justify;
}
.svc-detail-body ul {
    margin: 14px 0 18px;
}
.svc-detail-body ul li {
    position: relative;
    padding: 6px 0 6px 22px;
    color: #3D2A55;
    font-size: 15px;
}
.svc-detail-body ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #E83A7A;
    font-weight: 700;
}
.svc-wa {
    display: inline-block;
    background: linear-gradient(135deg, #E83A7A, #7A3EA8);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
}
.note-box {
    background: linear-gradient(145deg, #1E2A4A 0%, #4A1F6B 100%);
    border: solid 2px #9B4DCA;
    border-radius: 18px;
    padding: 24px 26px;
    color: #F7CDE4;
    margin-top: 10px;
}
.note-box h3 {
    color: #fff;
    margin-bottom: 10px;
}
.note-box p {
    color: #F7CDE4;
    margin-top: 8px;
    text-align: justify;
}

/* ===== Service pages extra UI ===== */
html { scroll-behavior: smooth; }
body { padding-bottom: 70px; }
.svc-hero-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    color: #F7CDE4;
}
.svc-hero-icon svg { width: 72px; height: 72px; }
.crumb {
    color: #F7CDE4;
    font-size: 13px;
    margin-bottom: 10px;
}
.crumb a { color: #fff; font-weight: 700; }
.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
}
.chip {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}
.layout-2 {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 22px;
    align-items: start;
}
.highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 18px 0 6px;
}
.hi-card {
    background: #FCE8F3;
    border: 1px solid rgba(122, 62, 168, 0.16);
    border-radius: 16px;
    padding: 16px;
}
.hi-card strong {
    display: block;
    color: #2B3A67;
    font-size: 15px;
    margin-bottom: 4px;
}
.hi-card span { color: #5A4A6B; font-size: 13px; line-height: 20px; }
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 18px;
}
.step {
    background: #fff;
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
    border: 1px solid rgba(122, 62, 168, 0.16);
}
.step b {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E83A7A, #7A3EA8);
    color: #fff;
}
.step h4 { font-size: 15px; margin-bottom: 6px; color: #2B3A67; }
.step p { font-size: 13px; line-height: 19px; color: #5A4A6B; margin: 0; }
.book-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    border: 1px solid rgba(122, 62, 168, 0.16);
    box-shadow: 0 12px 30px rgba(43, 58, 103, 0.10);
    position: sticky;
    top: 16px;
}
.book-card h3 { margin-bottom: 6px; }
.book-card .hint { color: #5A4A6B; font-size: 13px; margin-bottom: 14px; }
.book-card label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #7A3EA8;
    margin: 10px 0 6px;
}
.book-card select,
.book-card textarea,
.book-card input {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid rgba(122, 62, 168, 0.25);
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    color: #2B3A67;
    background: #fff;
}
.book-card textarea { min-height: 80px; resize: vertical; }
.book-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.book-actions a, .book-actions button {
    display: block;
    text-align: center;
    border: none;
    border-radius: 30px;
    padding: 11px 10px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.btn-wa { background: linear-gradient(135deg, #E83A7A, #7A3EA8); }
.btn-call { background: #2B3A67; }
.area-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.area-pills button {
    border: 1px solid rgba(122, 62, 168, 0.25);
    background: #FCE8F3;
    color: #2B3A67;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.area-pills button.on {
    background: linear-gradient(135deg, #E83A7A, #7A3EA8);
    color: #fff;
    border-color: transparent;
}
.acc { margin-top: 8px; }
.acc-item {
    background: #FCE8F3;
    border-bottom: 2px solid #E8D4F8;
    border-radius: 0;
}
.acc-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #2B3A67;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.acc-btn:after { content: "+"; color: #E83A7A; font-size: 22px; }
.acc-item.open .acc-btn:after { content: "–"; }
.acc-panel { display: none; padding: 0 16px 16px; color: #3D2A55; }
.acc-item.open .acc-panel { display: block; }
.split-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
}
.split-list div {
    background: #fff;
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(122, 62, 168, 0.16);
}
.split-list h4 { margin-bottom: 8px; font-size: 16px; }
.split-list li {
    padding: 5px 0 5px 18px;
    position: relative;
    color: #3D2A55;
    font-size: 14px;
}
.split-list .yes li:before { content: "✓"; position: absolute; left: 0; color: #E83A7A; font-weight: 700; }
.split-list .no li:before { content: "×"; position: absolute; left: 0; color: #7A3EA8; font-weight: 700; }
@media (max-width: 991px) {
    .layout-2, .steps, .split-list, .highlight-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
    .layout-2, .steps, .split-list, .highlight-grid, .book-actions { grid-template-columns: 1fr; }
    .book-card { position: static; }
}
.visit-profile {
    display: block;
    margin: 0 16px 16px;
    text-align: center;
    background: linear-gradient(135deg, #E83A7A, #7A3EA8);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 10px 14px;
    border-radius: 30px;
}
.visit-profile:hover {
    opacity: .92;
}
.model-box .profile-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}