:root {
    --ink: #19131f;
    --muted: #746d79;
    --brand: #7856ff;
    --coral: #ff6d5f;
    --cream: #fffaf6;
    --line: #ece7ee;
    --shadow: 0 18px 50px rgba(43, 27, 63, .1)
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "DM Sans", sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.6
}

h1,
h2,
h3,
.brand-mark {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.04em
}

.creator-nav {
    height: 78px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(236, 231, 238, .8)
}

.brand-mark {
    font-size: 1.42rem;
    font-weight: 800;
    color: var(--ink)
}

.brand-mark>span:last-child {
    color: var(--coral)
}

.brand-icon {
    width: 31px;
    height: 31px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--brand), #a283ff);
    display: inline-grid;
    place-items: center;
    color: #fff;
    margin-right: 5px;
    box-shadow: 0 7px 16px rgba(120, 86, 255, .3)
}

.brand-icon i {
    font-size: 18px
}

.nav-link {
    font-weight: 600;
    color: #625b67 !important;
    font-size: .94rem;
    position: relative
}

.nav-link.active,
.nav-link:hover {
    color: var(--ink) !important
}

.nav-link.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--coral)
}

.btn-brand {
    background: var(--ink);
    border-color: var(--ink);
    color: white
}

.btn-brand:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: white;
    transform: translateY(-1px)
}

.hero-section {
    padding-top: 78px;
    background: linear-gradient(145deg, #fffaf6 0%, #fff 54%, #f5f0ff 100%);
    position: relative;
    overflow: hidden
}

.min-vh-hero {
    min-height: 720px;
    padding: 70px 0
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(3px)
}

.orb-one {
    width: 340px;
    height: 340px;
    background: rgba(255, 207, 184, .25);
    top: 40px;
    left: -150px
}

.orb-two {
    width: 260px;
    height: 260px;
    background: rgba(176, 154, 255, .17);
    right: 0;
    bottom: -80px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 7px 22px rgba(39, 23, 52, .06);
    border-radius: 99px;
    padding: 7px 13px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .72rem;
    letter-spacing: .11em
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #42bd83;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(66, 189, 131, .15)
}

.hero-copy h1,
.directory-hero h1 {
    font-size: clamp(3.5rem, 6.3vw, 5.8rem);
    font-weight: 800;
    line-height: .97;
    margin: 24px 0
}

.text-gradient {
    background: linear-gradient(100deg, var(--brand), #b34ce8 48%, var(--coral));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero-lead {
    max-width: 650px;
    font-size: 1.2rem;
    color: var(--muted);
    margin-bottom: 28px
}

.hero-search {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 7px 7px 7px 17px;
    display: flex;
    align-items: center;
    max-width: 650px;
    box-shadow: 0 18px 45px rgba(59, 39, 76, .1)
}

.hero-search>i {
    font-size: 1.1rem;
    color: #9a929f
}

.hero-search input {
    border: 0;
    outline: 0;
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    color: var(--ink)
}

.hero-proof {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    color: var(--muted);
    font-size: .82rem
}

.avatar-stack {
    display: flex
}

.avatar-stack img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -9px
}

.avatar-stack img:first-child {
    margin-left: 0
}

.stars {
    letter-spacing: 1px;
    color: #ffaf36;
    line-height: 1
}

.hero-collage {
    height: 540px;
    position: relative
}

.collage-card {
    position: absolute;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: var(--shadow);
    background: #ddd
}

.collage-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card-main {
    width: 72%;
    height: 77%;
    right: 5%;
    top: 9%;
    border-radius: 90px 22px 70px 22px;
    transform: rotate(2deg)
}

.card-main:after {
    content: "";
    position: absolute;
    inset: 50% 0 0;
    background: linear-gradient(transparent, rgba(16, 8, 25, .72))
}

.card-small {
    width: 36%;
    height: 31%;
    left: 0;
    border-radius: 25px
}

.card-small.top {
    top: 1%;
    transform: rotate(-6deg)
}

.card-small.bottom {
    bottom: 4%;
    transform: rotate(5deg)
}

.image-label {
    position: absolute;
    z-index: 2;
    bottom: 26px;
    left: 25px;
    color: #fff;
    display: flex;
    flex-direction: column
}

.image-label span {
    font-weight: 800;
    font-family: Manrope
}

.image-label i,
.creator-title i {
    color: #658bff
}

.image-label small {
    opacity: .75
}

.floating-chip {
    position: absolute;
    z-index: 3;
    background: #fff;
    box-shadow: var(--shadow)
}

.chip-trend {
    right: -4%;
    bottom: 6%;
    border-radius: 16px;
    padding: 12px 17px;
    display: flex;
    align-items: center;
    gap: 10px
}

.chip-trend>i {
    color: #42bd83;
    font-size: 1.4rem
}

.chip-trend span {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.chip-trend small {
    color: var(--muted)
}

.chip-heart {
    right: 0;
    top: 4%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--coral);
    transform: rotate(9deg)
}

.hero-squiggle {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 100px;
    fill: none;
    stroke: var(--coral);
    stroke-width: 3;
    stroke-linecap: round
}

.section-space {
    padding: 100px 0
}

.section-heading {
    margin-bottom: 38px
}

.section-heading h2,
.join-card h2 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 800;
    margin: 6px 0
}

