/* ==================================================
   RESET
================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    min-width: 320px;

    background: #051120;

    color: #111;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    overflow-x: hidden;
}


img {
    display: block;
    max-width: 100%;
}


a {
    color: inherit;
    text-decoration: none;
}


button,
input,
textarea,
select {
    font-family: inherit;
}



/* ==================================================
   NAVBAR
================================================== */

.navbar {

    position: relative;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 100;

    padding: 4px 2%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    /*background-color: #5C7191;*/

    color: #0F3040; /*Tulisan LEGAL LUXE kecil atas */
}

.logo {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 29px;

    letter-spacing: 4px;

    font-weight: 600;

    mix-blend-mode: multiply;

}


.logo span {
    color: #c8a96b;
}


.nav-links {

    display: flex;

    align-items: center;

    gap: 35px;
}


.nav-links a {

    color: #ddd;

    font-size: 10px;

    letter-spacing: 2px;

    text-transform: uppercase;

    transition: .3s;
}


.nav-links a:hover {
    color: #c8a96b;
}


/* Button Konsultasi Atas */
.nav-button {

    border: 1px solid #FFFFFF;

    color: #FFFFFF;

    padding: 11px 18px;

    font-size: 9px;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition: .3s;
}


.nav-button:hover {

    background: #c8a96b;

    color: #111;
}



/* ==================================================
   HERO
================================================== */

.hero {

    min-height: 100vh;

    position: relative;

    display: flex;

    align-items: center;

    padding: 140px 7% 80px;

    color: #C4C7CC; /*Tulisan LEGAL BESAR TENGAH */

    /* Background Utama */
    background:
        linear-gradient(
            rgba(5, 5, 5, 0.76),
            rgba(5, 5, 5, 0.88)
        ),
        url("images/background2.png")
;
    background-size: cover;

    background-position: flex;

    background-repeat: no-repeat;
}


.hero-content {
    max-width: 900px;
}


.eyebrow {

    color: #c8a96b;

    font-size: 10px;

    letter-spacing: 5px;

    margin-bottom: 22px;
}


.hero h1 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-weight: 500;

    font-size:
        clamp(70px, 11vw, 150px);

    line-height: .78;

    letter-spacing: -5px;
}


.hero h1 span {

    display: block;

    color: #C4C7CC; /*Tulisan LUXE BESAR TENGAH */

    font-style: italic;
}


.hero p {

    max-width: 530px;

    margin-top: 35px;

    color: #ccc;

    font-size: 14px;

    line-height: 1.9;
}


.hero-buttons {

    display: flex;

    gap: 12px;

    margin-top: 35px;
}


.btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    padding: 0 24px;

    font-size: 10px;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition: .3s;
}

/* Button Start Consultation*/
.btn-gold {

    background: #051120;

    color: #C4C7CC;
}


.btn-gold:hover {
    background: #6666;
}


.btn-outline {

    border: 1px solid rgba(255,255,255,.4);

    color: white;
}


.btn-outline:hover {

    border-color: #5C7191;

    color: #FFFFFF;
}



/* ==================================================
   GENERAL
================================================== */

section {
    width: 100%;
}


.section-container {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;
}

/* Label kecil di About*/
.section-label {

    color: #C4C7CC;

    font-size: 10px;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin-bottom: 18px;
}

/* Tulisan Immigration */
.section-title {

    font-family:
        "Cormorant Garamond",
        serif;

    font-weight: 500;

    font-size:
        clamp(48px, 6vw, 78px);

    line-height: .9;
    color: #C4C7CC;
}

/*Label Besar Di About*/
.section-title span {

    color: #C4C7CC;

    font-style: italic;
}



/* ==================================================
   ABOUT
================================================== */

.about {

    background: #051120;

    padding: 120px 7%;
}


.about-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: center;
}


.about-image {

    position: relative;

    padding: 15px 15px 0 0;
}


.about-image::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 1px solid #051120;
}


.image-frame {

    position: relative;

    z-index: 1;
}


.about-image img {

    width: 100%;

    height: 550px;

    object-fit: cover;
}


.about-content p {

    color: #C4C7CC;

    font-size: 14px;

    line-height: 1.9;

    margin-top: 28px;
}


.text-link {

    display: inline-block;

    margin-top: 35px;

    color: #9a7437;

    font-size: 10px;

    letter-spacing: 2px;

    font-weight: 600;
}



/* ==================================================
   SERVICES
================================================== */

.services {

    background: #111;

    color: white;

    padding: 120px 7%;
}


.services-heading {

    display: flex;

    justify-content: space-between;

    gap: 50px;

    align-items: end;

    margin-bottom: 60px;
}


.services-heading > p {

    max-width: 350px;

    color: #888;

    font-size: 13px;

    line-height: 1.8;
}


.service-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 1px;

    background: #292929;
}


.service-card {

    min-height: 300px;

    padding: 35px;

    background: #111;

    transition: .3s;
}


