/* =========================================================
   SHARED UTILITIES
   ========================================================= */
.section-label{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}
.section-label .bar{width:1.5rem;height:2px;background:var(--gold)}
.section-label span{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.section-label.kc-white span{color:var(--gold)}
.btn-gold{background:var(--gold);color:var(--navy);font-size:13px;font-weight:700;padding:.9rem 2rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .22s,transform .22s,box-shadow .22s}
.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(201,168,76,.35)}
.btn-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff;font-size:13px;font-weight:600;padding:.9rem 2rem;display:inline-flex;align-items:center;gap:.5rem;transition:background .22s,border-color .22s,transform .22s;background:rgba(255,255,255,.05)}
.btn-outline-light:hover{background:rgba(255,255,255,.12);border-color:var(--gold);transform:translateY(-2px)}
.link-arrow{color:var(--navy);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .2s}
.link-arrow:hover{opacity:.7}
.link-arrow span{color:var(--gold)}

.kc-reveal{opacity:0;transform:translateY(26px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}
.kc-reveal.kc-visible{opacity:1;transform:translateY(0)}
.kc-reveal-delay-1{transition-delay:.08s}
.kc-reveal-delay-2{transition-delay:.16s}
.kc-reveal-delay-3{transition-delay:.24s}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}.kc-reveal{opacity:1;transform:none}}

/* =========================================================
   COUNTRY HERO
   ========================================================= */