.section-heading p {
    color: var(--muted);
    margin: 0;
    font-size: 1.05rem
}

.section-heading.text-center {
    max-width: 650px
}

.kicker,
.section-label {
    text-transform: uppercase;
    letter-spacing: .13em;
    color: var(--coral);
    font-weight: 800;
    font-size: .75rem
}

.text-link {
    color: var(--ink);
    font-weight: 700;
    align-items: center;
    gap: 8px
}

.text-link:hover {
    color: var(--brand)
}

.category-card {min-height:180px;position:relative;color:var(--ink);transition:.25s ease}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    color: var(--ink)
}

.category-card.lavender {
    background: #eee9ff
}

.category-card.peach {
    background: #ffebe2
}

.category-card.mint {
    background: #e4f7ef
}

.category-card.yellow {
    background: #fff4cf
}

.category-card.blue {
    background: #e5f2ff
}

.category-card.pink {
    background: #ffe8f2
}

.category-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .75);
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    margin-bottom: auto
}

.category-card strong {
    font-family: Manrope
}

.category-card small {
    color: var(--muted)
}

.category-arrow {
    position: absolute;
    right: 18px;
    bottom: 20px
}

.featured-section {
    background: #fbf9fc
}

.creator-card {color:var(--ink);transition:.25s}

.creator-card:hover {
    color: var(--ink);
    transform: translateY(-7px);
    box-shadow: var(--shadow)
}

.creator-cover {
    height: 225px;
    position: relative;
    overflow: hidden
}

.creator-cover:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .15))
}

.creator-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.creator-card:hover .creator-cover img {
    transform: scale(1.04)
}

.category-pill {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 15px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    padding: 6px 11px;
    border-radius: 99px;
    font-size: .72rem;
    font-weight: 800
}

.save-btn {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    display: grid;
    place-items: center
}

.creator-body {
    padding: 20px;
    position: relative
}

.creator-avatar {
    width: 67px;
    height: 67px;
    object-fit: cover;
    border: 5px solid #fff;
    position: absolute;
    right: 20px;
    top: -34px;
    border-radius: 50%;
    z-index: 3
}

.creator-title h3 {
    font-size: 1.16rem;
    margin: 0;
    font-weight: 800
}

.creator-title>span {
    font-size: .83rem;
    color: var(--muted)
}

.creator-body>p {
    font-size: .91rem;
    color: var(--muted);
    margin: 14px 0 18px;
    max-width: 82%
}

.creator-meta {
    border-top: 1px solid var(--line);
    padding-top: 14px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--muted);
    font-size: .72rem
}

.creator-meta span {
    display: flex;
    flex-direction: column
}

.creator-meta strong {
    font-size: .9rem;
    color: var(--ink)
}

.creator-meta>i {
    margin-left: auto;
    font-size: 1.1rem
}

