﻿.gold{color:var(--gold)}
/* ============================================
   �۾� LINJU - Homepage Styles (v5)
   ============================================ */
:root{--blue:#0B4DA2;--blue-dark:#073B9A;--gold:#C8930A;--black:#1A1A1A;--dark:#333;--gray:#666;--gray-light:#999;--gray-bg:#FAFBFD;--white:#FFF;--font-sans:'Noto Sans SC',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--ease:cubic-bezier(.4,0,.2,1);--container:1140px}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-sans);color:var(--dark);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none;transition:color .3s var(--ease)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5,h6{color:var(--black);line-height:1.3;font-weight:700}
.container{max-width:var(--container);margin:0 auto;padding:0 40px}
main{margin:0!important;padding:0!important}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 32px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:all .3s var(--ease);font-family:var(--font-sans);white-space:nowrap}
.btn-white{background:var(--white);color:var(--blue-dark)}
.btn-white:hover{background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.15)}
.btn-blue{background:var(--blue);color:var(--white)}
.btn-blue:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(11,77,162,.3)}
.btn-outline-white{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}
.btn-outline-white:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn-outline-gold{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}.btn-outline-gold:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}

/* HEADER */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);transition:all .3s var(--ease)}
.site-header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.08)}
.header-inner{max-width:var(--container);margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:68px}
.logo-link{position:relative;display:block;width:190px;height:52px;overflow:hidden;flex-shrink:0}
.logo-img{position:absolute;left:50%;top:50%;width:250px;max-width:none;height:auto;transform:translate(-50%,-50%)}
.main-nav{display:flex;align-items:center;gap:4px}
.nav-link{padding:8px 18px;font-size:15px;font-weight:500;color:var(--dark);border-radius:4px;transition:all .3s var(--ease)}
.nav-link:hover,.nav-link.active{color:#C8930A}
.nav-cta{margin-left:12px;padding:9px 22px;background:var(--blue);color:var(--white);font-weight:600;font-size:14px;border-radius:6px;transition:all .3s var(--ease);display:inline-flex;align-items:center;gap:6px}
.nav-cta:hover{background:var(--blue-dark);transform:translateY(-1px)}
.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.mobile-toggle span{display:block;width:22px;height:2px;background:var(--dark);transition:all .3s var(--ease);border-radius:1px}

/* HERO - Full-bleed residence image with brand-color overlays */
.hero-section{--hero-blue:#02348C;--hero-gold:#CF9E14;position:relative;min-height:680px;display:flex;align-items:center;padding-top:68px;background-color:#071a35;background-image:linear-gradient(90deg,rgba(2,52,140,.98) 0%,rgba(2,52,140,.9) 24%,rgba(2,36,91,.64) 46%,rgba(2,20,48,.2) 70%,rgba(2,20,48,.08) 100%),linear-gradient(180deg,rgba(4,18,39,.08) 46%,rgba(4,18,39,.72) 100%),url('../images/hero-house-v2.png');background-repeat:no-repeat;background-size:cover;background-position:center 47%;overflow:hidden;isolation:isolate}
.hero-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 30%,rgba(207,158,20,.17),transparent 26%),linear-gradient(90deg,rgba(2,52,140,.32),transparent 55%);pointer-events:none;z-index:0}
.hero-section::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--hero-gold) 0%,rgba(207,158,20,.25) 38%,transparent 72%);pointer-events:none;z-index:2}
.hero-content-wrapper{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:72px 40px 56px;display:block;width:100%}
.hero-left{width:min(610px,58%)}
.hero-title{font-size:46px;font-weight:800;color:var(--white);line-height:1.34;margin-bottom:20px;letter-spacing:.02em;text-shadow:0 3px 24px rgba(0,16,48,.35)}
.hero-desc{font-size:15px;color:rgba(255,255,255,.88);line-height:1.9;margin-bottom:30px;max-width:540px;text-shadow:0 1px 12px rgba(0,20,55,.32)}
.hero-actions{display:flex;gap:14px;margin-bottom:36px}
.hero-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:rgba(3,31,77,.68);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:15px 18px;box-shadow:0 12px 34px rgba(0,18,52,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.trust-item{display:flex;align-items:center;gap:9px;min-width:0;padding:0 12px;border-right:1px solid rgba(255,255,255,.14)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:none;padding-right:0}.trust-text{display:flex;flex-direction:column;gap:1px;min-width:0}.trust-title{font-size:13px;font-weight:700;color:var(--white);white-space:nowrap}.trust-desc{font-size:10px;color:rgba(255,255,255,.66);white-space:nowrap}
.trust-item svg{flex-shrink:0;width:19px;height:19px;color:var(--hero-gold);opacity:1}
.hero-section .btn-outline-gold{background:var(--hero-gold);color:#10264b;border-color:var(--hero-gold);box-shadow:0 8px 24px rgba(207,158,20,.2)}
.hero-section .btn-outline-gold:hover{background:#e0b329;border-color:#e0b329;color:#0b2148;box-shadow:0 10px 28px rgba(207,158,20,.35)}

/* SERVICES - Horizontal: icon left, text right */
.services-section{padding:64px 0;background:var(--white);border-top:1px solid #e8eaed;margin-top:0;position:relative;z-index:10}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card-home{display:flex;align-items:flex-start;gap:16px;min-height:164px;padding:23px 19px 21px;background:var(--white);border:1px solid #e0e6ee;border-radius:14px;box-shadow:0 8px 26px rgba(24,52,84,.035);text-align:left;transition:border-color .22s var(--ease),box-shadow .22s var(--ease),transform .22s var(--ease)}
.service-card-home:hover{border-color:rgba(11,77,162,.42);box-shadow:0 14px 32px rgba(11,77,162,.09);transform:translateY(-3px)}
.service-icon-col{display:flex;flex-direction:column;align-items:center;flex:0 0 54px}
.service-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:54px;height:54px;overflow:visible;border:1px solid rgba(11,77,162,.12);border-radius:15px;background:linear-gradient(145deg,#f8fbff 0%,#edf3fa 100%);color:var(--blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:color .22s var(--ease),background .22s var(--ease),border-color .22s var(--ease)}
.service-icon-wrap svg{display:block;width:28px;height:28px;max-width:none;overflow:visible}
.service-card-home:hover .service-icon-wrap{border-color:var(--blue);background:var(--blue);color:var(--white)}
.service-card-bottom-line{display:none}
.service-card-content{flex:1;min-width:0;padding-top:1px}
.service-card-title{margin-bottom:5px;color:var(--black);font-size:16px;font-weight:700;letter-spacing:.01em}
.service-card-desc{margin-bottom:2px;color:#667180;font-size:13px;line-height:1.55}
.service-card-link{display:inline-flex;align-items:center;margin-top:8px;color:var(--blue);font-size:13px;font-weight:650;transition:color .2s var(--ease)}
.service-card-link:hover{color:var(--gold)}
.service-card-link:focus-visible{outline:2px solid rgba(11,77,162,.45);outline-offset:3px;border-radius:2px}

/* ABOUT + STATS - Horizontal layout */
.about-stats-section{padding:60px 0;background:var(--white)}
.about-stats-grid{display:flex;align-items:center;justify-content:space-between;gap:48px}
.about-section-title{font-size:24px;font-weight:800;margin-bottom:14px;color:var(--black);white-space:nowrap}
.about-section-desc{font-size:14px;color:var(--gray);line-height:1.9;margin-bottom:24px}
.stats-side{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.stat-item{display:flex;align-items:center;gap:12px;padding:0;position:relative;white-space:nowrap}
.stat-item:not(:last-child)::after{content:'';position:absolute;right:0;top:10%;height:80%;width:1px;background:#e0e3e8}
.stat-icon-wrap{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(200,147,10,.1);border-radius:50%;color:var(--gold)}
.stat-text{text-align:left;white-space:nowrap}
.stat-value{font-size:15px;font-weight:800;color:var(--blue);margin-bottom:1px;white-space:nowrap}
.stat-num{font-size:26px;font-weight:800;color:var(--blue)}
.stat-suffix{font-size:13px;font-weight:600;color:var(--blue)}
.stat-label{font-size:11px;color:var(--gray);white-space:nowrap}

/* CASES - Very light background */
.cases-section{padding:60px 0;background:var(--white)}
.cases-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}
.cases-title{font-size:24px;font-weight:800;color:var(--black)}
.cases-viewall{font-size:14px;color:var(--blue);font-weight:600}
.cases-viewall:hover{text-decoration:underline}
.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.case-card-home{border-radius:8px;overflow:hidden;background:var(--white);border:1px solid #e4e7eb;transition:all .3s var(--ease)}
.case-card-home:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateY(-3px)}
.case-image{position:relative;height:200px;overflow:hidden;background:#e8eaed}
.case-img-placeholder{width:100%;height:100%;background-size:cover;background-position:center}
.case-1{background-image:url('../images/case-1.jpg')}
.case-2{background-image:url('../images/case-2.jpg')}
.case-3{background-image:url('../images/case-3.jpg')}
.case-tag{position:absolute;top:10px;left:10px;background:rgba(11,77,162,.85);color:var(--white);font-size:11px;font-weight:600;padding:3px 8px;border-radius:3px}
.case-info{padding:14px 16px}
.case-name{font-size:15px;font-weight:700;margin-bottom:6px;color:var(--black)}
.case-meta{display:flex;gap:12px;font-size:12px;color:var(--gray);margin-bottom:10px;flex-wrap:wrap}
.case-meta span{display:flex;align-items:center;gap:3px}
.case-meta svg{flex-shrink:0;opacity:.4}
.case-detail-link{font-size:13px;color:var(--blue);font-weight:600}

/* PROCESS */
.process-section{padding:56px 0;background:var(--white)}
.section-title-center{font-size:24px;font-weight:800;text-align:center;margin-bottom:40px;color:var(--black)}
.process-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative}
.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1;max-width:150px}
.process-icon-wrap{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--white);border:2px solid var(--blue);border-radius:50%;color:var(--blue);margin-bottom:12px;position:relative;z-index:2}
.process-connector{position:absolute;top:26px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:#d0d5dd;z-index:1}
.process-step:last-child .process-connector{display:none}
.process-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:3px}
.process-desc{font-size:12px;color:var(--gray)}

/* REASONS - Icon left, text right, with dividers */
.reasons-section{padding:56px 0;background:var(--white);border-top:1px solid #e8eaed}
.reasons-grid{display:flex;align-items:flex-start;justify-content:space-between}
.reason-card{flex:1;display:flex;align-items:center;gap:12px;padding:0 14px;position:relative}
.reason-card:not(:last-child)::after{content:'';position:absolute;right:0;top:10%;height:80%;width:1px;background:#e0e3e8}
.reason-icon-wrap{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(200,147,10,.08);border-radius:10px;color:var(--gold)}
.reason-text{min-width:0}
.reason-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:2px}
.reason-desc{font-size:11px;color:var(--gray);line-height:1.5}

/* CTA BANNER - No gap to footer */
.cta-banner{padding:52px 40px;background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%)}
.cta-banner-bg{position:absolute;top:0;right:0;bottom:0;width:50%;opacity:.1;overflow:hidden}
.cta-illustration{width:100%;height:100%;object-fit:cover}
.cta-banner-content{position:relative;z-index:1;text-align:center}
.cta-banner-title{font-size:28px;font-weight:800;color:var(--white);margin-bottom:6px}
.cta-banner-desc{font-size:15px;color:rgba(255,255,255,.85)}
.cta-banner-actions{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px}.btn-gold{background:var(--gold);color:var(--white);padding:14px 36px;font-size:16px;border-radius:6px;font-weight:600;transition:all .3s var(--ease);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.btn-gold:hover{background:#d4a012;transform:translateY(-2px);box-shadow:0 4
/* Outline Gold Button */
.btn-outline-gold{background:transparent;color:var(--gold);border:2px solid var(--gold);padding:12px 40px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s var(--ease);font-family:var(--font-sans);white-space:nowrap;display:inline-flex;align-items:center;gap:8px}
.btn-outline-gold:hover{background:var(--gold);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 16px rgba(200,147,10,0.3)}px 16px rgba(200,147,10,.4)}
.cta-banner-phone{display:flex;align-items:center;gap:8px;color:var(--white);font-size:20px;font-weight:700}

/* FOOTER - Zero gap from CTA */
.site-footer{background:var(--dark);color:var(--white);padding:60px 0 30px}
.footer-inner{max-width:var(--container);margin:0 auto;padding:0 40px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.2fr;gap:32px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-logo{height:40px;width:auto;margin-bottom:12px;margin-left:-8px}
.footer-tagline{font-size:12px;line-height:1.7;margin-bottom:14px;color:rgba(255,255,255,.45)}
.footer-social{display:flex;gap:8px}
.social-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:rgba(255,255,255,.5);transition:all .3s var(--ease)}
.social-icon:hover{border-color:var(--white);color:var(--white)}
.footer-links h4,.footer-services h4,.footer-help h4,.footer-contact h4{color:var(--white);font-size:14px;margin-bottom:16px;font-weight:600}
.footer-links a,.footer-services a,.footer-help a{display:block;padding:2px 0;font-size:12px;color:rgba(255,255,255,.45);transition:color .3s var(--ease)}
.footer-links a:hover,.footer-services a:hover,.footer-help a:hover{color:rgba(255,255,255,.9)}
.footer-contact p{font-size:12px;margin-bottom:6px;display:flex;align-items:center;gap:5px;color:rgba(255,255,255,.45)}
.footer-contact svg{flex-shrink:0;opacity:.5}
.footer-bottom{padding:12px 0;text-align:center;font-size:11px;color:rgba(255,255,255,.3)}
.footer-bottom .icp-link{display:block;margin-top:4px;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s}
.footer-bottom .icp-link:hover{color:rgba(255,255,255,.75)}


/* Stat icons gold color */
.stat-icon-svg{color:var(--gold)}
.stat-icon-svg svg{color:var(--gold)}
.stat-item svg{color:var(--gold)}

/* RESPONSIVE */
@media(max-width:1024px){
  .container,.header-inner,.footer-inner{padding:0 28px}
  .hero-section{min-height:640px;background-image:linear-gradient(90deg,rgba(2,52,140,.96) 0%,rgba(2,52,140,.86) 38%,rgba(2,28,70,.48) 72%,rgba(2,20,48,.3) 100%),linear-gradient(180deg,rgba(4,18,39,.06) 35%,rgba(4,18,39,.72) 100%),url('../images/hero-house-v2.png');background-position:60% 50%}
  .hero-content-wrapper{text-align:left;padding:64px 28px 48px}
  .hero-left{width:min(620px,72%);padding-right:0}
  .hero-desc{max-width:540px}
  .hero-actions{justify-content:flex-start}
  .hero-title{font-size:32px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .about-stats-grid{grid-template-columns:1fr;gap:32px}
  .stats-side{flex-wrap:wrap;gap:20px}
  .stat-item{min-width:140px}
  .stat-item::after{display:none}
  .cases-grid{grid-template-columns:repeat(2,1fr)}
  .reasons-grid{flex-wrap:wrap;gap:20px}
  .reason-card{min-width:calc(33% - 20px)}
  .reason-card::after{display:none}
  .process-flow{flex-wrap:wrap;gap:20px}
  .process-connector{display:none}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .container,.header-inner,.footer-inner{padding:0 20px}
  .logo-link{width:160px;height:46px}
  .logo-img{width:220px}
  .main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--white);flex-direction:column;padding:20px;box-shadow:0 8px 32px rgba(0,0,0,.1)}
  .main-nav.open{display:flex}
  .mobile-toggle{display:flex}
  .mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
  .mobile-toggle.active span:nth-child(2){opacity:0}
  .mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
  .hero-section{min-height:720px;align-items:flex-end;padding-top:68px;background-image:linear-gradient(180deg,rgba(3,24,55,.18) 0%,rgba(2,38,94,.7) 43%,rgba(2,52,140,.97) 78%,rgba(2,44,119,1) 100%),url('../images/hero-house-v2.png');background-size:auto 100%,auto 100%;background-position:center,62% center}
  .hero-section::before{background:linear-gradient(180deg,transparent 30%,rgba(2,52,140,.28) 62%),radial-gradient(circle at 18% 78%,rgba(207,158,20,.2),transparent 28%)}
  .hero-content-wrapper{padding:230px 20px 34px}
  .hero-left{width:100%}
  .hero-title{font-size:30px;line-height:1.32;margin-bottom:14px}
  .hero-desc{font-size:14px;line-height:1.75;margin-bottom:22px}
  .hero-actions{margin-bottom:26px}
  .hero-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:16px;padding:16px}
  .trust-item{padding:0 12px;border-right:none}
  .trust-item:nth-child(odd){padding-left:0;border-right:1px solid rgba(255,255,255,.14)}
  .trust-desc{font-size:10px}
  .services-grid,.cases-grid{grid-template-columns:1fr}
  .service-card-home{min-height:0;padding:20px 18px;align-items:flex-start;gap:14px}
  .service-icon-col{flex-basis:50px}.service-icon-wrap{width:50px;height:50px}.service-icon-wrap svg{width:26px;height:26px}
  .reason-card{min-width:calc(50% - 16px)}
  .cta-banner{padding:52px 40px;background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%)}
  .cta-banner-actions{align-items:center}
  .footer-grid{grid-template-columns:1fr;gap:24px}
}

/* ABOUT PAGE - ƥ����ҳ��� */
.about-hero{position:relative;min-height:280px;margin-top:68px;display:flex;align-items:center;background:linear-gradient(to right, var(--white) 0%, var(--blue) 100%);overflow:hidden}
.about-hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300' fill='none' stroke='%230B4DA2' stroke-width='0.5' opacity='0.1'%3E%3Cpath d='M50 250 L150 50 L250 250'/%3E%3Cpath d='M100 250 L180 80 L260 250'/%3E%3Crect x='280' y='80' width='80' height='170'/%3E%3C/svg%3E") no-repeat center;background-size:contain}
.about-hero-content{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:60px 40px;width:100%;text-align:center}
.about-hero-title{font-size:42px;font-weight:800;color:var(--blue);line-height:1.3;margin-bottom:12px}
.about-hero-title .gold{color:var(--gold)}
.about-hero-desc{font-size:18px;color:var(--gray);line-height:1.6}
.about-story-section{padding:80px 0;background:var(--white)}
.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.section-title-left{font-size:28px;font-weight:800;color:var(--black);margin-bottom:20px;text-align:left}
.about-story-text p{font-size:15px;color:var(--gray);line-height:1.9;margin-bottom:16px}
.about-story-visual{display:flex;justify-content:center}
.about-story-card{background:linear-gradient(135deg,#f8f9fb 0%,#eef2f7 100%);border-radius:16px;padding:40px;text-align:center;width:100%;display:flex;align-items:center;justify-content:center}
.about-story-logo{max-width:280px;height:auto}
.about-values-section{padding:64px 0;background:var(--white);border-top:1px solid #e8eaed}
.about-values-header{margin-bottom:40px}
.section-title-center{font-size:28px;font-weight:800;color:var(--black);text-align:center}
.section-title-center .gold{color:var(--gold)}
.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.about-value-card{display:flex;align-items:flex-start;gap:14px;background:var(--white);border:1px solid #e4e7eb;border-radius:8px;padding:24px 18px;transition:all .3s var(--ease);text-align:left}
.about-value-card:hover{border-color:var(--blue);box-shadow:0 6px 24px rgba(11,77,162,.08);transform:translateY(-3px)}
.about-value-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(11,77,162,.06);border-radius:12px;color:var(--blue)}
.about-value-content{flex:1;min-width:0}
.about-value-content h3{font-size:16px;font-weight:700;color:var(--black);margin-bottom:4px}
.about-value-content p{font-size:13px;color:var(--gray);line-height:1.5}
.about-team-section{padding:64px 0;background:var(--white);border-top:1px solid #e8eaed}
.about-team-header{margin-bottom:40px}
.about-team-grid{display:flex;align-items:flex-start;justify-content:space-between}
.about-team-card{flex:1;display:flex;align-items:center;gap:12px;padding:0 14px;position:relative}
.about-team-card:not(:last-child)::after{content:'';position:absolute;right:0;top:10%;height:80%;width:1px;background:#e0e3e8}
.about-team-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(200,147,10,.08);border-radius:10px;color:var(--gold)}
.about-team-card h3{font-size:14px;font-weight:700;color:var(--black);margin-bottom:2px}
.about-team-card p{font-size:11px;color:var(--gray);line-height:1.5}
.about-cta-section{padding:52px 0;background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%)}
.about-cta-content{display:flex;align-items:center;justify-content:center;gap:240px}
.about-cta-text h2{font-size:28px;font-weight:800;color:var(--white);margin-bottom:6px}
.about-cta-text p{font-size:15px;color:rgba(255,255,255,.85)}
.about-cta-actions{display:flex;flex-direction:column;align-items:center;gap:12px}
.about-cta-actions .btn-gold{background:var(--gold);color:var(--white);padding:14px 36px;font-size:15px;font-weight:600;border-radius:6px;transition:all .3s var(--ease);display:inline-flex;align-items:center;gap:8px}
.about-cta-actions .btn-gold:hover{background:#d4a012;transform:translateY(-1px);box-shadow:0 4px 16px rgba(200,147,10,.4)}
.about-cta-phone{display:flex;align-items:center;gap:8px;color:var(--white);font-size:20px;font-weight:700}
/* SERVICES PAGE - ƥ����ҳ��� */
.services-hero{position:relative;min-height:280px;margin-top:68px;display:flex;align-items:center;background:linear-gradient(to right, var(--white) 0%, var(--blue) 100%);overflow:hidden}
.services-hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300' fill='none' stroke='%230B4DA2' stroke-width='0.5' opacity='0.1'%3E%3Cpath d='M50 250 L150 50 L250 250'/%3E%3Cpath d='M100 250 L180 80 L260 250'/%3E%3Crect x='280' y='80' width='80' height='170'/%3E%3C/svg%3E") no-repeat center;background-size:contain}
.services-hero-content{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:60px 40px;width:100%;text-align:center}
.services-hero-title{font-size:42px;font-weight:800;color:var(--blue);line-height:1.3;margin-bottom:12px}
.services-hero-desc{font-size:18px;color:var(--gray);line-height:1.6}
.services-overview-section{padding:64px 0;background:var(--white);border-top:1px solid #e8eaed}
.services-overview-header{margin-bottom:40px}
.services-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.services-overview-card{display:flex;align-items:flex-start;gap:14px;background:var(--white);border:1px solid #e4e7eb;border-radius:8px;padding:24px 18px;transition:all .3s var(--ease);text-align:left}
.services-overview-card:hover{border-color:var(--blue);box-shadow:0 6px 24px rgba(11,77,162,.08);transform:translateY(-3px)}
.services-overview-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(11,77,162,.06);border-radius:12px;color:var(--blue)}
.services-overview-content{flex:1;min-width:0}
.services-overview-title{font-size:16px;font-weight:700;color:var(--black);margin-bottom:4px}
.services-overview-desc{font-size:13px;color:var(--gray);line-height:1.5;margin-bottom:2px}
.services-overview-subdesc{font-size:13px;color:var(--gray);line-height:1.5}
.services-detail-section{padding:80px 0;background:var(--white)}



.services-detail-card h3{font-size:20px;font-weight:700;color:var(--black)}
.services-process-section{padding:56px 0;background:var(--white)}
.services-process-header{margin-bottom:40px}
.services-process-flow{display:flex;align-items:flex-start;justify-content:center;gap:0;position:relative}
.services-process-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1;max-width:150px}
.services-process-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--white);border:2px solid var(--blue);border-radius:50%;color:var(--blue);margin-bottom:12px;position:relative;z-index:2}.services-process-item:not(:last-child)::after{content:"";position:absolute;top:26px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:#d0d5dd;z-index:1}.services-process-item:last-child::after{display:none}.services-process-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:4px}.services-process-desc{font-size:12px;color:var(--gray)}
.services-process-item:not(:last-child)::after{content:'';position:absolute;top:26px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:#d0d5dd;z-index:1}
.services-process-item:last-child::after{display:none}.services-process-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:4px}.services-process-desc{font-size:12px;color:var(--gray)}
.services-process-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:4px}
.services-process-desc{font-size:12px;color:var(--gray)}
.services-cta-section{padding:52px 0;background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%)}
.services-cta-content{display:flex;align-items:center;justify-content:center;gap:240px}
.services-cta-text h2{font-size:28px;font-weight:800;color:var(--white);margin-bottom:6px}
.services-cta-text p{font-size:15px;color:rgba(255,255,255,.85)}
.services-cta-actions{display:flex;flex-direction:column;align-items:center;gap:12px}
.services-cta-actions .btn-gold{background:var(--gold);color:var(--white);padding:14px 36px;font-size:15px;font-weight:600;border-radius:6px;transition:all .3s var(--ease);display:inline-flex;align-items:center;gap:8px}
.services-cta-actions .btn-gold:hover{background:#d4a012;transform:translateY(-1px);box-shadow:0 4px 16px rgba(200,147,10,.4)}
.services-cta-phone{display:flex;align-items:center;gap:8px;color:var(--white);font-size:20px;font-weight:700}
/* SERVICES CARDS - ƥ��ο�ͼ��ʽ */
.services-cards-section{padding:80px 0;background:var(--white)}
.services-cards-header{text-align:center;margin-bottom:48px}
.services-cards-title{font-size:32px;font-weight:700;color:var(--black);margin-bottom:12px}
.services-cards-line{width:40px;height:3px;background:var(--blue);margin:0 auto 16px;border-radius:2px}
.services-cards-desc{font-size:15px;color:var(--gray);line-height:1.6}
.services-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.services-card{background:var(--white);border:1px solid #e8eaed;border-radius:12px;padding:32px 24px;text-align:center;transition:all .3s var(--ease);display:flex;flex-direction:column;align-items:center}
.services-card:hover{border-color:var(--blue);box-shadow:0 8px 24px rgba(11,77,162,.1);transform:translateY(-4px)}
.services-card-icon{width:72px;height:72px;margin-bottom:20px;color:var(--blue);display:flex;align-items:center;justify-content:center}
.services-card-title{font-size:18px;font-weight:700;color:var(--black);margin-bottom:16px}
.services-card-divider{width:32px;height:2px;background:var(--gold);margin-bottom:16px;border-radius:1px}
.services-card-desc{font-size:13px;color:var(--gray);line-height:1.7;margin-bottom:20px;flex:1}
.services-card-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid var(--blue);border-radius:50%;color:var(--blue);text-decoration:none;transition:all .3s var(--ease)}
.services-card-link:hover{background:var(--blue);color:var(--white)}
.services-card-arrow{font-size:16px;font-weight:600}
/* CASES PAGE - ƥ����ҳ��� */
.cases-hero{position:relative;min-height:280px;margin-top:68px;display:flex;align-items:center;background:linear-gradient(to right, var(--white) 0%, var(--blue) 100%);overflow:hidden}
.cases-hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300' fill='none' stroke='%230B4DA2' stroke-width='0.5' opacity='0.1'%3E%3Cpath d='M50 250 L150 50 L250 250'/%3E%3Cpath d='M100 250 L180 80 L260 250'/%3E%3Crect x='280' y='80' width='80' height='170'/%3E%3C/svg%3E") no-repeat center;background-size:contain}
.cases-hero-content{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:60px 40px;width:100%;text-align:center}
.cases-hero-title{font-size:42px;font-weight:800;color:var(--blue);line-height:1.3;margin-bottom:12px}
.cases-hero-desc{font-size:18px;color:var(--gray);line-height:1.6}
.cases-gallery-section{padding:80px 0;background:var(--white)}
.cases-gallery-header{margin-bottom:48px}
.cases-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.cases-gallery-item{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .3s var(--ease)}
.cases-gallery-item:hover{box-shadow:0 12px 32px rgba(0,0,0,.12);transform:translateY(-6px)}
.cases-gallery-image{position:relative;height:240px;overflow:hidden}
.cases-gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.cases-gallery-item:hover .cases-gallery-image img{transform:scale(1.08)}
.cases-gallery-overlay{position:absolute;top:16px;left:16px}
.cases-gallery-type{display:inline-block;padding:6px 14px;background:var(--blue);color:var(--white);font-size:12px;font-weight:600;border-radius:20px}
.cases-gallery-content{padding:24px}
.cases-gallery-title{font-size:18px;font-weight:700;color:var(--black);margin-bottom:12px}
.cases-gallery-meta{display:flex;gap:16px;margin-bottom:16px}
.cases-gallery-meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--gray)}
.cases-gallery-compare{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #e8eaed}
.cases-gallery-before,.cases-gallery-after{flex:1}
.cases-gallery-compare-label{display:inline-block;padding:4px 10px;background:var(--gray-bg);color:var(--gray);font-size:11px;font-weight:600;border-radius:4px;margin-bottom:8px}
.cases-gallery-before .cases-gallery-compare-label{background:#fff3e0;color:#e65100}
.cases-gallery-after .cases-gallery-compare-label{background:#e8f5e9;color:#2e7d32}
.cases-gallery-compare p{font-size:12px;color:var(--dark);line-height:1.5;margin:0}
.cases-gallery-arrow{flex-shrink:0}
.cases-stats-section{padding:64px 0;background:var(--white);border-top:1px solid #e8eaed}
.cases-stats-grid{display:flex;align-items:center;justify-content:space-between}
.cases-stats-item{flex:1;display:flex;align-items:center;gap:16px;padding:0 20px;position:relative}
.cases-stats-item:not(:last-child)::after{content:'';position:absolute;right:0;top:10%;height:80%;width:1px;background:#d0d5dd}
.cases-stats-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(200,147,10,.08);border-radius:10px;color:var(--gold)}
.cases-stats-content{display:flex;flex-direction:column}
.cases-stats-number{font-size:24px;font-weight:800;color:var(--black);line-height:1.2}
.cases-stats-label{font-size:13px;color:var(--gray)}
.cases-cta-section{padding:52px 0;background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%)}
.cases-cta-content{display:flex;align-items:center;justify-content:center;gap:240px}
.cases-cta-text h2{font-size:28px;font-weight:800;color:var(--white);margin-bottom:6px}
.cases-cta-text p{font-size:15px;color:rgba(255,255,255,.85)}
.cases-cta-actions{display:flex;flex-direction:column;align-items:center;gap:12px}
.cases-cta-actions .btn-gold{background:var(--gold);color:var(--white);padding:14px 36px;font-size:15px;font-weight:600;border-radius:6px;transition:all .3s var(--ease);display:inline-flex;align-items:center;gap:8px}
.cases-cta-actions .btn-gold:hover{background:#d4a012;transform:translateY(-1px);box-shadow:0 4px 16px rgba(200,147,10,.4)}
.cases-cta-phone{display:flex;align-items:center;gap:8px;color:var(--white);font-size:20px;font-weight:700}
/* ������Ƭ������ʽ */
.cases-gallery-details{display:flex;gap:8px;margin-bottom:12px}
.cases-gallery-detail-item{display:inline-block;padding:4px 12px;background:var(--gray-bg);color:var(--gray);font-size:12px;font-weight:500;border-radius:4px}
.cases-gallery-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;padding-top:12px;border-top:1px dashed #e8eaed}
.cases-gallery-tag{display:inline-block;padding:4px 10px;background:rgba(11,77,162,.06);color:var(--blue);font-size:11px;font-weight:600;border-radius:4px}
/* ������������ */
.cases-intro-section{padding:60px 0;background:var(--white);border-bottom:1px solid #e8eaed}
.cases-intro-content{text-align:center;max-width:700px;margin:0 auto}
.cases-intro-title{font-size:28px;font-weight:800;color:var(--black);margin-bottom:16px}
.cases-intro-desc{font-size:16px;color:var(--gray);line-height:1.8;margin-bottom:32px}
.cases-intro-features{display:flex;justify-content:center;gap:40px}
.cases-intro-feature{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--dark)}
/* CONTACT PAGE - ƥ����ҳ��� */
.contact-hero{position:relative;min-height:280px;margin-top:68px;display:flex;align-items:center;background:linear-gradient(to right, var(--white) 0%, var(--blue) 100%);overflow:hidden}
.contact-hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300' fill='none' stroke='%230B4DA2' stroke-width='0.5' opacity='0.1'%3E%3Cpath d='M50 250 L150 50 L250 250'/%3E%3Cpath d='M100 250 L180 80 L260 250'/%3E%3Crect x='280' y='80' width='80' height='170'/%3E%3C/svg%3E") no-repeat center;background-size:contain}
.contact-hero-content{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:60px 40px;width:100%;text-align:center}
.contact-hero-title{font-size:42px;font-weight:800;color:var(--blue);line-height:1.3;margin-bottom:12px}
.contact-hero-desc{font-size:18px;color:var(--gray);line-height:1.6}
.contact-section{padding:80px 0;background:var(--white)}
.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}
.contact-form-wrap{background:var(--white);border-radius:16px;padding:40px;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid #e8eaed}
.contact-form-title{font-size:24px;font-weight:800;color:var(--black);margin-bottom:8px}
.contact-form-desc{font-size:14px;color:var(--gray);margin-bottom:28px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:14px;font-weight:600;color:var(--dark);margin-bottom:8px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e0e3e8;border-radius:8px;font-size:14px;color:var(--dark);transition:all .3s var(--ease);background:var(--white)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,77,162,.1)}
.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-light)}
.checkbox-group{display:flex;flex-wrap:wrap;gap:12px}
.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--dark)}
.checkbox-label input{width:auto;margin:0}
.btn-full{width:100%;justify-content:center;padding:14px;font-size:16px}
.contact-info-wrap{display:flex;flex-direction:column;gap:20px}
.contact-info-card{background:var(--white);border-radius:12px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid #e8eaed}
.contact-info-card h3{font-size:18px;font-weight:700;color:var(--black);margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e8eaed}
.contact-info-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}
.contact-info-item:last-child{margin-bottom:0}
.contact-info-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(11,77,162,.06);border-radius:10px;color:var(--blue)}
.contact-info-text{display:flex;flex-direction:column;gap:2px}
.contact-info-label{font-size:13px;color:var(--gray)}
.contact-info-value{font-size:14px;font-weight:600;color:var(--dark)}
.contact-emergency-card{background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%);color:var(--white);border:none}
.contact-emergency-card h3{color:var(--white);border-bottom-color:rgba(255,255,255,.2)}
.contact-emergency-card p{font-size:14px;opacity:.85;margin-bottom:16px;line-height:1.6}
.contact-emergency-phone{font-size:28px;font-weight:800;color:var(--white)}
/* Brand Timeline */
.about-timeline-section{padding:80px 0;background:var(--gray-bg)}
.about-timeline-header{text-align:center;margin-bottom:60px}
.section-subtitle-center{font-size:16px;color:var(--gray);margin-top:12px}
.timeline{position:relative;max-width:900px;margin:0 auto;padding:20px 0}
.timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--blue) 0%,var(--gold) 100%);transform:translateX(-50%)}
.timeline-item{display:flex;align-items:center;margin-bottom:50px;position:relative}
.timeline-item:nth-child(odd){flex-direction:row-reverse}
.timeline-item:nth-child(odd) .timeline-content{text-align:right;padding-right:60px;padding-left:0;max-width:380px}
.timeline-item:nth-child(even) .timeline-content{padding-left:60px;max-width:380px}
.timeline-year{position:absolute;left:50%;transform:translateX(-50%);background:var(--blue);color:var(--white);font-size:18px;font-weight:800;padding:12px 24px;border-radius:30px;z-index:1;white-space:nowrap}
.timeline-content{flex:1;max-width:380px}
.timeline-content h3{font-size:18px;font-weight:700;color:var(--black);margin-bottom:8px}
.timeline-content p{font-size:14px;color:var(--gray);line-height:1.6}

