@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap');

.home-home {
    --crimson: #8b1a1a;
    --crimson-deep: #6b1212;
    --gold: #c8a84b;
    --ivory: #faf7f2;
    --ink: #2a1e15;
    --text: #5c4a3a;
    --muted: #8a7060;
    font-family: 'Outfit', sans-serif;
    color: var(--text);
}

.home-home h1,
.home-home h2,
.home-home h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--ink);
}

.home-home section {
    padding: 86px 0;
}

.home-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.home-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-reveal-delay-1 {
    transition-delay: 0.1s;
}

.home-reveal-delay-2 {
    transition-delay: 0.2s;
}

.home-reveal-delay-3 {
    transition-delay: 0.3s;
}

.home-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--crimson);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.home-eyebrow--center {
    display: block;
    text-align: center;
}

.home-eyebrow--light {
    color: #f0d898;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.home-btn--gold {
    background: var(--gold);
    color: var(--crimson-deep);
}

.home-btn--gold:hover {
    background: #ddbe6d;
}

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

.home-btn--outline:hover {
    background: rgba(255, 255, 255, 0.08);
}

.home-btn--primary {
    background: var(--crimson);
    color: #fff;
}

.home-btn--primary:hover {
    background: #a32323;
}

.home-btn--block {
    width: 100%;
}

.home-hero {
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    padding: 100px 0 70px !important;
}

.home-hero__bg,
.home-hero__overlay {
    position: absolute;
    inset: 0;
}

.home-hero__deco {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 42%;
    border-left: 1px solid rgba(200, 168, 75, 0.12);
    background: linear-gradient(105deg, transparent 0%, rgba(200, 168, 75, 0.05) 100%);
    pointer-events: none;
}

.home-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__overlay {
    background: linear-gradient(100deg, rgba(107, 18, 18, 0.95) 0%, rgba(107, 18, 18, 0.72) 58%, rgba(107, 18, 18, 0.45) 100%);
}

.home-hero .container {
    position: relative;
    z-index: 1;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 56px;
    align-items: start;
}

.home-hero__content {
    align-self: start;
}

.home-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
}

.home-chip__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
}

.home-hero__content h1 {
    color: #fff;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.08;
    margin: 0 0 10px;
    font-weight: 700;
}

.home-hero__content h1 span {
    display: block;
    color: var(--gold);
    font-size: clamp(36px, 4.4vw, 58px);
}

.home-hero__content p {
    color: rgba(255, 255, 255, 0.76);
    max-width: 500px;
    margin: 0 0 34px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}

.home-hero__actions {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.home-hero__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}

.home-hero__trust li {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.home-hero__trust li svg {
    width: 15px;
    height: 15px;
    color: var(--gold);
    flex-shrink: 0;
}

.home-quick-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 22px 60px rgba(53, 14, 14, 0.28);
    border: 1px solid rgba(200, 168, 75, 0.15);
}

.home-quick-card h3 {
    margin: 0 0 6px;
    color: var(--crimson);
    font-size: 20px;
    font-weight: 700;
}

.home-quick-card p {
    margin: 0 0 22px;
    font-size: 12.5px;
    color: var(--muted);
}

.home-field {
    margin-bottom: 14px;
}

.home-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 11.5px;
    font-weight: 600;
    color: #6d5847;
}

.home-field select,
.home-field input {
    width: 100%;
    border: 1.5px solid #ded5c7;
    border-radius: 7px;
    min-height: 40px;
    padding: 10px 14px;
    background: #faf7f2;
    color: #3d2e22;
    font-size: 13.5px;
}

.home-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%238a7060' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px 6px;
}

.home-gcc {
    margin-bottom: 12px;
    border: 1px solid rgba(139, 26, 26, 0.18);
    border-radius: 9px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    background: #fff8f1;
}

.home-gcc strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--crimson);
    font-size: 12.5px;
}

.home-gcc strong svg {
    width: 14px;
    height: 14px;
    color: var(--gold);
    flex-shrink: 0;
}

.home-gcc span {
    font-size: 11px;
    color: var(--muted);
}

.home-switch {
    width: 42px;
    height: 23px;
    display: block;
    position: relative;
    flex-shrink: 0;
}

.home-switch input {
    opacity: 0;
    position: absolute;
}

