/* ==================================================
   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: #666;
}


.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;
}
/* ==================================================
   SEO / ACCESSIBILITY / MOBILE ENHANCEMENTS
================================================== */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 10px;
    z-index: 9999;
    background: #fff;
    color: #111;
    padding: 10px 14px;
}
.skip-link:focus { left: 10px; }
.logo img { width: min(280px, 42vw); height: auto; }
.mobile-nav { display: none; color: #fff; }
.mobile-nav summary { cursor: pointer; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.mobile-nav nav { position: absolute; right: 20px; top: 64px; min-width: 200px; padding: 14px; background: #0b0b0b; border: 1px solid rgba(255,255,255,.15); }
.mobile-nav nav a { display: block; padding: 10px 8px; color: #fff; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }

.service-link { display: inline-block; margin-top: 22px; color: #C4C7CC; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }

.seo-services { background: #051120; padding: 110px 7%; }
.seo-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 45px; background: rgba(255,255,255,.12); }
.seo-link-grid a { display: flex; flex-direction: column; gap: 10px; min-height: 150px; padding: 28px; background: #081827; color: #C4C7CC; transition: .25s; }
.seo-link-grid a:hover { background: #0d2033; }
.seo-link-grid strong { font-family: "Cormorant Garamond", serif; font-size: 25px; font-weight: 500; }
.seo-link-grid span { color: #8e969f; font-size: 12px; line-height: 1.7; }

.faq-section { background: #0b0b0b; color: #C4C7CC; padding: 110px 7%; }
.faq-container { max-width: 980px; }
.faq-section details { border-top: 1px solid rgba(255,255,255,.15); padding: 20px 0; }
.faq-section details:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.faq-section summary { cursor: pointer; font-family: "Cormorant Garamond", serif; font-size: 24px; }
.faq-section details p { max-width: 800px; margin-top: 14px; color: #9da3aa; font-size: 13px; line-height: 1.8; }

.contact-mini a { color: #C4C7CC; font-size: 13px; line-height: 1.6; }
.copyright { justify-content: center !important; text-align: center; }
.copyright span:last-child { display: center; }

button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 2px solid #C4C7CC;
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .seo-link-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .nav-links { display: none; }
    .nav-button { display: none; }
    .mobile-nav { display: block; }
    .seo-services, .faq-section { padding: 80px 20px; }
    .seo-link-grid { grid-template-columns: 1fr; }
    .hero { min-height: 88vh; }
    .hero h1 { font-size: clamp(48px, 14vw, 76px); line-height: .9; letter-spacing: -2px; }
    .hero h1 span { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
.footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 767px) { .footer-grid { grid-template-columns: 1fr; } }


/* ==================================================
   VISA & KITAS GUIDE
================================================== */
.immigration-guide {
    background: #081827;
    color: #C4C7CC;
    padding: 120px 7%;
}

.immigration-guide-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
    margin-bottom: 70px;
}

.immigration-guide-heading > div { max-width: 760px; }
.immigration-guide-heading > p {
    max-width: 390px;
    color: #8e969f;
    font-size: 13px;
    line-height: 1.85;
}

.immigration-group + .immigration-group { margin-top: 80px; }
.immigration-group-heading { margin-bottom: 28px; }
.immigration-kicker {
    display: block;
    margin-bottom: 8px;
    color: #9a7437;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.4px;
}
.immigration-group-heading h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 500;
    line-height: 1;
    color: #C4C7CC;
}

.immigration-accordion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.08);
}

.immigration-item {
    background: #051120;
    color: #C4C7CC;
    min-width: 0;
}
.immigration-item[open] { background: #0b1d2e; }
.immigration-item summary {
    position: relative;
    min-height: 118px;
    padding: 27px 58px 25px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    list-style: none;
}
.immigration-item summary::-webkit-details-marker { display: none; }
.immigration-item summary::after {
    content: "+";
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    color: #C4C7CC;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 300;
}
.immigration-item[open] summary::after { content: "−"; }
.immigration-item summary span {
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    line-height: 1.05;
    color: #f0f1f2;
}
.immigration-item summary small {
    color: #77818d;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.immigration-item-body {
    padding: 0 28px 30px;
    border-top: 1px solid rgba(255,255,255,.06);
}
.immigration-item-body p {
    padding-top: 22px;
    color: #9aa2aa;
    font-size: 12px;
    line-height: 1.85;
}
.immigration-item-body a {
    display: inline-block;
    margin-top: 20px;
    color: #C4C7CC;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.immigration-item-body a:hover { color: #fff; }

.immigration-note {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 28px;
    margin-top: 30px;
    padding: 24px 28px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.12);
    margin-bottom: 30px;
}
.immigration-note strong {
    color: #C4C7CC;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.immigration-note p {
    color: #84909a;
    font-size: 11px;
    line-height: 1.75;
}

@media (max-width: 900px) {
    .immigration-guide-heading { flex-direction: column; align-items: flex-start; gap: 28px; }
    .immigration-guide-heading > p { max-width: 680px; }
}

@media (max-width: 767px) {
    .immigration-guide { padding: 80px 20px; }
    .immigration-guide-heading { margin-bottom: 50px; }
    .immigration-accordion-grid { grid-template-columns: 1fr; }
    .immigration-item summary { min-height: 105px; padding: 23px 52px 22px 22px; }
    .immigration-item summary::after { right: 21px; }
    .immigration-item summary span { font-size: 26px; }
    .immigration-item-body { padding: 0 22px 26px; }
    .immigration-note { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
}

/* ==================================================
   COMPANY SETUP & LICENSING GUIDE
================================================== */
.company-guide {
    background: #0b0b0b;
    color: #C4C7CC;
    padding: 120px 7%;
}

.company-guide-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
    margin-bottom: 70px;
}

.company-guide-heading > div { max-width: 760px; }
.company-guide-heading > p {
    max-width: 410px;
    color: #8e969f;
    font-size: 13px;
    line-height: 1.85;
}

.company-accordion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.08);
}

.company-item {
    min-width: 0;
    background: #111;
    color: #C4C7CC;
}
.company-item-wide { grid-column: 1 / -1; }
.company-item[open] { background: #171717; }
.company-item summary {
    position: relative;
    min-height: 118px;
    padding: 27px 58px 25px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    list-style: none;
}
.company-item summary::-webkit-details-marker { display: none; }
.company-item summary::after {
    content: "+";
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    color: #C4C7CC;
    font-size: 24px;
    font-weight: 300;
}
.company-item[open] summary::after { content: "−"; }
.company-item summary span {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    line-height: 1.05;
    color: #f0f1f2;
}
.company-item summary small {
    color: #777f87;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.company-item-body {
    padding: 0 28px 30px;
    border-top: 1px solid rgba(255,255,255,.06);
}
.company-item-body p {
    padding-top: 22px;
    color: #9aa2aa;
    font-size: 12px;
    line-height: 1.85;
}
.company-item-body a {
    display: inline-block;
    margin-top: 20px;
    color: #C4C7CC;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.company-item-body a:hover { color: #fff; }

.company-note {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 28px;
    margin-top: 48px;
    padding: 24px 28px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.12);
}
.company-note strong {
    color: #C4C7CC;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.company-note p {
    color: #84909a;
    font-size: 11px;
    line-height: 1.75;
}

@media (max-width: 900px) {
    .company-guide-heading { flex-direction: column; align-items: flex-start; gap: 28px; }
    .company-guide-heading > p { max-width: 680px; }
}

@media (max-width: 767px) {
    .company-guide { padding: 80px 20px; }
    .company-guide-heading { margin-bottom: 50px; }
    .company-accordion-grid { grid-template-columns: 1fr; }
    .company-item-wide { grid-column: auto; }
    .company-item summary { min-height: 105px; padding: 23px 52px 22px 22px; }
    .company-item summary::after { right: 21px; }
    .company-item summary span { font-size: 26px; }
    .company-item-body { padding: 0 22px 26px; }
    .company-note { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
}