/* ����Ƭ������ʽ */
.services-card-details{margin:16px 0;padding:16px 24px;border-top:1px solid #e8eaed;border-bottom:1px solid #e8eaed}
.services-card-detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;gap:16px}
.detail-label{color:var(--gray)}
.detail-value{color:var(--black);font-weight:600}
.services-card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;justify-content:center}
.services-card-tag{background:rgba(11,77,162,0.08);color:var(--blue);font-size:12px;padding:4px 10px;border-radius:20px;font-weight:500}

/* �������Ƭ��ʽ */
.services-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.services-card-horizontal{display:flex;align-items:flex-start;gap:20px;background:var(--white);border:1px solid #e8eaed;border-radius:12px;padding:32px 28px;text-decoration:none;color:inherit;transition:all .3s var(--ease);cursor:pointer}
.services-card-horizontal:hover{border-color:var(--blue);box-shadow:0 8px 24px rgba(11,77,162,.1);transform:translateY(-4px)}
.services-card-h-icon{width:64px;height:64px;background:rgba(11,77,162,0.06);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0;position:relative;margin-bottom:12px}.services-card-h-icon::after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:24px;height:3px;background:var(--gold);border-radius:2px}
.services-card-h-content{flex:1}
.services-card-h-title{font-size:20px;font-weight:700;color:var(--black);margin-bottom:8px}
.services-card-h-desc{font-size:14px;color:var(--gray);line-height:1.6;margin-bottom:12px}
.services-card-h-details{display:flex;gap:24px;font-size:13px;color:var(--dark)}
.services-card-h-details span{display:flex;align-items:center;gap:6px}
.services-card-h-details span::before{content:'';width:4px;height:4px;background:var(--blue);border-radius:50%}

