/* =================================================================
   COMPONENTS.CSS
   Extracted from Razor view inline <style> blocks.
   ================================================================= */

/* ===== TOPBAR ===== */
.topbar {
    background: #0d1f2d;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,.6);
    position: relative;
    z-index: 999;
}
.topbar-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 7px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.topbar-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.topbar-item {
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}
.topbar-item svg {
    width: 13px;
    height: 13px;
    stroke: #b18254;
    fill: none;
    flex-shrink: 0;
}
.topbar-right {
    display: flex;
    align-items: center;
    gap: 6px;
}
.topbar-social {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    border: 1px solid rgba(255,255,255,.12);
    transition: all .2s;
    text-decoration: none;
}
.topbar-social:hover {
    background: #b18254;
    border-color: #b18254;
    color: #fff;
}
@media (max-width: 768px) {
    .topbar { display: none; }
}

/* ===== HEADER CTA BUTTON ===== */
.header-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #b18254;
    color: #ffffff !important;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 14px 22px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .2s, transform .2s;
    flex-shrink: 0;
}
.header-cta-btn:hover {
    background: #9a6e43;
    transform: translateX(2px);
    color: #ffffff !important;
}
@media (max-width: 768px) {
    .header-cta-btn { display: none; }
}

/* ===== SITE FOOTER ===== */
.site-footer {
    background: #06182b;
    color: rgba(255,255,255,.7);
    font-family: 'Inter', 'Montserrat', system-ui, sans-serif;
    font-size: 14px;
}
.site-footer a { color: rgba(255,255,255,.65); text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: #b18254; }
.footer-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 32px 50px;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
}
/* Sol kolon */
.footer-brand-logo {
    max-width: 300px;
    margin-bottom: 20px;
    display: block;
    margin-top: -50px;
}
.footer-brand-desc {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(255,255,255,.5);
    margin-bottom: 24px;
}
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    color: rgba(255,255,255,.7);
}
.footer-contact-item svg {
    width: 16px;
    height: 16px;
    stroke: #b18254;
    fill: none;
    flex-shrink: 0;
    margin-top: 2px;
}
/* Kolonlar */
.footer-col-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b18254;
    display: inline-block;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-col ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,.6);
}
.footer-col ul li a::before {
    content: "›";
    color: #b18254;
    font-size: 16px;
    line-height: 1;
}
.footer-col ul li a:hover { color: #b18254; }
/* Alt bar */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.footer-copy {
    font-size: 13px;
    color: rgba(255,255,255,.4);
}
.footer-socials {
    display: flex;
    gap: 8px;
}
.footer-socials a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.15);
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    transition: all .2s;
}
.footer-socials a:hover {
    background: #b18254;
    border-color: #b18254;
    color: #fff;
}
@media (max-width: 1000px) {
    .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; padding: 48px 24px 40px; }
    .footer-brand-logo { margin-top: 0; }
}
@media (max-width: 580px) {
    .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 40px 20px 32px; }
    .footer-brand-logo { margin-top: 0; max-width: 200px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

/* ===== BRANCH SWITCH ===== */
.branch-switch {
    background: #0d1f2d;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-family: 'Inter', system-ui, sans-serif;
    position: relative;
    z-index: 5;
}
.branch-switch .container.row {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 1320px;
}
.branch-tab {
    flex: 1;
    max-width: 480px;
    padding: 20px 28px;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    color: rgba(255,255,255,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .25s;
    font-family: inherit;
    outline: none;
}
.branch-tab svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: all .25s;
    stroke: currentColor;
}
.branch-tab:hover {
    color: rgba(255,255,255,.85);
    background: rgba(255,255,255,.04);
}
.branch-tab.active {
    color: #b18254;
    border-bottom-color: #b18254;
    background: rgba(177,130,84,.06);
}
.branch-tab.active svg {
    color: #b18254;
}
.branch-tab .tab-text-wrap {
    text-align: left;
}
.branch-tab .sub {
    font-size: 10px;
    opacity: .6;
    letter-spacing: .14em;
    margin-top: 3px;
    display: block;
    font-weight: 400;
    text-transform: none;
}

/* ===== HERO SLIDER ===== */
.hero {
    position: relative;
    height: 640px;
    overflow: hidden;
    background: #d4d9d6;
    font-family: 'Inter', system-ui, sans-serif;
}
.hero .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease, visibility 1.2s ease;
    z-index: 1;
}
.hero .slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
@keyframes heroZoom {
    from { transform: scale(1.0); }
    to   { transform: scale(1.08); }
}
.hero .slide .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.0);
}
.hero .slide.active .bg {
    animation: heroZoom 22s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.hero .slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.10) 75%, transparent 100%);
}
.hero .slide.no-text::after {
    display: none;
}
.hero .content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
}
.hero .copy {
    max-width: 720px;
    color: #ffffff;
}
.hero .copy .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #b18254;
    font-weight: 600;
}
.hero .copy .eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #b18254;
}
.hero h1 {
    font-size: 78px;
    margin: 0 0 22px;
    font-family: 'Bebas Neue', Impact, sans-serif;
    line-height: .95;
    letter-spacing: .01em;
    color: #b18254;
}
.hero h1 em {
    font-style: normal;
    color: #b18254;
}
.hero p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.88);
    max-width: 560px;
    margin: 0 0 32px;
}
.hero .actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.hero .cta-btn {
    background: #b18254;
    color: #ffffff;
    font-weight: 700;
    padding: 14px 22px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.hero .cta-btn:hover {
    background: #9a6e43;
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
}
.hero .cta-ghost {
    background: transparent;
    color: rgba(255,255,255,0.9);
    border: 2px solid rgba(255,255,255,0.5);
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.hero .cta-ghost:hover {
    border-color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    text-decoration: none;
}
.hero .dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.hero .dot {
    width: 36px;
    height: 3px;
    background: rgba(255,255,255,.35);
    border: 0;
    cursor: pointer;
    transition: background .3s;
    padding: 0;
}
.hero .dot.active {
    background: #b18254;
}
.hero .arrows {
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    gap: 8px;
    z-index: 10;
}
.hero .arrow {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(0,0,0,.25);
    color: #ffffff;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .2s;
    padding: 0;
}
.hero .arrow:hover {
    background: #b18254;
    border-color: #b18254;
    color: #ffffff;
}
.hero .arrow svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}
.hero .slidecount {
    position: absolute;
    top: 40px;
    right: 40px;
    color: rgba(255,255,255,0.75);
    z-index: 10;
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 42px;
    letter-spacing: .05em;
}
.hero .slidecount span {
    color: #b18254;
}
.hero .slidecount small {
    font-size: 18px;
    opacity: .6;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

@media (max-width: 768px) {
    .branch-switch .container.row { flex-direction: column; gap: 0; }
    .branch-tab { max-width: 100%; padding: 14px 20px; font-size: 12px; }
    .hero { height: 480px; }
    .hero h1 { font-size: 52px; }
    .hero p { font-size: 15px; }
    .hero .copy { max-width: 100%; }
    .hero .arrows { bottom: 16px; right: 16px; }
    .hero .arrows .arrow { width: 40px; height: 40px; }
    .hero .slidecount { top: 20px; right: 20px; font-size: 32px; }
}
@media (max-width: 480px) {
    .hero { height: 400px; }
    .hero h1 { font-size: 40px; }
    .hero .content { padding: 0 20px; }
    .hero .actions { flex-direction: column; gap: 10px; }
    .hero .cta-btn, .hero .cta-ghost { width: 100%; justify-content: center; }
    .hero .dots { display: none; }
}

/* ===== INDEX PAGES (SVC SECTION) ===== */
.svc-section {
    background: #f0ece6;
    padding: 80px 0 90px;
    font-family: 'Inter', 'Montserrat', system-ui, sans-serif;
}
.svc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}
.svc-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 52px;
}
.svc-header-left .svc-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #b18254;
    margin-bottom: 10px;
}
.svc-header-left h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0d1f2d;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Bebas Neue', 'Montserrat', sans-serif;
    letter-spacing: .02em;
}
.svc-header-right {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.65;
    color: #4a5a6a;
    flex-shrink: 0;
}
.svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.svc-card {
    background: #ffffff;
    border: 1px solid #e8e2db;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .25s, transform .25s;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.svc-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: transparent;
    transition: background .25s;
}
.svc-card:hover::before { background: #b18254; }
.svc-card:hover {
    box-shadow: 0 8px 32px rgba(13,31,45,.10);
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}
.svc-card-num {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #b18254;
}
.svc-card-icon {
    width: 52px;
    height: 52px;
    background: #0d1f2d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}
.svc-card-icon img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    filter: brightness(0) invert(1);
}
.svc-card-icon svg {
    width: 26px;
    height: 26px;
    stroke: #b18254;
    fill: none;
}
.svc-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0d1f2d;
    line-height: 1.3;
    margin: 0;
}
.svc-card-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #5a6a7a;
    flex: 1;
    margin: 0;
}
.svc-card-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #0d1f2d;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}
.svc-card:hover .svc-card-link { color: #b18254; }
@media (max-width: 900px) {
    .svc-grid { grid-template-columns: repeat(2, 1fr); }
    .svc-header { flex-direction: column; align-items: flex-start; }
    .svc-header-right { max-width: 100%; }
}
@media (max-width: 560px) {
    .svc-grid { grid-template-columns: 1fr; }
    .svc-header-left h2 { font-size: 36px; }
}

/* ===== WHAT WE DO (STATS SECTION) ===== */
/* ===== SAYILARLA BİZ ===== */
.stats-section {
    background: #0d1f2d;
    padding: 90px 0 100px;
    font-family: 'Inter', 'Montserrat', system-ui, sans-serif;
    position: relative;
    overflow: hidden;
}
/* Grid arka plan deseni */
.stats-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}
.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}
.stats-header {
    text-align: center;
    margin-bottom: 60px;
}
.stats-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #b18254;
    margin-bottom: 12px;
}
.stats-heading {
    font-size: 58px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Bebas Neue', 'Montserrat', sans-serif;
    letter-spacing: .03em;
    line-height: 1;
    margin: 0 0 20px;
}
.stats-sub {
    font-size: 15px;
    color: rgba(255,255,255,.55);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.stat-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    padding: 36px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background .25s, border-color .25s;
}
.stat-card:hover {
    background: rgba(177,130,84,.12);
    border-color: rgba(177,130,84,.35);
}
.stat-icon-box {
    width: 48px;
    height: 48px;
    background: rgba(177,130,84,.18);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat-icon-box svg {
    width: 24px;
    height: 24px;
    stroke: #b18254;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.stat-num {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    font-family: 'Bebas Neue', 'Montserrat', sans-serif;
    letter-spacing: .02em;
}
.stat-num sup {
    font-size: 36px;
    color: #b18254;
    font-family: inherit;
}
.stat-label {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.stat-desc {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 900px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-heading { font-size: 40px; }
}
@media (max-width: 500px) {
    .stats-grid { grid-template-columns: 1fr; }
}

/* ===== WHY US ===== */
.whyus {
    padding: 90px 0;
    background: #fff;
    font-family: 'Inter', 'Montserrat', system-ui, sans-serif;
}
.whyus-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

/* ---- Sol: Fotoğraf ---- */
.whyus-img-wrap {
    position: relative;
}
.whyus-img-wrap img.whyus-photo {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
}
.whyus-img-accent {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 120px;
    height: 120px;
    border: 4px solid #b18254;
    z-index: 0;
    pointer-events: none;
}
.whyus-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b18254;
    color: #fff;
    padding: 22px 28px;
    font-family: 'Bebas Neue', 'Montserrat', sans-serif;
}
.whyus-badge-num {
    font-size: 52px;
    line-height: 1;
    letter-spacing: .02em;
}
.whyus-badge-label {
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-top: 4px;
    opacity: .9;
}

/* ---- Sağ: İçerik ---- */
.whyus-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.whyus-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #b18254;
}
.whyus-heading {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.05;
    color: #0d1f2d;
    text-transform: uppercase;
    font-family: 'Bebas Neue', 'Montserrat', sans-serif;
    letter-spacing: .02em;
    margin: 0;
}
.whyus-lead {
    font-size: 17px;
    line-height: 1.6;
    color: #1a3a52;
    font-weight: 500;
    margin: 0;
}
.whyus-body {
    font-size: 14px;
    line-height: 1.75;
    color: #5a6a7a;
    margin: 0;
}
.whyus-body p { margin: 0 0 10px; }
.whyus-body p:last-child { margin-bottom: 0; }
.whyus-body ul, .whyus-body ol { padding-left: 20px; margin: 0 0 10px; }
.whyus-body strong { color: #0d1f2d; }
.whyus-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin: 4px 0;
}
.whyus-feat {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 600;
    color: #0d1f2d;
}
.whyus-feat::before {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b18254' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
}
.whyus-quote-row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 8px;
    border-top: 1px solid #e8e2db;
}
.whyus-quote-text {
    flex: 1;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #0d1f2d;
    line-height: 1.5;
}
.whyus-quote-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #b18254;
    margin-top: 6px;
}
.whyus-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #b18254;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: 16px 22px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap;
    transition: background .2s;
}
.whyus-btn:hover {
    background: #9a6e43;
    color: #fff;
    text-decoration: none;
}
.whyus-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
}
@media (max-width: 900px) {
    .whyus-inner { grid-template-columns: 1fr; gap: 40px; }
    .whyus-img-wrap img.whyus-photo { height: 360px; }
    .whyus-heading { font-size: 34px; }
}

