:root {
    --showcase-ink: #07101e;
    --showcase-blue: #137ee8;
    --showcase-gold: #d4af37;
    --showcase-paper: #f5f8fc;
    --showcase-line: rgba(12, 33, 60, .11);
}

.showcase-hero .showcase-client-orb {
    background-image: linear-gradient(145deg, rgba(8, 17, 32, .08), rgba(8, 17, 32, .2)), url('../assets/j.png');
}

.showcase-hero .showcase-gallery-orb {
    background-image: linear-gradient(145deg, rgba(8, 17, 32, .05), rgba(8, 17, 32, .2)), url('../assets/p4.png');
}

.showcase-hero .showcase-certificate-orb {
    background-image: linear-gradient(145deg, rgba(8, 17, 32, .03), rgba(8, 17, 32, .18)), url('../assets/a2.png');
}

.showcase-hero .showcase-contact-orb {
    background-image: linear-gradient(145deg, rgba(8,17,32,.04), rgba(8,17,32,.2)), url('../assets/corporate-globe-hero.png');
}

.showcase-section {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 8vw, 8.5rem) 0;
    background:
        linear-gradient(rgba(7, 16, 30, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 16, 30, .025) 1px, transparent 1px),
        var(--showcase-paper);
    background-size: 64px 64px;
}