.cn-hero{position:relative;min-height:560px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-top:var(--nav-h)}
.cn-hero-bg{position:absolute;inset:0;z-index:0}
.cn-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.cn-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,rgba(11,31,58,.96) 0%,rgba(11,31,58,.88) 50%,rgba(11,31,58,.4) 100%)}
.cn-hero-line{position:absolute;top:0;left:0;right:0;height:2px;z-index:2;background:var(--gold);opacity:.6}
.cn-hero-inner{position:relative;z-index:3;padding:4.5rem 0}
.cn-hero-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:flex-start}
.cn-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:11px;letter-spacing:.06em}
.cn-breadcrumb a{color:rgba(255,255,255,.45)}
.cn-breadcrumb span.sep{color:rgba(201,168,76,.5)}
.cn-breadcrumb span.current{color:var(--gold);font-weight:600}
.cn-tag-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}
.cn-tag-row .l{width:2rem;height:2px;background:var(--gold)}
.cn-tag-row span{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.cn-hero-inner h1{font-family:var(--serif);font-size:54px;font-weight:600;line-height:1.1;letter-spacing:-.01em;color:#fff;margin-bottom:1.5rem}
.cn-hero-inner h1 em{font-style:italic;color:var(--gold)}
.cn-hero-inner p.sub{font-size:16px;color:rgba(255,255,255,.7);line-height:1.75;max-width:500px;margin-bottom:2.5rem}
.cn-hero-ctas{display:flex;align-items:center;gap:1rem}

.cn-stat-list{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}
.cn-stat{border-left:2px solid var(--gold);padding-left:1.25rem}
.cn-stat .num{font-family:var(--serif);font-size:32px;font-weight:600;color:var(--gold);line-height:1}
.cn-stat .lbl{font-size:13px;color:rgba(255,255,255,.65);margin-top:.35rem}

/* =========================================================
   OVERVIEW STRIP
   ========================================================= */
.cn-strip{background:var(--charcoal)}
.cn-strip-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem !important;padding:2rem 0 !important}
.cn-strip-item{display:flex;flex-direction:column;gap:.5rem;border-left:1px solid rgba(255,255,255,.1);padding-left:1.25rem}
.cn-strip-item:first-child{border-left:none;padding-left:0}
.cn-strip-top{display:flex;align-items:center;gap:.5rem}
.cn-strip-top i{color:var(--gold);font-size:13px}
.cn-strip-top span{font-size:10px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.08em}
.cn-strip-val{font-size:13px;color:#fff;font-weight:500;line-height:1.4}

/* =========================================================
   PRACTICE AREAS
   ========================================================= */
.cn-practice{background:#fff;padding:6rem 0}
.cn-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}
.cn-section-head h2{font-family:var(--serif);font-size:38px;font-weight:600;color:var(--charcoal);line-height:1.25;margin-top:.5rem}
.cn-section-head p.lead{font-size:14px;color:var(--muted);line-height:1.7;max-width:360px}

.cn-practice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cn-practice-card{border:1px solid var(--border);padding:1.75rem;display:flex;flex-direction:column;gap:.875rem}
.cn-practice-icon{width:42px;height:42px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:17px}
.cn-practice-card h3{font-size:14.5px;font-weight:600;color:var(--charcoal);line-height:1.4}
.cn-practice-card p{font-size:12.5px;color:var(--muted);line-height:1.65;flex:1}
.cn-practice-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}
.cn-practice-tag{background:var(--bg-subtle);color:var(--navy);font-size:10.5px;font-weight:600;padding:.25rem .55rem}

/* =========================================================
   LOCAL TEAM
   ========================================================= */
.cn-team{background:var(--bg-subtle);padding:6rem 0}
.cn-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cn-team-card{background:#fff;border:1px solid var(--border);display:flex;flex-direction:column}
.cn-team-img{height:250px;overflow:hidden}
.cn-team-img img{width:100%;height:100%;object-fit:cover}
.cn-team-body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.cn-team-body h3{font-family:var(--serif);font-size:17px;font-weight:600;color:var(--charcoal)}
.cn-team-role{font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold)}
.cn-team-body p{font-size:12px;color:var(--muted);line-height:1.65}
.cn-team-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.cn-team-tag{background:var(--bg-subtle);color:var(--navy);font-size:10px;font-weight:600;padding:.2rem .5rem}
.cn-team-lang{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.5rem;font-size:11px;color:var(--muted)}
.cn-team-lang i{color:var(--gold)}

.cn-team-more{text-align:center;margin-top:2.5rem}

/* =========================================================
   OFFICES
   ========================================================= */
.cn-offices{background:var(--navy);padding:6rem 0}
.cn-offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cn-office-card{background:var(--charcoal);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}
.cn-office-img{position:relative;height:200px;overflow:hidden}
.cn-office-img img{width:100%;height:100%;object-fit:cover}
.cn-office-img-overlay{position:absolute;inset:0;background:rgba(11,31,58,.45)}
.cn-office-img-label{position:absolute;bottom:1rem;left:1.25rem}
.cn-office-img-label .role{font-size:10.5px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}
.cn-office-img-label .city{font-family:var(--serif);font-size:24px;font-weight:600;color:#fff}
.cn-office-body{padding:1.75rem;display:flex;flex-direction:column;gap:1rem;flex:1}
.cn-office-detail{display:flex;align-items:flex-start;gap:.75rem}
.cn-office-detail i{color:var(--gold);font-size:13px;margin-top:.15rem;flex-shrink:0}
.cn-office-detail span{font-size:13px;color:rgba(255,255,255,.7);line-height:1.5}
.cn-office-link{margin-top:.5rem;color:var(--gold);font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:.5rem}

/* =========================================================
   MARKET ENTRY
   ========================================================= */
.cn-market{background:#fff;padding:6rem 0}
.cn-steps-row{display:flex;border:1px solid var(--border);margin-bottom:3rem}
.cn-step{flex:1;padding:2rem 1.75rem;border-right:1px solid var(--border)}
.cn-step:last-child{border-right:none}
.cn-step .num{font-family:var(--serif);font-size:30px;font-weight:600;color:var(--gold);opacity:.55;margin-bottom:.75rem}
.cn-step h3{font-size:14px;font-weight:600;color:var(--charcoal);margin-bottom:.625rem}
.cn-step p{font-size:12px;color:var(--muted);line-height:1.65}

.cn-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cn-guide-card{border:1px solid var(--border);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}
.cn-guide-icon{width:42px;height:42px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:17px}
.cn-guide-card h3{font-size:14.5px;font-weight:600;color:var(--charcoal);line-height:1.4}
.cn-guide-card p{font-size:12.5px;color:var(--muted)}
.cn-guide-link{margin-top:auto;color:var(--gold);font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:.5rem}

/* =========================================================
   CTA
   ========================================================= */
.cn-cta{background:var(--navy);padding:6rem 0;border-top:2px solid var(--gold);position:relative;overflow:hidden}
.cn-cta::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(201,168,76,.35) 1px,transparent 1px);background-size:34px 34px;opacity:.05}
.cn-cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr;gap:4rem;align-items:center}
.cn-cta-text h2{font-family:var(--serif);font-size:38px;font-weight:600;color:#fff;line-height:1.25;margin-bottom:1.25rem}
.cn-cta-text h2 em{font-style:italic;color:var(--gold)}
.cn-cta-text p{font-size:14.5px;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:2rem;max-width:480px}
.cn-cta-btns{display:flex;align-items:center;gap:1rem}

.cn-contact-list{display:flex;flex-direction:column;gap:1.125rem}
.cn-contact-lbl{font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:.25rem}
.cn-contact-item{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1.125rem;border-bottom:1px solid rgba(255,255,255,.08)}
.cn-contact-item:last-child{border-bottom:none;padding-bottom:0}
.cn-contact-icon{width:32px;height:32px;background:rgba(255,255,255,.05);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}
.cn-contact-item .k{font-size:11px;color:rgba(255,255,255,.4)}
.cn-contact-item .v{font-size:13.5px;font-weight:600;color:#fff;margin-top:.15rem}




/* =========================================================
   TEAM DIRECTORY
   ========================================================= */
.lt-directory{background:var(--bg-subtle);padding:7rem 0}
.lt-filter-row{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}
.lt-filter{font-size:11px;font-weight:600;letter-spacing:.03em;padding:.5rem 1.125rem;border:1px solid var(--border);color:var(--charcoal);background:#fff;transition:all .2s;cursor:default}
.lt-filter.kc-active{background:var(--navy);border-color:var(--navy);color:#fff}

.lt-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.lt-card{background:#fff;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(10,20,40,.04)}
.lt-card-photo{position:relative;overflow:hidden;height:250px}
.lt-card-photo img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}
.lt-card:hover .lt-card-photo img{transform:scale(1.04)}
.lt-card-photo-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,31,58,.7) 0%,transparent 50%)}
.lt-card-badge{position:absolute;top:1rem;left:1rem;font-size:10.5px;font-weight:600;padding:.3rem .7rem;letter-spacing:.02em}
.lt-card-badge.kc-founding{background:var(--gold);color:var(--navy)}
.lt-card-badge.kc-senior{background:var(--navy);color:#fff}
.lt-card-badge.kc-assoc{background:var(--charcoal);color:#fff}
.lt-card-badge.kc-other{background:#fff;color:var(--navy);border:1px solid var(--border)}
.lt-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.lt-card-name{font-family:var(--serif);font-size:17px;font-weight:600;color:var(--charcoal);line-height:1.35}
.lt-card-role{font-size:11.5px;font-weight:600;letter-spacing:.03em;color:var(--gold);margin-top:.15rem}
.lt-card-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.lt-card-tag{background:var(--bg-subtle);color:var(--navy);font-size:10.5px;font-weight:600;padding:.25rem .55rem}
.lt-card-divider{height:1px;background:var(--border)}
.lt-card-bio{font-size:12px;color:var(--muted);line-height:1.65}
.lt-card-foot{margin-top:auto;padding-top:.5rem}
.lt-card-link{color:var(--navy);font-size:11.5px;font-weight:600;display:flex;align-items:center;gap:.5rem}
.lt-card-link span{color:var(--gold)}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:1199px){
  .container,.kc-nav-container{padding:0 2rem}
  .cn-hero-inner h1{font-size:42px}
  .lt-team-grid{grid-template-columns:repeat(3,1fr)}
  .cn-hero-grid{grid-template-columns:1fr;gap:2.5rem}
  .cn-stat-list{flex-direction:row;flex-wrap:wrap}
  .cn-stat{flex:1 1 45%}
  .cn-strip-inner{grid-template-columns:repeat(3,1fr);row-gap:1.5rem}
  .cn-strip-item{border-left:none;padding-left:0}
  .cn-practice-grid,.cn-team-grid{grid-template-columns:repeat(2,1fr)}
  .cn-offices-grid,.cn-guides-grid{grid-template-columns:1fr}
  .cn-steps-row{flex-direction:column}
  .cn-step{border-right:none;border-bottom:1px solid var(--border)}
  .cn-step:last-child{border-bottom:none}
  .cn-cta-grid{grid-template-columns:1fr;gap:2.5rem}
}
@media(max-width:768px){
  .cn-hero-inner h1{font-size:32px}
  .lt-team-grid{grid-template-columns:repeat(2,1fr) !important}
  .cn-hero-inner p.sub{font-size:14px}
  .cn-practice-grid,.cn-team-grid{grid-template-columns:1fr}
  .cn-section-head{flex-direction:column;align-items:flex-start}
  .cn-hero-ctas{flex-direction:column;align-items:stretch}
  .cn-hero-ctas a,.cn-hero-ctas button{justify-content:center}
  .cn-cta-btns{flex-direction:column;align-items:stretch}
  .cn-cta-btns a,.cn-cta-btns button{justify-content:center}
  .cn-section-head h2,.cn-cta-text h2{font-size:26px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:.75rem;align-items:flex-start}
}
@media(max-width:575px){
   .lt-team-grid{grid-template-columns:repeat(1,1fr) !important}
  .container,.kc-nav-container{padding:0 1.25rem}
  .cn-hero{padding-top:calc(var(--nav-h) + 1rem)}
}


/* ---- section header ---- */
		.section-head {
		margin-bottom: 3rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: wrap;
		gap: 1rem;
		}

		.section-label {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		font-size: 0.85rem;
		font-weight: 600;
		letter-spacing: 0.4px;
		color: #1a4b7a;
		text-transform: uppercase;
		}

		.section-label .bar {
		width: 36px;
		height: 3px;
		background: #1a4b7a;
		border-radius: 4px;
		}

		.section-head h2 {
		font-size: 2.5rem;
		font-weight: 700;
		letter-spacing: -0.02em;
		color: #0a1e33;
		margin-top: 0.2rem;
		}

		/* ---- grid ---- */
		.lt-team-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
		gap: 2rem;
		}

		/* ---- card ---- */
		.lt-card {
		background: #ffffff;
		border-radius: 28px;
		box-shadow: 0 10px 30px rgba(0, 20, 40, 0.04);
		overflow: hidden;
		transition: transform 0.25s ease, box-shadow 0.3s ease;
		display: flex;
		flex-direction: column;
		height: 100%;
		border: 1px solid rgba(0,0,0,0.02);
		backdrop-filter: blur(2px);
		}

		.lt-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 24px 48px rgba(0, 30, 60, 0.08);
		}

		.lt-card-photo {
		position: relative;
		background: #e6ecf3;
		overflow: hidden;
		aspect-ratio: 16 / 14;
		display: flex;
		align-items: center;
		justify-content: center;
		}

		.lt-card-photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.4s ease;
		}

		.lt-card:hover .lt-card-photo img {
		transform: scale(1.03);
		}

		.lt-card-badge {
		position: absolute;
		background: #0f2c47;
		color: white;
		font-size: 0.7rem;
		font-weight: 600;
		padding: 0.35rem 1.2rem;
		border-radius: 40px;
		letter-spacing: 0.3px;
		text-transform: uppercase;
		box-shadow: 0 6px 14px rgba(0,0,0,0.08);
		}

		.kc-senior {
		background: #0b2842;
		}

		.kc-assoc {
		background: #2a5f7a;
		}

		.lt-card-body {
		padding: 1.6rem 1.6rem 1.8rem;
		flex: 1;
		display: flex;
		flex-direction: column;
		}

		.lt-card-name {
		font-size: 1.5rem;
		font-weight: 700;
		color: #0a1e33;
		margin-bottom: 0.1rem;
		letter-spacing: -0.01em;
		}

		.lt-card-role {
		font-size: 0.9rem;
		font-weight: 500;
		color: #2a4f70;
		margin-bottom: 1rem;
		padding-bottom: 0.7rem;
		border-bottom: 1px solid #eef3f8;
		}

		/* ---- TAGS ---- */
		.lt-card-tags-wrapper {
		margin-bottom: 0.2rem;
		}

		.lt-card-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 0.4rem 0.5rem;
		margin-bottom: 0.2rem;
		}

		.lt-card-tag {
		background: #ecf2f9;
		color: #1a3f5c;
		font-size: 0.7rem;
		font-weight: 500;
		padding: 0.2rem 0.9rem;
		border-radius: 40px;
		border: 1px solid #dae3ee;
		letter-spacing: 0.2px;
		transition: opacity 0.15s;
		}

		/* Hidden tags */
		.lt-card-tag.hidden-tag {
		display: none;
		}

		.lt-card-tags.expanded .hidden-tag {
		display: inline-flex;
		}

		/* ---- BIO with 3 lines limit ---- */
		.lt-card-bio-wrapper {
		position: relative;
		}

		.lt-card-bio {
		font-size: 0.92rem;
		line-height: 1.7;
		color: #1d344b;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		transition: all 0.3s ease;
		}

		.lt-card-bio.expanded {
		display: block !important;
		-webkit-line-clamp: unset !important;
		-webkit-box-orient: unset !important;
		overflow: visible !important;
		max-height: none !important;
		}

		/* ---- Education & Info Block ---- */
		.lt-card-info {
		margin-top: 0.5rem;
		padding-top: 0.9rem;
		border-top: 1px solid #ecf2f8;
		font-size: 0.85rem;
		color: #1f3f5a;
		}

		.lt-card-info p {
		margin-bottom: 0.25rem;
		}

		.lt-card-info strong {
		font-weight: 600;
		color: #0a1e33;
		}

		/* Education items - initially show 1, rest hidden */
		.lt-education-item.hidden-edu {
		display: none;
		}

		.lt-education-item.show {
		display: block;
		}

		/* Additional Qualifications */
		.lt-qualifications-wrapper {
		margin-top: 0.3rem;
		}

		.lt-qualifications-wrapper p {
		margin-bottom: 0.3rem;
		}

		.lt-qualifications-list {
		list-style: none;
		padding: 0;
		margin: 0.3rem 0 0.2rem 0;
		font-size: 0.85rem;
		line-height: 1.6;
		color: #1f3f5a;
		}

		.lt-qualifications-list li {
		padding: 0.1rem 0 0.1rem 1.2rem;
		position: relative;
		}

		.lt-qualifications-list li::before {
		content: "•";
		position: absolute;
		left: 0;
		color: #1a4b7a;
		font-weight: 600;
		}

		.lt-qualifications-list li.hidden-qual {
		display: none;
		}

		.lt-qualifications-list li.hidden-qual.show {
		display: block;
		}

		/* ---- UNIFIED READ MORE BUTTON ---- */
		.lt-unified-toggle {
		background: transparent;
		border: none;
		color: #1a4b7a;
		font-weight: 600;
		font-size: 0.9rem;
		padding: 0.5rem 0 0.1rem 0;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		transition: color 0.15s;
		margin-top: 0.5rem;
		border-top: 1px solid #ecf2f8;
		padding-top: 0.8rem;
		width: 100%;
		justify-content: center;
		}

		.lt-unified-toggle:hover {
		color: #0c2b47;
		text-decoration: underline;
		}

		.lt-unified-toggle i {
		font-size: 0.8rem;
		transition: transform 0.2s;
		}

		/* ---- LinkedIn button ---- */
		/* ---- LinkedIn button - full width ---- */
		.lt-card-link {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 1.2rem;
		font-weight: 600;
		font-size: 0.9rem;
		background: #0a66c2;
		color: white !important;
		text-decoration: none;
		padding: 0.6rem 1.4rem;
		border-radius: 60px;
		border: none;
		transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s;
		box-shadow: 0 4px 10px rgba(10, 102, 194, 0.15);
		width: 100%; /* Make full width */
		letter-spacing: 0.2px;
		}

		.lt-card-link i {
		font-size: 1.1rem;
		color: white;
		}

		.lt-card-link:hover {
		background: #0a5baf;
		transform: scale(1.02);
		box-shadow: 0 8px 18px rgba(10, 102, 194, 0.25);
		color: white;
		}

		.lt-card-link:active {
		transform: scale(0.97);
		}

		@media (max-width: 700px) {
		.lt-team-grid {
			grid-template-columns: 1fr;
		}
		.section-head h2 {
			font-size: 2rem;
		}
		body {
			padding: 1.5rem 0.8rem;
		}
	}