.btn-outline-brand {
    border: 1px solid #d9d1dd;
    color: var(--ink);
    padding: .8rem 1.3rem
}

.btn-outline-brand:hover {
    background: var(--ink);
    color: #fff
}

.join-card {
    background: linear-gradient(120deg, #7551ed, #9b61e8);
    color: #fff;
    padding: 65px;
    border-radius: 34px;
    position: relative;
    overflow: hidden
}

.join-card:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 90px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    right: -90px;
    top: -120px
}

.join-card p {
    max-width: 610px;
    color: rgba(255, 255, 255, .76);
    font-size: 1.05rem;
    margin-bottom: 28px
}

.eyebrow.light {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .2);
    box-shadow: none
}

.join-doodle {
    position: absolute;
    font-size: 4rem;
    right: 45%;
    top: 30px;
    color: #ffc75e
}

.benefit-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px
}

.benefit-list>div {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: 16px;
    border-radius: 16px;
    display: flex;
    gap: 13px;
    align-items: center
}

.benefit-list i {
    font-size: 1.45rem;
    color: #bff2d8
}

.benefit-list span {
    display: flex;
    flex-direction: column
}

.benefit-list small {
    color: rgba(255, 255, 255, .63)
}

.site-footer {
    background: #fff;
    padding: 10px 0 28px
}

.footer-panel {
    background: #17121c;
    border-radius: 32px;
    padding: 55px 55px 24px
}

.footer-copy {
    max-width: 440px
}

.footer-title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 13px
}

.footer-panel a:not(.brand-mark) {
    color: rgba(255, 255, 255, .55);
    display: block;
    margin: 8px 0
}

.footer-panel a:hover {
    color: #fff
}

.social-links {
    display: flex;
    gap: 8px
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .18);
    display: grid !important;
    place-items: center
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 40px;
    padding-top: 22px;
    color: rgba(255, 255, 255, .4);
    font-size: .82rem
}

.footer-bottom span {
    color: var(--coral)
}

.directory-hero {
    padding: 165px 0 80px;
    background: linear-gradient(150deg, #fff8f2, #fff 48%, #f3eeff)
}

.directory-hero h1 {
    font-size: clamp(3rem, 6vw, 5rem)
}

.directory-hero p {
    font-size: 1.1rem;
    color: var(--muted)
}

.directory-content {
    padding: 0 0 110px
}

.filter-bar {
    position: sticky;
    top: 78px;
    z-index: 20;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    margin-bottom: 25px
}

.directory-search {
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    min-width: 260px
}

.directory-search input {
    border: 0;
    outline: 0;
    padding: 0 8px;
    width: 100%
}

.category-filters {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    flex: 1
}

.filter-pill {
    border: 1px solid var(--line);
    background: #fff;
    padding: 8px 14px;
    border-radius: 99px;
    font-weight: 700;
    font-size: .82rem;
    white-space: nowrap
}

.filter-pill.active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink)
}

.sort-select {
    width: 155px;
    border-radius: 12px;
    height: 46px;
    font-weight: 600
}

.results-row {
    display: flex;
    justify-content: space-between;
    color: var(--muted);
    margin-bottom: 22px
}

.results-row i {
    color: var(--coral)
}

.empty-state>i {
    font-size: 3rem;
    color: var(--brand)
}

.profile-hero {
    padding-top: 78px
}

.profile-cover {
    height: 440px;
    background-size: cover;
    background-position: center;
    position: relative
}

.back-link {
    position: absolute;
    top: 25px;
    color: #fff;
    background: rgba(20, 13, 25, .35);
    backdrop-filter: blur(10px);
    padding: 8px 14px;
    border-radius: 99px;
    font-weight: 700
}

.cover-credit {
    position: absolute;
    right: max(20px, calc((100% - 1176px)/2));
    bottom: 24px;
    color: #fff;
    font-size: .8rem
}

.profile-intro {
    min-height: 175px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 190px;
    border-bottom: 1px solid var(--line)
}

.profile-avatar {
    position: absolute;
    width: 158px;
    height: 158px;
    object-fit: cover;
    border-radius: 50%;
    border: 7px solid #fff;
    left: 0;
    top: -58px;
    box-shadow: 0 10px 35px rgba(25, 15, 33, .14)
}