/* ===== CONTACT PAGE ===== */
.contact-page {
    font-family: 'Inter', system-ui, sans-serif;
    background: #f5f2ee;
}

/* Hero band */
.contact-hero {
    background: #0d1f2d;
    padding: 64px 32px 56px;
    text-align: center;
}
.contact-hero .eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #b18254;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.contact-hero .eyebrow::before,
.contact-hero .eyebrow::after {
    content: "";
    width: 32px;
    height: 2px;
    background: #b18254;
}
.contact-hero h1 {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 64px;
    color: #ffffff;
    margin: 0;
    letter-spacing: .02em;
    line-height: 1;
}
.contact-hero p {
    color: rgba(255,255,255,.55);
    font-size: 16px;
    margin: 16px auto 0;
    max-width: 480px;
    line-height: 1.6;
}

/* Main grid */
.contact-main {
    max-width: 1160px;
    margin: 0 auto;
    padding: 64px 32px 80px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 48px;
    align-items: stretch;
}

/* Info column */
.contact-info-col {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.contact-info-card {
    background: #0d1f2d;
    padding: 40px 36px 36px;
    color: rgba(255,255,255,.75);
    flex: 1;
}
.contact-info-card h3 {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 32px;
    color: #ffffff;
    margin: 0 0 28px;
    letter-spacing: .03em;
}
.cinfo-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.cinfo-item:last-child { border-bottom: none; }
.cinfo-icon {
    width: 42px;
    height: 42px;
    background: rgba(177,130,84,.15);
    border: 1px solid rgba(177,130,84,.3);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 3px;
}
.cinfo-icon svg {
    width: 18px;
    height: 18px;
    stroke: #b18254;
    fill: none;
}
.cinfo-text strong {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #b18254;
    margin-bottom: 4px;
}
.cinfo-text span {
    font-size: 14px;
    color: rgba(255,255,255,.7);
    line-height: 1.5;
}
.contact-socials {
    display: flex;
    gap: 8px;
    padding: 24px 36px;
    background: #0d1f2d;
    border-top: 2px solid #b18254;
}
.contact-socials a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.25);
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.8);
    font-size: 13px;
    text-decoration: none;
    transition: all .2s;
    background: transparent;
}
.contact-socials a:hover {
    background: #b18254;
    border-color: #b18254;
    color: #fff;
}