.service-card:hover {
    background: #171717;
}

/* Number kecil Di service */
.service-number {

    color: #C4C7CC;

    font-size: 11px;

    letter-spacing: 2px;

    margin-bottom: 50px;
}


.service-card h3 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 32px;

    font-weight: 500;

    margin-bottom: 15px;
}


.service-card p {

    color: #777;

    font-size: 12px;

    line-height: 1.8;
}



/* ==================================================
   CONSULTANTS
================================================== */

.consultants {

    background: #1F2631;

    padding: 120px 7%;
}


.consultant-heading {

    display: flex;

    justify-content: space-between;

    gap: 50px;

    align-items: end;

    margin-bottom: 60px;
}


.consultant-heading > p {

    max-width: 350px;

    color: #666;

    font-size: 13px;

    line-height: 1.8;
}


.consultant-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


.consultant-card {

    overflow: hidden;

    background: white;
}


.consultant-photo {

    height: 480px;

    overflow: hidden;

    background: #ddd;
}


.consultant-photo img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .6s ease;
}


.consultant-card:hover
.consultant-photo img {

    transform: scale(1.04);
}


.consultant-info {
    padding: 25px;
}


.consultant-role {

    color: black;

    font-size: 9px;

    letter-spacing: 2px;

    margin-bottom: 10px;
}


.consultant-info h3 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 30px;

    font-weight: 500;
}


.consultant-info p {

    color: #777;

    font-size: 11px;

    margin-top: 7px;
}



/* ==================================================
   STATS
================================================== */

.stats {

    padding: 65px 7%;

    background: #0b0b0b;

    color: white;
}


.stats-grid {

    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}


.stat {
    text-align: center;
}

/*Status */
.stat h3 {

    color: #C4C7CC;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 52px;

    font-weight: 500;
}


.stat p {

    color: #777;

    font-size: 8px;

    letter-spacing: 2px;

    margin-top: 5px;
}



/* ==================================================
   CONSULTATION
================================================== */

.consultation-section {

    background: #051120; /* BACKGROUND KONSULTASI*/

    color: #111;

    padding: 120px 7%;
}


.consultation-container {

    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 80px;

    align-items: center;
}


.consultation-intro {
    max-width: 500px;
}

/* Tulisan lets Discuss*/
.consultation-intro h2 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        clamp(50px, 6vw, 76px);

    line-height: .9;

    font-weight: 500;
    color: #C4C7CC;
}

/*Label Bawah */

.consultation-intro h2 span {

    display: block;

    color: #C4C7CC;

    font-style: italic;
}


.consultation-intro > p {

    margin-top: 30px;

    color: #666;

    font-size: 14px;

    line-height: 1.9;
}


.consultation-line {

    width: 80px;

    height: 1px;

    background: #C4C7CC;

    margin: 35px 0;
}


.contact-mini {

    display: flex;

    flex-direction: column;

    gap: 18px;
}


.contact-mini div {

    display: flex;

    flex-direction: column;

    gap: 4px;
}


.contact-mini strong {

    color: #FFFFFF;

    font-size: 10px;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.contact-mini span {

    color: #C4C7CC;

    font-size: 13px;
}



/* ==================================================
   FORM
================================================== */

.consultation-form-wrapper {

    padding: 45px;

    background: #111;

    box-shadow:
        0 25px 70px
        rgba(0,0,0,.15);
}


.form-group {
    margin-bottom: 20px;
}

/* label Konsultasi Box*/
.form-group label {

    display: block;

    color: #C4C7CC;

    font-size: 9px;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 8px;
}


.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;

    padding: 14px 15px;

    border: 1px solid rgba(255,255,255,.14);

    outline: none;

    border-radius: 0;

    background: #181818;

    color: white;

    font-size: 13px;

    transition: border-color .3s ease;
}


.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #666;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #C4C7CC;
}


.form-group textarea {

    min-height: 140px;

    resize: vertical;

    line-height: 1.7;
}


.form-group select {
    color: #aaa;
}


.form-group select option {

    color: white;

    background: #181818;
}



/* ==================================================
   CHECKBOX
================================================== */

/*
   JANGAN menggunakan:
   appearance: none;

   pada checkbox.
   Itu membuat tanda centang bawaan
   browser hilang.
*/

.form-checkbox {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin: 8px 0 25px;
}


.form-checkbox input[type="checkbox"] {

    width: 20px;

    height: 20px;

    min-width: 20px;

    margin: 1px 0 0 0;

    padding: 0;

    cursor: pointer;

    accent-color: #C4C7CC; /* warna checkbox */

    appearance: auto;

    -webkit-appearance: checkbox;
}


.form-checkbox label {

    color: #999;

    font-size: 10px;

    line-height: 1.7;

    cursor: pointer;
}


.form-checkbox input[type="checkbox"]:focus {

    outline: 2px solid #c8a96b;

    outline-offset: 2px;
}



