@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-UltralightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --brand-navy: #05243d;
  --brand-navy-2: #0d3e62;
  --brand-gold: #d4b05f;
  --brand-gold-dark: #b99442;
  --brand-text: #1b2734;
  --brand-muted: #5f6f7c;
  --brand-soft: #eef4f7;
  --brand-white: #ffffff;
  --brand-shadow: 0 22px 60px rgba(5, 25, 42, 0.12);
}
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "SF Pro Display", sans-serif; color: var(--brand-text); background: #f8fbfd; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1,h2,h3,h4,h5,h6,.navbar-nav .nav-link,.btn,.section-label,.post-meta,.footer-title { font-family: "SF Pro Display", sans-serif; }
.section-pad { padding: 6rem 0; }
.section-light { background: #fbfdfe; }
.section-soft { background: radial-gradient(circle at top left, rgba(212,176,95,0.12), transparent 30%), linear-gradient(180deg, #eef5f8 0%, #f7fafc 100%); }
.section-label { display: inline-block; margin-bottom: 1rem; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand-gold-dark); }
.section-title { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; color: #16212b; }
.section-copy { font-size: 1.05rem; line-height: 1.8; color: var(--brand-muted); }
.section-copy.narrow { max-width: 760px; margin: 0 auto; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 1040; }
.site-header-solid .site-navbar, .site-navbar.scrolled { background: #05243d; box-shadow: 0 12px 30px rgba(7,20,35,0.18); }
.site-navbar { padding: 1.15rem 0; background: #05243d; backdrop-filter: none; box-shadow: 0 12px 30px rgba(7,20,35,0.18); }
.site-navbar > .container, .site-footer > .container { width: min(100% - 2rem, 1320px); max-width: 1320px; }
.site-logo img { width: min(248px, 42vw); }
.navbar-nav .nav-link { position: relative; padding: 0.35rem 0.2rem; font-size: 1.02rem; font-weight: 700; color: rgba(255,255,255,0.92); }
.navbar-nav .nav-link::after { content: ""; position: absolute; left: 0; bottom: -0.45rem; width: 100%; height: 3px; border-radius: 999px; background: #6fdd7d; transform: scaleX(0); transform-origin: center; transition: transform 0.25s ease; }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { transform: scaleX(1); }
.hero-section { position: relative; min-height: calc(100vh - 88px); display: flex; align-items: center; padding: 8.4rem 0 7.4rem; overflow: hidden; background: linear-gradient(90deg, rgba(4,39,66,0.95) 0%, rgba(4,39,66,0.92) 49%, rgba(4,39,66,0.28) 73%, rgba(4,39,66,0.02) 100%), url("../images/banner.jpeg") center center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,16,28,0.16), rgba(3,16,28,0.10)), radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 26%); }
.hero-content { position: relative; z-index: 1; padding-top: 1rem; }
.hero-kicker { margin-bottom: 1rem; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.82); }
.hero-title { max-width: 860px; margin: 0 auto 1.3rem; font-size: clamp(3.2rem, 7vw, 5.75rem); font-weight: 800; line-height: 0.92; letter-spacing: -0.045em; color: #ffffff; text-wrap: balance; }
.hero-lead { max-width: 930px; margin: 0 auto 2.1rem; font-size: clamp(1.08rem, 1.8vw, 1.55rem); font-weight: 700; line-height: 1.34; color: rgba(255,255,255,0.95); text-wrap: balance; }
.hero-actions { display: flex; justify-content: center; }
.hero-break { display: block; }
.hero-actions .btn-brand { min-width: 220px; padding: 1rem 1.9rem; border-radius: 10px; }
.hero-divider { position: absolute; inset: auto 0 0; height: 88px; background: #fbfdfe; clip-path: polygon(0 100%, 28% 18%, 100% 100%); }
.btn-brand,.btn-brand-outline,.btn-link-brand { font-family: "SF Pro Display", sans-serif; font-weight: 700; }
.btn-brand { padding: 0.95rem 1.7rem; border: none; border-radius: 14px; background: var(--brand-gold); color: #fff; box-shadow: 0 16px 40px rgba(212,176,95,0.34); }
.btn-brand:hover,.btn-brand:focus { color: #fff; background: var(--brand-gold-dark); }
.btn-brand-outline { display: inline-flex; align-items: center; justify-content: center; padding: 0.95rem 1.4rem; border: 2px solid rgba(212,176,95,0.45); border-radius: 14px; background: #fff; color: var(--brand-navy); text-decoration: none; }
.btn-brand-outline:hover { background: rgba(212,176,95,0.08); color: var(--brand-navy); }
.btn-link-brand { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0; color: var(--brand-gold-dark); text-decoration: none; font-size: 1rem; }
.btn-link-brand:hover { color: var(--brand-navy-2); }
.about-mosaic { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.about-tile { display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; padding: 0.75rem; overflow: hidden; border-radius: 24px; background: linear-gradient(180deg, #ffffff 0%, #eef4f7 100%); box-shadow: var(--brand-shadow); }
.about-tile img { width: 100%; height: 100%; margin: 0; object-fit: contain; }
.section-heading { margin-bottom: 2.8rem; }
.service-card { height: 100%; overflow: hidden; border-radius: 24px; background: #0d1724; box-shadow: var(--brand-shadow); }
.service-media { position: relative; height: 310px; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(1,9,18,0.88), rgba(1,9,18,0.15)); }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.service-body { position: relative; margin-top: -7.6rem; z-index: 1; padding: 0 1.5rem 1.6rem; }
.service-body h3 { margin-bottom: 0.65rem; font-size: 1.45rem; font-weight: 700; color: #fff; }
.service-body p { min-height: 3.4rem; margin-bottom: 1rem; color: rgba(255,255,255,0.82); line-height: 1.65; }
.service-link { display: inline-flex; align-items: center; padding: 0.78rem 1.05rem; border-radius: 12px; background: var(--brand-gold); color: #fff; text-decoration: none; font-family: "SF Pro Display", sans-serif; font-weight: 700; }
.process-head { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 1rem 1.5rem; margin-bottom: 2.2rem; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.process-card { padding: 1.6rem; border-radius: 20px; background: #fff; box-shadow: var(--brand-shadow); }
.process-number { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 1rem; border-radius: 16px; background: rgba(212,176,95,0.16); color: var(--brand-gold-dark); font-family: "SF Pro Display", sans-serif; font-size: 1.1rem; font-weight: 800; }
.process-card h3 { margin-bottom: 0.75rem; font-size: 1.1rem; font-weight: 700; color: #17222e; }
.process-card p { margin: 0; color: var(--brand-muted); line-height: 1.7; }
.projects-layout { display: grid; grid-template-columns: 1.25fr 0.95fr; gap: 0.9rem; min-height: 520px; }
.project-featured,.project-thumb,.gallery-card { position: relative; overflow: hidden; border-radius: 18px; cursor: pointer; }
.project-featured img,.project-thumb img,.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.project-featured::after,.project-thumb::after,.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,18,30,0.7), rgba(7,18,30,0)); }
.project-featured:hover img,.project-thumb:hover img,.gallery-card:hover img { transform: scale(1.06); }
.project-featured span { position: absolute; left: 1.35rem; bottom: 1.25rem; z-index: 1; font-family: "SF Pro Display", sans-serif; font-size: 1.05rem; font-weight: 700; color: #fff; }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
.gallery-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.gallery-card { aspect-ratio: 1 / 1; }
.advantage-card { height: 100%; padding: 0; border-radius: 28px; background: transparent; box-shadow: none; display: block; min-height: 0; }
.advantage-card img { width: 100%; max-width: none; height: auto; margin: 0; display: block; object-fit: contain; border-radius: 28px; }
.blog-preview-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: 1rem; }
.post-card { height: 100%; padding: 1.25rem; border-radius: 24px; background: #fff; box-shadow: var(--brand-shadow); }
.post-thumb { display: block; height: 260px; margin-bottom: 1rem; overflow: hidden; border-radius: 18px; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-meta { display: flex; gap: 0.4rem; align-items: center; margin-bottom: 0.8rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-gold-dark); }
.post-meta .dot { letter-spacing: normal; }
.post-card h3,.post-card h2 { margin-bottom: 0.75rem; font-size: 1.35rem; font-weight: 700; line-height: 1.3; }
.post-card p { margin: 0; color: var(--brand-muted); line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.contact-map,.contact-card { position: relative; overflow: hidden; border-radius: 28px; background: #fff; box-shadow: var(--brand-shadow); }
.contact-map iframe { width: 100%; min-height: 100%; height: 100%; border: 0; }
.location-card { position: absolute; left: 1.3rem; right: 1.3rem; bottom: 1.3rem; padding: 1.25rem 1.35rem; border-radius: 18px; background: rgba(255,255,255,0.96); box-shadow: 0 18px 40px rgba(12,26,40,0.12); }
.location-head { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.4rem; }
.location-card p,.location-card a { margin: 0.2rem 0; color: var(--brand-muted); text-decoration: none; }
.location-card i { color: var(--brand-gold-dark); }
.contact-card { padding: 2.4rem; }
.contact-card h2 { margin-bottom: 0.8rem; font-size: clamp(2rem, 4vw, 2.4rem); font-weight: 800; line-height: 1.08; }
.contact-card p { color: var(--brand-muted); line-height: 1.75; }
.contact-form .form-label { margin-bottom: 0.4rem; font-family: "SF Pro Display", sans-serif; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #6f7a84; }
.contact-form .form-control { padding: 0.9rem 1rem; border: 1px solid #d9e4eb; border-radius: 14px; color: var(--brand-text); }
.contact-form .form-control:focus { border-color: rgba(212,176,95,0.8); box-shadow: 0 0 0 0.25rem rgba(212,176,95,0.18); }
.form-note { margin-top: 1rem; font-size: 0.94rem; }
.form-note a { color: var(--brand-navy); }
.site-footer { position: relative; padding: 4rem 0 1.4rem; background: linear-gradient(252deg, #001447 0%, #0d3055 70%, #173b62 100%); color: rgba(255,255,255,0.92); }
.site-footer-compact { padding-top: 1.3rem; }
.footer-top { position: absolute; top: -58px; left: 0; right: 0; height: 58px; background: linear-gradient(252deg, #001447 0%, #0d3055 70%, #173b62 100%); clip-path: polygon(0 100%, 35% 0, 100% 100%); }
.footer-logo img { width: min(250px, 60vw); margin-bottom: 1rem; }
.footer-copy { max-width: 320px; color: rgba(255,255,255,0.82); line-height: 1.8; }
.footer-title { margin-bottom: 1rem; font-size: 1rem; font-weight: 700; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li + li { margin-top: 0.65rem; }
.footer-links a,.footer-contact a,.footer-bottom a { color: rgba(255,255,255,0.88); text-decoration: none; }
.social-links { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.social-links a { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.72rem 0.95rem; border-radius: 14px; background: rgba(255,255,255,0.08); color: #fff; text-decoration: none; }
.footer-contact { margin-top: 1.4rem; }
.footer-contact p { margin-bottom: 0.4rem; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 0.7rem 1.2rem; align-items: center; justify-content: space-between; margin-top: 2.6rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.94rem; }
.article-shell { min-height: calc(100vh - 80px); }
.article-hero { position: relative; padding: 8rem 0 4rem; color: #fff; }
.article-hero-blog { background: radial-gradient(circle at top left, rgba(212,176,95,0.2), transparent 20%), linear-gradient(180deg, #062842 0%, #0c3758 100%); }
.article-hero-post { background: linear-gradient(180deg, rgba(5,22,37,0.72), rgba(5,22,37,0.82)), var(--hero-image) center center / cover no-repeat; }
.article-breadcrumb,.article-breadcrumb a { color: rgba(255,255,255,0.82); text-decoration: none; }
.article-title { max-width: 900px; margin-bottom: 1rem; font-size: clamp(2.2rem, 5vw, 4.2rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.04em; }
.article-lead { max-width: 760px; font-size: 1.12rem; line-height: 1.8; color: rgba(255,255,255,0.86); }
.article-meta { display: flex; flex-wrap: wrap; gap: 0.55rem; font-family: "SF Pro Display", sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.76); }
.article-content { max-width: 860px; margin: 0 auto; padding: 2.6rem; border-radius: 28px; background: #fff; box-shadow: var(--brand-shadow); }
.article-content > *:last-child { margin-bottom: 0; }
.article-content h2,.article-content h3 { color: #112131; }
.article-content h2 { margin-top: 2.2rem; margin-bottom: 1rem; font-size: 1.7rem; font-weight: 800; }
.article-content h3 { margin-top: 1.7rem; margin-bottom: 0.7rem; font-size: 1.15rem; font-weight: 700; }
.article-content p,.article-content li { line-height: 1.85; color: var(--brand-muted); }
.article-content ul { padding-left: 1.2rem; }
.article-content hr { margin: 2rem 0; border: 0; border-top: 1px solid #e3ebef; }
.article-cta { display: flex; justify-content: space-between; align-items: center; gap: 1.2rem; max-width: 860px; margin: 2rem auto 0; padding: 2rem; border-radius: 24px; background: linear-gradient(130deg, rgba(5,36,61,0.95), rgba(13,62,98,0.95)); color: #fff; box-shadow: var(--brand-shadow); }
.article-cta .section-title,.article-cta .section-copy { color: #fff; }
.gallery-modal .modal-content { position: relative; overflow: hidden; border: 0; border-radius: 24px; background: #08111a; }
.gallery-modal img { width: 100%; max-height: 82vh; object-fit: contain; background: #08111a; }
.gallery-caption { padding: 1rem 1.2rem 1.2rem; color: rgba(255,255,255,0.82); }
.modal-close { position: absolute; top: 1rem; right: 1rem; z-index: 2; }
@media (max-width: 1199px) { .process-grid { grid-template-columns: repeat(3, 1fr); } .gallery-strip { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 991px) { .section-pad { padding: 4.6rem 0; } .projects-layout,.contact-grid { grid-template-columns: 1fr; } .contact-map { min-height: 520px; } .process-grid { grid-template-columns: repeat(2, 1fr); } .gallery-strip { grid-template-columns: repeat(3, 1fr); } .site-navbar { background: #05243d; } }
@media (max-width: 767px) { .hero-section { min-height: auto; padding: 7.8rem 0 6.4rem; background-position: 64% center; } .hero-title { line-height: 0.97; } .hero-lead { line-height: 1.4; } .about-mosaic,.projects-grid,.gallery-strip { grid-template-columns: repeat(2, 1fr); } .process-grid { grid-template-columns: 1fr; } .post-thumb { height: 220px; } .contact-card,.article-content { padding: 1.6rem; } .article-cta { flex-direction: column; align-items: flex-start; } }
@media (max-width: 575px) { .hero-section { padding-top: 7.2rem; } .hero-break { display: none; } .hero-actions .btn-brand { min-width: 0; width: 100%; max-width: 280px; } .about-mosaic,.gallery-strip { grid-template-columns: 1fr; } .gallery-card { aspect-ratio: 16 / 11; } .projects-grid { grid-template-columns: 1fr; } .contact-map { min-height: 460px; } .location-card { left: 1rem; right: 1rem; bottom: 1rem; } }



.list-clean { list-style: none; padding: 0; margin: 0; }
.list-clean li { position: relative; padding-left: 1.35rem; margin-bottom: 0.8rem; line-height: 1.8; color: var(--brand-muted); }
.list-clean li:last-child { margin-bottom: 0; }
.list-clean li::before { content: ""; position: absolute; left: 0; top: 0.78rem; width: 0.48rem; height: 0.48rem; border-radius: 999px; background: var(--brand-gold); }
.info-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin-bottom: 1rem; border-radius: 18px; background: rgba(212,176,95,0.16); color: var(--brand-navy); font-size: 1.45rem; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.page-section-card { height: 100%; padding: 1.8rem; border-radius: 24px; background: #fff; box-shadow: var(--brand-shadow); }
.page-section-card h3 { margin-bottom: 0.8rem; font-size: 1.3rem; font-weight: 700; color: #17222e; }
.page-section-card p { margin-bottom: 0; line-height: 1.75; color: var(--brand-muted); }
@media (max-width: 767px) { .inline-actions { flex-direction: column; align-items: stretch; } }
.blog-showcase { padding: 4.75rem 0 6rem; background: radial-gradient(circle at top left, rgba(212,176,95,0.10), transparent 24%), linear-gradient(180deg, #fbfdfe 0%, #f4f8fb 100%); }
.blog-intro { max-width: 860px; margin-bottom: 2.3rem; }
.blog-intro h1 { margin-bottom: 0.9rem; font-size: clamp(2.2rem, 4.8vw, 4rem); font-weight: 700; line-height: 1.02; letter-spacing: -0.04em; color: #182331; }
.blog-intro p { margin: 0; font-size: clamp(1rem, 2vw, 1.45rem); line-height: 1.6; color: var(--brand-muted); }
.blog-featured-card { position: relative; display: block; min-height: 470px; overflow: hidden; border-radius: 30px; color: #fff; text-decoration: none; box-shadow: 0 28px 70px rgba(7,20,35,0.18); }
.blog-featured-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,28,0.82) 0%, rgba(12,20,28,0.55) 45%, rgba(12,20,28,0.18) 100%); z-index: 1; }
.blog-featured-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-featured-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 470px; padding: 2rem; }
.blog-featured-badge { display: inline-flex; align-items: center; align-self: flex-start; width: fit-content; padding: 0.65rem 1rem; border-radius: 999px; background: rgba(255,255,255,0.92); color: var(--brand-gold-dark); font-size: 0.95rem; font-weight: 600; box-shadow: 0 12px 30px rgba(15,25,35,0.12); }
.blog-featured-title { max-width: 720px; margin: 1.1rem 0 0.9rem; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 700; line-height: 1.06; letter-spacing: -0.05em; }
.blog-featured-text { max-width: 760px; margin: 0; font-size: 1.1rem; line-height: 1.7; color: rgba(255,255,255,0.90); }
.blog-featured-arrow { position: absolute; right: 2rem; bottom: 2.2rem; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 999px; background: rgba(255,255,255,0.10); backdrop-filter: blur(12px); font-size: 2.4rem; color: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 1.8rem; }
.blog-card { display: block; height: 100%; overflow: hidden; border-radius: 24px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 18px 46px rgba(7,20,35,0.10); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 54px rgba(7,20,35,0.14); }
.blog-card-media { aspect-ratio: 16 / 11; overflow: hidden; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.04); }
.blog-card--static { cursor: default; }
.blog-card--static:hover { transform: none; box-shadow: 0 18px 46px rgba(7,20,35,0.10); }
.blog-card--static:hover .blog-card-media img { transform: none; }
.blog-card-body { padding: 1.2rem 1.2rem 1.35rem; }
.blog-card-title { margin-bottom: 0.75rem; font-size: 1.18rem; font-weight: 700; line-height: 1.18; color: #182331; }
.blog-card-text { margin: 0; line-height: 1.65; color: var(--brand-muted); }
.blog-cta-wrap { display: flex; justify-content: center; margin-top: 2.4rem; }
@media (max-width: 991px) { .blog-featured-content { min-height: 420px; } .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .blog-showcase { padding: 3.6rem 0 4.5rem; } .blog-featured-card, .blog-featured-content { min-height: 400px; } .blog-featured-content { padding: 1.35rem; } .blog-featured-title { font-size: clamp(1.8rem, 6vw, 2.6rem); } .blog-featured-arrow { right: 1.2rem; bottom: 1.2rem; width: 58px; height: 58px; font-size: 1.9rem; } .blog-grid { grid-template-columns: 1fr; } }

/* Home Reference Refresh */
.about-reference .section-label { color: #6f7781; letter-spacing: 0.14em; }
.about-reference .section-title { max-width: 720px; margin-bottom: 1.35rem; font-size: clamp(2.6rem, 4.8vw, 4.35rem); line-height: 0.98; }
.about-reference .section-copy { max-width: 740px; }
.about-reference .btn-brand { margin-top: 0.45rem; min-width: 295px; border-radius: 10px; }
.about-values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem 1.7rem; align-items: start; }
.about-value-card { padding: 0.5rem 0.75rem; text-align: center; }
.about-value-card--elevated { padding: 1.8rem 1.4rem; border-radius: 28px; background: #fff; box-shadow: var(--brand-shadow); }
.about-value-icon { display: inline-flex; align-items: center; justify-content: center; width: 88px; height: 88px; margin-bottom: 1.15rem; border-radius: 999px; font-size: 2.25rem; box-shadow: 0 10px 24px rgba(9, 21, 38, 0.08); }
.about-value-icon--gold { background: linear-gradient(180deg, #f4d780 0%, #d5ad4b 100%); color: #173b62; }
.about-value-icon--sky { background: linear-gradient(180deg, #bce7fb 0%, #6ec7f0 100%); color: #0d3e62; }
.about-value-icon--teal { background: linear-gradient(180deg, #d7f7f1 0%, #6ed7c4 100%); color: #157b77; }
.about-value-icon--green { background: linear-gradient(180deg, #d9f9cf 0%, #78d35d 100%); color: #2a9b28; }
.about-value-card h3 { margin-bottom: 0.55rem; font-size: 1.15rem; font-weight: 700; color: #1b2734; }
.about-value-card p { margin: 0; color: var(--brand-muted); line-height: 1.7; }

.services-reference { background: linear-gradient(180deg, #082845 0%, #0a2d4a 100%); }
.services-reference .container { max-width: 1400px; }
.services-reference .section-heading { margin-bottom: 2.6rem; }
.services-reference .section-title { margin-bottom: 0; font-size: clamp(2.6rem, 4.8vw, 4rem); color: #fff; }
.service-showcase-card { position: relative; min-height: 575px; overflow: hidden; border-radius: 32px; background: #0c1624; box-shadow: 0 28px 60px rgba(2, 14, 28, 0.34); }
.service-showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 16, 28, 0.08) 0%, rgba(4, 16, 28, 0.18) 42%, rgba(2, 8, 15, 0.92) 100%); }
.service-showcase-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-showcase-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: 575px; padding: 1.85rem 2rem 2rem; }
.service-showcase-content h3 { margin-bottom: 0.7rem; font-size: clamp(2rem, 3vw, 2.5rem); font-weight: 700; color: #fff; }
.service-showcase-content p { max-width: 320px; margin-bottom: 1.35rem; color: rgba(255,255,255,0.9); font-size: 1.02rem; line-height: 1.6; }
.service-link-blue { background: #2858ef; box-shadow: 0 14px 28px rgba(40, 88, 239, 0.28); }
.service-link-blue:hover { background: #1f49cd; color: #fff; }

.process-reference .container { max-width: 1450px; }
.process-reference-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 1rem 1.5rem; margin-bottom: 2.85rem; text-align: center; }
.process-reference-head .section-label { margin-bottom: 0; }
.process-reference-head .section-title { margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 4.15rem); }
.process-reference-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.process-reference-step { min-height: 320px; padding: 1.2rem 1.45rem 1rem 1.55rem; border-left: 1px solid #e4e8ee; }
.process-reference-step:first-child { border-left: 0; }
.process-reference-number { display: block; margin-bottom: 0.95rem; font-size: clamp(4.5rem, 6vw, 5.3rem); font-weight: 800; line-height: 0.92; letter-spacing: -0.06em; color: #e5ebf4; }
.process-reference-step h3 { max-width: 220px; margin-bottom: 0.6rem; font-size: 1.18rem; font-weight: 700; line-height: 1.16; color: #182331; }
.process-reference-step p { max-width: 230px; margin: 0; color: #6d7782; line-height: 1.75; }
.process-reference-step--highlight h3 { color: var(--brand-gold-dark); }

.projects-reference { background: #fff; padding-bottom: 0; }
.projects-reference .container { max-width: 1320px; }
.projects-reference-head { margin-bottom: 2.35rem; }
.projects-reference .section-title { margin-bottom: 0.6rem; font-size: clamp(2.8rem, 5vw, 3.95rem); }
.projects-reference-copy { margin: 0 auto; font-size: 1.1rem; letter-spacing: 0.04em; text-transform: uppercase; color: #7a828c; }
.projects-reference-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); overflow: hidden; }
.projects-reference-item { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #1a2535; }
.projects-reference-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.45s ease; }
.projects-reference-item:hover img { transform: scale(1.05); }

.advantages-reference { background: #fff; }
.advantages-reference .section-label { margin-bottom: 1rem; }
.advantages-reference .section-title { margin-bottom: 0.95rem; font-size: clamp(2.7rem, 5vw, 4rem); color: #141f67; }
.advantages-reference-copy { max-width: 940px; margin: 0 auto 2.8rem; font-size: 1.05rem; letter-spacing: 0.04em; text-transform: uppercase; color: #707786; }
.advantage-reference-card { display: block; height: 100%; }
.advantage-reference-card img { width: 100%; height: auto; display: block; filter: drop-shadow(0 18px 36px rgba(18, 24, 39, 0.12)); }

@media (max-width: 1199px) {
  .process-reference-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-reference-step:nth-child(4) { border-left: 0; }
  .projects-reference-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 991px) {
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .service-showcase-card, .service-showcase-content { min-height: 520px; }
  .process-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-reference-step:nth-child(odd) { border-left: 0; }
}
@media (max-width: 767px) {
  .about-reference .section-title { font-size: clamp(2.3rem, 10vw, 3.4rem); }
  .about-reference .btn-brand { width: 100%; min-width: 0; }
  .about-values-grid { grid-template-columns: 1fr; }
  .service-showcase-card, .service-showcase-content { min-height: 470px; }
  .projects-reference-grid { grid-template-columns: repeat(2, 1fr); }
  .process-reference-grid { grid-template-columns: 1fr; }
  .process-reference-step { border-left: 0; border-top: 1px solid #e4e8ee; min-height: 0; }
  .process-reference-step:first-child { border-top: 0; }
}
/* End Home Reference Refresh */


@media (max-width: 575px) {
  .projects-reference-grid { grid-template-columns: repeat(2, 1fr); }
}