/* Form column */
.contact-form-card {
    background: #ffffff;
    padding: 44px 40px;
    box-shadow: 0 4px 32px rgba(13,31,45,.08);
}
.contact-form-card h3 {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 32px;
    color: #0d1f2d;
    margin: 0 0 8px;
    letter-spacing: .03em;
}
.contact-form-card .form-sub {
    font-size: 14px;
    color: #7a8a9a;
    margin-bottom: 32px;
}
.cform-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.cform-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.cform-group label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4a5a6a;
}
.cform-group input,
.cform-group textarea {
    border: 1.5px solid #e0d8cf;
    border-radius: 0;
    padding: 13px 16px;
    font-size: 14px;
    font-family: inherit;
    color: #0d1f2d;
    background: #faf8f5;
    outline: none;
    transition: border-color .2s;
    width: 100%;
}
.cform-group input:focus,
.cform-group textarea:focus {
    border-color: #b18254;
    background: #fff;
}
.cform-group textarea { resize: vertical; min-height: 130px; }
.cform-submit {
    background: #b18254;
    color: #ffffff;
    border: none;
    padding: 15px 32px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background .2s, transform .2s;
    width: 100%;
    justify-content: center;
    margin-top: 8px;
}
.cform-submit:hover {
    background: #9a6e43;
    transform: translateY(-1px);
}
.cform-submit svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
}
.alert-success-custom {
    background: rgba(177,130,84,.1);
    border-left: 4px solid #b18254;
    padding: 14px 18px;
    font-size: 14px;
    color: #0d1f2d;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Map */
.contact-map {
    width: 100%;
    height: 380px;
    overflow: hidden;
    display: block;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
@media (max-width: 900px) {
    .contact-main {
        grid-template-columns: 1fr;
        padding: 40px 20px 60px;
        align-items: start;
    }
    .contact-hero h1 { font-size: 44px; }
    .contact-form-card { padding: 32px 24px; }
    .cform-row { grid-template-columns: 1fr; }
    .contact-info-col { order: 2; }
    .contact-form-card { order: 1; }
    .contact-info-card { flex: unset; }
}

/* ===== ABOUT PAGE — Steel Column Block Design ===== */
.about-sections {
    overflow: hidden;
}

/* ---------- Block Section ---------- */
.about-block {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.about-block--normal {
    background: #f8f9fa;
}

.about-block--reversed {
    background: var(--brand-slate);
    color: #fff;
}

.about-block--accent {
    background: #f0ece8;
}

/* Grid background pattern */
.about-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(56, 62, 66, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 62, 66, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.about-block--reversed::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}

/* Inner flex layout */
.about-block__inner {
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.about-block--reversed .about-block__inner {
    flex-direction: row-reverse;
}

/* ---------- Content Side ---------- */
.about-block__content {
    flex: 1;
    min-width: 0;
}

.about-block__label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.about-block__label-line {
    width: 40px;
    height: 3px;
    background: var(--brand-orange);
    display: inline-block;
}

.about-block__label-text {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--brand-orange);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.about-block__title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--brand-slate);
    margin-bottom: 1.5rem;
    line-height: 1.1;
    position: relative;
}

.about-block--reversed .about-block__title {
    color: #fff;
}

.about-block__title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--brand-orange);
    margin-top: 0.75rem;
}