/* ==================================================
   BUTTON
================================================== */

.consultation-actions {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;
}


.consult-btn {

    min-height: 54px;

    border: 1px solid rgba(200,169,107,.4);

    background: #111;

    color: white;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}


.consult-btn:hover {

    transform: translateY(-2px);

    background: #1c1c1c;

    border-color: #C4C7CC;
}


.consult-btn:active {

    transform: translateY(0);

}


.whatsapp-btn:hover {

    border-color: #25D366;

    color: #25D366;
}


.email-btn:hover {

    border-color: #C4C7CC;

    color: #c8a96b;
}


.instagram-btn:hover {

    border-color: #E1306C;

    color: #E1306C;
}


.facebook-btn:hover {

    border-color: #1877F2;

    color: #1877F2;
}


.form-status {

    min-height: 20px;

    margin-top: 15px;

    color: #C4C7CC;

    font-size: 11px;

    line-height: 1.6;

    text-align: center;
}



/* ==================================================
   FOOTER
================================================== */

footer {

    background: #080808;

    color: white;

    padding: 70px 7% 25px;
}


.footer-grid {

    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    gap: 50px;

    padding-bottom: 60px;
}


.footer-logo {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 32px;

    letter-spacing: 4px;
}

/* Logo legal Luxe Footer*/
.footer-logo span {
    color: #C4C7CC;
}


.footer-grid p {

    max-width: 300px;

    color: #666;

    font-size: 12px;

    line-height: 1.8;

    margin-top: 15px;
}


.footer-grid h4 {

    color: #C0C0C0;

    font-size: 9px;

    letter-spacing: 2px;

    margin-bottom: 18px;
}


.footer-grid a {

    display: block;

    width: fit-content;

    color: #777;

    font-size: 11px;

    margin-bottom: 12px;

    transition: color .3s ease;
}


.footer-grid a:hover {
    color: white;
}


.copyright {

    max-width: 1200px;

    margin: auto;

    padding-top: 22px;

    border-top: 1px solid #222;

    display: flex;

    justify-content: space-between;

    color: #555;

    font-size: 9px;

    letter-spacing: 1px;
}



/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .nav-links {
        gap: 18px;
    }


    .about-grid {
        gap: 45px;
    }


    .about-image img {
        height: 450px;
    }


    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .consultant-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .consultant-card:last-child {

        grid-column: 1 / -1;

        max-width: calc(50% - 12px);

        margin: auto;
    }


    .consultation-container {

        grid-template-columns: 1fr;

        gap: 55px;
    }


    .consultation-intro {
        max-width: 700px;
    }

}



/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .navbar {
        padding: 20px;
    }


    .nav-links {
        display: none;
    }


    .nav-button {
        padding: 9px 13px;
    }


    .hero {
        padding: 130px 20px 70px;
    }


    .hero h1 {

        font-size:
            clamp(65px, 18vw, 95px);

        letter-spacing: -3px;
    }


    .hero-buttons {
        flex-direction: column;
    }


    .btn {
        width: 100%;
    }


    .about,
    .services,
    .consultants,
    .consultation-section {

        padding: 80px 20px;
    }


    .about-grid {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    .about-image img {
        height: 400px;
    }


    .services-heading,
    .consultant-heading {

        flex-direction: column;

        align-items: flex-start;
    }


    .service-grid {
        grid-template-columns: 1fr;
    }


    .consultant-grid {
        grid-template-columns: 1fr;
    }


    .consultant-card:last-child {

        grid-column: auto;

        max-width: none;

        margin: 0;
    }


    .consultant-photo {
        height: 430px;
    }


    .stats {
        padding: 55px 20px;
    }


    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }


    .consultation-form-wrapper {
        padding: 28px 20px;
    }


    .consultation-actions {
        grid-template-columns: 1fr;
    }


    .footer-grid {
        grid-template-columns: 1fr;
    }


    .copyright {

        flex-direction: column;

        gap: 10px;

        text-align: center;
    }

}



/* ==================================================
   SMALL PHONE
================================================== */

@media (max-width: 380px) {

    .logo {

        font-size: 21px;

        letter-spacing: 3px;
    }


    .nav-button {

        font-size: 8px;

        padding: 8px 10px;
    }


    .hero h1 {
        font-size: 58px;
    }


    .consultation-form-wrapper {
        padding: 23px 16px;
    }


    .consultant-photo {
        height: 380px;
    }


    .stat h3 {
        font-size: 38px;
    }

}



/* ==================================================
   SAFARI
================================================== */

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {

    -webkit-appearance: none;

    appearance: none;
}


/*
   Checkbox sengaja TIDAK masuk
   ke aturan appearance:none di atas.
*/

input[type="checkbox"] {

    -webkit-appearance: checkbox;

    appearance: auto;
}


button {

    -webkit-tap-highlight-color: transparent;
}