/* ��������ʽ */
.services-guarantee-section{padding:48px 0;background:var(--white)}
.services-guarantee-header{margin-bottom:32px;text-align:center}
.section-subtitle-center{font-size:16px;color:var(--gray);margin-top:12px}
.services-guarantee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:900px;margin:0 auto}
.services-guarantee-item{text-align:center;padding:24px}
.services-guarantee-icon{width:64px;height:64px;margin:0 auto 16px;background:rgba(11,77,162,0.06);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blue)}
.services-guarantee-subtitle{font-size:14px;color:var(--gray);margin-top:8px}.services-guarantee-item h3{font-size:16px;font-weight:700;color:var(--black);margin-bottom:6px}
.services-guarantee-item p{font-size:14px;color:var(--gray)}

/* ����������ʽ */
.services-faq-section{padding:64px 0;background:var(--white)}
.services-faq-header{margin-bottom:48px}
.services-faq-list{max-width:800px;margin:0 auto}
.services-faq-item{border-bottom:1px solid #e8eaed}
.services-faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;font-size:16px;font-weight:600;color:var(--black)}
.services-faq-question svg{color:var(--gray);transition:transform .3s}
.services-faq-item.active .services-faq-question svg{transform:rotate(180deg)}
.services-faq-answer{padding:0 0 20px;color:var(--gray);font-size:14px;line-height:1.8;display:none}
.services-faq-item.active .services-faq-answer{display:block}










/* Contact Page Styles */
.contact-info-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:24px}

.contact-info-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.contact-info-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--blue);
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  background: rgba(11, 77, 162, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  flex-shrink: 0;
}

.contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-info-label {
  font-size: 13px;
  color: var(--gray);
}

.contact-info-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
}

.contact-emergency-card {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: white;
  grid-column: 1 / -1;
}

.contact-emergency-card .contact-info-title {
  color: white;
  border-bottom-color: rgba(255,255,255,0.3);
}

.contact-emergency-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
}

.contact-emergency-phone {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}







/* Process Grid */
.process-flow{display:flex;align-items:flex-start;justify-content:space-between;gap:0;flex-wrap:nowrap}
.services-process-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1;max-width:150px}
.services-process-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--white);border:2px solid var(--blue);border-radius:50%;color:var(--blue);margin-bottom:12px;position:relative;z-index:2}.services-process-item:not(:last-child)::after{content:"";position:absolute;top:26px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:#d0d5dd;z-index:1}.services-process-item:last-child::after{display:none}.services-process-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:4px}.services-process-desc{font-size:12px;color:var(--gray)}
.process-title{font-size:16px;font-weight:700;color:var(--black);margin-bottom:4px}
.process-desc{font-size:13px;color:var(--gray)}
.process-connector{position:absolute;right:-8px;top:32px;width:20px;height:1px;background:#d0d5dd}
.process-item:last-child .process-connector{display:none}

/* Stat Value */
.stat-item{display:flex;align-items:center;gap:16px;padding:16px 20px;border-right:1px solid #e8eaed}.stat-item:last-child{border-right:none}.about-stats-side{display:flex;align-items:center;gap:6px;justify-content:flex-start;flex:0.45;margin-left:-20px}
.stat-value{font-size:28px;font-weight:800;color:var(--blue);margin-bottom:1px;white-space:nowrap}
.stat-label{font-size:14px;color:var(--gray)}
/* Stat Icon */
.stat-icon{width:48px;height:48px;background:rgba(200,147,10,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:var(--gold)}
.stat-value{font-size:28px;font-weight:800;color:var(--blue);margin-bottom:4px;white-space:nowrap}
.stat-label{font-size:14px;color:var(--gray);margin-top:4px}
.stat-unit{font-size:16px;font-weight:600;color:var(--blue)}
/* Cases Section */
.cases-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}
.cases-view-all{color:var(--blue);font-size:14px;font-weight:600;text-decoration:none;transition:color .3s}
.cases-view-all:hover{color:var(--blue-dark)}
.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.case-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.06);transition:all .3s var(--ease)}
.case-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.12)}
.case-image{position:relative;height:200px;overflow:hidden}
.case-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s var(--ease)}
.case-card:hover .case-image img{transform:scale(1.05)}
.case-tag{position:absolute;top:12px;left:12px;background:var(--blue);color:var(--white);padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600}
.case-content{padding:16px 20px}
.case-title{font-size:16px;font-weight:700;color:var(--black);margin-bottom:8px}
.case-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px;font-size:12px;color:var(--gray)}
.case-meta-item{display:flex;align-items:center;gap:4px}
.case-meta-icon{font-size:14px}
.case-link{color:var(--blue);font-size:13px;font-weight:600;text-decoration:none;transition:color .3s}
.case-link:hover{color:var(--blue-dark)}