.profile-identity h1 {
    font-size: 2.25rem;
    font-weight: 800;
    margin: 0
}

.verified-xl {
    font-size: 1.4rem;
    color: #658bff
}

.available-pill {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
    border: 1px solid #bfe8d2;
    color: #238154;
    background: #eefbf4;
    padding: 5px 9px;
    border-radius: 99px
}

.available-pill i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #36b879;
    margin-right: 4px
}

.profile-handle {
    color: var(--muted);
    margin: 3px 0
}

.profile-location {
    font-size: .82rem;
    color: var(--muted)
}

.profile-actions {
    margin-left: auto;
    display: flex;
    gap: 8px
}

.btn-icon {
    border: 1px solid var(--line);
    width: 47px;
    height: 47px
}

.profile-content {
    padding: 70px 0 110px
}

.profile-section {
    padding-bottom: 60px
}

.profile-section h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 10px 0 18px
}

.profile-section>p {
    color: var(--muted);
    font-size: 1.02rem
}

.section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px
}

.work-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    grid-template-rows: 210px 210px;
    gap: 12px
}

.work-item {
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

.work-tall {
    grid-row: span 2
}

.work-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.work-item:after {
    content: "";
    position: absolute;
    inset: 50% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .5))
}

.work-item span {
    position: absolute;
    z-index: 2;
    bottom: 14px;
    left: 14px;
    color: white;
    font-weight: 700;
    font-size: .8rem
}

.profile-sidebar {
    position: sticky;
    top: 105px
}

.stats-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--line);
    border-radius: 18px;
    margin-bottom: 15px
}

.stats-card div {
    text-align: center;
    padding: 18px 5px;
    border-right: 1px solid var(--line)
}

.stats-card div:last-child {
    border: 0
}

.stats-card strong {
    font-family: Manrope;
    font-size: 1.12rem;
    display: block
}

.stats-card span {
    font-size: .68rem;
    color: var(--muted)
}

.collab-card {
    background: #f2ecff;
    border-radius: 23px;
    padding: 28px;
    text-align: center
}

.collab-icon {
    width: 54px;
    height: 54px;
    background: #fff;
    color: var(--brand);
    border-radius: 17px;
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    font-size: 1.4rem
}

.collab-card h3 {
    font-size: 1.3rem;
    font-weight: 800
}

.collab-card p {
    font-size: .88rem;
    color: var(--muted)
}

.collab-card small {
    display: block;
    color: var(--muted);
    margin-top: 10px
}

.profile-links {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 5px 16px;
    margin-top: 15px
}

.profile-links a,
.profile-links button {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--ink);
    padding: 13px 2px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    width: 100%;
    text-align: left
}

.profile-links a:last-child,
.profile-links button:last-child {
    border: 0
}

.profile-links>a>i:first-child,
.profile-links>button>i:first-child {
    font-size: 1.2rem
}

.profile-links span {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    flex: 1
}

.profile-links small {
    color: var(--muted);
    font-weight: 400;
    font-size: .72rem
}

@media(max-width:991.98px) {
    .creator-nav {
        height: auto;
        min-height: 70px
    }

    .navbar-collapse {
        padding: 15px 0 20px
    }

    .nav-actions {
        margin-top: 10px
    }

    .min-vh-hero {
        padding: 80px 0
    }

    .hero-collage {
        max-width: 560px;
        margin: auto
    }

    .hero-copy {
        text-align: center
    }

    .hero-search,
    .hero-lead {
        margin-left: auto;
        margin-right: auto
    }

    .hero-proof {
        justify-content: center
    }

    .filter-bar {
        top: 70px;
        flex-wrap: wrap
    }

    .directory-search {
        width: 100%
    }

    .category-filters {
        order: 3;
        width: 100%
    }

    .profile-intro {
        padding: 115px 0 35px;
        align-items: flex-start;
        min-height: 280px
    }

    .profile-avatar {
        left: 20px
    }

    .profile-actions {
        position: absolute;
        right: 0;
        top: 30px
    }

    .profile-sidebar {
        position: static
    }

    .join-card {
        padding: 45px
    }

    .footer-panel {
        padding: 40px 35px 24px
    }
}