.about-block__text {
    font-size: 1rem;
    line-height: 1.85;
    color: #555;
}

.about-block--reversed .about-block__text {
    color: rgba(255, 255, 255, 0.8);
}

.about-block__text p {
    margin-bottom: 1rem;
}

/* ---------- Visual Side ---------- */
.about-block__visual {
    flex: 0 0 380px;
    position: relative;
}

/* Steel Frame Card */
.about-block__steel-frame {
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-block__steel-frame:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* Caps (top & bottom) */
.about-block__cap {
    background: var(--brand-slate);
    display: flex;
    flex-direction: column;
}

.about-block__cap--top {
    justify-content: flex-end;
}

.about-block__cap--bottom {
    justify-content: flex-start;
}

/* Rivets */
.about-block__rivets {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1.5rem;
    height: 28px;
}

.about-block__rivets span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #555;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 3px rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
}

.about-block__steel-frame:hover .about-block__rivets span {
    background: #777;
}

/* Flange */
.about-block__flange {
    height: 10px;
    background: var(--brand-orange);
}

.about-block__cap--top .about-block__flange {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.about-block__cap--bottom .about-block__flange {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

/* Image area */
.about-block__img-wrap {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.about-block__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-block__steel-frame:hover .about-block__img-wrap img {
    transform: scale(1.05);
}

.about-block__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(232, 115, 33, 0.1), rgba(56, 62, 66, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-block__steel-frame:hover .about-block__img-overlay {
    opacity: 1;
}

.about-block__icon {
    width: 60px;
    height: 60px;
    color: #fff;
}

/* Icon Panel (for Vision/Mission) */
.about-block__icon-panel {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-slate-2) 0%, var(--brand-slate) 100%);
    position: relative;
}

.about-block__icon-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 20px 20px;
}

.about-block__icon-panel svg {
    width: 100px;
    height: 100px;
    color: var(--brand-orange);
    transition: transform 0.5s ease;
    position: relative;
    z-index: 1;
}

.about-block__steel-frame:hover .about-block__icon-panel svg {
    transform: scale(1.1) rotate(5deg);
}

/* Reversed section icon panel uses lighter style */
.about-block--reversed .about-block__icon-panel {
    background: linear-gradient(135deg, #f8f9fa 0%, #e8e8e8 100%);
}

.about-block--reversed .about-block__icon-panel::before {
    background-image:
        linear-gradient(rgba(56, 62, 66, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 62, 66, 0.05) 1px, transparent 1px);
}

.about-block--reversed .about-block__icon-panel svg {
    color: var(--brand-slate);
}

/* Decorative Steel Beams behind card */
.about-block__beam {
    position: absolute;
    background: var(--brand-slate);
    z-index: 1;
    opacity: 0.12;
}

.about-block__beam--h {
    width: 200%;
    height: 8px;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
}

.about-block__beam--v {
    width: 8px;
    height: 200%;
    left: 50%;
    top: -50%;
    transform: translateX(-50%);
}

.about-block--reversed .about-block__beam {
    background: #fff;
    opacity: 0.05;
}

/* ---------- Clean Image Card ---------- */
.about-clean-card {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-bottom: 4px solid #b18254;
    border-right: 4px solid #b18254;
}
.about-clean-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.about-clean-card:hover img {
    transform: scale(1.04);
}
.about-clean-card::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    right: -14px;
    bottom: -14px;
    border: 2px solid rgba(177,130,84,0.25);
    z-index: 0;
    pointer-events: none;
}

/* ---------- Icon Card ---------- */
.about-icon-card {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.about-icon-card--light {
    background: rgba(177,130,84,0.08);
    border: 1px solid rgba(177,130,84,0.2);
}
.about-icon-card--light svg {
    width: 110px;
    height: 110px;
    color: #b18254;
}
.about-icon-card--dark {
    background: #0d1f2d;
    border: none;
    border-top: 4px solid #b18254;
}
.about-icon-card--dark svg {
    width: 110px;
    height: 110px;
    color: #b18254;
}
.about-icon-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

/* ---------- Steel Divider ---------- */
.about-steel-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 2rem 0;
    background: #f8f9fa;
}

.about-steel-divider__line {
    flex: 1;
    max-width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand-slate), transparent);
    opacity: 0.2;
}