/* ===== FIX: process-grid and process-item ===== */
.process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative}
.process-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1;max-width:150px}
.process-item:last-child .process-connector{display:none}
.process-text{text-align:center}
.process-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:3px}
.process-desc{font-size:12px;color:var(--gray)}
/* ===== FIX: case-card styles ===== */
.case-card-image{position:relative;height:200px;overflow:hidden;background:#e8eaed}
.case-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s var(--ease)}
.case-card-home:hover .case-card-image img{transform:scale(1.05)}
.case-card-image img.case-card-image-zoom{transform:scale(1.12)}
.case-card-home:hover .case-card-image img.case-card-image-zoom{transform:scale(1.17)}
.case-card-content{padding:14px 16px}
.case-card-title{font-size:15px;font-weight:700;margin-bottom:6px;color:var(--black)}
.case-card-desc{font-size:13px;color:var(--gray);margin-bottom:8px}
.case-card-meta{display:flex;gap:12px;font-size:12px;color:var(--gray);flex-wrap:wrap}
.case-card-meta span{display:flex;align-items:center;gap:3px}
@media(max-width:1024px){.cases-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:768px){.cases-grid{grid-template-columns:1fr}}
/* ===== MINIMAL FIX: CTA to Footer ===== */
.cta-banner{padding:52px 40px;background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%)}
.site-footer{background:var(--dark);color:var(--white);padding:60px 0 30px}
main{margin:0!important;padding:0!important}
*{box-sizing:border-box}
/* ===== FIX: Process Item Connecting Lines ===== */
.process-item{position:relative}
.process-item::after{content:'';position:absolute;top:26px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:#d0d5dd;z-index:1}
.process-item:last-child::after{display:none}
.process-icon-wrap{z-index:2;position:relative}
.process-text{text-align:center}
/* Fix gaps */
body{margin:0!important}
html{margin:0!important;padding:0!important}

/* ABOUT PAGE V2 - aligned with homepage visual language */
.about-page{--about-blue:#02348C;--about-gold:#CF9E14;--about-ink:#10233f;--about-soft:#f4f7fb}
.about-page .about-hero{position:relative;min-height:560px;margin-top:68px;display:flex;align-items:center;background-color:#071a35;background-image:linear-gradient(90deg,rgba(2,52,140,.97) 0%,rgba(2,52,140,.85) 35%,rgba(3,35,82,.38) 66%,rgba(3,22,48,.16) 100%),linear-gradient(180deg,rgba(4,18,39,.04) 45%,rgba(4,18,39,.5) 100%),url('../images/case-1.jpg');background-repeat:no-repeat;background-size:cover;background-position:center 52%;overflow:hidden;isolation:isolate}
.about-page .about-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 25%,rgba(207,158,20,.16),transparent 26%);pointer-events:none}
.about-page .about-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--about-gold),rgba(207,158,20,.25) 38%,transparent 72%)}
.about-page .about-hero .container{position:relative;z-index:1;width:100%}
.about-page .about-hero-content{max-width:620px;margin:0;padding:76px 0 72px;text-align:left}
.about-hero-eyebrow,.about-section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--about-gold);text-transform:uppercase}
.about-page .about-hero-eyebrow{margin-bottom:18px;color:#f0c653}
.about-page .about-hero-title{font-size:48px;font-weight:800;color:#fff;line-height:1.32;margin-bottom:20px;letter-spacing:.02em;text-shadow:0 3px 24px rgba(0,16,48,.32)}
.about-page .about-hero-title .gold{color:#f0c653}
.about-page .about-hero-desc{max-width:550px;font-size:16px;color:rgba(255,255,255,.86);line-height:1.9}
.about-hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.about-hero-pills span{padding:7px 15px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(3,31,77,.48);color:rgba(255,255,255,.88);font-size:12px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}

.about-page .about-story-section{padding:96px 0 78px;background:#fff}
.about-page .about-story-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:72px;align-items:center}
.about-page .about-section-eyebrow{margin-bottom:10px}
.about-page .section-title-left{font-size:34px;font-weight:800;color:var(--about-ink);line-height:1.35;margin-bottom:24px}
.about-page .about-story-text p{font-size:15px;color:#536277;line-height:1.95;margin-bottom:16px}
.about-page .about-story-card{position:relative;width:100%;height:430px;padding:0;border-radius:20px;overflow:hidden;background:#071a35;box-shadow:0 22px 55px rgba(5,34,77,.16)}
.about-story-image{width:100%;height:100%;object-fit:cover;object-position:center}
.about-page .about-story-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 54%,rgba(3,25,59,.82) 100%);pointer-events:none}
.about-story-badge{position:absolute;left:22px;right:22px;bottom:20px;z-index:1;display:flex;align-items:center;gap:13px;padding:15px 18px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(3,31,77,.68);color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.about-story-badge-mark{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--about-gold);color:#10233f;font-size:21px;font-weight:800}
.about-story-badge div{display:flex;flex-direction:column;gap:2px}.about-story-badge strong{font-size:15px}.about-story-badge small{color:rgba(255,255,255,.65);font-size:11px}
.about-facts{display:grid;grid-template-columns:repeat(4,1fr);margin-top:72px;border:1px solid #e4eaf2;border-radius:16px;background:var(--about-soft);overflow:hidden}
.about-fact{position:relative;padding:26px 28px;text-align:center}.about-fact:not(:last-child)::after{content:"";position:absolute;right:0;top:25%;width:1px;height:50%;background:#dbe3ee}
.about-fact strong{display:block;font-size:30px;line-height:1.2;color:var(--about-blue);font-weight:800}.about-fact strong span{font-size:15px;color:var(--about-gold);margin-left:2px}.about-fact p{margin-top:6px;font-size:12px;color:#68778b}

.about-page .about-timeline-section{padding:88px 0;background:linear-gradient(180deg,#f5f8fc 0%,#eef3f9 100%)}
.about-page .about-timeline-header{margin-bottom:48px}.about-page .section-title-center{font-size:32px;color:var(--about-ink)}
.about-page .section-subtitle-center{font-size:14px;color:#68778b;margin-top:10px}
.about-page .timeline{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:none;margin:0;padding:0}
.about-page .timeline::before{content:"";position:absolute;left:7%;right:7%;top:25px;width:auto;height:2px;background:linear-gradient(90deg,var(--about-blue),var(--about-gold));transform:none}
.about-page .timeline-item,.about-page .timeline-item:nth-child(odd){position:relative;display:flex;flex-direction:column;align-items:center;margin:0;min-width:0}
.about-page .timeline-year{position:relative;left:auto;transform:none;z-index:1;display:flex;align-items:center;justify-content:center;min-width:74px;height:50px;padding:0 14px;border:4px solid #eef3f9;border-radius:999px;background:var(--about-blue);color:#fff;font-size:15px;font-weight:800;box-shadow:0 5px 15px rgba(2,52,140,.16)}
.about-page .timeline-item:last-child .timeline-year{background:var(--about-gold);color:#10233f}
.about-page .timeline-content,.about-page .timeline-item:nth-child(odd) .timeline-content,.about-page .timeline-item:nth-child(even) .timeline-content{width:100%;max-width:none;min-height:160px;margin-top:18px;padding:22px 18px;text-align:left;border:1px solid #e0e7f0;border-radius:14px;background:#fff;box-shadow:0 7px 24px rgba(15,42,75,.05)}
.about-page .timeline-content h3{font-size:16px;color:var(--about-ink);margin-bottom:8px}.about-page .timeline-content p{font-size:13px;color:#68778b;line-height:1.7}

.about-page .about-values-section{padding:88px 0;background:#fff;border:0}
.about-page .about-values-header,.about-page .about-team-header{text-align:center;margin-bottom:44px}
.about-page .about-values-grid{grid-template-columns:repeat(4,1fr);gap:18px}
.about-page .about-value-card{position:relative;display:block;min-height:225px;padding:28px 24px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}
.about-page .about-value-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--about-blue),var(--about-gold));opacity:0;transition:opacity .25s var(--ease)}
.about-page .about-value-card:hover{border-color:rgba(2,52,140,.3);box-shadow:0 14px 34px rgba(2,52,140,.09);transform:translateY(-4px)}.about-page .about-value-card:hover::before{opacity:1}
.about-page .about-value-icon{width:52px;height:52px;margin-bottom:22px;border-radius:13px;background:rgba(2,52,140,.07);color:var(--about-blue)}
.about-page .about-value-content h3{font-size:17px;color:var(--about-ink);margin-bottom:10px}.about-page .about-value-content p{font-size:13px;color:#68778b;line-height:1.75}

.about-page .about-team-section{padding:82px 0;background:var(--about-soft);border:0}
.about-page .about-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.about-page .about-team-card{display:flex;align-items:flex-start;gap:16px;padding:26px;border:1px solid #e0e7f0;border-radius:14px;background:#fff;box-shadow:0 8px 25px rgba(15,42,75,.04)}
.about-page .about-team-card::after{display:none!important}.about-page .about-team-icon{width:52px;height:52px;border-radius:13px;background:rgba(207,158,20,.1);color:var(--about-gold)}
.about-team-copy{min-width:0}.about-page .about-team-copy h3{font-size:16px;color:var(--about-ink);margin:2px 0 7px}.about-page .about-team-copy p{font-size:13px;color:#68778b;line-height:1.7}

.about-page .about-cta-section{position:relative;padding:68px 0;background-color:#062b70;background-image:linear-gradient(90deg,rgba(3,36,92,.98) 0%,rgba(2,52,140,.93) 48%,rgba(2,52,140,.68) 100%),url('../images/case-3.jpg');background-repeat:no-repeat;background-size:cover;background-position:center 54%;overflow:hidden}
.about-page .about-cta-section::before{content:"";position:absolute;right:-8%;top:-180px;width:520px;height:520px;border:1px solid rgba(207,158,20,.18);border-radius:50%;box-shadow:0 0 0 70px rgba(207,158,20,.04),0 0 0 140px rgba(207,158,20,.025)}
.about-page .about-cta-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:60px}
.about-page .about-cta-text .about-section-eyebrow{color:#f0c653;margin-bottom:9px}.about-page .about-cta-text h2{font-size:30px;color:#fff}.about-page .about-cta-text p{color:rgba(255,255,255,.76)}
.about-page .about-cta-actions{align-items:center;flex-shrink:0}.about-page .about-cta-actions .btn-gold{background:var(--about-gold);color:#10233f;border-radius:8px}.about-page .about-cta-phone{font-size:18px}

@media(max-width:1024px){
  .about-page .about-hero{min-height:520px;background-position:62% center}
  .about-page .about-hero-content{max-width:560px;padding:68px 0}
  .about-page .about-hero-title{font-size:40px}
  .about-page .about-story-grid{grid-template-columns:1fr 1fr;gap:36px}
  .about-page .about-story-card{height:390px}
  .about-page .timeline{grid-template-columns:repeat(3,1fr)}
  .about-page .timeline::before{display:none}
  .about-page .timeline-item:nth-child(n+4){margin-top:12px}
  .about-page .about-values-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .about-page .about-hero{min-height:610px;align-items:flex-end;background-image:linear-gradient(180deg,rgba(3,24,55,.1) 0%,rgba(2,38,94,.62) 46%,rgba(2,52,140,.98) 82%,rgba(2,44,119,1) 100%),url('../images/case-1.jpg');background-size:auto 100%,auto 100%;background-position:center,54% center}
  .about-page .about-cta-section{background-image:linear-gradient(180deg,rgba(3,36,92,.9),rgba(2,52,140,.98)),url('../images/case-3.jpg');background-position:center}
  .about-page .about-hero-content{max-width:none;padding:230px 0 38px}
  .about-page .about-hero-eyebrow{margin-bottom:12px}
  .about-page .about-hero-title{font-size:32px;margin-bottom:14px}.about-page .about-hero-desc{font-size:14px;line-height:1.75}
  .about-hero-pills{margin-top:20px;gap:8px}.about-hero-pills span{padding:6px 11px;font-size:11px}
  .about-page .about-story-section{padding:64px 0 54px}
  .about-page .about-story-grid{grid-template-columns:1fr;gap:34px}.about-page .section-title-left{font-size:27px;margin-bottom:18px}.about-page .about-story-text p{font-size:14px;line-height:1.85}
  .about-page .about-story-card{height:340px;border-radius:16px}
  .about-facts{grid-template-columns:repeat(2,1fr);margin-top:38px}.about-fact{padding:22px 12px}.about-fact:nth-child(2)::after{display:none}.about-fact:nth-child(-n+2){border-bottom:1px solid #dbe3ee}.about-fact strong{font-size:25px}
  .about-page .about-timeline-section,.about-page .about-values-section,.about-page .about-team-section{padding:64px 0}
  .about-page .about-timeline-header,.about-page .about-values-header,.about-page .about-team-header{margin-bottom:34px}.about-page .section-title-center{font-size:27px}
  .about-page .timeline{display:flex;flex-direction:column;gap:14px;padding-left:10px}.about-page .timeline::before{display:block;left:33px;right:auto;top:8px;bottom:8px;width:2px;height:auto;background:linear-gradient(180deg,var(--about-blue),var(--about-gold))}
  .about-page .timeline-item,.about-page .timeline-item:nth-child(odd){display:grid;grid-template-columns:68px 1fr;align-items:start;margin:0!important}
  .about-page .timeline-year{min-width:0;width:50px;height:42px;padding:0;font-size:12px;border-width:3px}
  .about-page .timeline-content,.about-page .timeline-item:nth-child(odd) .timeline-content,.about-page .timeline-item:nth-child(even) .timeline-content{min-height:0;margin:0;padding:18px}
  .about-page .about-values-grid,.about-page .about-team-grid{grid-template-columns:1fr}.about-page .about-value-card{min-height:0}
  .about-page .about-cta-content{flex-direction:column;align-items:flex-start;gap:28px}.about-page .about-cta-actions{align-items:flex-start}.about-page .about-cta-text h2{font-size:25px}
}
@media(max-width:390px){
  .about-page .about-hero-title{font-size:29px}
  .about-page .about-story-card{height:310px}
  .about-story-badge{left:14px;right:14px;bottom:14px}
}

/* SERVICES PAGE V2 - homepage-aligned, decision-focused service layout */
.services-page{--services-blue:#02348C;--services-gold:#CF9E14;--services-ink:#10233f;--services-soft:#f4f7fb}
.services-page .services-hero{position:relative;min-height:580px;margin-top:68px;display:flex;align-items:center;background-color:#071a35;background-image:linear-gradient(90deg,rgba(2,52,140,.98) 0%,rgba(2,52,140,.88) 35%,rgba(3,35,82,.42) 67%,rgba(3,22,48,.16) 100%),linear-gradient(180deg,rgba(4,18,39,.03) 42%,rgba(4,18,39,.54) 100%),url('../images/hero-house.jpg');background-repeat:no-repeat;background-size:cover;background-position:center 55%;overflow:hidden;isolation:isolate}
.services-page .services-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 26%,rgba(207,158,20,.17),transparent 26%);pointer-events:none}
.services-page .services-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--services-gold),rgba(207,158,20,.25) 38%,transparent 72%)}
.services-page .services-hero .container{position:relative;z-index:1;width:100%}
.services-page .services-hero-content{max-width:660px;margin:0;padding:78px 0 72px;text-align:left}
.services-hero-eyebrow,.services-section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--services-gold);text-transform:uppercase}
.services-page .services-hero-eyebrow{margin-bottom:18px;color:#f0c653}
.services-page .services-hero-title{font-size:46px;font-weight:800;color:#fff;line-height:1.34;margin-bottom:20px;letter-spacing:.02em;text-shadow:0 3px 24px rgba(0,16,48,.34)}
.services-page .services-hero-title .gold{color:#f0c653}
.services-page .services-hero-desc{max-width:590px;font-size:16px;color:rgba(255,255,255,.87);line-height:1.9}
.services-hero-actions{display:flex;align-items:center;gap:22px;margin-top:32px}.services-hero-actions span{font-size:12px;color:rgba(255,255,255,.67)}
.services-hero-btn{background:var(--services-gold);color:#10233f;border-radius:8px;box-shadow:0 8px 24px rgba(207,158,20,.2)}.services-hero-btn:hover{background:#e0b329;color:#10233f;transform:translateY(-2px)}

.services-page .services-cards-section{padding:92px 0 96px;background:#fff;scroll-margin-top:68px}
.services-page .services-cards-header{margin-bottom:46px}.services-page .services-section-eyebrow{margin-bottom:10px;text-align:center}
.services-page .services-cards-title{font-size:34px;font-weight:800;color:var(--services-ink);margin-bottom:10px}.services-page .services-cards-desc{font-size:14px;color:#68778b}
.services-page .services-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px}
.services-page .services-card-horizontal{position:relative;min-height:244px;display:flex;align-items:flex-start;gap:18px;padding:32px 30px;border:1px solid #e1e8f0;border-radius:16px;background:#fff;overflow:hidden;scroll-margin-top:92px;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}
.services-page .services-card-horizontal::before{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-size:42% 100%;background-position:right center;opacity:.13;filter:saturate(.75);transition:opacity .25s var(--ease),transform .4s var(--ease)}
.services-page .services-card-horizontal::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 57%,rgba(255,255,255,.88) 72%,rgba(255,255,255,.32) 100%);pointer-events:none}
.services-page .services-card-horizontal:nth-child(1)::before{background-image:url('../images/case-1.jpg')}.services-page .services-card-horizontal:nth-child(2)::before{background-image:url('../images/case-2.jpg')}.services-page .services-card-horizontal:nth-child(3)::before{background-image:url('../images/case-3.jpg')}.services-page .services-card-horizontal:nth-child(4)::before{background-image:url('../images/hero-house-v2.png')}
.services-page .services-card-horizontal:hover{border-color:rgba(2,52,140,.34);box-shadow:0 16px 38px rgba(2,52,140,.1);transform:translateY(-4px)}.services-page .services-card-horizontal:hover::before{opacity:.23;transform:scale(1.035)}
.services-card-number{position:absolute;right:20px;top:14px;z-index:2;font-size:34px;line-height:1;font-weight:800;color:rgba(2,52,140,.08)}
.services-page .services-card-h-icon,.services-page .services-card-h-content{position:relative;z-index:2}.services-page .services-card-h-icon{width:58px;height:58px;margin:0;border-radius:13px;background:rgba(2,52,140,.07);color:var(--services-blue)}
.services-page .services-card-h-icon::after{bottom:-10px;background:var(--services-gold)}.services-page .services-card-h-icon svg{width:31px;height:31px}
.services-page .services-card-h-title{font-size:20px;color:var(--services-ink);margin-bottom:7px}.services-page .services-card-h-desc{max-width:360px;font-size:14px;color:#536277;line-height:1.7;margin-bottom:16px}
.services-page .services-card-h-details{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:12px;color:#68778b}.services-page .services-card-h-details span::before{background:var(--services-gold)}
.services-card-cta{display:inline-block;margin-top:20px;font-size:13px;font-weight:700;color:var(--services-blue)}

.services-page .services-process-section{padding:86px 0;background:linear-gradient(180deg,#f5f8fc 0%,#eef3f9 100%)}
.services-page .services-process-header{text-align:center;margin-bottom:48px}.services-section-subtitle{margin-top:10px;font-size:14px;color:#68778b;text-align:center}
.services-page .section-title-center{font-size:32px;color:var(--services-ink)}
.services-page .services-process-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;align-items:stretch}
.services-page .services-process-item{max-width:none;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:22px 16px;border:1px solid #e0e7f0;border-radius:14px;background:#fff;box-shadow:0 7px 24px rgba(15,42,75,.04)}
.services-page .services-process-item:not(:last-child)::after{content:"→";left:auto;right:-12px;top:31px;width:12px;height:auto;background:none;color:var(--services-gold);font-size:15px;line-height:1;z-index:3}
.services-page .services-process-icon{width:46px;height:46px;margin-bottom:16px;border:0;border-radius:12px;background:rgba(2,52,140,.07);color:var(--services-blue)}
.services-page .services-process-title{font-size:14px;color:var(--services-ink);margin-bottom:5px}.services-page .services-process-desc{font-size:11px;color:#78869a;line-height:1.55}

.services-page .services-faq-section{padding:88px 0;background:#fff}.services-page .services-faq-header{text-align:center;margin-bottom:44px}
.services-page .services-faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;max-width:none;align-items:start}
.services-page .services-faq-item{border:1px solid #e1e8f0;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .25s var(--ease),box-shadow .25s var(--ease)}.services-page .services-faq-item:hover,.services-page .services-faq-item.active{border-color:rgba(2,52,140,.32);box-shadow:0 8px 24px rgba(2,52,140,.06)}
.services-page .services-faq-question{gap:18px;padding:19px 20px;font-size:14px;color:var(--services-ink)}.services-page .services-faq-question svg{flex-shrink:0;color:var(--services-gold)}
.services-page .services-faq-answer{padding:0 20px 20px;font-size:13px;color:#68778b;line-height:1.8}

.services-page .services-guarantee-section{padding:80px 0;background:#082d6d;color:#fff}.services-page .services-guarantee-header{margin-bottom:42px}.services-page .services-guarantee-header .section-title-center{color:#fff}.services-page .services-guarantee-subtitle{color:rgba(255,255,255,.68)}
.services-page .services-guarantee-grid{max-width:none;gap:16px}.services-page .services-guarantee-item{display:flex;align-items:center;gap:16px;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.06);text-align:left}
.services-page .services-guarantee-icon{width:50px;height:50px;flex-shrink:0;margin:0;border-radius:12px;background:rgba(207,158,20,.14);color:#f0c653}.services-page .services-guarantee-item h3{color:#fff;font-size:15px}.services-page .services-guarantee-item p{color:rgba(255,255,255,.63);font-size:12px;line-height:1.6}

.services-page .services-cta-section{position:relative;padding:68px 0;background:linear-gradient(120deg,#064098 0%,var(--services-blue) 62%,#062b70 100%);overflow:hidden}
.services-page .services-cta-section::before{content:"";position:absolute;right:-8%;top:-180px;width:520px;height:520px;border:1px solid rgba(207,158,20,.18);border-radius:50%;box-shadow:0 0 0 70px rgba(207,158,20,.04),0 0 0 140px rgba(207,158,20,.025)}
.services-page .services-cta-content{position:relative;z-index:1;justify-content:space-between;gap:60px}.services-page .services-cta-text .services-section-eyebrow{text-align:left;color:#f0c653;margin-bottom:9px}.services-page .services-cta-text h2{font-size:30px}.services-page .services-cta-text p{color:rgba(255,255,255,.76)}
.services-page .services-cta-actions{flex-shrink:0}.services-page .services-cta-actions .btn-gold{background:var(--services-gold);color:#10233f;border-radius:8px}.services-page .services-cta-phone{font-size:18px}

@media(max-width:1024px){
  .services-page .services-hero{min-height:540px;background-position:60% center}
  .services-page .services-hero-content{max-width:600px;padding:68px 0}.services-page .services-hero-title{font-size:40px}
  .services-page .services-process-flow{grid-template-columns:repeat(3,1fr)}.services-page .services-process-item:nth-child(3)::after{display:none}
  .services-page .services-guarantee-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .services-page .services-hero{min-height:650px;align-items:flex-end;background-image:linear-gradient(180deg,rgba(3,24,55,.12) 0%,rgba(2,38,94,.64) 45%,rgba(2,52,140,.98) 82%,rgba(2,44,119,1) 100%),url('../images/hero-house.jpg');background-size:auto 100%,auto 100%;background-position:center,63% center}
  .services-page .services-hero-content{max-width:none;padding:235px 0 38px}.services-page .services-hero-eyebrow{margin-bottom:12px}.services-page .services-hero-title{font-size:31px;margin-bottom:14px}.services-page .services-hero-desc{font-size:14px;line-height:1.75}
  .services-hero-actions{align-items:flex-start;flex-direction:column;gap:12px;margin-top:22px}.services-hero-btn{padding:12px 22px}
  .services-page .services-cards-section,.services-page .services-process-section,.services-page .services-faq-section,.services-page .services-guarantee-section{padding:64px 0}
  .services-page .services-cards-title,.services-page .section-title-center{font-size:27px}.services-page .services-cards-header,.services-page .services-process-header,.services-page .services-faq-header{margin-bottom:34px}
  .services-page .services-cards-grid{grid-template-columns:1fr}.services-page .services-card-horizontal{min-height:0;padding:26px 22px}.services-page .services-card-horizontal::before{background-size:55% 100%}.services-page .services-card-horizontal::after{background:linear-gradient(90deg,#fff 0%,#fff 62%,rgba(255,255,255,.65) 100%)}
  .services-page .services-card-h-details{flex-direction:column;gap:6px}
  .services-page .services-process-flow{grid-template-columns:repeat(2,1fr);gap:12px}.services-page .services-process-item:nth-child(3)::after{display:block}.services-page .services-process-item:nth-child(even)::after{display:none}.services-page .services-process-item{padding:18px 14px}
  .services-page .services-faq-list{grid-template-columns:1fr}.services-page .services-faq-question{font-size:13px}
  .services-page .services-guarantee-grid{grid-template-columns:1fr}
  .services-page .services-cta-content{flex-direction:column;align-items:flex-start;gap:28px}.services-page .services-cta-actions{align-items:flex-start}.services-page .services-cta-text h2{font-size:25px}
}
@media(max-width:390px){
  .services-page .services-hero-title{font-size:29px}
.services-page .services-card-horizontal{display:grid;grid-template-columns:50px 1fr;gap:14px}.services-page .services-card-h-icon{width:50px;height:50px}.services-page .services-card-h-icon svg{width:27px;height:27px}
}

/* SERVICES PAGE V3 - image-led editorial refinement */
.services-page .services-hero{min-height:590px;background-image:linear-gradient(90deg,rgba(2,34,82,.92) 0%,rgba(2,52,140,.78) 38%,rgba(3,31,69,.22) 68%,rgba(3,22,48,.08) 100%),linear-gradient(180deg,rgba(7,18,35,.02) 44%,rgba(5,23,48,.48) 100%),url('../images/case-2.jpg');background-position:center 54%}
.services-page .services-hero-content{max-width:630px}.services-page .services-hero-title{font-size:44px}.services-page .services-hero-desc{max-width:560px}
.services-page .services-cards-section{padding:94px 0 104px;background:#f7f8fa}
.services-page .services-cards-header{margin-bottom:48px}
.services-page .services-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.services-page .services-card-horizontal{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:0;min-height:390px;padding:0;border:0;border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(16,35,63,.08);overflow:hidden}
.services-page .services-card-horizontal::before,.services-page .services-card-horizontal::after{display:none}
.services-card-visual{grid-column:1/-1;position:relative;height:205px;overflow:hidden;background:#dfe5ec}
.services-card-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(5,27,60,.5) 100%)}
.services-card-visual img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}
.services-page .services-card-horizontal:hover{border-color:transparent;box-shadow:0 18px 46px rgba(16,35,63,.14);transform:translateY(-5px)}
.services-page .services-card-horizontal:hover .services-card-visual img{transform:scale(1.045)}
.services-card-number{right:20px;top:165px;z-index:3;font-size:28px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.services-page .services-card-h-icon{position:relative;z-index:2;grid-column:1;width:54px;height:54px;margin:26px 0 0 26px;border-radius:50%;background:var(--services-blue);color:#fff;box-shadow:0 6px 18px rgba(2,52,140,.2)}
.services-page .services-card-h-icon::after{display:none}.services-page .services-card-h-icon svg{width:27px;height:27px}
.services-page .services-card-h-content{grid-column:2;grid-row:2;padding:26px 26px 26px 4px}
.services-page .services-card-h-title{font-size:21px;margin-bottom:8px}.services-page .services-card-h-desc{font-size:13px;line-height:1.7;margin-bottom:14px}
.services-page .services-card-h-details{display:flex;flex-direction:column;gap:5px;font-size:11px}.services-page .services-card-h-details span::before{background:var(--services-gold)}
.services-card-cta{margin-top:14px;font-size:12px}
.services-page .services-process-section{padding:90px 0;background:#fff}
.services-page .services-process-flow{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:0}
.services-page .services-process-flow::before{content:"";position:absolute;left:8%;right:8%;top:27px;height:1px;background:#d9e1eb}
.services-page .services-process-item{position:relative;z-index:1;display:flex;align-items:center;text-align:center;padding:0 10px;border:0;border-radius:0;background:transparent;box-shadow:none}
.services-page .services-process-item:not(:last-child)::after{display:none}.services-page .services-process-icon{width:54px;height:54px;margin:0 auto 18px;border:5px solid #fff;border-radius:50%;background:var(--services-blue);color:#fff;box-shadow:0 6px 18px rgba(2,52,140,.17)}
.services-page .services-process-title{font-size:14px}.services-page .services-process-desc{font-size:11px;margin-top:3px}
.services-page .services-faq-section{padding:88px 0;background:#f7f8fa}.services-page .services-faq-list{gap:10px 18px}.services-page .services-faq-item{border:0;border-bottom:1px solid #dde4ec;border-radius:0;background:transparent}.services-page .services-faq-item:hover,.services-page .services-faq-item.active{border-color:#c6d2df;box-shadow:none}.services-page .services-faq-question{padding:18px 4px}.services-page .services-faq-answer{padding:0 4px 20px}
.services-page .services-guarantee-section{position:relative;padding:84px 0;background:linear-gradient(120deg,#08275c 0%,#02348c 58%,#0a4d9d 100%)}
.services-page .services-guarantee-item{border:1px solid rgba(255,255,255,.16);background:rgba(3,31,77,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.services-page .services-cta-section{background:linear-gradient(105deg,#06327b 0%,#02348c 56%,#06275d 100%)}

@media(max-width:1024px){
  .services-page .services-hero{background-position:58% center}
  .services-page .services-cards-grid{gap:20px}.services-page .services-card-horizontal{grid-template-columns:68px 1fr}.services-page .services-card-h-icon{margin-left:20px}.services-page .services-card-h-content{padding-right:20px}
  .services-page .services-process-flow{grid-template-columns:repeat(3,1fr);gap:32px 0}.services-page .services-process-flow::before{display:none}
}
@media(max-width:768px){
  .services-page .services-hero{min-height:650px;background-image:linear-gradient(180deg,rgba(3,24,55,.08) 0%,rgba(2,38,94,.56) 44%,rgba(2,52,140,.98) 82%,rgba(2,44,119,1) 100%),url('../images/case-2.jpg');background-size:auto 100%,auto 100%;background-position:center,52% center}
  .services-page .services-hero-title{font-size:30px;line-height:1.38}
  .services-page .services-cards-grid{grid-template-columns:1fr;gap:22px}.services-page .services-card-horizontal{display:grid;grid-template-columns:64px 1fr;min-height:0}.services-card-visual{height:190px}.services-card-number{top:151px}
  .services-page .services-card-h-icon{grid-column:1;grid-row:2;width:48px;height:48px;margin:22px 0 0 18px}.services-page .services-card-h-content{grid-column:2;grid-row:2;padding:22px 20px 24px 0}.services-page .services-card-h-details{flex-direction:column}
  .services-page .services-process-flow{grid-template-columns:repeat(2,1fr);gap:30px 0}.services-page .services-process-item{padding:0 8px}
  .services-page .services-guarantee-section{background:linear-gradient(145deg,#08275c,#02348c)}
  .services-page .services-cta-section{background:linear-gradient(145deg,#06327b,#02348c)}
}
@media(max-width:390px){.services-page .services-hero-title{font-size:28px}}

/* Service card typography refinement */
.services-page .services-card-horizontal{grid-template-columns:92px minmax(0,1fr);grid-template-rows:205px auto;min-height:410px}
.services-page .services-card-h-icon{grid-column:1;grid-row:2;width:52px;height:52px;margin:28px 0 0 28px}
.services-page .services-card-h-content{grid-column:2;grid-row:2;padding:26px 28px 28px 0}
.services-page .services-card-h-title{font-size:21px;font-weight:800;line-height:1.35;letter-spacing:.01em;color:#10233f;margin-bottom:9px}
.services-page .services-card-h-desc{max-width:none;min-height:48px;margin-bottom:17px;font-size:13px;line-height:1.75;color:#657489}
.services-page .services-card-h-details{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:0}
.services-page .services-card-h-details span{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;background:#f4f7fb;color:#263b58;font-size:11px;font-weight:600;line-height:1.2}
.services-page .services-card-h-details span::before{display:none}
.services-page .services-card-h-details small{font-size:10px;font-weight:500;color:#8995a6}
.services-page .services-card-cta{display:inline-flex;align-items:center;margin-top:18px;font-size:12px;font-weight:700;color:var(--services-blue);letter-spacing:.02em}

@media(max-width:1024px){
  .services-page .services-card-horizontal{grid-template-columns:76px minmax(0,1fr)}
  .services-page .services-card-h-icon{margin-left:20px}
  .services-page .services-card-h-content{padding-right:20px}
  .services-page .services-card-h-details{flex-direction:column;align-items:flex-start}
  .services-page .services-card-h-desc{min-height:68px}
}
@media(max-width:768px){
  .services-page .services-card-horizontal{grid-template-columns:68px minmax(0,1fr);grid-template-rows:190px auto;min-height:0}
  .services-page .services-card-h-icon{width:46px;height:46px;margin:24px 0 0 18px}
  .services-page .services-card-h-content{padding:22px 20px 25px 0}
  .services-page .services-card-h-title{font-size:19px}
  .services-page .services-card-h-desc{min-height:0;margin-bottom:14px}
  .services-page .services-card-h-details{flex-direction:row}
}
@media(max-width:390px){
  .services-page .services-card-h-details{flex-direction:column;gap:6px}
}

/* CASES + CONTACT V2 - homepage-aligned visual language */
.cases-page,.contact-page{--page-blue:#02348c;--page-gold:#cf9e14;--page-ink:#10233f;--page-muted:#657489;--page-soft:#f4f7fb}
.cases-page .cases-hero,.contact-page .contact-hero{position:relative;min-height:560px;margin-top:68px;display:flex;align-items:center;background-color:#071a35;background-repeat:no-repeat;background-size:cover;overflow:hidden;isolation:isolate}
.cases-page .cases-hero{background-image:linear-gradient(90deg,rgba(2,52,140,.96) 0%,rgba(2,52,140,.8) 36%,rgba(3,35,82,.3) 68%,rgba(3,22,48,.14) 100%),linear-gradient(180deg,rgba(4,18,39,.02) 42%,rgba(4,18,39,.5) 100%),url('../images/case-loft-01.png');background-position:center 52%}
.contact-page .contact-hero{background-image:linear-gradient(90deg,rgba(2,52,140,.97) 0%,rgba(2,52,140,.83) 37%,rgba(3,35,82,.34) 68%,rgba(3,22,48,.16) 100%),linear-gradient(180deg,rgba(4,18,39,.02) 42%,rgba(4,18,39,.55) 100%),url('../images/hero-house-v2.png');background-position:center 50%}
.cases-page .cases-hero::before,.contact-page .contact-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 25%,rgba(207,158,20,.16),transparent 27%);pointer-events:none}
.cases-page .cases-hero::after,.contact-page .contact-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--page-gold),rgba(207,158,20,.25) 38%,transparent 72%)}
.cases-page .cases-hero .container,.contact-page .contact-hero .container{position:relative;z-index:1;width:100%}
.cases-page .cases-hero-content,.contact-page .contact-hero-content{max-width:650px;margin:0;padding:76px 0 72px;text-align:left}
.cases-hero-eyebrow,.contact-hero-eyebrow,.cases-section-eyebrow,.contact-section-eyebrow,.contact-card-kicker{font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--page-gold);text-transform:uppercase}
.cases-page .cases-hero-eyebrow,.contact-page .contact-hero-eyebrow{margin-bottom:18px;color:#f0c653}
.cases-page .cases-hero-title,.contact-page .contact-hero-title{font-size:46px;font-weight:800;color:#fff;line-height:1.34;margin-bottom:20px;letter-spacing:.02em;text-shadow:0 3px 24px rgba(0,16,48,.34)}
.cases-page .cases-hero-title .gold,.contact-page .contact-hero-title .gold{color:#f0c653}
.cases-page .cases-hero-desc,.contact-page .contact-hero-desc{max-width:570px;font-size:16px;color:rgba(255,255,255,.87);line-height:1.9}
.cases-hero-pills,.contact-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.cases-hero-pills span,.contact-hero-meta span{padding:7px 15px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(3,31,77,.48);color:rgba(255,255,255,.88);font-size:12px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}

/* Cases */
.cases-page .cases-intro-section{padding:88px 0 78px;border:0;background:#fff}
.cases-page .cases-intro-content{max-width:760px}.cases-page .cases-section-eyebrow{margin-bottom:10px}
.cases-page .cases-intro-title{font-size:34px;color:var(--page-ink);margin-bottom:18px}.cases-page .cases-intro-desc{font-size:15px;color:var(--page-muted);line-height:1.95;margin-bottom:34px}
.cases-page .cases-intro-features{gap:14px}.cases-page .cases-intro-feature{padding:12px 18px;border:1px solid #e0e7f0;border-radius:10px;background:var(--page-soft);color:#40516a;font-size:13px}.cases-page .cases-intro-feature svg{width:20px;height:20px;color:var(--page-blue)}
.cases-page .cases-gallery-section{padding:88px 0 96px;background:linear-gradient(180deg,#f5f8fc 0%,#eef3f9 100%)}
.cases-page .cases-gallery-header{text-align:center;margin-bottom:44px}.cases-page .cases-gallery-header .cases-section-eyebrow{margin-bottom:10px}.cases-page .cases-gallery-header .section-title-center{font-size:32px;color:var(--page-ink)}.cases-section-subtitle{margin-top:10px;font-size:14px;color:#718096}
.cases-page .cases-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.cases-page .cases-gallery-item{border:1px solid #e0e7f0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,42,75,.06);transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}
.cases-page .cases-gallery-item:hover{border-color:rgba(2,52,140,.28);box-shadow:0 17px 42px rgba(2,52,140,.12);transform:translateY(-5px)}
.cases-page .cases-gallery-image{height:250px}.cases-page .cases-gallery-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(5,27,60,.46) 100%);pointer-events:none}.cases-page .cases-gallery-image img{transition:transform .55s var(--ease)}.cases-page .cases-gallery-item:hover .cases-gallery-image img{transform:scale(1.045)}
.cases-page .cases-gallery-overlay{z-index:1;top:18px;left:18px}.cases-page .cases-gallery-type{padding:6px 13px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(3,31,77,.76);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.cases-page .cases-gallery-content{padding:24px 24px 26px}.cases-page .cases-gallery-title{font-size:19px;color:var(--page-ink);margin-bottom:13px}.cases-page .cases-gallery-details{gap:7px;margin-bottom:14px}.cases-page .cases-gallery-detail-item{padding:5px 9px;border-radius:6px;background:var(--page-soft);color:#40516a;font-size:11px;font-weight:600}
.cases-page .cases-gallery-meta{gap:16px;margin-bottom:13px}.cases-page .cases-gallery-meta-item{font-size:12px;color:#77869a}.cases-page .cases-gallery-meta-item svg{color:var(--page-gold)}.cases-gallery-desc{font-size:13px;color:var(--page-muted);line-height:1.75}
.cases-page .cases-stats-section{padding:0;background:#fff;border:0}.cases-page .cases-stats-grid{transform:translateY(-1px);border:1px solid #e0e7f0;border-radius:0;background:#fff}.cases-page .cases-stats-item{min-height:122px;padding:24px 26px}.cases-page .cases-stats-icon{width:48px;height:48px;border-radius:12px;background:rgba(2,52,140,.07);color:var(--page-blue)}.cases-page .cases-stats-number{color:var(--page-blue)}
.cases-page .cases-cta-section{position:relative;padding:68px 0;background-color:#062b70;background-image:linear-gradient(90deg,rgba(3,36,92,.98) 0%,rgba(2,52,140,.91) 50%,rgba(2,52,140,.62) 100%),url('../images/case-partial-after.png');background-size:cover;background-position:center 54%;overflow:hidden}.cases-page .cases-cta-section::before{content:"";position:absolute;right:-8%;top:-180px;width:520px;height:520px;border:1px solid rgba(207,158,20,.18);border-radius:50%;box-shadow:0 0 0 70px rgba(207,158,20,.04),0 0 0 140px rgba(207,158,20,.025)}
.cases-page .cases-cta-content{position:relative;z-index:1;justify-content:space-between;gap:60px}.cases-page .cases-cta-text .cases-section-eyebrow{color:#f0c653;margin-bottom:9px}.cases-page .cases-cta-text h2{font-size:30px}.cases-page .cases-cta-actions .btn-gold{border-radius:8px;background:var(--page-gold);color:#10233f}.cases-page .cases-cta-actions .btn-gold:hover{background:#e0b329;color:#10233f}

/* Contact */
.contact-page .contact-section{padding:92px 0 98px;background:#f5f8fc}.contact-section-header{max-width:660px;margin:0 auto 44px;text-align:center}.contact-section-header .contact-section-eyebrow{margin-bottom:10px}.contact-section-header h2{font-size:34px;color:var(--page-ink);margin-bottom:10px}.contact-section-header>p:last-child{font-size:14px;color:#718096}
.contact-page .contact-grid{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:24px;align-items:stretch}.contact-page .contact-form-wrap{padding:36px 38px;border:1px solid #e0e7f0;border-radius:16px;box-shadow:0 10px 34px rgba(16,35,63,.06)}
.contact-page .form-row{gap:18px}.contact-page .form-group{margin-bottom:19px}.contact-page .form-group label{font-size:13px;color:#30445f}.contact-page .form-group input,.contact-page .form-group select,.contact-page .form-group textarea{font-family:var(--font-sans);padding:13px 14px;border-color:#dce4ed;border-radius:8px;background:#fbfcfe}.contact-page .form-group textarea{resize:vertical;min-height:118px}.contact-page .form-group input:focus,.contact-page .form-group select:focus,.contact-page .form-group textarea:focus{border-color:var(--page-blue);box-shadow:0 0 0 3px rgba(2,52,140,.08);background:#fff}.contact-page .btn-full{border-radius:8px;background:var(--page-blue)}.contact-page .btn-full:hover{background:#062b70}.contact-form-note{margin-top:13px;text-align:center;font-size:11px;color:#8995a6}
.contact-page .form-success{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:38px;text-align:center}.contact-page .form-success-icon{width:68px;height:68px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border-radius:50%;background:#e9f8ef}.contact-page .form-success h3{font-size:23px;color:var(--page-ink);margin-bottom:9px}.contact-page .form-success p{max-width:340px;font-size:14px;color:var(--page-muted);line-height:1.75}
.contact-page .contact-info-wrap{gap:16px}.contact-page .contact-info-card{padding:28px;border:1px solid #e0e7f0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,42,75,.05)}.contact-page .contact-card-kicker{margin-bottom:8px}.contact-page .contact-info-title,.contact-page .contact-info-card h3{font-size:19px;color:var(--page-ink);margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #e4eaf2}.contact-page .contact-info-item{gap:13px;margin-bottom:15px}.contact-page .contact-info-icon{width:42px;height:42px;border-radius:11px;background:rgba(2,52,140,.07);color:var(--page-blue)}.contact-page .contact-info-icon svg{width:21px;height:21px}.contact-page .contact-info-label{font-size:11px;color:#8995a6}.contact-page .contact-info-value{font-size:13px;line-height:1.65;color:#30445f}.contact-page a.contact-info-value:hover{color:var(--page-blue)}
.contact-page .contact-emergency-card{margin-top:auto;border:0;background:linear-gradient(135deg,#08275c,#02348c);color:#fff}.contact-page .contact-emergency-card .contact-card-kicker{color:#f0c653}.contact-page .contact-emergency-card .contact-info-title{color:#fff;border-bottom-color:rgba(255,255,255,.18)}.contact-page .contact-emergency-desc{color:rgba(255,255,255,.74)}.contact-page .contact-emergency-phone{display:inline-block;font-size:25px;color:#fff;letter-spacing:.06em}.contact-page .contact-emergency-phone:hover{color:#f0c653}
.contact-assurance-section{padding:0 0 88px;background:#f5f8fc}.contact-assurance-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dde5ef;border-radius:14px;background:#fff;overflow:hidden}.contact-assurance-grid div{position:relative;display:flex;align-items:center;gap:14px;padding:24px 25px}.contact-assurance-grid div:not(:last-child)::after{content:"";position:absolute;right:0;top:25%;width:1px;height:50%;background:#dde5ef}.contact-assurance-grid strong{font-size:22px;color:var(--page-gold)}.contact-assurance-grid span{font-size:13px;font-weight:600;color:#40516a}
.contact-page .contact-channels-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:22px;max-width:1060px;margin:0 auto;align-items:stretch}
.contact-page .contact-channels-grid .contact-info-card{height:100%;padding:30px;border-radius:18px;box-shadow:0 12px 34px rgba(15,42,75,.07)}
.contact-page .contact-primary-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}
.contact-page .contact-primary-card>.contact-card-kicker,.contact-page .contact-primary-card>.contact-info-title{grid-column:1/-1}
.contact-page .contact-primary-card>.contact-info-title{margin-bottom:4px}
.contact-page .contact-primary-card .contact-info-item{min-width:0;min-height:76px;margin:0;padding:14px;border:1px solid #e6ebf2;border-radius:12px;background:#f8fafd;transition:border-color .2s var(--ease),background .2s var(--ease)}
.contact-page .contact-primary-card .contact-info-item:hover{border-color:rgba(2,52,140,.24);background:#fff}
.contact-page .contact-primary-card .contact-info-icon{width:44px;height:44px;background:#edf3fb}
.contact-page .contact-primary-card .contact-info-text{min-width:0;justify-content:center}
.contact-page .contact-primary-card .contact-info-value{font-size:13px;font-weight:700;overflow-wrap:anywhere}
.contact-page .contact-channels-grid .contact-emergency-card{position:relative;grid-column:auto;margin-top:0;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(145deg,#07275d 0%,#023f98 100%)}
.contact-page .contact-channels-grid .contact-emergency-card::before{content:"";position:absolute;right:-85px;bottom:-85px;width:230px;height:230px;border:1px solid rgba(240,198,83,.2);border-radius:50%;box-shadow:0 0 0 42px rgba(240,198,83,.045),0 0 0 84px rgba(240,198,83,.025);pointer-events:none}
.contact-page .contact-channels-grid .contact-emergency-card>*{position:relative;z-index:1}
.contact-page .contact-emergency-card .contact-emergency-desc{max-width:280px;font-size:13px;line-height:1.8}
.contact-page .contact-channels-grid .contact-emergency-phone{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;margin-top:auto;padding:14px 16px;border-radius:11px;background:#f0c653;color:#10233f;font-size:19px;letter-spacing:.03em;box-shadow:0 8px 22px rgba(0,0,0,.14);transition:background .2s var(--ease),transform .2s var(--ease)}
.contact-page .contact-channels-grid .contact-emergency-phone span{display:flex;flex-direction:column;gap:1px}.contact-page .contact-channels-grid .contact-emergency-phone small{font-size:10px;font-weight:600;letter-spacing:.06em;opacity:.68}
.contact-page .contact-channels-grid .contact-emergency-phone:hover{color:#10233f;background:#f6d473;transform:translateY(-2px)}

@media(max-width:1024px){
  .cases-page .cases-hero,.contact-page .contact-hero{min-height:520px;background-position:60% center}.cases-page .cases-hero-title,.contact-page .contact-hero-title{font-size:40px}
  .cases-page .cases-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cases-page .cases-gallery-item:last-child{grid-column:1/-1;max-width:calc(50% - 10px);width:100%;margin:0 auto}.cases-page .cases-stats-grid{display:grid;grid-template-columns:repeat(2,1fr)}.cases-page .cases-stats-item:nth-child(2)::after{display:none}.cases-page .cases-stats-item:nth-child(-n+2){border-bottom:1px solid #e0e7f0}
  .contact-page .contact-channels-grid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr)}.contact-page .contact-primary-card{grid-template-columns:1fr}.contact-assurance-grid{grid-template-columns:repeat(2,1fr)}.contact-assurance-grid div:nth-child(2)::after{display:none}.contact-assurance-grid div:nth-child(-n+2){border-bottom:1px solid #dde5ef}
}
@media(max-width:768px){
  .cases-page .cases-hero,.contact-page .contact-hero{min-height:620px;align-items:flex-end;background-size:auto 100%,auto 100%;background-position:center,54% center}.cases-page .cases-hero{background-image:linear-gradient(180deg,rgba(3,24,55,.08) 0%,rgba(2,38,94,.6) 46%,rgba(2,52,140,.98) 82%,#022c77 100%),url('../images/case-loft-01.png')}.contact-page .contact-hero{background-image:linear-gradient(180deg,rgba(3,24,55,.08) 0%,rgba(2,38,94,.58) 44%,rgba(2,52,140,.98) 82%,#022c77 100%),url('../images/hero-house-v2.png')}
  .cases-page .cases-hero-content,.contact-page .contact-hero-content{max-width:none;padding:235px 0 38px}.cases-page .cases-hero-title,.contact-page .contact-hero-title{font-size:31px;margin-bottom:14px}.cases-page .cases-hero-desc,.contact-page .contact-hero-desc{font-size:14px;line-height:1.75}.cases-hero-pills,.contact-hero-meta{margin-top:20px;gap:7px}.cases-hero-pills span,.contact-hero-meta span{padding:6px 10px;font-size:10px}
  .cases-page .cases-intro-section,.cases-page .cases-gallery-section{padding:64px 0}.cases-page .cases-intro-title,.cases-page .cases-gallery-header .section-title-center,.contact-section-header h2{font-size:27px}.cases-page .cases-intro-features{display:grid;grid-template-columns:1fr;gap:9px}.cases-page .cases-intro-feature{justify-content:center}.cases-page .cases-gallery-grid{grid-template-columns:1fr}.cases-page .cases-gallery-item:last-child{grid-column:auto;max-width:none}.cases-page .cases-gallery-image{height:230px}.cases-page .cases-stats-grid{grid-template-columns:1fr}.cases-page .cases-stats-item{min-height:98px}.cases-page .cases-stats-item::after{display:none!important}.cases-page .cases-stats-item:not(:last-child){border-bottom:1px solid #e0e7f0}.cases-page .cases-cta-content{flex-direction:column;align-items:flex-start;gap:28px}.cases-page .cases-cta-actions{align-items:flex-start}.cases-page .cases-cta-text h2{font-size:25px}
  .contact-page .contact-section{padding:64px 0}.contact-section-header{margin-bottom:34px}.contact-page .contact-channels-grid{grid-template-columns:1fr}.contact-page .contact-primary-card{grid-template-columns:1fr}.contact-page .contact-channels-grid .contact-info-card{padding:24px 20px}.contact-page .contact-primary-card .contact-info-item{min-height:72px}.contact-page .contact-channels-grid .contact-emergency-phone{margin-top:18px}.contact-assurance-section{padding-bottom:64px}.contact-assurance-grid{grid-template-columns:1fr}.contact-assurance-grid div{padding:20px}.contact-assurance-grid div::after{display:none!important}.contact-assurance-grid div:not(:last-child){border-bottom:1px solid #dde5ef}
}
@media(max-width:390px){.cases-page .cases-hero-title,.contact-page .contact-hero-title{font-size:28px}.cases-page .cases-gallery-image{height:210px}.contact-page .contact-emergency-phone{font-size:22px}}

@media(prefers-reduced-motion:reduce){.cases-page .cases-gallery-item,.cases-page .cases-gallery-image img,.contact-page .btn{transition:none!important}.cases-page .cases-gallery-item:hover{transform:none}}

/* SERVICES PAGE - split promise and CTA into two distinct visual regions */
.services-page .services-guarantee-section{position:relative;padding:92px 0 100px;background:linear-gradient(180deg,#f7f9fc 0%,#eef3f8 100%);color:var(--services-ink);border-top:1px solid #e2e8f0}
.services-page .services-guarantee-section::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent 10%,rgba(2,52,140,.18) 50%,transparent 90%)}
.services-page .services-guarantee-header{margin-bottom:46px}
.services-page .services-guarantee-header .services-section-eyebrow{color:var(--services-gold);text-align:center;margin-bottom:10px}
.services-page .services-guarantee-header .section-title-center{font-size:32px;color:var(--services-ink)}
.services-page .services-guarantee-subtitle{margin-top:10px;color:#718096}
.services-page .services-guarantee-grid{max-width:none;gap:18px}
.services-page .services-guarantee-item{position:relative;display:flex;align-items:center;gap:16px;min-height:132px;padding:26px 22px;border:1px solid #dfe6ef;border-radius:15px;background:#fff;text-align:left;box-shadow:0 9px 28px rgba(15,42,75,.055);overflow:hidden;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}
.services-page .services-guarantee-item::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--services-blue),var(--services-gold));opacity:.85}
.services-page .services-guarantee-item:hover{border-color:rgba(2,52,140,.28);box-shadow:0 15px 34px rgba(2,52,140,.1);transform:translateY(-3px)}
.services-page .services-guarantee-icon{width:52px;height:52px;flex-shrink:0;margin:0;border-radius:13px;background:#edf3fb;color:var(--services-blue)}
.services-page .services-guarantee-text{min-width:0}.services-page .services-guarantee-item h3{margin-bottom:5px;color:var(--services-ink);font-size:16px}.services-page .services-guarantee-item p{color:#718096;font-size:12px;line-height:1.65}

.services-page .services-cta-section{position:relative;min-height:300px;padding:76px 0;display:flex;align-items:center;background-color:#062b70;background-image:linear-gradient(90deg,rgba(3,36,92,.98) 0%,rgba(2,52,140,.93) 52%,rgba(2,52,140,.62) 100%),url('../images/case-1.jpg');background-repeat:no-repeat;background-size:cover;background-position:center 54%;overflow:hidden;border-top:4px solid var(--services-gold)}
.services-page .services-cta-section::before{content:"";position:absolute;right:-7%;top:-210px;width:560px;height:560px;border:1px solid rgba(240,198,83,.22);border-radius:50%;box-shadow:0 0 0 72px rgba(240,198,83,.045),0 0 0 144px rgba(240,198,83,.025)}
.services-page .services-cta-content{position:relative;z-index:1;width:100%;justify-content:space-between;gap:60px}
.services-page .services-cta-text .services-section-eyebrow{margin-bottom:11px;text-align:left;color:#f0c653}
.services-page .services-cta-text h2{font-size:32px;color:#fff;margin-bottom:9px}.services-page .services-cta-text p{color:rgba(255,255,255,.76)}
.services-page .services-cta-actions{align-items:flex-end;gap:14px}.services-page .services-cta-actions .btn-gold{min-width:176px;justify-content:center;padding:14px 28px;background:var(--services-gold);color:#10233f;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.14)}.services-page .services-cta-actions .btn-gold:hover{background:#e0b329;color:#10233f}
.services-page .services-cta-phone{display:flex;align-items:center;gap:8px;color:#fff;font-size:18px;font-weight:700;transition:color .2s var(--ease)}.services-page .services-cta-phone:hover{color:#f0c653}

@media(max-width:1024px){
  .services-page .services-guarantee-grid{grid-template-columns:repeat(2,1fr)}
  .services-page .services-guarantee-item{min-height:118px}
}
@media(max-width:768px){
  .services-page .services-guarantee-section{padding:64px 0 70px}.services-page .services-guarantee-header{margin-bottom:34px}.services-page .services-guarantee-header .section-title-center{font-size:27px}.services-page .services-guarantee-grid{grid-template-columns:1fr;gap:12px}.services-page .services-guarantee-item{min-height:0;padding:22px 20px}
  .services-page .services-cta-section{min-height:0;padding:64px 0;background-image:linear-gradient(145deg,rgba(3,36,92,.98),rgba(2,52,140,.9)),url('../images/case-1.jpg');background-position:center}.services-page .services-cta-content{flex-direction:column;align-items:flex-start;gap:28px}.services-page .services-cta-text h2{font-size:25px}.services-page .services-cta-actions{align-items:flex-start}.services-page .services-cta-actions .btn-gold{min-width:0}.services-page .services-cta-phone{font-size:17px}
}

@media(prefers-reduced-motion:reduce){.services-page .services-guarantee-item{transition:none!important}.services-page .services-guarantee-item:hover{transform:none}}

/* HOMEPAGE CASES V2 - editorial project gallery */
.cases-section{position:relative;padding:104px 0 112px;background:linear-gradient(180deg,#f7f9fc 0%,#edf3f9 100%);overflow:hidden;isolation:isolate}
.cases-section::before{content:"";position:absolute;z-index:-1;top:-210px;right:-150px;width:520px;height:520px;border:1px solid rgba(2,52,140,.09);border-radius:50%;box-shadow:0 0 0 78px rgba(2,52,140,.025),0 0 0 156px rgba(207,158,20,.018)}
.cases-section::after{content:"";position:absolute;z-index:-1;left:-180px;bottom:-290px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(2,52,140,.08) 0%,rgba(2,52,140,0) 70%)}
.cases-section .container{position:relative}
.cases-section .cases-header{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:46px}
.cases-heading-copy{max-width:670px}
.cases-eyebrow{display:block;margin-bottom:10px;color:#cf9e14;font-size:12px;font-weight:800;letter-spacing:.19em}
.cases-section-title{position:relative;margin:0;color:#10233f;font-size:36px;font-weight:800;line-height:1.25;letter-spacing:.01em}
.cases-section-title::after{content:"";display:block;width:54px;height:3px;margin-top:16px;border-radius:99px;background:linear-gradient(90deg,#02348c 0%,#cf9e14 100%)}
.cases-section-desc{margin-top:17px;color:#657489;font-size:15px;line-height:1.8}
.cases-section .cases-view-all{display:inline-flex;align-items:center;justify-content:center;gap:9px;flex-shrink:0;min-height:44px;padding:10px 18px;border:1px solid #d7e0eb;border-radius:999px;background:rgba(255,255,255,.78);color:#17375f;font-size:13px;font-weight:700;box-shadow:0 7px 22px rgba(15,42,75,.055);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:color .25s var(--ease),border-color .25s var(--ease),background .25s var(--ease),transform .25s var(--ease),box-shadow .25s var(--ease)}
.cases-section .cases-view-all:hover{border-color:#02348c;background:#02348c;color:#fff;transform:translateY(-2px);box-shadow:0 11px 26px rgba(2,52,140,.18)}
.cases-section .cases-view-all svg{transition:transform .25s var(--ease)}
.cases-section .cases-view-all:hover svg{transform:translateX(3px)}
.cases-section .cases-view-all:focus-visible,.cases-section .case-card-link:focus-visible{outline:3px solid rgba(207,158,20,.45);outline-offset:3px}

.cases-section .cases-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.cases-section .case-card-home{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid rgba(204,216,230,.92);border-radius:20px;background:rgba(255,255,255,.95);box-shadow:0 12px 34px rgba(15,42,75,.065);transform:translateZ(0);transition:border-color .3s var(--ease),box-shadow .3s var(--ease),transform .3s var(--ease)}
.cases-section .case-card-home::before{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#02348c 0%,#1d68bd 58%,#cf9e14 100%);opacity:0;transition:opacity .3s var(--ease)}
.cases-section .case-card-home:hover{border-color:rgba(2,52,140,.27);box-shadow:0 22px 54px rgba(2,52,140,.14);transform:translateY(-8px)}
.cases-section .case-card-home:hover::before{opacity:1}
.cases-section .case-card-image{position:relative;height:232px;overflow:hidden;background:#dfe6ef}
.cases-section .case-card-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,20,45,0) 47%,rgba(4,25,59,.52) 100%);pointer-events:none}
.cases-section .case-card-image::before{content:"";position:absolute;z-index:2;top:-35%;left:-60%;width:38%;height:170%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:skewX(-18deg);transition:left .7s cubic-bezier(.2,.7,.2,1);pointer-events:none}
.cases-section .case-card-home:hover .case-card-image::before{left:125%}
.cases-section .case-card-image img{width:100%;height:100%;object-fit:cover;transform:scale(1.001);transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .35s var(--ease)}
.cases-section .case-card-home:hover .case-card-image img{transform:scale(1.07);filter:saturate(1.06) contrast(1.02)}
.cases-section .case-card-image img.case-card-image-zoom{transform:scale(1.18)}
.cases-section .case-card-home:hover .case-card-image img.case-card-image-zoom{transform:scale(1.25)}
.cases-section .case-tag{position:absolute;z-index:3;top:16px;left:16px;padding:6px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(2,43,102,.82);color:#fff;font-size:11px;font-weight:700;letter-spacing:.03em;box-shadow:0 5px 14px rgba(3,31,77,.16);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.case-card-index{position:absolute;z-index:3;right:17px;bottom:13px;color:rgba(255,255,255,.94);font-size:30px;font-weight:300;line-height:1;letter-spacing:.04em;text-shadow:0 3px 16px rgba(0,0,0,.28)}
.cases-section .case-card-content{display:flex;flex:1;flex-direction:column;padding:23px 23px 21px}
.cases-section .case-card-title{margin:0 0 10px;color:#10233f;font-size:19px;font-weight:800;line-height:1.42;letter-spacing:.005em}
.cases-section .case-card-desc{display:-webkit-box;min-height:70px;margin:0 0 17px;overflow:hidden;color:#657489;font-size:13px;line-height:1.78;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.cases-section .case-card-meta{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px}
.cases-section .case-card-meta span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #e4eaf2;border-radius:7px;background:#f6f8fb;color:#536277;font-size:10px;font-weight:600;line-height:1.2}
.cases-section .case-card-meta span::before{content:"";width:4px;height:4px;flex-shrink:0;border-radius:50%;background:#cf9e14;box-shadow:0 0 0 3px rgba(207,158,20,.11)}
.cases-section .case-card-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid #e7ecf2;color:#02348c;font-size:12px;font-weight:800;letter-spacing:.02em;transition:color .25s var(--ease)}
.cases-section .case-card-link span{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#edf3fb;color:#02348c;font-size:15px;transition:color .25s var(--ease),background .25s var(--ease),transform .25s var(--ease)}
.cases-section .case-card-link:hover{color:#cf8f00}
.cases-section .case-card-link:hover span{background:#02348c;color:#fff;transform:rotate(45deg)}

.cases-section .case-card-home[data-animate]{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,border-color .3s var(--ease),box-shadow .3s var(--ease),transform .6s cubic-bezier(.2,.75,.25,1)}
.cases-section .case-card-home[data-animate]:nth-child(3n+2){transition-delay:.07s}
.cases-section .case-card-home[data-animate]:nth-child(3n){transition-delay:.14s}
.cases-section .case-card-home[data-animate].visible{opacity:1;transform:translateY(0)}
.cases-section .case-card-home[data-animate].visible:hover{transform:translateY(-8px)}

@media(max-width:1024px){
  .cases-section{padding:88px 0 96px}
  .cases-section .cases-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .cases-section .case-card-home[data-animate]:nth-child(n){transition-delay:0s}
  .cases-section .case-card-home[data-animate]:nth-child(even){transition-delay:.07s}
}
@media(max-width:768px){
  .cases-section{padding:72px 0 78px}
  .cases-section .cases-header{align-items:flex-start;flex-direction:column;gap:25px;margin-bottom:34px}
  .cases-section-title{font-size:29px}
  .cases-section-desc{font-size:14px}
  .cases-section .cases-view-all{min-height:42px;padding:9px 16px}
  .cases-section .cases-grid{grid-template-columns:1fr;gap:20px}
  .cases-section .case-card-home[data-animate]:nth-child(n){transition-delay:0s}
  .cases-section .case-card-image{height:225px}
  .cases-section .case-card-content{padding:21px 20px 19px}
  .cases-section .case-card-desc{min-height:0;-webkit-line-clamp:4}
}
@media(max-width:390px){
  .cases-section .case-card-image{height:210px}
  .cases-section .case-card-title{font-size:18px}
  .case-card-index{font-size:26px}
}
@media(hover:none){
  .cases-section .case-card-home:hover{transform:none;box-shadow:0 12px 34px rgba(15,42,75,.065)}
  .cases-section .case-card-home[data-animate].visible:hover{transform:none}
  .cases-section .case-card-home:hover .case-card-image img{transform:scale(1.001);filter:none}
  .cases-section .case-card-home:hover .case-card-image img.case-card-image-zoom{transform:scale(1.18)}
  .cases-section .case-card-image::before{display:none}
}
@media(prefers-reduced-motion:reduce){
  .cases-section .case-card-home[data-animate]{opacity:1;transform:none;transition:none}
  .cases-section .case-card-home,.cases-section .case-card-image img,.cases-section .case-card-image::before,.cases-section .cases-view-all,.cases-section .cases-view-all svg,.cases-section .case-card-link span{transition:none!important}
  .cases-section .case-card-home:hover,.cases-section .case-card-home[data-animate].visible:hover{transform:none}
}

/* CASES PAGE V4 - aligned with the Services page */
.cases-page .cases-hero{min-height:590px;background-image:linear-gradient(90deg,rgba(2,34,82,.92) 0%,rgba(2,52,140,.78) 38%,rgba(3,31,69,.22) 68%,rgba(3,22,48,.08) 100%),linear-gradient(180deg,rgba(7,18,35,.02) 44%,rgba(5,23,48,.48) 100%),url('../images/case-2.jpg');background-position:center 54%}
.cases-page .cases-hero-content{max-width:630px;padding:78px 0 72px}
.cases-page .cases-hero-title{font-size:44px}
.cases-page .cases-hero-desc{max-width:560px}
.cases-hero-actions{display:flex;align-items:center;gap:22px;margin-top:32px}
.cases-hero-actions>span{font-size:12px;color:rgba(255,255,255,.67)}
.cases-page .cases-hero-btn{padding:13px 26px;border-radius:8px;background:var(--page-gold);color:#10233f;box-shadow:0 8px 24px rgba(207,158,20,.2)}
.cases-page .cases-hero-btn:hover{background:#e0b329;color:#10233f;transform:translateY(-2px)}
.cases-page .cases-gallery-section{padding:94px 0 112px;background:linear-gradient(180deg,#f8f9fb 0%,#f3f6fa 100%);scroll-margin-top:68px}
.cases-page .cases-gallery-header{max-width:720px;margin:0 auto 56px}
.cases-page .cases-gallery-header .section-title-center{font-size:34px;font-weight:800}
.cases-page .cases-gallery-grid{grid-template-columns:1fr;gap:38px}
.cases-page .cases-gallery-item{position:relative;display:grid;grid-template-columns:minmax(0,1.8fr) minmax(300px,.82fr);grid-template-rows:112px 388px;min-width:0;min-height:500px;border:1px solid rgba(16,35,63,.07);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 14px 44px rgba(16,35,63,.08);overflow:hidden;scroll-margin-top:92px}
.cases-page .cases-gallery-item:nth-child(even){grid-template-columns:minmax(300px,.82fr) minmax(0,1.8fr)}
.cases-page .cases-gallery-item:last-child{grid-column:auto;max-width:none;width:auto;margin:0}
.cases-page .cases-gallery-image{grid-column:1;grid-row:1/3;position:relative;height:500px;min-height:0;background:#dfe5ec}
.cases-page .cases-gallery-item:nth-child(even) .cases-gallery-image{grid-column:2}
.cases-page .cases-gallery-image::after{background:linear-gradient(180deg,transparent 72%,rgba(5,27,60,.18) 100%)}
.cases-page .cases-gallery-image-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}
.cases-page .cases-gallery-image-count-4{grid-template-rows:repeat(2,minmax(0,1fr))}
.cases-page .cases-gallery-image-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cases-page .cases-gallery-image-count-7{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}
.cases-page .cases-gallery-image-count-7 figure:nth-of-type(-n+3){grid-column:span 4}
.cases-page .cases-gallery-image-count-7 figure:nth-of-type(n+4){grid-column:span 3}
.cases-page .cases-gallery-image-split figure{position:relative;min-width:0;height:100%;overflow:hidden;background:#dfe5ec}
.cases-page .cases-gallery-image-split img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(1.12) brightness(1.08) contrast(1.03)}
.cases-page .cases-gallery-before-after figure:first-child img{filter:saturate(1.03) brightness(1.04) contrast(1.02)}
.cases-page .cases-gallery-before-after figcaption{position:absolute;z-index:2;left:12px;bottom:12px;padding:5px 9px;border:1px solid rgba(255,255,255,.28);border-radius:6px;background:rgba(3,31,77,.76);color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.cases-page .cases-gallery-before-after .cases-gallery-state-after{background:var(--page-gold);color:#10233f;border-color:rgba(255,255,255,.4)}
.cases-page .cases-gallery-number{position:absolute;z-index:3;right:20px;bottom:11px;top:auto;width:auto;height:auto;border:0;border-radius:0;background:transparent;color:#fff;font-size:28px;font-weight:800;line-height:1;text-shadow:0 2px 12px rgba(0,0,0,.3);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.cases-page .cases-gallery-icon{position:relative;z-index:2;grid-column:2;grid-row:1;align-self:start;display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:34px 0 0 34px;border-radius:50%;background:var(--page-blue);color:#fff;box-shadow:0 8px 22px rgba(2,52,140,.2)}
.cases-page .cases-gallery-item:nth-child(even) .cases-gallery-icon{grid-column:1}
.cases-page .cases-gallery-content{grid-column:2;grid-row:2;display:flex;min-width:0;flex-direction:column;padding:10px 36px 36px}
.cases-page .cases-gallery-item:nth-child(even) .cases-gallery-content{grid-column:1}
.cases-page .cases-gallery-title{margin:0 0 14px;padding:0;color:#10233f;font-size:25px;font-weight:800;line-height:1.35}
.cases-page .cases-gallery-title::after{display:none}
.cases-page .cases-gallery-desc{min-height:0;margin:0 0 24px;color:#657489;font-size:14px;line-height:1.85}
.cases-page .cases-gallery-details{display:flex;flex-wrap:wrap;gap:10px;margin:0}
.cases-page .cases-gallery-detail-item{display:inline-flex;align-items:center;padding:7px 11px;border:1px solid #e8edf4;border-radius:7px;background:#f7f9fc;color:#263b58;font-size:11px;font-weight:600;line-height:1.2}
.cases-page .cases-gallery-cta{display:inline-flex;align-items:center;width:max-content;margin-top:auto;padding-top:26px;color:var(--page-blue);font-size:13px;font-weight:700;letter-spacing:.02em;transition:color .2s var(--ease),transform .2s var(--ease)}
.cases-page .cases-gallery-cta:hover{color:#cf8f00;transform:translateX(3px)}
.cases-page .cases-gallery-cta:focus-visible{outline:3px solid rgba(207,158,20,.45);outline-offset:3px}
.cases-page .cases-gallery-item:hover{border-color:transparent;box-shadow:0 18px 46px rgba(16,35,63,.14);transform:translateY(-5px)}
.cases-page .cases-gallery-item[data-animate]{opacity:0;transform:translateY(24px);transition:opacity .55s ease-out,box-shadow .25s var(--ease),transform .55s cubic-bezier(.2,.75,.25,1)}
.cases-page .cases-gallery-item[data-animate].visible{opacity:1;transform:translateY(0)}
.cases-page .cases-gallery-item[data-animate].visible:hover{transform:translateY(-5px)}
.cases-page .cases-stats-section{padding:72px 0;background:#fff}
.cases-page .cases-stats-grid{border-radius:14px;overflow:hidden}
.cases-page .cases-cta-section{border-top:4px solid var(--page-gold)}

.cases-image-preview{position:fixed;z-index:1200;width:min(48vw,680px);height:min(68vh,480px);border:1px solid rgba(255,255,255,.9);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 28px 80px rgba(16,35,63,.22),0 8px 26px rgba(16,35,63,.12),inset 0 1px 0 rgba(255,255,255,.94);opacity:0;visibility:hidden;overflow:hidden;pointer-events:none;transform:translateY(10px) scale(.975);transform-origin:center;backdrop-filter:blur(24px) saturate(1.28);-webkit-backdrop-filter:blur(24px) saturate(1.28);transition:opacity .22s ease,transform .28s cubic-bezier(.22,.72,.24,1),visibility 0s linear .28s}
.cases-image-preview.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1);transition-delay:0s}
.cases-image-preview__image{display:block;width:100%;height:100%;object-fit:contain;background:transparent;filter:saturate(1.08) brightness(1.04)}
.cases-image-preview__meta{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:46px 22px 18px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.92));color:#10233f}
.cases-image-preview__title{max-width:78%;font-size:14px;font-weight:700;line-height:1.5;text-shadow:0 1px 8px rgba(255,255,255,.72)}
.cases-image-preview__badge{flex:0 0 auto;padding:6px 9px;border:1px solid rgba(2,52,140,.16);border-radius:999px;background:rgba(255,255,255,.7);color:var(--page-blue);font-size:10px;font-weight:700;letter-spacing:.08em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}

@media(min-width:769px) and (hover:hover) and (pointer:fine){
  .cases-page .cases-gallery-image-split figure{cursor:zoom-in}
  .cases-page .cases-gallery-image-split figure:focus-visible{outline:3px solid rgba(207,158,20,.72);outline-offset:-3px}
}

@media(max-width:1024px){
  .cases-page .cases-hero{background-position:58% center}
  .cases-page .cases-gallery-grid{gap:30px}
  .cases-page .cases-gallery-item{grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);grid-template-rows:100px 350px;min-height:450px}
  .cases-page .cases-gallery-item:nth-child(even){grid-template-columns:minmax(280px,.85fr) minmax(0,1.45fr)}
  .cases-page .cases-gallery-image{height:450px;min-height:0}
  .cases-page .cases-gallery-icon{width:50px;height:50px;margin:28px 0 0 28px}
  .cases-page .cases-gallery-content{padding:8px 28px 30px}
  .cases-page .cases-gallery-title{font-size:22px}
  .cases-page .cases-gallery-desc{font-size:13px;line-height:1.75}
}
@media(max-width:768px){
  .cases-page .cases-hero{min-height:650px;background-image:linear-gradient(180deg,rgba(3,24,55,.08) 0%,rgba(2,38,94,.56) 44%,rgba(2,52,140,.98) 82%,rgba(2,44,119,1) 100%),url('../images/case-2.jpg');background-size:auto 100%,auto 100%;background-position:center,52% center}
  .cases-page .cases-hero-content{max-width:none;padding:235px 0 38px}
  .cases-page .cases-hero-title{font-size:30px;line-height:1.38}
  .cases-page .cases-hero-desc{font-size:14px;line-height:1.75}
  .cases-hero-actions{align-items:flex-start;flex-direction:column;gap:12px;margin-top:22px}
  .cases-page .cases-hero-btn{padding:12px 22px}
  .cases-page .cases-gallery-section{padding:64px 0}
  .cases-page .cases-gallery-header{margin-bottom:34px}
  .cases-page .cases-gallery-header .section-title-center{font-size:27px}
  .cases-page .cases-gallery-grid{grid-template-columns:1fr;gap:26px}
  .cases-page .cases-gallery-item{grid-template-columns:68px minmax(0,1fr);grid-template-rows:360px auto;min-height:0}
  .cases-page .cases-gallery-item:nth-child(even){grid-template-columns:68px minmax(0,1fr)}
  .cases-page .cases-gallery-image,.cases-page .cases-gallery-item:nth-child(even) .cases-gallery-image{grid-column:1/-1;grid-row:1;height:360px;min-height:0}
  .cases-page .cases-gallery-item:has(.cases-gallery-image-count-7){grid-template-rows:620px auto}
  .cases-page .cases-gallery-image-count-7{height:620px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr))}
  .cases-page .cases-gallery-image-count-7 figure:nth-of-type(n){grid-column:span 1}
  .cases-page .cases-gallery-image-count-7 figure:last-of-type{grid-column:1/-1}
  .cases-page .cases-gallery-number{right:16px;bottom:10px}
  .cases-page .cases-gallery-icon,.cases-page .cases-gallery-item:nth-child(even) .cases-gallery-icon{grid-column:1;grid-row:2;width:46px;height:46px;margin:24px 0 0 18px}
  .cases-page .cases-gallery-icon svg{width:25px;height:25px}
  .cases-page .cases-gallery-content,.cases-page .cases-gallery-item:nth-child(even) .cases-gallery-content{grid-column:2;grid-row:2;padding:22px 20px 26px 0}
  .cases-page .cases-gallery-title{font-size:19px}
  .cases-page .cases-gallery-desc{min-height:0;margin-bottom:14px}
  .cases-page .cases-stats-section{padding:48px 0}
}
@media(max-width:390px){.cases-page .cases-hero-title{font-size:28px}.cases-page .cases-gallery-item{grid-template-rows:340px auto}.cases-page .cases-gallery-image{height:340px}.cases-page .cases-gallery-item:has(.cases-gallery-image-count-7){grid-template-rows:600px auto}.cases-page .cases-gallery-image-count-7{height:600px}}
@media(hover:none){.cases-page .cases-gallery-item[data-animate].visible:hover{transform:none}.cases-page .cases-gallery-cta:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.cases-page .cases-gallery-item[data-animate]{opacity:1;transform:none;transition:none}.cases-page .cases-gallery-cta,.cases-image-preview{transition:none}.cases-image-preview{transform:none}}

/* CULTURE & RESPONSIBILITY PAGE */
.culture-page{--culture-blue:var(--blue);--culture-gold:var(--gold);--culture-ink:var(--black);--culture-muted:var(--gray);--culture-line:#e4e7eb;background:#fff;color:var(--culture-ink)}
.culture-page button{font:inherit}
.culture-hero{position:relative;min-height:680px;display:flex;align-items:center;padding-top:68px;background:#073b9a url('../images/culture/slide-19-03.webp') center 42%/cover no-repeat;overflow:hidden}
.culture-hero::after{content:"";position:absolute;right:0;bottom:0;left:0;height:4px;background:var(--culture-gold)}
.culture-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,88,.95) 0%,rgba(7,59,154,.8) 45%,rgba(7,59,154,.3) 76%,rgba(3,24,57,.16) 100%),linear-gradient(180deg,transparent 50%,rgba(3,30,73,.72) 100%)}
.culture-hero-inner{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:30px;padding-top:72px;padding-bottom:56px}
.culture-hero-copy{max-width:610px}
.culture-eyebrow{margin-bottom:12px;color:var(--culture-gold);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.culture-eyebrow--light{color:var(--culture-gold)}
.culture-hero h1{color:#fff;font-size:46px;font-weight:800;line-height:1.28;letter-spacing:.01em;text-shadow:0 3px 24px rgba(0,18,48,.25)}
.culture-hero h1 span{color:#edbd2b}
.culture-hero-copy>p{max-width:570px;margin-top:18px;color:rgba(255,255,255,.86);font-size:15px;line-height:1.9}
.culture-hero-actions{display:flex;align-items:center;gap:20px;margin-top:26px}
.culture-hero-actions>span{color:rgba(255,255,255,.68);font-size:11px}
.culture-hero .btn-gold{background:#e2b42d;color:#10233f;box-shadow:none}
.culture-hero-metrics{display:grid;width:min(610px,100%);grid-template-columns:repeat(3,minmax(0,1fr));padding:18px 8px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(4,37,87,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.culture-hero-metrics div{padding:0 12px;text-align:center;border-right:1px solid rgba(255,255,255,.16)}
.culture-hero-metrics div:last-child{border-right:0}
.culture-hero-metrics strong{display:block;color:#fff;font-size:24px;font-weight:800;line-height:1.2}
.culture-hero-metrics strong span{color:#edbd2b;font-size:12px}
.culture-hero-metrics small{display:block;margin-top:5px;color:rgba(255,255,255,.66);font-size:10px}

.culture-section{padding:64px 0;border-top:1px solid #e8eaed;scroll-margin-top:78px}
.culture-heading{max-width:none;margin:0 0 32px;text-align:left}
.culture-heading h2,.culture-copy h2{color:var(--culture-ink);font-size:28px;font-weight:800;line-height:1.4}
.culture-heading>p{max-width:760px;margin-top:10px;color:var(--culture-muted);font-size:14px;line-height:1.8}
.culture-heading::after{content:"";display:block;width:40px;height:3px;margin-top:16px;border-radius:99px;background:linear-gradient(90deg,var(--culture-blue),var(--culture-gold))}
.culture-heading--light h2{color:var(--culture-ink)}
.culture-heading--light>p{color:var(--culture-muted)}
.culture-heading--light::after{background:linear-gradient(90deg,var(--culture-blue),var(--culture-gold))}

.culture-media{padding:94px 0 102px;background:linear-gradient(180deg,#f8fafc 0%,#fff 45%,#f5f8fc 100%)}
.culture-media .culture-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);column-gap:80px;align-items:end;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #d9e0e8}
.culture-media .culture-heading .culture-eyebrow{grid-column:1/-1;margin-bottom:17px}
.culture-media .culture-heading h2{max-width:650px;font-size:38px;line-height:1.3;letter-spacing:-.025em}
.culture-media .culture-heading>p{max-width:520px;margin:0;padding-left:25px;border-left:2px solid var(--culture-gold);font-size:14px;line-height:2}
.culture-media .culture-heading::after{display:none}
.culture-media-feature{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(320px,.62fr);overflow:hidden;border:1px solid #dbe2ea;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(13,45,85,.07);transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}
.culture-media-feature:hover,.culture-report-grid article:hover,.culture-welfare-grid article:hover,.culture-store-grid figure:hover{border-color:#b7c9df;box-shadow:0 20px 48px rgba(11,77,162,.11);transform:translateY(-3px)}
.culture-media-feature--matrix{margin-top:36px}
.culture-media-feature button,.culture-report-grid button,.culture-detail-slide button,.culture-assets-grid button,.culture-gallery button,.culture-welfare-grid button,.culture-store-grid button{display:block;width:100%;padding:0;border:0;background:#f1f3f6;overflow:hidden;cursor:zoom-in}
.culture-media-feature button{min-height:330px}
.culture-media-feature button img{object-fit:contain;background:#f2f4f7}
.culture-media-feature>div{display:flex;flex-direction:column;justify-content:center;padding:42px}
.culture-media-feature span,.culture-report-grid span,.culture-welfare-grid article>div>span,.culture-final-cta span{color:var(--culture-gold);font-size:11px;font-weight:800;letter-spacing:.14em}
.culture-media-feature h3{margin-top:11px;color:var(--culture-ink);font-size:25px;line-height:1.45;letter-spacing:-.015em}
.culture-media-feature p{margin-top:14px;color:var(--culture-muted);font-size:13px;line-height:1.9}
.culture-media-feature--matrix>div{position:relative;background:linear-gradient(145deg,#062d71,#0b4da2);color:#fff}
.culture-media-feature--matrix>div::before{content:"100万+";position:absolute;right:34px;bottom:24px;color:rgba(255,255,255,.07);font-size:66px;font-weight:900;line-height:1}
.culture-media-feature--matrix h3{position:relative;color:#fff}
.culture-media-feature--matrix p{position:relative;color:rgba(255,255,255,.72)}
.culture-media-feature--matrix span{position:relative;color:#efc34a}
.culture-media-feature img,.culture-report-grid img,.culture-detail-slide img,.culture-assets-grid img,.culture-gallery img,.culture-welfare-grid img,.culture-store-grid img{width:100%;height:100%;object-fit:cover;transition:filter .25s var(--ease),transform .35s var(--ease)}
.culture-media-feature button:hover img,.culture-report-grid button:hover img,.culture-gallery button:hover img,.culture-welfare-grid button:hover img,.culture-store-grid button:hover img{filter:saturate(1.05) brightness(1.02);transform:scale(1.015)}
.culture-detail-slide button:hover img,.culture-assets-grid button:hover img{filter:saturate(1.05) brightness(1.02)}
.culture-media-feature button:focus-visible,.culture-report-grid button:focus-visible,.culture-detail-slide button:focus-visible,.culture-assets-grid button:focus-visible,.culture-gallery button:focus-visible,.culture-welfare-grid button:focus-visible,.culture-store-grid button:focus-visible{position:relative;z-index:2;outline:3px solid rgba(200,147,10,.72);outline-offset:-3px}

.culture-assets{margin-top:24px;border:1px solid var(--culture-line);border-radius:8px;background:#fff;overflow:hidden}
.culture-assets-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--culture-line)}
.culture-assets-header strong{display:block;color:var(--culture-ink);font-size:16px}
.culture-assets-header p{margin-top:2px;color:#788392;font-size:11px}
.culture-assets-header>span{padding:4px 8px;border-radius:999px;background:#edf3fb;color:var(--culture-blue);font-size:10px;font-weight:800}
.culture-assets-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--culture-line)}
.culture-assets-grid button{height:180px;background:#fff}
.culture-assets-grid button img{object-fit:contain;background:#fff}

.culture-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:0}
.culture-report-grid article{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #dbe2ea;border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(20,49,83,.045);transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}
.culture-report-grid article:first-child{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.5fr);background:#07377d}
.culture-report-grid button{height:auto;min-height:0;aspect-ratio:16/9}
.culture-report-grid article:first-child button{height:100%;min-height:340px;aspect-ratio:auto}
.culture-report-grid button img{object-fit:cover;background:#fff}
.culture-report-grid article>div{display:flex;min-height:148px;flex-direction:column;justify-content:center;padding:25px 28px 28px}
.culture-report-grid article:first-child>div{position:relative;min-height:340px;padding:42px 38px;background:linear-gradient(145deg,#062d71,#0b4da2)}
.culture-report-grid article:first-child>div::after{content:"FEATURED STORY";position:absolute;right:30px;bottom:26px;color:rgba(255,255,255,.08);font-size:11px;font-weight:800;letter-spacing:.18em;writing-mode:vertical-rl}
.culture-report-grid h3{margin-top:9px;color:var(--culture-ink);font-size:19px;line-height:1.45;letter-spacing:-.01em}
.culture-report-grid article:first-child h3{max-width:260px;color:#fff;font-size:27px;line-height:1.4}
.culture-report-grid p{max-width:440px;margin-top:10px;color:var(--culture-muted);font-size:12px;line-height:1.8}
.culture-report-grid article:first-child p{max-width:260px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.9}

.culture-detail-carousel{position:relative;display:grid;grid-template-columns:270px minmax(0,1fr);grid-template-rows:1fr auto;margin-top:36px;overflow:hidden;border:1px solid #dbe2ea;border-radius:14px;background:#082e6f;box-shadow:0 18px 50px rgba(13,45,85,.09)}
.culture-detail-header{display:flex;grid-column:1;grid-row:1;align-items:flex-start;justify-content:space-between;flex-direction:column;padding:42px 32px 24px;border:0;background:linear-gradient(155deg,#082e6f,#0a448f)}
.culture-detail-header strong{display:block;color:#fff;font-size:22px;letter-spacing:.01em}
.culture-detail-header p{max-width:170px;margin-top:8px;color:rgba(255,255,255,.58);font-size:11px;line-height:1.75}
.culture-detail-header>span{color:rgba(255,255,255,.52);font-size:13px;font-weight:700;letter-spacing:.1em}
.culture-detail-header b{margin-right:4px;color:#efc34a;font-size:44px;line-height:1}
.culture-detail-viewport{grid-column:2;grid-row:1/3;overflow:hidden;background:#eef2f6}
.culture-detail-track{display:flex;transition:transform .48s cubic-bezier(.22,.61,.36,1);will-change:transform}
.culture-detail-slide{min-width:100%;height:520px;background:#eef2f6}
.culture-detail-slide button{height:100%}
.culture-detail-slide img{object-fit:contain;background:#eef2f6}
.culture-detail-controls{display:flex;grid-column:1;grid-row:2;align-items:flex-start;justify-content:flex-end;flex-direction:column;gap:22px;padding:24px 32px 32px;border:0;background:#0a448f}
.culture-detail-progress{width:100%;height:2px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.22)}
.culture-detail-progress span{display:block;width:10%;height:100%;border-radius:inherit;background:#efc34a;transition:width .32s var(--ease)}
.culture-detail-arrows{display:flex;width:100%;gap:9px}
.culture-detail-arrows button{display:grid;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.26);border-radius:50%;place-items:center;background:rgba(255,255,255,.06);color:#fff;cursor:pointer;transition:border-color .2s var(--ease),background-color .2s var(--ease),color .2s var(--ease)}
.culture-detail-arrows button:hover{border-color:#efc34a;background:#efc34a;color:#082e6f}
.culture-detail-arrows svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.culture-detail-arrows button:focus-visible{outline:3px solid rgba(200,147,10,.42);outline-offset:3px}
.culture-report-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.culture-care{position:relative;padding:104px 0 110px;overflow:hidden;background:radial-gradient(circle at 8% 18%,rgba(11,77,162,.065),transparent 29%),linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.culture-care::before{content:"";position:absolute;top:62px;right:-110px;width:310px;height:310px;border:1px solid rgba(11,77,162,.08);border-radius:50%}
.culture-care .container{position:relative;z-index:1}
.culture-split--reverse{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);align-items:center;gap:78px}
.culture-care .culture-gallery--pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,205px);gap:12px;padding:0;border:0;border-radius:18px;background:transparent;overflow:visible}
.culture-care .culture-gallery--pair button{position:relative;border-radius:14px;background:#e8eef5;box-shadow:0 16px 38px rgba(18,50,86,.13);isolation:isolate}
.culture-care .culture-gallery--pair button::after{content:"";position:absolute;inset:0;z-index:1;border:1px solid rgba(255,255,255,.56);border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(5,43,92,.06);pointer-events:none}
.culture-care .culture-gallery--pair img{object-fit:fill;object-position:center;background:#f3f6f9;filter:brightness(1.09) saturate(1.18) contrast(1.02);transform:none;transition:filter .3s var(--ease)}
.culture-care .culture-gallery--pair button:hover img{filter:brightness(1.12) saturate(1.24) contrast(1.02);transform:none}
.culture-care .culture-copy{position:relative;padding:38px 0 38px 48px;border-left:1px solid rgba(11,77,162,.18)}
.culture-care .culture-eyebrow{position:relative;margin-bottom:19px}
.culture-care .culture-copy h2{position:relative;max-width:420px;margin-bottom:22px;font-size:36px;line-height:1.35;letter-spacing:-.025em}
.culture-care .culture-copy .culture-lead{position:relative;color:#405168;font-size:15px;line-height:2}
.culture-care .culture-check-list{position:relative;margin-top:30px;padding:22px 0 0;border-top:1px solid #d9e1ea;list-style:none}
.culture-care .culture-check-list li{position:relative;margin:0;padding:11px 0 11px 30px;border-bottom:1px solid rgba(217,225,234,.62);color:#42536a;font-size:13px;line-height:1.55}
.culture-care .culture-check-list li:last-child{border-bottom:0}
.culture-care .culture-check-list li::before{content:"";position:absolute;top:16px;left:2px;width:10px;height:6px;border-bottom:2px solid var(--culture-gold);border-left:2px solid var(--culture-gold);transform:rotate(-45deg)}

.culture-welfare{background:var(--gray-bg)}
.culture-welfare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.culture-welfare-grid article{display:flex;min-height:0;flex-direction:column;overflow:hidden;border:1px solid var(--culture-line);border-radius:8px;background:#fff;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}
.culture-welfare-grid button{height:255px}
.culture-welfare-grid article>div{padding:22px 24px 24px}
.culture-welfare-grid h3{margin-top:8px;color:var(--culture-ink);font-size:19px}
.culture-welfare-grid p{margin-top:8px;color:var(--culture-muted);font-size:12px;line-height:1.75}

.culture-stores{padding-bottom:0;background:#fff}
.culture-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.culture-store-grid figure{overflow:hidden;border:1px solid var(--culture-line);border-radius:8px;background:#fff;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}
.culture-store-grid button{height:360px}
.culture-store-grid button img{object-position:center top}
.culture-store-grid figcaption{display:flex;align-items:center;justify-content:space-between;padding:18px 20px}
.culture-store-grid strong{color:var(--culture-ink);font-size:18px}
.culture-store-grid figcaption span{color:#788392;font-size:11px}
.culture-final-cta{margin-top:64px;padding:52px 0;background:linear-gradient(135deg,var(--blue-dark),var(--blue))}
.culture-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
.culture-final-cta h2{max-width:680px;margin-top:7px;color:#fff;font-size:26px}
.culture-final-cta .btn-gold{background:#e2b42d;color:#10233f}

.culture-lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:70px 32px 32px;background:rgba(2,15,35,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.culture-lightbox[hidden]{display:none}
.culture-lightbox figure{display:flex;max-width:min(1200px,94vw);max-height:88vh;flex-direction:column;align-items:center;gap:13px}
.culture-lightbox img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 24px 80px rgba(0,0,0,.38)}
.culture-lightbox figcaption{color:rgba(255,255,255,.82);font-size:13px}
.culture-lightbox-close{position:absolute;top:22px;right:28px;width:44px;height:44px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:30px;line-height:1;cursor:pointer}
.culture-page [data-animate]{opacity:1;transform:none}

@media(max-width:900px){
  .culture-media-feature{grid-template-columns:1fr}.culture-media-feature button{min-height:0}.culture-media-feature button img{aspect-ratio:16/9}
  .culture-assets-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .culture-media .culture-heading{grid-template-columns:1fr;row-gap:22px}.culture-media .culture-heading>p{max-width:680px}
  .culture-report-grid article:first-child{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)}.culture-report-grid article:first-child button{min-height:300px}.culture-report-grid article:first-child>div{min-height:300px;padding:32px}.culture-report-grid article:first-child h3{font-size:23px}
  .culture-detail-carousel{display:block}.culture-detail-header{align-items:center;flex-direction:row;padding:24px 28px}.culture-detail-header p{max-width:none}.culture-detail-header>span{display:flex;align-items:baseline}.culture-detail-header b{font-size:30px}.culture-detail-slide{height:460px}.culture-detail-controls{align-items:center;justify-content:space-between;flex-direction:row;padding:15px 20px}.culture-detail-progress{width:min(360px,65%)}.culture-detail-arrows{width:auto}
  .culture-split--reverse{grid-template-columns:1fr;gap:36px}.culture-split--reverse .culture-copy{grid-row:1}.culture-care{padding:82px 0 88px}.culture-care .culture-split--reverse{gap:50px}.culture-care .culture-copy{max-width:720px;padding:30px 0 30px 42px}.culture-care .culture-gallery--pair{grid-template-rows:repeat(2,195px)}
  .culture-store-grid button{height:320px}
}
@media(max-width:768px){
  .culture-hero{min-height:690px;background-position:62% center}.culture-hero-overlay{background:linear-gradient(180deg,rgba(3,23,52,.12),rgba(7,59,154,.72) 43%,rgba(3,35,88,.97) 82%)}
  .culture-hero-inner{gap:25px;padding-top:205px;padding-bottom:34px}.culture-hero h1{font-size:33px}.culture-hero-copy>p{font-size:14px;line-height:1.8}.culture-hero-actions{align-items:flex-start;flex-direction:column;gap:9px;margin-top:21px}.culture-hero-metrics{padding:16px 4px}.culture-hero-metrics div{padding:0 7px}.culture-hero-metrics strong{font-size:21px}.culture-hero-metrics small{font-size:9px}
  .culture-section{padding:56px 0}.culture-heading{margin-bottom:30px}.culture-heading h2,.culture-copy h2{font-size:25px}.culture-heading>p{font-size:13px}
  .culture-media{padding:64px 0 72px}.culture-media .culture-heading{row-gap:19px;margin-bottom:34px;padding-bottom:25px}.culture-media .culture-heading .culture-eyebrow{margin-bottom:0}.culture-media .culture-heading h2{font-size:28px}.culture-media .culture-heading>p{padding-left:17px;line-height:1.85}
  .culture-media-feature>div{padding:28px 23px 31px}.culture-media-feature h3{font-size:21px}.culture-media-feature--matrix{margin-top:24px}.culture-media-feature--matrix>div::before{right:20px;font-size:48px}.culture-assets{margin-top:20px}.culture-assets-header{padding:16px}.culture-assets-header strong{font-size:15px}.culture-assets-header p{font-size:10px}
  .culture-assets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.culture-assets-grid button{height:135px}
  .culture-report-grid{grid-template-columns:1fr;gap:16px}.culture-report-grid article:first-child{display:flex;grid-column:auto;flex-direction:column}.culture-report-grid button,.culture-report-grid article:first-child button{height:auto;min-height:0;aspect-ratio:16/9}.culture-report-grid article>div{min-height:0;padding:22px 23px 24px}.culture-report-grid article:first-child>div{min-height:0;padding:28px 24px 31px}.culture-report-grid article:first-child>div::after{display:none}.culture-report-grid article:first-child h3{font-size:22px}.culture-report-grid article:first-child p{max-width:none}.culture-detail-carousel{margin-top:24px}.culture-detail-header{padding:19px 18px}.culture-detail-header strong{font-size:17px}.culture-detail-header p{font-size:10px}.culture-detail-header b{font-size:25px}.culture-detail-slide{height:420px}.culture-detail-controls{padding:12px 14px}.culture-detail-progress{width:min(240px,58%)}.culture-detail-arrows button{width:38px;height:38px}
  .culture-care{padding:66px 0 72px}.culture-care::before{display:none}.culture-care .culture-split--reverse{gap:36px}.culture-care .culture-copy{padding:20px 0 0;border-left:0}.culture-care .culture-copy h2{font-size:29px}.culture-care .culture-copy .culture-lead{font-size:14px;line-height:1.9}.culture-care .culture-check-list{margin-top:24px}.culture-care .culture-gallery--pair{grid-template-rows:repeat(2,155px);gap:8px}.culture-care .culture-gallery--pair button{border-radius:10px;box-shadow:0 10px 24px rgba(18,50,86,.11)}
  .culture-welfare-grid{grid-template-columns:1fr}.culture-welfare-grid button{height:225px}.culture-welfare-grid article>div{padding:21px}
  .culture-store-grid{grid-template-columns:1fr}.culture-store-grid button{height:290px}.culture-final-cta{margin-top:48px;padding:38px 0}.culture-final-cta-inner{align-items:flex-start;flex-direction:column}.culture-final-cta h2{font-size:22px}
  .culture-lightbox{padding:72px 16px 24px}.culture-lightbox-close{top:16px;right:16px}
}
@media(max-width:420px){.culture-hero h1{font-size:30px}.culture-assets-grid button{height:120px}.culture-detail-header p{display:none}.culture-detail-slide{height:360px}.culture-detail-progress{width:52%}.culture-care .culture-gallery--pair{grid-template-rows:repeat(2,135px)}.culture-store-grid button{height:255px}}
@media(hover:none){.culture-media-feature:hover,.culture-report-grid article:hover,.culture-welfare-grid article:hover,.culture-store-grid figure:hover{border-color:var(--culture-line);box-shadow:none;transform:none}.culture-media-feature button:hover img,.culture-report-grid button:hover img,.culture-detail-slide button:hover img,.culture-assets-grid button:hover img,.culture-gallery button:hover img,.culture-welfare-grid button:hover img,.culture-store-grid button:hover img{filter:none;transform:none}}
@media(prefers-reduced-motion:reduce){.culture-page img,.culture-page .btn,.culture-detail-track,.culture-detail-progress span{transition:none!important}}