.home-switch span {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: #ceb7a8;
}

.home-switch span::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    top: 3px;
    left: 3px;
    transition: transform 0.2s ease;
}

.home-switch input:checked+span {
    background: var(--crimson);
}

.home-switch input:checked+span::after {
    transform: translateX(19px);
}

.home-gcc-extra {
    display: none;
}

.home-gcc-extra.is-active {
    display: block;
}

.home-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.home-card-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 11.5px;
    color: #b09880;
}

.home-card-secure svg {
    width: 12px;
    height: 12px;
    color: var(--gold);
}

.home-btn svg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.home-stats {
    padding: 0 !important;
    background: var(--crimson-deep);
}

.home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-stats__grid>div {
    text-align: center;
    padding: 28px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.home-stats__grid>div:last-child {
    border-right: 0;
}

.home-stats strong {
    color: var(--gold);
    display: block;
    font-size: 34px;
    font-family: 'Cormorant Garamond', serif;
}

.home-stats span {
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
}

.home-gcc-section {
    position: relative;
    overflow: hidden;
}

.home-gcc-section::before {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(200, 168, 75, 0.06);
    pointer-events: none;
}

.home-gcc-section::after {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(200, 168, 75, 0.04);
    pointer-events: none;
}

.home-gcc-section h2,
.home-gcc-section p,
.home-gcc-section li {
    color: #6b1212;
}

.home-gcc-section__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.home-eyebrow--gold {
    color: #f0d898;
}

.home-gcc-content h2 {
    color: #6b1212;
    font-size: clamp(34px, 3.2vw, 46px);
    margin: 0 0 14px;
}

.home-gcc-line {
    width: 44px;
    height: 3px;
    background: #c8a84b;
    border-radius: 2px;
    margin-bottom: 24px;
}

.home-gcc-content p {
    color: #222;
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0 0 24px;
}

.home-gcc-features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-gcc-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: #222;
    line-height: 1.6;
}

.home-gcc-features li svg {
    width: 18px;
    height: 18px;
    color: #c8a84b;
    flex-shrink: 0;
    margin-top: 2px;
}

.home-btn--gcc {
    color: #6b1212;
    font-weight: 700;
}

.home-gcc-cards article {
    border: 1px solid rgba(200, 168, 75, 0.18);
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.07);
    transition: background 0.2s, border-color 0.2s;
}

.home-gcc-cards article:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(200, 168, 75, 0.35);
}

.home-gcc-flag {
    font-size: 22px;
    margin-bottom: 8px;
}

.home-gcc-cards strong {
    display: block;
    color: #6b1212;
    margin-bottom: 6px;
    font-size: 14.5px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.home-gcc-cards span {
    color: #222;
    font-size: 13px;
    line-height: 1.6;
}

.home-process {
    background: var(--ivory);
}

.home-process h2 {
    text-align: center;
    margin: 0;
    color: #2a1e15;
    font-size: clamp(38px, 3.1vw, 46px);
    line-height: 1.15;
    font-weight: 700;
}

.home-process__line {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: #8b1a1a;
    margin: 12px auto 42px;
}

.home-advantages h2,
.home-visa h2,
.home-nationality h2 {
    text-align: center;
    margin: 0 0 36px;
    font-size: clamp(30px, 3.2vw, 44px);
}

.home-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    position: relative;
}

.home-process__grid::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    opacity: 0.4;
    background: repeating-linear-gradient(90deg, #8b1a1a 0, #8b1a1a 6px, transparent 6px, transparent 14px);
}

.home-process__grid article {
    text-align: center;
    padding: 0 18px;
    position: relative;
    z-index: 1;
}

.home-process__grid span {
    display: inline-flex;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--crimson);
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    margin: 0 auto 22px;
    box-shadow: 0 0 0 8px rgba(139, 26, 26, 0.08), 0 2px 16px rgba(107, 18, 18, 0.08);
}

.home-process__grid h3 {
    margin: 0 0 8px;
    color: #2a1e15;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.home-process__grid p {
    margin: 0;
    color: #8a7060;
    font-size: 13.5px;
    line-height: 1.65;
}

.home-advantages {
    background: #f4efe8;
}

.home-advantages h2 {
    text-align: center;
    margin: 0;
    color: #2a1e15;
    font-size: clamp(38px, 3.1vw, 46px);
    line-height: 1.15;
    font-weight: 700;
}