@media(max-width:767.98px) {
    .hero-copy h1 {
        font-size: 3.25rem
    }

    .hero-search {
        flex-wrap: wrap
    }

    .hero-search input {
        width: calc(100% - 30px);
        flex: auto
    }

    .hero-search .btn {
        width: 100%
    }

    .hero-collage {
        height: 430px
    }

    .section-space {
        padding: 72px 0
    }

    .category-card {
        min-height: 150px
    }

    .join-card {
        padding: 35px 25px
    }

    .profile-cover {
        height: 330px
    }

    .profile-intro {
        padding: 108px 0 30px
    }

    .profile-avatar {
        width: 130px;
        height: 130px;
        top: -45px
    }

    .profile-actions {
        top: 20px
    }

    .profile-actions .btn-brand {
        font-size: 0;
        width: 47px
    }

    .profile-actions .btn-brand i {
        font-size: 1rem;
        margin: 0 !important
    }

    .profile-identity h1 {
        font-size: 1.75rem
    }

    .available-pill {
        width: max-content
    }

    .work-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 300px 200px 200px
    }

    .work-tall {
        grid-row: auto
    }

    .footer-panel {
        border-radius: 24px
    }

    .directory-hero {
        padding-top: 140px
    }

    .sort-select {
        width: 130px
    }

    .category-filters {
        max-width: 100%
    }
}

@media(max-width:430px) {
    .hero-copy h1 {
        font-size: 2.75rem
    }

    .hero-collage {
        height: 370px
    }

    .card-main {
        width: 78%;
        height: 75%
    }

    .chip-trend {
        right: 0
    }

    .creator-meta {
        gap: 10px
    }

    .profile-identity .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 2px !important
    }

    .profile-intro {
        min-height: 310px
    }

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

    .join-doodle {
        display: none
    }
}

.creator-bio {
    color: var(--muted);
    font-size: 1.02rem;
    white-space: normal
}

.work-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eee9ff, #ffe9e4);
    font-size: 2.5rem;
    color: var(--brand)
}

.public-services {
    display: grid;
    gap: 10px
}

.public-service {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 16px;
    padding: 17px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 14px;
    transition: .2s
}

.public-service:hover {
    border-color: #cfc4ff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(50, 30, 70, .08)
}

.public-service>span {
    width: 43px;
    height: 43px;
    border-radius: 12px;
    background: #eee9ff;
    color: var(--brand);
    display: grid;
    place-items: center
}

.public-service>div {
    flex: 1
}

.public-service h3 {
    font-size: .95rem;
    font-weight: 800;
    margin: 0
}

.public-service p {
    font-size: .75rem;
    color: var(--muted);
    margin: 2px 0
}

.public-service>strong {
    font-size: .78rem
}

.enquiry-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(21, 14, 26, .65);
    backdrop-filter: blur(5px);
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 20px;
    overflow: auto
}

.enquiry-modal {
    background: #fff;
    border-radius: 23px;
    width: 100%;
    max-width: 720px;
    padding: 30px;
    position: relative;
    max-height: 92vh;
    overflow: auto
}

.enquiry-modal h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 5px 0
}

.enquiry-modal>p {
    color: var(--muted);
    font-size: .85rem
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    background: #f4f1f5;
    width: 36px;
    height: 36px;
    border-radius: 50%
}

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

.public-form label {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.public-form label span {
    font-size: .72rem;
    font-weight: 700
}

.public-form small {
    color: #dc5260;
    font-size: .66rem
}

.public-form .full {
    grid-column: 1/-1
}

.dynamic-work .work-item {
    display: block
}

.alert-success {
    border-radius: 12px
}

@media(max-width:600px) {
    .public-form {
        grid-template-columns: 1fr
    }

    .public-form .full {
        grid-column: auto
    }

    .public-service {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .public-service>div {
        min-width: calc(100% - 60px)
    }

    .enquiry-modal {
        padding: 24px 18px
    }
}