.about-steel-divider__bolt {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--brand-slate);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 4px rgba(255, 255, 255, 0.1);
    opacity: 0.3;
}

/* ---------- Scroll Animations ---------- */
.about-block__content,
.about-block__visual {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-block__visual {
    transition-delay: 0.2s;
}

.about-block.is-visible .about-block__content,
.about-block.is-visible .about-block__visual {
    opacity: 1;
    transform: translateY(0);
}

.about-block--reversed .about-block__content {
    transform: translateX(40px);
}

.about-block--reversed .about-block__visual {
    transform: translateX(-40px);
}

.about-block--reversed.is-visible .about-block__content,
.about-block--reversed.is-visible .about-block__visual {
    opacity: 1;
    transform: translateX(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .about-block {
        padding: 3.5rem 0;
    }

    .about-block__inner {
        flex-direction: column !important;
        gap: 2.5rem;
    }

    .about-block__visual {
        flex: 0 0 auto;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        order: -1;
    }

    .about-block__title {
        font-size: 2.2rem;
    }

    .about-block__beam {
        display: none;
    }
}

@media (max-width: 576px) {
    .about-block {
        padding: 2.5rem 0;
    }

    .about-block__title {
        font-size: 1.8rem;
    }

    .about-block__img-wrap {
        height: 240px;
    }

    .about-block__visual {
        max-width: 320px;
    }

    .about-block__text {
        font-size: 0.93rem;
    }
}

/* ===== PAGE DETAIL ===== */
img { max-width: 100%; }

/* Page Hero Slider */
.page-hero-slider {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    background: #0d1f2d;
    margin-top: 80px;
}
.page-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s ease, visibility 0.9s ease;
}
.page-hero-slide.active {
    opacity: 1;
    visibility: visible;
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    transition: transform 6s ease;
}
.page-hero-slide.active .page-hero-bg {
    transform: scale(1.0);
}
.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13,31,45,0.72) 0%, rgba(13,31,45,0.2) 60%, transparent 100%);
}
.page-hero-content {
    position: absolute;
    bottom: 52px;
    left: 0;
    right: 0;
    padding: 0 48px;
    z-index: 5;
}
.page-hero-title {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 56px;
    color: #ffffff;
    margin: 0;
    letter-spacing: .04em;
    line-height: 1;
    border-left: 4px solid #b18254;
    padding-left: 20px;
}
.page-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .2s;
    padding: 0;
}
.page-hero-arrow:hover { background: #b18254; border-color: #b18254; }
.page-hero-arrow svg { width: 18px; height: 18px; stroke: currentColor; }
.page-hero-arrow--prev { left: 20px; }
.page-hero-arrow--next { right: 20px; }
.page-hero-dots {
    position: absolute;
    bottom: 20px;
    right: 48px;
    display: flex;
    gap: 8px;
    z-index: 10;
}
.page-hero-dot {
    width: 32px;
    height: 3px;
    background: rgba(255,255,255,0.3);
    border: 0;
    cursor: pointer;
    padding: 0;
    transition: background .25s;
}
.page-hero-dot.active { background: #b18254; }
.page-hero-counter {
    position: absolute;
    top: 24px;
    right: 48px;
    z-index: 10;
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 36px;
    color: rgba(255,255,255,0.7);
    letter-spacing: .05em;
}
.page-hero-counter small {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    opacity: .6;
}
.page-title-bar {
    background: #0d1f2d;
    padding: 60px 0 50px;
    margin-top: 80px;
}
.page-title-bar .page-title {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 52px;
    color: #fff;
    margin: 0;
    letter-spacing: .04em;
    border-left: 4px solid #b18254;
    padding-left: 20px;
}
.page-content-wrap {
    padding: 56px 0 72px;
}
.page-body-text {
    font-size: 16px;
    line-height: 1.85;
    color: #3a4a5a;
}
@media (max-width: 768px) {
    .page-hero-slider { height: 340px; }
    .page-hero-title { font-size: 36px; }
    .page-hero-content { bottom: 40px; padding: 0 20px; }
    .page-hero-counter { right: 20px; font-size: 28px; }
    .page-hero-dots { right: 20px; }
}

/* Custom styling for page gallery card and carousel */
.page-images-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-images-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
}
.page-main-img {
    transition: transform 0.5s ease;
}
.page-main-img:hover {
    transform: scale(1.02);
}

/* Carousel Navigation Arrows Styling */
.page-images-card .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    z-index: 10;
}
.page-images-card .owl-nav button:hover {
    background: var(--brand-orange, #E87321) !important;
    transform: translateY(-50%) scale(1.1);
}
.page-images-card .owl-nav button.owl-prev {
    left: 20px;
}
.page-images-card .owl-nav button.owl-next {
    right: 20px;
}
.page-images-card .owl-nav button span {
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-top: -3px;
}

/* Carousel Dots Styling */
.page-images-card .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}
.page-images-card .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) !important;
    border: none;
    padding: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.page-images-card .owl-dots button.owl-dot.active {
    background: #fff !important;
    transform: scale(1.2);
}