.home-advantages__line {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: #8b1a1a;
    margin: 12px auto 42px;
}

.home-advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home-advantages article {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(139, 26, 26, 0.1);
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.22s ease;
}

.home-advantages article::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #8b1a1a, #c8a84b);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.home-advantages article:hover {
    border-color: rgba(139, 26, 26, 0.18);
    box-shadow: 0 8px 28px rgba(107, 18, 18, 0.12);
    transform: translateY(-3px);
}

.home-advantages article:hover::after {
    transform: scaleX(1);
}

.home-advantages__icon {
    width: 48px;
    height: 48px;
    border-radius: 11px;
    background: rgba(139, 26, 26, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.home-advantages__icon svg {
    width: 22px;
    height: 22px;
    color: #8b1a1a;
}

.home-advantages h3 {
    margin: 0 0 8px;
    color: #2a1e15;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.home-advantages p {
    margin: 0;
    color: #8a7060;
    font-size: 13.5px;
    line-height: 1.65;
}

.home-visa {
    background: #fff;
}

.home-visa h2 {
    text-align: center;
    margin: 0;
    color: #2a1e15;
    font-size: clamp(38px, 3.1vw, 46px);
    line-height: 1.15;
    font-weight: 700;
}

.home-visa__line {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: #8b1a1a;
    margin: 12px auto 34px;
}

.home-table-wrap {
    box-shadow: 0 2px 16px rgba(107, 18, 18, 0.08);
    border: 1px solid rgba(139, 26, 26, 0.14);
    border-radius: 12px;
    overflow: hidden;
}

.home-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.home-table-wrap th {
    background: var(--crimson);
    color: #fff;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 13px 16px;
}

.home-table-wrap td {
    padding: 12px 16px;
    font-size: 14px;
    color: #2a1e15;
    border-top: 1px solid rgba(139, 26, 26, 0.08);
}

.home-table-wrap tr:nth-child(even) {
    background: rgba(139, 26, 26, 0.018);
}

.home-table-wrap tr:hover {
    background: rgba(139, 26, 26, 0.04);
}

.home-table-wrap td:first-child {
    font-weight: 600;
}

.home-table-wrap td:last-child {
    font-size: 13px;
    color: #8a7060;
}

.home-badge-pop {
    display: inline-block;
    background: rgba(200, 168, 75, 0.14);
    color: #8b1a1a;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 8px;
    margin-left: 8px;
    vertical-align: middle;
    letter-spacing: 0.03em;
}

.home-note {
    margin-top: 14px;
    font-size: 12px;
    color: var(--muted);
    display: flex;
    gap: 6px;
    align-items: flex-start;
    line-height: 1.5;
}

.home-note svg {
    width: 13px;
    height: 13px;
    color: #8a7060;
    flex-shrink: 0;
    margin-top: 2px;
}

.home-nationality {
    background: #6b1212;
    position: relative;
    overflow: hidden;
}

.home-nationality::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 50%, rgba(200, 168, 75, 0.07) 0%, transparent 60%);
    pointer-events: none;
}

.home-nationality h2,
.home-nationality p {
    color: #fff;
}

.home-nationality h2 {
    text-align: center;
    margin: 0;
    color: #faf7f2;
    font-size: clamp(38px, 3.1vw, 46px);
    line-height: 1.15;
    font-weight: 700;
}

.home-nationality__line {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: #c8a84b;
    margin: 12px auto 14px;
}

.home-nationality p {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.45;
}

.home-nationality__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-flag-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 22px 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
}

.home-flag-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(200, 168, 75, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.home-flag-emoji {
    font-size: 32px;
    display: block;
    margin-bottom: 9px;
    line-height: 1;
}

.home-flag-name {
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    display: block;
    margin-bottom: 4px;
}

.home-flag-link {
    font-size: 11px;
    color: #c8a84b;
    display: block;
}

.home-about {
    background: #fff;
}

.home-about__grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 72px;
    align-items: start;
}

.home-about__left h2 {
    margin: 0 0 18px;
    color: #2a1e15;
    font-size: clamp(38px, 3.1vw, 46px);
    line-height: 1.15;
    font-weight: 700;
}

