/* ===================================================
   ABOUT PAGE — LOCAL STYLES
   =================================================== */

/* ---- HERO ---- */
.abt-hero {
    position: relative; overflow: hidden; min-height: 80vh;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 50%, #dce6ff 100%);
    display: flex; align-items: center;
}
.abt-hero-grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(26,47,122,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26,47,122,.05) 1px, transparent 1px);
    background-size: 52px 52px;
}
.abt-glow {
    position: absolute; border-radius: 50%; pointer-events: none; filter: blur(80px);
}
.abt-glow--1 { top:-120px; right:-80px; width:500px; height:500px; background:rgba(58,95,232,.12); }
.abt-glow--2 { bottom:-100px; left:-60px; width:380px; height:380px; background:rgba(124,58,237,.08); }

.abt-hero-inner {
    position: relative; z-index: 2; width: 100%; max-width: 80rem;
    margin: 0 auto; padding: 0 1.5rem; padding-top: 120px; padding-bottom: 80px;
}

.abt-breadcrumb { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 24px; }
.abt-breadcrumb a { color: #9ca3af; font-size: .78rem; font-weight: 600; text-decoration: none; transition: color .2s; }
.abt-breadcrumb a:hover { color: #1a2f7a; }
.abt-breadcrumb-sep { color: #d1d5db; font-size: .75rem; }
.abt-breadcrumb-cur { color: #4b5563; font-size: .78rem; font-weight: 600; }

.abt-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(26,47,122,.07); border: 1px solid rgba(26,47,122,.18);
    border-radius: 100px; padding: 5px 16px 5px 7px; margin-bottom: 24px;
    backdrop-filter: blur(8px);
}
.abt-badge-dot {
    width: 22px; height: 22px; background: linear-gradient(135deg,#22c55e,#16a34a);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.abt-badge-dot i { color: white; font-size: 8px; }
.abt-badge-label { font-size: .72rem; font-weight: 700; color: #1a2f7a; text-transform: uppercase; letter-spacing: .1em; }

.abt-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 900; color: #1a2f7a;
    line-height: 1.12; margin: 0 0 20px; max-width: 660px;
}
.abt-hero-title span {
    background: linear-gradient(135deg, #22c55e, #4ade80, #86efac);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.abt-hero-desc {
    color: #4b5563; font-size: 1.05rem; line-height: 1.8;
    max-width: 540px; margin: 0 0 40px;
}
.abt-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }
.abt-btn-primary {
    display: inline-flex; align-items: center; gap: 9px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white; font-weight: 700; font-size: .9rem;
    padding: 14px 28px; border-radius: 12px; text-decoration: none;
    box-shadow: 0 4px 20px rgba(34,197,94,.4); transition: all .3s;
}
.abt-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(34,197,94,.5); }
.abt-btn-outline {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(26,47,122,.06); border: 1.5px solid rgba(26,47,122,.25);
    color: #1a2f7a; font-weight: 700; font-size: .9rem;
    padding: 13px 28px; border-radius: 12px; text-decoration: none;
    backdrop-filter: blur(8px); transition: all .3s;
}
.abt-btn-outline:hover { background: #1a2f7a; color: white; border-color: #1a2f7a; transform: translateY(-2px); }

.abt-hero-stats {
    display: flex; flex-wrap: wrap; gap: 0;
    border: 1px solid rgba(26,47,122,.12); border-radius: 16px; overflow: hidden;
    backdrop-filter: blur(12px); background: rgba(255,255,255,.6); max-width: 540px;
}
.abt-stat { flex: 1; min-width: 100px; padding: 20px 14px; text-align: center; border-left: 1px solid rgba(26,47,122,.08); }
.abt-stat:first-child { border-left: none; }
.abt-stat-num { font-size: 1.6rem; font-weight: 900; color: #1a2f7a; display: block; }
.abt-stat-label { font-size: .65rem; color: #6b7280; font-weight: 600; margin-top: 2px; display: block; }

/* Hero right — company profile card */
.abt-profile-card {
    background: white; border: 1px solid rgba(26,47,122,.12);
    border-radius: 24px; box-shadow: 0 12px 40px rgba(26,47,122,.1); overflow: hidden;
    max-width: 360px; width: 100%;
}
.abt-profile-top {
    background: linear-gradient(135deg, #1a2f7a, #2646cc);
    padding: 32px 28px; position: relative; overflow: hidden;
}
.abt-profile-logo-wrap {
    width: 70px; height: 70px; border-radius: 18px;
    background: rgba(255,255,255,.15); border: 1.5px solid rgba(255,255,255,.25);
    display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.abt-profile-logo-wrap img { height: 44px; width: auto; filter: brightness(0) invert(1); }
.abt-profile-name { font-size: 1.2rem; font-weight: 900; color: white; margin-bottom: 4px; }
.abt-profile-tagline { font-size: .78rem; color: rgba(255,255,255,.7); }
.abt-profile-since {
    position: absolute; top: 20px; right: 20px;
    background: rgba(34,197,94,.2); border: 1px solid rgba(34,197,94,.35);
    border-radius: 100px; padding: 4px 12px;
    display: flex; align-items: center; gap: 5px;
}
.abt-profile-since-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; display: block; animation: waPulse 2s infinite; }
.abt-profile-since-text { font-size: .68rem; color: rgba(255,255,255,.8); font-weight: 700; }
.abt-profile-bottom { padding: 20px 28px; display: flex; flex-direction: column; gap: 12px; background: white; }
.abt-profile-row { display: flex; align-items: center; gap: 10px; }
.abt-profile-icon { width: 30px; height: 30px; border-radius: 8px; background: #f0f4ff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.abt-profile-icon i { color: #2646cc; font-size: .75rem; }
.abt-profile-row-label { font-size: .65rem; color: #9ca3af; font-weight: 600; margin-bottom: 1px; }
.abt-profile-row-val { font-size: .8rem; color: #1a2f7a; font-weight: 600; }
.abt-profile-divider { height: 1px; background: #f0f0f0; }

.abt-hero-wave { position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; }
.abt-hero-wave svg { display: block; width: 100%; height: 70px; }

/* ---- STORY SECTION ---- */
.story-section { padding: 90px 0; background: white; position: relative; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
@media(max-width:900px){ .story-grid{ grid-template-columns:1fr; gap:40px; } }

.story-visual { position: relative; }
.story-visual-card {
    border-radius: 26px; overflow: hidden;
    box-shadow: 0 30px 70px rgba(26,47,122,.16);
}
.story-visual-top {
    background: linear-gradient(135deg, #0d1b4b, #1a2f7a 55%, #2646cc);
    padding: 42px 36px; position: relative; overflow: hidden;
}
.story-visual-blob {
    position: absolute; border-radius: 50%;
}
.story-visual-blob--1 { top:-50px; right:-50px; width:200px; height:200px; background:rgba(34,197,94,.2); filter:blur(34px); }
.story-visual-blob--2 { bottom:-40px; left:-20px; width:160px; height:160px; background:rgba(124,58,237,.18); filter:blur(28px); }
.story-since-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
    border-radius: 100px; padding: 5px 13px; margin-bottom: 22px; position: relative; z-index: 1;
}
.story-since-dot { width: 6px; height: 6px; background: #22c55e; border-radius: 50%; display: block; animation: waPulse 2s infinite; }
.story-since-text { font-size: .7rem; color: rgba(255,255,255,.82); font-weight: 600; }
.story-visual-title { font-size: 1.7rem; font-weight: 900; color: white; line-height: 1.25; margin: 0 0 12px; position: relative; z-index: 1; }
.story-visual-desc { font-size: .86rem; color: rgba(255,255,255,.6); line-height: 1.75; position: relative; z-index: 1; margin: 0; }
.story-tech-row { display: flex; gap: 8px; margin-top: 26px; position: relative; z-index: 1; }
.story-tech-icon {
    width: 38px; height: 38px; border-radius: 11px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
    display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px);
}
.story-tech-icon i { font-size: 1rem; color: var(--clr); }
.story-tech-more {
    width: 38px; height: 38px; border-radius: 11px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
    display: flex; align-items: center; justify-content: center;
}
.story-tech-more span { font-size: .65rem; color: rgba(255,255,255,.55); font-weight: 700; }
.story-mini-stats { display: grid; grid-template-columns: repeat(3,1fr); background: white; }
.story-mini-stat { padding: 20px 16px; text-align: center; border-left: 1px solid #f0f0f0; }
.story-mini-stat:first-child { border-left: none; }
.story-mini-stat-num { font-size: 1.5rem; font-weight: 900; color: #1a2f7a; }
.story-mini-stat-label { font-size: .72rem; color: #9ca3af; font-weight: 600; margin-top: 2px; }

.story-float-badge {
    position: absolute; background: white; border-radius: 16px;
    padding: 13px 16px; box-shadow: 0 10px 32px rgba(26,47,122,.16);
    border: 1px solid #e8eeff; z-index: 10;
}
.story-float-badge--tr { top: -18px; right: -18px; }
.story-float-badge--bl { bottom: -18px; left: -18px; border-radius: 14px; padding: 11px 15px; }
.story-float-badge-row { display: flex; align-items: center; gap: 9px; }
.story-trophy { width: 38px; height: 38px; background: linear-gradient(135deg,#f59e0b,#f97316); border-radius: 11px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(249,115,22,.35); }
.story-trophy i { color: white; font-size: .9rem; }
.story-float-title { font-size: .74rem; font-weight: 800; color: #1a2f7a; white-space: nowrap; }
.story-float-sub { font-size: .66rem; color: #9ca3af; }
.story-avatar-stack { display: flex; }
.story-avatar { width: 25px; height: 25px; border-radius: 50%; background: var(--clr); border: 2px solid white; margin-left: -7px; }
.story-avatar:first-child { margin-left: 0; }
.story-stars { display: flex; gap: 1px; margin-bottom: 1px; }
.story-stars i { color: #f59e0b; font-size: 8px; }
.story-clients-text { font-size: .68rem; color: #6b7280; font-weight: 600; white-space: nowrap; }

.story-content-badge { display: inline-flex; align-items: center; gap: 8px; background: #e8eeff; border-radius: 100px; padding: 5px 14px 5px 8px; margin-bottom: 20px; box-shadow: none; border: none; }
.story-quote { background: linear-gradient(135deg,#f8f9ff,#f0f4ff); border-left: 3px solid #2646cc; border-radius: 0 12px 12px 0; padding: 14px 18px; margin-bottom: 22px; }
.story-quote p { color: #1a2f7a; font-weight: 600; font-style: italic; font-size: .92rem; line-height: 1.6; margin: 0 0 4px; }
.story-quote-source { color: #9ca3af; font-size: .72rem; margin: 0; }
.story-text { color: #4b5563; line-height: 1.85; font-size: .94rem; margin-bottom: 14px; }
.story-text--last { margin-bottom: 28px; }
.story-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 30px; }
.story-perk { display: flex; align-items: center; gap: 11px; background: white; border: 1.5px solid #f0f0f0; border-radius: 13px; padding: 13px 14px; transition: all .25s; cursor: default; }
.story-perk:hover { border-color: var(--bd); box-shadow: 0 8px 22px var(--shadow); transform: translateY(-2px); }
.story-perk-icon { width: 34px; height: 34px; border-radius: 10px; background: var(--bg); border: 1.5px solid var(--bd); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.story-perk-icon i { color: var(--clr); font-size: .78rem; }
.story-perk-text { font-size: .83rem; color: #374151; font-weight: 700; line-height: 1.3; }
.story-links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.story-link-sec { display: inline-flex; align-items: center; gap: 6px; font-size: .875rem; font-weight: 700; color: #2646cc; text-decoration: none; transition: gap .2s; }
.story-link-sec:hover { gap: 10px; }

/* ---- MISSION & VISION ---- */
.mv-section { padding: 90px 0; background: linear-gradient(135deg,#f8f9ff,#f0f4ff); position: relative; overflow: hidden; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media(max-width:768px){ .mv-grid{ grid-template-columns:1fr; } }
.mv-card {
    border-radius: 22px; padding: 40px 36px; position: relative; overflow: hidden;
    transition: all .35s;
}
.mv-card:hover { transform: translateY(-6px); }
.mv-card--mission { background: linear-gradient(135deg,#1a2f7a,#2646cc); box-shadow: 0 16px 48px rgba(38,70,204,.25); }
.mv-card--vision  { background: white; border: 1.5px solid #e8eeff; box-shadow: 0 8px 32px rgba(26,47,122,.06); }
.mv-card--vision:hover { box-shadow: 0 20px 56px rgba(26,47,122,.12); }
.mv-card-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.mv-card-glow--m { top:-60px; right:-60px; width:220px; height:220px; background:rgba(255,255,255,.06); filter:blur(30px); }
.mv-card-glow--v { bottom:-60px; left:-60px; width:180px; height:180px; background:rgba(58,95,232,.05); filter:blur(30px); }
.mv-icon-box { width: 60px; height: 60px; border-radius: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; position: relative; z-index: 1; }
.mv-card--mission .mv-icon-box { background: rgba(255,255,255,.15); border: 1.5px solid rgba(255,255,255,.2); }
.mv-card--vision  .mv-icon-box { background: #e8eeff; border: 1.5px solid rgba(58,95,232,.2); }
.mv-icon-box i { font-size: 1.4rem; }
.mv-card--mission .mv-icon-box i { color: white; }
.mv-card--vision  .mv-icon-box i { color: #2646cc; }
.mv-label { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; position: relative; z-index: 1; }
.mv-card--mission .mv-label { color: rgba(255,255,255,.55); }
.mv-card--vision  .mv-label { color: #9ca3af; }
.mv-title { font-size: 1.25rem; font-weight: 900; line-height: 1.3; margin: 0 0 14px; position: relative; z-index: 1; }
.mv-card--mission .mv-title { color: white; }
.mv-card--vision  .mv-title { color: #1a2f7a; }
.mv-desc { font-size: .88rem; line-height: 1.8; position: relative; z-index: 1; margin: 0; }
.mv-card--mission .mv-desc { color: rgba(255,255,255,.68); }
.mv-card--vision  .mv-desc { color: #6b7280; }

/* ---- CORE VALUES ---- */
.values-section { padding: 90px 0; background: white; position: relative; overflow: hidden; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
@media(max-width:1024px){ .values-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:540px){ .values-grid{ grid-template-columns:1fr; } }
.value-card {
    background: white; border-radius: 20px; border: 1.5px solid #f0f0f0;
    padding: 30px 22px; text-align: center; position: relative; overflow: hidden;
    transition: all .35s;
}
.value-card:hover { transform: translateY(-6px); border-color: var(--bd); box-shadow: 0 18px 48px var(--shadow); }
.value-card-num { position: absolute; top:-6px; right:6px; font-size: 3.4rem; font-weight: 900; color: var(--clr); opacity: .05; line-height: 1; user-select: none; pointer-events: none; }
.value-icon-box { width: 60px; height: 60px; border-radius: 16px; background: var(--bg); border: 1.5px solid var(--bd); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; position: relative; z-index: 1; }
.value-icon-box i { color: var(--clr); font-size: 1.4rem; }
.value-title { font-weight: 800; color: #1a2f7a; font-size: 1rem; margin-bottom: 8px; position: relative; z-index: 1; }
.value-desc { color: #6b7280; font-size: .83rem; line-height: 1.65; position: relative; z-index: 1; }
.value-line { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--clr),var(--clr-soft)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.value-card:hover .value-line { transform: scaleX(1); }

/* ---- TEAM ---- */
.team-section { padding: 90px 0; background: linear-gradient(135deg,#f8f9ff,#f0f4ff); position: relative; overflow: hidden; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
@media(max-width:900px){ .team-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:540px){ .team-grid{ grid-template-columns:1fr; } }
.team-card {
    background: white; border-radius: 20px; border: 1.5px solid #f0f0f0;
    padding: 28px 22px; text-align: center; position: relative; overflow: hidden;
    transition: all .35s;
}
.team-card:hover { transform: translateY(-6px); box-shadow: 0 18px 48px rgba(26,47,122,.1); border-color: rgba(38,70,204,.15); }
.team-avatar {
    width: 80px; height: 80px; border-radius: 50%;
    background: linear-gradient(135deg,var(--c1),var(--c2));
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 1.6rem; font-weight: 900; color: white;
    box-shadow: 0 8px 24px var(--shadow);
}
.team-name { font-size: 1rem; font-weight: 900; color: #1a2f7a; margin-bottom: 4px; }
.team-role { font-size: .76rem; font-weight: 700; color: var(--c1); background: var(--bg); border: 1px solid var(--bd); padding: 3px 12px; border-radius: 100px; display: inline-block; margin-bottom: 12px; }
.team-bio { font-size: .8rem; color: #6b7280; line-height: 1.65; margin-bottom: 16px; }
.team-socials { display: flex; justify-content: center; gap: 8px; }
.team-social-btn { width: 32px; height: 32px; border-radius: 9px; background: #e8eeff; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all .2s; }
.team-social-btn:hover { background: var(--c1); }
.team-social-btn i { color: #2646cc; font-size: .72rem; transition: color .2s; }
.team-social-btn:hover i { color: white; }

/* ---- TIMELINE ---- */
.timeline-section { padding: 90px 0; background: white; position: relative; overflow: hidden; }
.timeline { position: relative; max-width: 720px; margin: 0 auto; }
.timeline::before {
    content: ''; position: absolute; left: 50%; transform: translateX(-50%);
    top: 0; bottom: 0; width: 2px;
    background: linear-gradient(to bottom, transparent, #e8eeff 10%, #c7d2fe 50%, #e8eeff 90%, transparent);
}
@media(max-width:640px){
    .timeline::before{ left: 24px; transform: none; }
}
.timeline-item { display: flex; gap: 40px; align-items: flex-start; margin-bottom: 48px; position: relative; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item--right { flex-direction: row-reverse; }
@media(max-width:640px){
    .timeline-item, .timeline-item--right { flex-direction: column; padding-left: 60px; }
}
.timeline-content {
    flex: 1; background: white; border-radius: 18px; border: 1.5px solid #e8eeff;
    padding: 22px 24px; transition: all .3s;
}
.timeline-content:hover { border-color: rgba(38,70,204,.25); box-shadow: 0 10px 32px rgba(26,47,122,.08); transform: translateY(-3px); }
.timeline-item--right .timeline-content { text-align: right; }
@media(max-width:640px){ .timeline-item--right .timeline-content { text-align: left; } }
.timeline-year { font-size: .68rem; font-weight: 800; color: #2646cc; background: #e8eeff; padding: 3px 10px; border-radius: 100px; display: inline-block; margin-bottom: 8px; }
.timeline-title { font-size: .95rem; font-weight: 800; color: #1a2f7a; margin-bottom: 6px; }
.timeline-desc { font-size: .82rem; color: #6b7280; line-height: 1.65; }
.timeline-dot {
    position: absolute; left: 50%; transform: translateX(-50%);
    width: 44px; height: 44px; border-radius: 50%;
    background: white; border: 2px solid #e8eeff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 14px rgba(26,47,122,.1); z-index: 1; flex-shrink: 0;
    top: 20px;
}
.timeline-dot i { color: #2646cc; font-size: .85rem; }
@media(max-width:640px){
    .timeline-dot { left: 0; top: 0; transform: none; }
}
.timeline-spacer { flex: 1; }
@media(max-width:640px){ .timeline-spacer { display: none; } }

/* ---- CTA ---- */
.abt-cta {
    padding: 100px 0; position: relative; overflow: hidden;
    background: linear-gradient(135deg, #0d1b4b 0%, #1a2f7a 55%, #2646cc 100%);
}
.abt-cta-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(70px); }
.abt-cta-glow--1 { top:-80px; right:-80px; width:400px; height:400px; background:rgba(34,197,94,.12); }
.abt-cta-glow--2 { bottom:-80px; left:-80px; width:320px; height:320px; background:rgba(124,58,237,.18); }
.abt-cta-inner { position: relative; z-index: 2; text-align: center; max-width: 640px; margin: 0 auto; padding: 0 1.5rem; }
.abt-cta-label { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 100px; padding: 5px 16px; font-size: .7rem; font-weight: 700; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 22px; }
.abt-cta-label i { color: #22c55e; }
.abt-cta-title { font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 900; color: white; line-height: 1.2; margin: 0 0 16px; }
.abt-cta-desc { color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.75; margin: 0 0 36px; }
.abt-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.abt-cta-btn-main { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(135deg,#22c55e,#16a34a); color: white; font-weight: 700; font-size: .9rem; padding: 14px 30px; border-radius: 12px; text-decoration: none; box-shadow: 0 4px 20px rgba(34,197,94,.35); transition: all .3s; }
.abt-cta-btn-main:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(34,197,94,.45); }
.abt-cta-btn-sec { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.25); color: white; font-weight: 700; font-size: .9rem; padding: 13px 28px; border-radius: 12px; text-decoration: none; backdrop-filter: blur(8px); transition: all .3s; }
.abt-cta-btn-sec:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.45); transform: translateY(-2px); }

@media(max-width:640px){
    .abt-hero-inner { padding-top: 100px; padding-bottom: 60px; }
    .abt-hero-stats { max-width: 100%; }
    .abt-stat-num { font-size: 1.3rem; }
}