/* ===== SERVICES PAGE ===== */
.svc-page-hero {
    background: #0d1f2d;
    position: relative;
    padding: 72px 32px 60px;
    text-align: center;
    overflow: hidden;
    font-family: 'Inter', system-ui, sans-serif;
}
.svc-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}
.svc-page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}
.svc-page-hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #b18254;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.svc-page-hero-eyebrow::before,
.svc-page-hero-eyebrow::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #b18254;
}
.svc-page-hero h1 {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 68px;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: .03em;
    line-height: 1;
}
.svc-page-hero p {
    color: rgba(255,255,255,.55);
    font-size: 16px;
    margin: 0 auto;
    max-width: 480px;
    line-height: 1.65;
}

/* Category Tabs */
.svc-page-tabs {
    background: #f0ece6;
    border-bottom: 1px solid #e0d8cf;
    position: sticky;
    top: 0;
    z-index: 50;
}
.svc-page-tabs-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.svc-page-tabs-inner::-webkit-scrollbar { display: none; }
.svc-page-tab {
    padding: 18px 28px;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    color: #5a6a7a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-family: 'Inter', system-ui, sans-serif;
    white-space: nowrap;
    transition: all .2s;
    outline: none;
    flex-shrink: 0;
}
.svc-page-tab:hover { color: #0d1f2d; border-bottom-color: rgba(177,130,84,.4); }
.svc-page-tab.active { color: #b18254; border-bottom-color: #b18254; background: rgba(177,130,84,.06); }

/* Body */
.svc-page-body {
    background: #f5f2ee;
    min-height: 60vh;
    padding: 60px 0 80px;
    font-family: 'Inter', system-ui, sans-serif;
}
.svc-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Grid */
.svc-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Card */
.svc-pcard {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e8e2db;
    overflow: hidden;
    transition: box-shadow .25s, transform .25s;
}
.svc-pcard:hover {
    box-shadow: 0 12px 40px rgba(13,31,45,.12);
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}
.svc-pcard-img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #0d1f2d;
}
.svc-pcard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.svc-pcard:hover .svc-pcard-img img { transform: scale(1.06); }
.svc-pcard-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d1f2d 0%, #1a3a52 100%);
}
.svc-pcard-noimg svg {
    width: 52px;
    height: 52px;
    stroke: rgba(177,130,84,.5);
    fill: none;
}
.svc-pcard-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13,31,45,.6) 0%, transparent 60%);
    transition: opacity .3s;
}
.svc-pcard:hover .svc-pcard-overlay { opacity: .8; }
.svc-pcard-cat-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #b18254;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 4px 10px;
}
.svc-pcard-body {
    padding: 24px 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.svc-pcard-title {
    font-size: 18px;
    font-weight: 700;
    color: #0d1f2d;
    margin: 0;
    line-height: 1.3;
}
.svc-pcard-desc {
    font-size: 13px;
    line-height: 1.65;
    color: #6a7a8a;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.svc-pcard-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #0d1f2d;
    margin-top: 4px;
    transition: color .2s;
}
.svc-pcard-link svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    transition: transform .2s;
}
.svc-pcard:hover .svc-pcard-link { color: #b18254; }
.svc-pcard:hover .svc-pcard-link svg { transform: translateX(3px); }

.svc-page-empty {
    padding: 60px 0;
    text-align: center;
    color: #8a9aaa;
    font-size: 15px;
}

@media (max-width: 1024px) {
    .svc-page-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 768px) {
    .svc-page-hero { padding: 52px 20px 44px; }
    .svc-page-hero h1 { font-size: 48px; }
    .svc-page-body { padding: 40px 0 60px; }
    .svc-page-container { padding: 0 20px; }
    .svc-page-tabs-inner { padding: 0 20px; }
    .svc-page-tab { padding: 14px 18px; font-size: 11px; }
}
@media (max-width: 560px) {
    .svc-page-grid { grid-template-columns: 1fr; }
    .svc-page-hero h1 { font-size: 38px; }
    .svc-pcard-img { height: 180px; }
}