.home-about__line {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: #8b1a1a;
    margin-bottom: 18px;
}

.home-about__left p {
    margin: 0 0 20px;
    color: #5c4a3a;
    font-size: 15.5px;
    line-height: 1.8;
}

.home-about-note {
    font-size: 12.5px !important;
    color: #b09880 !important;
    font-style: italic;
    margin-top: 22px !important;
    padding: 12px 16px;
    border-left: 3px solid rgba(139, 26, 26, 0.3);
    background: rgba(139, 26, 26, 0.03);
    border-radius: 0 6px 6px 0;
}

.home-mission-box {
    background: var(--crimson);
    border-radius: 16px;
    padding: 32px;
    position: sticky;
    top: 90px;
}

.home-mission-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.home-mission-icon-wrap svg {
    width: 20px;
    height: 20px;
    color: #c8a84b;
}

.home-mission-title {
    font-size: 32px;
    font-weight: 700;
    color: #faf7f2 !important;
    margin: 0 0 8px;
}

.home-mission-lead {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13.5px;
    line-height: 1.65;
}

.home-mission-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-mission-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #faf7f2;
}

.home-mission-list li svg {
    width: 17px;
    height: 17px;
    color: #c8a84b;
    flex-shrink: 0;
}

.home-faq {
    background: #f4efe8;
}

.home-faq h2 {
    text-align: center;
    margin: 6px 0 16px;
    font-size: clamp(34px, 3.2vw, 48px);
    color: var(--ink);
}

.home-faq__line {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: var(--crimson);
    margin: 0 auto 52px;
}

.home-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.home-faq__grid article {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(139, 26, 26, 0.10);
    overflow: hidden;
}

.home-faq__trigger {
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    background: none;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background .15s;
}

.home-faq__trigger:hover {
    background: rgba(139, 26, 26, 0.025);
}

.home-faq__icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(139, 26, 26, 0.08);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.home-faq__icon svg {
    width: 12px;
    height: 12px;
    color: var(--crimson);
    transition: transform .25s;
}

.home-faq__grid article.is-open .home-faq__icon {
    background: var(--crimson);
}

.home-faq__grid article.is-open .home-faq__icon svg {
    color: var(--ivory);
    transform: rotate(45deg);
}

.home-faq__content {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.70;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .2s;
    padding: 0 20px;
}

.home-faq__grid article.is-open .home-faq__content {
    max-height: 300px;
    padding: 0 20px 18px;
}

.home-cta {
    background: linear-gradient(118deg, #6b1212 0%, #8b1a1a 55%, #7a1616 100%);
    position: relative;
    overflow: hidden;
}

.home-cta::before {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(200, 168, 75, 0.08);
    pointer-events: none;
}

.home-cta::after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(200, 168, 75, 0.05);
    pointer-events: none;
}

.home-cta__inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.home-cta h2 {
    color: var(--ivory);
    font-size: clamp(32px, 3.6vw, 50px);
    margin: 0 0 12px;
}

.home-cta__lead {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.68);
    max-width: 540px;
    margin: 0 auto 34px;
    line-height: 1.72;
}

.home-cta__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.home-cta__note {
    margin-top: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.42);
}

.home-btn--lg {
    padding: 15px 34px;
    font-size: 15.5px;
}

.home-btn--outline-ivory {
    background: transparent;
    color: var(--ivory);
    border: 1.5px solid rgba(255, 255, 255, 0.38);
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.home-btn--outline-ivory:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.70);
}

.home-btn--outline-ivory svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.home-btn--gold svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ── Verified & Trusted ────────────────────────────────── */
.home-trust {
    background: #f9f6f1;
    text-align: center;
}

.home-trust h2 {
    margin: 6px 0 16px;
    font-size: clamp(34px, 3.2vw, 48px);
    color: var(--ink);
}

.home-trust__line {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: var(--crimson);
    margin: 0 auto 52px;
}

.home-trust__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    text-align: left;
}

/* Reviews card */
.home-trust-reviews {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 16px rgba(42, 30, 21, 0.06);
}

.home-trust-rating {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0ebe3;
}

.home-trust-tp-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.home-trust-tp-logo svg {
    width: 48px;
    height: 48px;
    display: block;
}

.home-trust-score {
    font-size: 28px;
    font-weight: 700;
    color: var(--ink);
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
    margin-bottom: 4px;
}