.showcase-heading { max-width: 830px; margin-bottom: clamp(2.7rem, 5vw, 4.6rem); }
.showcase-eyebrow {
    display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.15rem;
    color: #97771c; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.showcase-eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--showcase-gold); }
.showcase-heading h2 { margin: 0; color: var(--showcase-ink); font-size: clamp(2.2rem, 4vw, 4.25rem); font-weight: 800; line-height: 1.04; letter-spacing: -.055em; }
.showcase-heading h2 em { color: var(--showcase-blue); font-style: normal; }
.showcase-heading p { max-width: 690px; margin: 1.35rem 0 0; color: #617086; font-size: 1.04rem; line-height: 1.75; }
.showcase-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.showcase-orb-one { width: 540px; height: 540px; top: 4%; right: -290px; border: 1px solid rgba(19,126,232,.12); box-shadow: 0 0 100px rgba(19,126,232,.08) inset; }
.showcase-orb-two { width: 620px; height: 620px; bottom: -340px; left: -310px; border: 1px solid rgba(212,175,55,.16); }

.client-logo-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.25rem; }
.client-logo-card {
    position: relative; min-height: 190px; padding: 1.7rem; overflow: hidden;
    border: 1px solid var(--showcase-line); border-radius: 20px; background: rgba(255,255,255,.88);
    box-shadow: 0 18px 50px rgba(10, 31, 57, .06); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.client-logo-card::after { content: ''; position: absolute; inset: auto -30% -55% 20%; height: 150px; border-radius: 50%; background: rgba(19,126,232,.06); filter: blur(22px); }
.client-logo-card:hover { transform: translateY(-9px); border-color: rgba(19,126,232,.32); box-shadow: 0 28px 65px rgba(10, 44, 80, .14); }
.client-card-number { position: absolute; top: 1rem; right: 1.2rem; color: #b8c2cf; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.client-logo-frame { display: grid; place-items: center; height: 135px; }
.client-logo-frame img { display: block; width: 100%; height: 82px; object-fit: contain; transition: filter .3s ease, transform .3s ease; }
.client-logo-card:hover img { filter: grayscale(0); transform: scale(1.04); }
.client-monogram { display: grid; place-items: center; width: 76px; height: 76px; border: 1px solid rgba(19,126,232,.18); border-radius: 22px; background: linear-gradient(145deg,#f4f9ff,#e5f1ff); color: #126ec5; font-size: 1.45rem; font-weight: 800; box-shadow: 0 15px 30px rgba(19,126,232,.12); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4.4rem; border-radius: 22px; background: #07111f; box-shadow: 0 24px 60px rgba(6,20,38,.2); }
.trust-strip div { position: relative; padding: 2rem 1.2rem; text-align: center; }
.trust-strip div:not(:last-child)::after { content: ''; position: absolute; top: 25%; right: 0; width: 1px; height: 50%; background: rgba(255,255,255,.12); }
.trust-strip strong { display: block; color: #fff; font-size: clamp(1.45rem,2.5vw,2.3rem); font-weight: 800; }
.trust-strip span { color: #94a4b9; font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.premium-gallery-grid { margin-top: 0; }
.gallery-tile { position: relative; display: block; width: 100%; height: 310px; padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: #0b1726; text-align: left; box-shadow: 0 20px 50px rgba(7,24,44,.13); cursor: zoom-in; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.gallery-tile:hover img { transform: scale(1.07); filter: saturate(1.08); }
.gallery-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,10,19,.9), rgba(3,10,19,.02) 62%); }
.gallery-tile-copy { position: absolute; z-index: 2; left: 1.7rem; right: 4rem; bottom: 1.55rem; color: #fff; }
.gallery-tile-copy small { display: block; margin-bottom: .35rem; color: #e5c65f; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gallery-tile-copy strong { display: block; font-size: 1.2rem; font-weight: 800; }
.gallery-expand { position: absolute; z-index: 3; right: 1.35rem; bottom: 1.4rem; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.11); color: #fff; backdrop-filter: blur(12px); transition: background .3s ease, transform .3s ease; }
.gallery-tile:hover .gallery-expand { background: var(--showcase-blue); transform: rotate(8deg); }

.showcase-cta-section { padding: 0 0 clamp(5rem,8vw,8rem); background: var(--showcase-paper); }
.showcase-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.2rem,5vw,4.5rem); overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 80% 20%,rgba(19,126,232,.24),transparent 35%),linear-gradient(130deg,#050c16,#0b1c30); box-shadow: 0 30px 70px rgba(5,18,35,.22); }
.showcase-cta span { color: #e2c561; font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.showcase-cta h2 { margin: .6rem 0 .65rem; color: #fff; font-size: clamp(1.9rem,3.5vw,3.4rem); font-weight: 800; letter-spacing: -.045em; }
.showcase-cta p { margin: 0; color: #9cabbf; }
.showcase-cta > a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .7rem; padding: 1rem 1.35rem; border-radius: 10px; background: linear-gradient(120deg,#caa12d,#e4ca6a); color: #10151d; font-weight: 800; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.showcase-cta > a:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(212,175,55,.25); }

.gallery-modal .modal-content { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: #050b13; box-shadow: 0 35px 90px rgba(0,0,0,.55); }
.gallery-modal .btn-close { position: absolute; z-index: 3; top: 1rem; right: 1rem; padding: .8rem; border-radius: 50%; background-color: rgba(0,0,0,.5); }
.gallery-modal img { display: block; width: 100%; max-height: 72vh; object-fit: contain; background: #02060b; }
.gallery-modal-copy { padding: 1.3rem 1.6rem 1.5rem; }
.gallery-modal-copy h3 { margin: 0 0 .3rem; color: #fff; font-size: 1.2rem; font-weight: 800; }
.gallery-modal-copy p { margin: 0; color: #96a5b8; }

.certificate-card { height: 100%; overflow: hidden; border: 1px solid var(--showcase-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(10,31,57,.07); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.certificate-card:hover { transform: translateY(-8px); border-color: rgba(19,126,232,.28); box-shadow: 0 28px 65px rgba(10,44,80,.14); }
.certificate-preview { position: relative; display: block; width: 100%; height: 320px; padding: 0; overflow: hidden; border: 0; background: #e9eef4; cursor: zoom-in; }
.certificate-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s ease; }
.certificate-preview:hover img { transform: scale(1.035); }
.certificate-preview > span { position: absolute; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(5,16,30,.76); color: #fff; backdrop-filter: blur(10px); }
.certificate-placeholder { position: relative; display: grid; place-items: center; align-content: center; gap: .9rem; height: 320px; overflow: hidden; background: linear-gradient(145deg,#edf4fb,#fff 55%,#f4eedc); color: #137ee8; }
.certificate-placeholder::before,.certificate-placeholder::after { content: ''; position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(19,126,232,.11); border-radius: 50%; }
.certificate-placeholder::after { width: 45%; border-color: rgba(212,175,55,.2); }
.certificate-placeholder i { position: relative; z-index: 1; font-size: 4.2rem; filter: drop-shadow(0 12px 18px rgba(19,126,232,.16)); }
.certificate-placeholder small { position: relative; z-index: 1; color: #7b899a; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.certificate-copy { padding: 1.4rem 1.45rem 1.55rem; }
.certificate-copy > span { color: #a38325; font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.certificate-copy h3 { min-height: 48px; margin: .55rem 0 .9rem; color: #101c2c; font-size: 1.03rem; font-weight: 800; line-height: 1.45; }
.certificate-copy small { display: flex; align-items: center; gap: .45rem; padding-top: .8rem; border-top: 1px solid rgba(10,31,57,.08); color: #79889a; font-weight: 700; }
.certificate-copy small i { color: #16835f; }
.certificate-assurance { display: flex; align-items: center; gap: 1.2rem; margin-top: 4rem; padding: 1.5rem 1.7rem; border: 1px solid rgba(19,126,232,.14); border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: 0 15px 40px rgba(10,31,57,.06); }
.certificate-assurance > i { display: grid; flex: 0 0 auto; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: #e7f2ff; color: #137ee8; font-size: 1.55rem; }
.certificate-assurance div { display: grid; gap: .25rem; }
.certificate-assurance strong { color: #101c2c; }
.certificate-assurance span { color: #758497; font-size: .9rem; }
.certificate-assurance a { display: inline-flex; align-items: center; gap: .55rem; margin-left: auto; color: #116fc9; font-weight: 800; text-decoration: none; white-space: nowrap; }

.contact-quick-grid { margin-bottom: clamp(3.5rem,6vw,5.5rem); }
.contact-quick-card { display: flex; flex-direction: column; min-height: 220px; height: 100%; padding: 1.5rem; border: 1px solid var(--showcase-line); border-radius: 20px; background: rgba(255,255,255,.9); color: inherit; text-decoration: none; box-shadow: 0 16px 45px rgba(10,31,57,.06); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.contact-quick-card:hover { color: inherit; transform: translateY(-7px); border-color: rgba(19,126,232,.28); box-shadow: 0 25px 55px rgba(10,44,80,.13); }
.contact-quick-card > i { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 1.25rem; border-radius: 14px; background: #e8f3ff; color: #137ee8; font-size: 1.35rem; }
.contact-quick-card > span { margin-bottom: .45rem; color: #a17e20; font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-quick-card strong { margin-top: auto; color: #101d2e; font-size: .96rem; overflow-wrap: anywhere; }
.contact-quick-card small { margin-top: .3rem; color: #7c8b9d; overflow-wrap: anywhere; }
.contact-main-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(320px,.7fr); gap: 1.5rem; align-items: start; }
.contact-form-panel,.contact-office-panel { overflow: hidden; border: 1px solid var(--showcase-line); border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(10,31,57,.07); }
.contact-panel-head { padding: 2.1rem 2.2rem; background: linear-gradient(135deg,#07111f,#0e2b4a); }
.contact-panel-head > span,.contact-office-copy > span { color: #e4c65e; font-size: .69rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-panel-head h2 { margin: .5rem 0; color: #fff; font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 800; }
.contact-panel-head p { margin: 0; color: #9dadbf; }
.contact-details-list { padding: .6rem 2.2rem 1rem; }
.contact-detail-row { display: grid; grid-template-columns: minmax(160px,.6fr) minmax(0,1.4fr); gap: 1.5rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(10,31,57,.09); }
.contact-detail-row:last-child { border-bottom: 0; }
.contact-detail-row > span { color: #768598; font-size: .84rem; font-weight: 700; }
.contact-detail-row strong { color: #152235; font-size: .9rem; line-height: 1.65; overflow-wrap: anywhere; }
.contact-detail-row a { color: #116fc9; text-decoration: none; }
.contact-detail-row a:hover { text-decoration: underline; }
.contact-form { position: relative; padding: 2.2rem; }
.contact-form label { display: block; margin-bottom: .55rem; color: #243348; font-size: .82rem; font-weight: 800; }
.contact-form label span { color: #d29d12; }
.contact-form input,.contact-form select,.contact-form textarea { display: block; width: 100%; border: 1px solid #d8e0e9; border-radius: 10px; background: #f8fafc; color: #132135; font: inherit; outline: 0; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.contact-form input,.contact-form select { height: 52px; padding: 0 .95rem; }
.contact-form textarea { min-height: 150px; padding: .9rem .95rem; resize: vertical; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: #1984ea; background: #fff; box-shadow: 0 0 0 4px rgba(19,126,232,.1); }
.contact-form input::placeholder,.contact-form textarea::placeholder { color: #9aa6b5; }
.contact-form button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .85rem 1.35rem; border: 0; border-radius: 10px; background: linear-gradient(120deg,#caa12d,#e4ca6a); color: #111820; font-weight: 800; box-shadow: 0 14px 28px rgba(212,175,55,.2); transition: transform .25s ease, box-shadow .25s ease; }
.contact-form button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(212,175,55,.28); }
.contact-form-alert { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.5rem; padding: .9rem 1rem; border-radius: 10px; font-size: .9rem; font-weight: 700; }
.contact-form-alert.is-success { border: 1px solid #b9e5d0; background: #ecfaf3; color: #15734f; }
.contact-form-alert.is-error { border: 1px solid #f0c4c4; background: #fff1f1; color: #a33535; }
.contact-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-office-visual { position: relative; display: grid; place-items: center; align-content: center; gap: .8rem; min-height: 270px; overflow: hidden; background: radial-gradient(circle at 50% 30%,rgba(26,137,245,.3),transparent 35%),linear-gradient(145deg,#06101e,#0c2947); color: #fff; }
.contact-office-visual::before,.contact-office-visual::after { content: ''; position: absolute; width: 230px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.contact-office-visual::after { width: 150px; border-color: rgba(212,175,55,.25); }
.contact-office-visual i { position: relative; z-index: 1; font-size: 4rem; color: #e5c75f; }
.contact-office-visual span { position: relative; z-index: 1; font-size: .73rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-office-copy { padding: 2rem; }
.contact-office-copy h2 { margin: .65rem 0 1rem; color: #111f31; font-size: 1.55rem; font-weight: 800; }
.contact-office-copy address { margin: 0 0 1.5rem; color: #647489; font-style: normal; line-height: 1.8; }
.contact-office-copy a { display: inline-flex; align-items: center; gap: .6rem; padding: .85rem 1rem; border-radius: 9px; background: #137ee8; color: #fff; font-weight: 800; text-decoration: none; }

.reveal-item { opacity: 0; transform: translateY(26px); transition: opacity .7s ease var(--delay,0ms), transform .7s ease var(--delay,0ms); }
.reveal-item.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
    .client-logo-grid { grid-template-columns: repeat(4,1fr); }
    .gallery-tile { height: 280px; }
}
@media (max-width: 991.98px) {
    .client-logo-grid { grid-template-columns: repeat(3,1fr); }
    .gallery-tile { height: 260px; }
    .showcase-cta { align-items: flex-start; flex-direction: column; }
    .contact-main-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
    .showcase-section { padding: 4.5rem 0; }
    .trust-strip { grid-template-columns: repeat(2,1fr); }
    .trust-strip div:nth-child(2)::after { display: none; }
    .gallery-tile { height: 270px; }
    .certificate-assurance { align-items: flex-start; flex-wrap: wrap; }
    .certificate-assurance a { width: 100%; margin: .35rem 0 0 4.65rem; }
}
@media (max-width: 575.98px) {
    .client-logo-grid { grid-template-columns: repeat(2,1fr); gap: .8rem; }
    .client-logo-card { min-height: 165px; padding: 1rem; }
    .client-logo-frame { height: 125px; }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-strip div:not(:last-child)::after { top: auto; right: 15%; bottom: 0; width: 70%; height: 1px; }
    .gallery-tile { height: 285px; }
    .certificate-preview,.certificate-placeholder { height: 350px; }
    .certificate-assurance a { margin-left: 0; }
    .contact-panel-head,.contact-details-list { padding-left: 1.25rem; padding-right: 1.25rem; }
    .contact-detail-row { grid-template-columns: 1fr; gap: .35rem; }
    .showcase-cta { border-radius: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .reveal-item { opacity: 1; transform: none; transition: none; }
}

.certificate-preview iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
    pointer-events: none;
}
.certificate-pdf-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem .75rem;
    border-radius: 999px;
    background: rgba(176, 35, 35, .9);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
}
.gallery-modal iframe {
    display: block;
    width: 100%;
    height: min(78vh, 820px);
    border: 0;
    background: #fff;
}
.gallery-modal img[hidden],
.gallery-modal iframe[hidden] {
    display: none;
}
.certificate-preview > .certificate-pdf-badge {
    left: 1rem;
    right: auto;
    bottom: 1rem;
    width: auto;
    height: auto;
    display: inline-flex;
    place-items: initial;
    border-radius: 999px;
}

.contact-office-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-office-visual span {
    align-self: end;
    margin-bottom: 1.2rem;
    padding: .65rem .9rem;
    border-radius: 999px;
    background: rgba(4, 14, 26, .72);
    color: #fff;
    backdrop-filter: blur(8px);
}