.home-trust-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 6px;
}

.home-trust-stars svg,
.home-trust-review__stars svg {
    width: 16px;
    height: 16px;
}

.home-trust-meta {
    font-size: 13px;
    color: var(--muted);
}

.home-trust-tp-name {
    color: #00b67a;
    font-weight: 600;
}

/* Individual reviews */
.home-trust-review-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-trust-review {
    background: #f9f6f1;
    border-radius: 10px;
    padding: 16px 18px;
}

.home-trust-review__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 8px;
}

.home-trust-review__quote {
    font-size: 13.5px;
    color: var(--text);
    line-height: 1.65;
    margin: 0 0 10px;
}

.home-trust-review__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
}

.home-trust-review__author {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
}

.home-trust-review__location {
    font-size: 12px;
    color: var(--muted);
}

.home-trust-review__date {
    font-size: 12px;
    color: var(--muted);
    white-space: nowrap;
}

/* Security card */
.home-trust-security {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 16px rgba(42, 30, 21, 0.06);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-trust-security__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
}

.home-trust-security__title svg {
    width: 20px;
    height: 20px;
    color: var(--crimson);
    flex-shrink: 0;
}

.home-trust-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.home-trust-badge {
    background: #f9f6f1;
    border: 1px solid #ede8e0;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.home-trust-badge__icon {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 4px;
}

.home-trust-badge__name {
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: 0.03em;
}

.home-trust-badge__desc {
    font-size: 11.5px;
    color: var(--muted);
    margin-bottom: 6px;
}

.home-trust-badge__pill {
    display: inline-block;
    background: #e6f7f0;
    color: #00864f;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 20px;
}

.home-trust-security__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f9f6f1;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 13px;
    color: var(--text);
    line-height: 1.6;
}

.home-trust-security__note svg {
    width: 18px;
    height: 18px;
    color: var(--crimson);
    flex-shrink: 0;
    margin-top: 1px;
}

@media (max-width: 1024px) {
    .home-hero__grid,
    .home-gcc-section__grid,
    .home-about__grid,
    .home-trust__grid {
        grid-template-columns: 1fr;
    }

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

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

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

@media (max-width: 767px) {
    .home-home section {
        padding: 56px 0;
    }

    .home-hero {
        min-height: auto;
        padding-top: 74px !important;
    }

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

    .home-process__grid,
    .home-advantages__grid,
    .home-faq__grid,
    .home-trust__grid {
        grid-template-columns: 1fr;
    }

    .home-trust-reviews,
    .home-trust-security {
        padding: 22px;
    }

    .home-process__grid {
        gap: 28px;
    }

    .home-process__grid::before {
        display: none;
    }

    .home-hero__trust {
        grid-template-columns: 1fr;
    }

    .home-btn {
        width: 100%;
    }

    .home-field-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 6px;
    }

    .home-advantages article {
        padding: 22px;
    }
}

/* ============================================================
   ABOUT US PAGE  (abt- prefix)
   ============================================================ */

.abt-page {
    font-family: 'Outfit', sans-serif;
    color: #5c4a3a;
    overflow: hidden;
}

/* Reset existing site's section float/padding inside abt-page */
.abt-page section {
    float: none !important;
    width: auto !important;
    /*padding: 0 !important;*/
}

.abt-page h1,
.abt-page h2,
.abt-page h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #2a1e15;
}

/* ── Hero ─────────────────────────────────────────────────── */
.abt-hero {
    background: #fff !important;
    padding: 64px 24px 56px !important;
    text-align: center;
    float: none !important;
    width: auto !important;
}

.abt-hero__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8b1a1a;
    margin-bottom: 14px;
    display: block;
    font-family: 'Outfit', sans-serif;
}

.abt-hero__title {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    color: #2a1e15;
    line-height: 1.15;
    margin: 0 0 14px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.abt-hero__tagline {
    font-size: 15px;
    color: #8a7060;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    font-family: 'Outfit', sans-serif;
}

.abt-hero__since {
    font-size: 13px;
    color: #8b1a1a;
    font-weight: 600;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
}

.abt-hero__since::before,
.abt-hero__since::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #8b1a1a;
    opacity: 0.4;
}

/* ── Section base ─────────────────────────────────────────── */
.abt-section {
    padding: 64px 0 !important;
    background: #fff;
    float: none !important;
    width: auto !important;
    display: block;
}

.abt-section--alt {
    background: #f3f4f6 !important;
}

.abt-narrow {
    max-width: 780px;
    margin: 0 auto;
}

.abt-section__title {
    font-size: clamp(1.5rem, 3vw, 1.9rem);
    color: #2a1e15;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.abt-section__body {
    color: #374151;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 16px;
    font-family: 'Outfit', sans-serif;
}

.abt-section__body:last-child {
    margin-bottom: 0;
}

/* ── Mission Grid ─────────────────────────────────────────── */
.abt-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
}

.abt-mission-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #2a1e15;
    transition: box-shadow 0.2s, border-color 0.2s;
    font-family: 'Outfit', sans-serif;
}

.abt-mission-card:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.abt-check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #3a7d5a;
}

/* ── Steps List ───────────────────────────────────────────── */
.abt-steps-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.abt-steps-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
    font-family: 'Outfit', sans-serif;
}

.abt-step-number {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: rgba(139, 26, 26, 0.08);
    color: #8b1a1a;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    font-family: 'Outfit', sans-serif;
}

/* ── Important Notice ─────────────────────────────────────── */
.abt-notice-section {
    background: #fffbeb;
    padding: 64px 0;
    border-top: 1px solid #fde68a;
    border-bottom: 1px solid #fde68a;
    display: block;
    float: none;
    width: 100%;
}

.abt-notice-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    max-width: 820px;
    margin: 0 auto;
}

.abt-notice-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.abt-notice-icon {
    width: 40px;
    height: 40px;
    background: #fef3c7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #d97706;
}

.abt-notice-header h3 {
    font-size: 1.25rem;
    color: #2a1e15;
    margin: 0;
    font-weight: 700;
}

.abt-notice-body {
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 14px;
    font-family: 'Outfit', sans-serif;
}

.abt-notice-body strong {
    color: #2a1e15;
    font-weight: 600;
}

.abt-notice-body:last-child {
    margin-bottom: 0;
}

/* ── Why Choose Us ────────────────────────────────────────── */
.abt-why-section {
    background: #fff !important;
}

.abt-why-title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    color: #2a1e15;
    text-align: center;
    margin: 0 0 10px;
    letter-spacing: -0.015em;
    font-weight: 700;
}

.abt-why-subtitle {
    text-align: center;
    color: #8a7060;
    font-size: 15px;
    margin: 0 auto 44px;
    max-width: 500px;
    font-family: 'Outfit', sans-serif;
}

.abt-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.abt-why-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}

.abt-why-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
    transform: translateY(-2px);
}

.abt-why-icon {
    width: 40px;
    height: 40px;
    background: rgba(139, 26, 26, 0.07);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b1a1a;
    flex-shrink: 0;
}

.abt-why-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #2a1e15;
    line-height: 1.4;
    font-family: 'Outfit', sans-serif;
}

/* ── Customer Support ─────────────────────────────────────── */
.abt-support-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 620px;
    font-family: 'Outfit', sans-serif;
}

.abt-support-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.abt-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: 'Outfit', sans-serif;
}

.abt-btn--crimson {
    background: #8b1a1a;
    color: #fff;
}

.abt-btn--crimson:hover {
    background: #6b1212;
    color: #fff;
}

.abt-btn--green {
    background: #2d6a4f;
    color: #fff;
}

.abt-btn--green:hover {
    background: #1e4d38;
    color: #fff;
}

.abt-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

.abt-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #8a7060;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

.abt-trust-item svg {
    color: #b09880;
    flex-shrink: 0;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
    .abt-hero {
        padding: 48px 24px 40px;
    }

    .abt-section {
        padding: 48px 0;
    }

    .abt-notice-section {
        padding: 48px 0;
    }

    .abt-notice-card {
        padding: 24px 22px;
    }

    .abt-mission-grid {
        grid-template-columns: 1fr;
    }

    .abt-why-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .abt-why-grid {
        grid-template-columns: 1fr;
    }

    .abt-support-btns {
        flex-direction: column;
    }

    .abt-btn {
        justify-content: center;
    }

    .abt-trust-bar {
        gap: 16px;
    }
}
