/* ============================================================
   Starter Modules for Elementor — All Widgets CSS
   Version 2.0.0
   ============================================================ */

/* ── SHARED VARIABLES & UTILITIES ── */
:root {
    --sm-red: #c6183d;
    --sm-red-soft: #fce8ec;
    --sm-navy: #133055;
    --sm-navy-soft: #e6eaf0;
    --sm-text: #1a1a1a;
    --sm-muted: #6b7280;
    --sm-white: #ffffff;
    --sm-bg: #f4f5f7;
    --sm-accent: #c6183d;
    --sm-font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    /* Global Typography */
    --sm-h2: 45px;
    --sm-h3: 30px;
    --sm-body: 18px;
}

/* ── Global Typography ──
   H2  = Poppins 500, 45/34/26px
   H3  = Poppins 500, 30/21/20px
   Body = Poppins 500, 18/17/16px
   ─────────────────────────────── */

/* H2 — Section titles */
.sm-section-title,
.sm-hero-title,
.sm-cta-title,
.sm-cd-title,
.sm-rmq-title,
.sm-sscroll-title,
.sm-st-title,
.sm-pc-title,
.sm-ptl-title,
.sm-tga-title,
.sm-bsl-title,
.sm-sty-title,
.sm-soc-title,
.sm-srv-title,
.sm-ibd-title,
.sm-trr-title,
.sm-sadv-title,
.sm-cit-title,
.sm-net-title,
.sm-sec-title,
.sm-ds-title,
.sm-wb-title,
.sm-orb-title,
.sm-aheading-wrap {
    font-family: var(--sm-font);
    font-weight: 500;
    font-size: var(--sm-h2);
    line-height: 1.2;
}

/* H3 — Card / item titles */
.sm-pc-name,
.sm-pcard-name,
.sm-ptl-step-name,
.sm-tga-pname,
.sm-ibd-pname,
.sm-st-vis-title,
.sm-agallery-title,
.sm-sty-card h3,
.sm-soc-card h3,
.sm-srv-card h3,
.sm-sadv-detail-title,
.sm-fcard h3,
.sm-float-card h4,
.sm-toggle-panel h3,
.sm-tab-panel h3,
.sm-ilist-title,
.sm-ccard-title,
.sm-tl-title,
.sm-vshow-title,
.sm-blogcard-title,
.sm-port-title,
.sm-ba-title,
.sm-tcard-name,
.sm-testicard-name,
.sm-slide h3,
.sm-pc-banner-text h3,
.sm-pc-modal-title {
    font-family: var(--sm-font);
    font-weight: 500;
    font-size: var(--sm-h3);
    line-height: 1.25;
}

/* Body — Descriptions, subtitles, paragraphs */
.sm-section-sub,
.sm-hero-sub,
.sm-cta-sub,
.sm-cd-sub,
.sm-rmq-text,
.sm-sscroll-subtitle,
.sm-st-subtitle,
.sm-pc-subtitle,
.sm-pc-desc,
.sm-ptl-subtitle,
.sm-ptl-desc,
.sm-tga-subtitle,
.sm-tga-pdesc,
.sm-ibd-subtitle,
.sm-ibd-pdesc,
.sm-trr-intro,
.sm-bsl-subtitle,
.sm-sty-subtitle,
.sm-soc-subtitle,
.sm-srv-subtitle,
.sm-sadv-sub,
.sm-sty-card-desc,
.sm-soc-card-desc,
.sm-srv-card-desc,
.sm-sadv-detail-desc,
.sm-srv-sub,
.sm-cit-sub,
.sm-net-desc,
.sm-sec-desc,
.sm-ds-sub,
.sm-wb-sub,
.sm-orb-sub,
.sm-agallery-desc,
.sm-pcard-desc,
.sm-ccard-desc,
.sm-ccard-info,
.sm-ilist-desc,
.sm-blogcard-excerpt,
.sm-port-desc,
.sm-tl-desc,
.sm-ticker-desc,
.sm-social-desc,
.sm-tcard-bio,
.sm-testicard-quote,
.sm-notif-text,
.sm-faq-a,
.sm-comp-text,
.sm-st-feat-desc,
.sm-pc-modal-desc,
.sm-pc-banner-text p,
.sm-slide p {
    font-family: var(--sm-font);
    font-weight: 500;
    font-size: var(--sm-body);
    line-height: 1.65;
}

/* Responsive Typography */
@media (max-width: 1024px) {
    :root { --sm-h2: 34px; --sm-h3: 21px; --sm-body: 17px; }
}
@media (max-width: 768px) {
    :root { --sm-h2: 26px; --sm-h3: 20px; --sm-body: 16px; }
}

/* ── Shared Section Top ── */
.sm-section-top {
    padding: 0 24px;
    max-width: 900px;
    margin: 0 auto 40px;
}
.sm-tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 6px 12px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #fff;
    background: var(--sm-accent, #C6183D);
    border-radius: 5px;
    margin-bottom: 18px;
    font-family: var(--sm-font);
    box-shadow: 0px 10px 18px -7px #C6183D;
}
.sm-section-title {
    font-size: var(--sm-h2);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--sm-navy);
    margin: 0;
    padding: 0;
    font-family: var(--sm-font);
}
.sm-section-title span {
    color: var(--sm-accent, var(--sm-red));
}
.sm-section-sub {
    margin-top: 12px;
    color: var(--sm-muted);
    font-size: var(--sm-body);
    line-height: 1.65;
    font-weight: 500;
    font-family: var(--sm-font);
}

/* ── Shared Buttons ── */
.sm-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
    cursor: pointer;
    border: 2px solid transparent;
    font-family: var(--sm-font);
}
.sm-btn--primary {
    background: var(--sm-accent, var(--sm-red));
    color: #fff;
}
.sm-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(198,24,61,0.3);
}
.sm-btn--outline {
    background: transparent;
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}
.sm-btn--outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}
.sm-btn--white {
    background: #fff;
    color: var(--sm-navy);
}
.sm-btn--white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.sm-btn--outline-w {
    background: transparent;
    border-color: rgba(255,255,255,0.4);
    color: #fff;
}
.sm-btn--outline-w:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

/* ── Shared Blob ── */
.sm-bg-blob {
    position: absolute;
    border-radius: 50%;
    opacity: 0.04;
    pointer-events: none;
    z-index: 0;
    animation: smBlobFloatW 7s ease-in-out infinite;
    background: #fff;
}
.sm-blob-1 { width: 200px; height: 200px; bottom: -50px; right: -50px; }
.sm-blob-2 { width: 110px; height: 110px; top: -25px; left: -25px; animation-delay: 2.5s !important; animation-direction: reverse; }
@keyframes smBlobFloatW {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-10px, -14px) scale(1.06); }
}

/* ── Shared Entrance Animation ── */
.sm-anim-item {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
    transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.sm-anim-item.sm-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.sm-anim-item:nth-child(1) { transition-delay:0s; }
.sm-anim-item:nth-child(2) { transition-delay:0.07s; }
.sm-anim-item:nth-child(3) { transition-delay:0.14s; }
.sm-anim-item:nth-child(4) { transition-delay:0.21s; }
.sm-anim-item:nth-child(5) { transition-delay:0.28s; }
.sm-anim-item:nth-child(6) { transition-delay:0.35s; }
.sm-anim-item:nth-child(7) { transition-delay:0.42s; }
.sm-anim-item:nth-child(8) { transition-delay:0.49s; }
.sm-anim-item:nth-child(9) { transition-delay:0.56s; }
.sm-anim-item:nth-child(10) { transition-delay:0.63s; }

/* Editor: show all immediately */
.elementor-editor-active .sm-anim-item {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ── Shared Track (scroll) ── */
.sm-track {
    display: flex;
    gap: 18px;
    padding: 10px 24px 44px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}
.sm-track::-webkit-scrollbar { display: none; }
.sm-track:active { cursor: grabbing; }
@media (min-width:1100px) {
    .sm-track { padding-left: calc((100vw - 900px)/2); }
}

/* ── Shared Dots ── */
.sm-progress {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
}
.sm-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sm-navy);
    opacity: 0.18;
    transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
    cursor: pointer;
}
.sm-dot.active {
    opacity: 1;
    width: 28px;
    border-radius: 4px;
    background: var(--sm-accent, var(--sm-red));
}

/* ── Shared Card Themes ── */
[class*="--navy"] { background: var(--sm-navy); color: #fff; }
[class*="--red"] { background: var(--sm-accent, var(--sm-red)); color: #fff; }
[class*="--white"] { background: #fff; color: var(--sm-text); }
[class*="--light"] { background: var(--sm-navy-soft); color: var(--sm-navy); }
[class*="--dark"] { background: #0b1e38; color: #c8d5e3; }
[class*="--warm"] { background: var(--sm-red-soft); color: #7a0f28; }
[class*="--gradient"] { background: linear-gradient(145deg, var(--sm-navy) 0%, #1c4a7e 100%); color: #fff; }


/* ================================================================
   1. HERO BANNER
   ================================================================ */
.sm-hero {
    --sm-accent: #c6183d;
    position: relative;
    padding: 120px 24px;
    overflow: hidden;
    border-radius: 0;
    font-family: var(--sm-font);
}
.sm-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.sm-hero--center .sm-hero-inner { text-align: center; }
.sm-hero--center .sm-hero-btns { justify-content: center; }
.sm-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--sm-accent);
    margin-bottom: 18px;
    background: rgba(255,255,255,0.1);
    padding: 6px 16px;
    border-radius: 50px;
}
.sm-hero-title {
    font-size: var(--sm-h2);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    font-family: var(--sm-font);
    opacity: 0;
    transform: translateY(30px);
    animation: smHeroIn 0.8s 0.1s cubic-bezier(0.16,1,0.3,1) forwards;
}
.sm-hero-title span { color: var(--sm-accent); }
.sm-hero-sub {
    font-size: var(--sm-body);
    line-height: 1.7;
    opacity: 0;
    max-width: 600px;
    margin-bottom: 32px;
    color: inherit;
    filter: brightness(1.5);
    animation: smHeroIn 0.8s 0.25s cubic-bezier(0.16,1,0.3,1) forwards;
    font-family: var(--sm-font);
}
.sm-hero--center .sm-hero-sub { margin-left: auto; margin-right: auto; }
.sm-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    opacity: 0;
    animation: smHeroIn 0.8s 0.4s cubic-bezier(0.16,1,0.3,1) forwards;
}
@keyframes smHeroIn {
    from { opacity:0; transform:translateY(30px); }
    to { opacity:1; transform:translateY(0); }
}

/* Hero shapes */
.sm-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.06;
    z-index: 0;
}
.sm-hero-shape--1 {
    width: 500px; height: 500px;
    top: -150px; right: -100px;
    background: var(--sm-accent);
    animation: smShapeFloat 12s ease-in-out infinite;
}
.sm-hero-shape--2 {
    width: 300px; height: 300px;
    bottom: -100px; left: -80px;
    background: #fff;
    animation: smShapeFloat 10s ease-in-out infinite reverse;
}
.sm-hero-shape--3 {
    width: 180px; height: 180px;
    top: 30%; left: 50%;
    background: var(--sm-accent);
    animation: smShapeFloat 8s 2s ease-in-out infinite;
}
@keyframes smShapeFloat {
    0%, 100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(-20px,-30px) scale(1.08); }
}

/* ================================================================
   2. FEATURE GRID
   ================================================================ */
.sm-fgrid-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-fgrid {
    --sm-cols: 3;
    display: grid;
    grid-template-columns: repeat(var(--sm-cols), 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.sm-fcard {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s;
}
.sm-fcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(19,48,85,0.12);
}
.sm-fcard-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.12);
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.sm-fcard--white .sm-fcard-icon { background: var(--sm-red-soft); }
.sm-fcard--light .sm-fcard-icon { background: #fff; }
.sm-fcard--warm .sm-fcard-icon { background: rgba(198,24,61,0.1); }
.sm-fcard:hover .sm-fcard-icon { transform: scale(1.15) rotate(-5deg); }
.sm-fcard h3 {
    font-size: var(--sm-h3);
    font-weight: 500;
    margin: 0 0 8px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    font-family: var(--sm-font);
}
.sm-fcard p {
    font-size: 0.83rem;
    line-height: 1.7;
    opacity: 0.75;
    flex: 1;
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--sm-font);
}
.sm-fcard-blob {
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: -50px;
    right: -50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
    animation: smBlobFloatW 7s ease-in-out infinite;
}
.sm-fcard--white .sm-fcard-blob { background: rgba(198,24,61,0.04); }
.sm-fcard--light .sm-fcard-blob { background: rgba(19,48,85,0.04); }
a.sm-fcard { text-decoration: none; }
@media (max-width:768px) {
    .sm-fgrid { --sm-cols: 1 !important; }
}
@media (min-width:769px) and (max-width:1024px) {
    .sm-fgrid { --sm-cols: 2 !important; }
}

/* ================================================================
   3. TEAM SCROLL
   ================================================================ */
.sm-team-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-tcard {
    flex: 0 0 300px;
    scroll-snap-align: start;
    border-radius: 20px;
    padding: 34px 28px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    user-select: none;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s;
}
.sm-tcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(19,48,85,0.12);
}
.sm-tcard-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 18px;
    border: 3px solid rgba(255,255,255,0.2);
}
.sm-tcard-img img { width:100%; height:100%; object-fit:cover; }
.sm-tcard-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 18px;
    background: rgba(255,255,255,0.15);
    font-family: var(--sm-font);
}
.sm-tcard-name {
    font-size: var(--sm-h3);
    font-weight: 500;
    margin: 0 0 4px;
    font-family: var(--sm-font);
}
.sm-tcard-role {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
    margin-bottom: 12px;
    display: block;
}
.sm-tcard-bio {
    font-size: var(--sm-body);
    line-height: 1.65;
    opacity: 0.75;
    flex: 1;
    margin: 0;
    font-family: var(--sm-font);
}
.sm-tcard-link {
    margin-top: 14px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--sm-accent);
    transition: gap 0.3s;
    display: inline-flex;
    gap: 4px;
}
.sm-tcard--navy .sm-tcard-link, .sm-tcard--dark .sm-tcard-link, .sm-tcard--gradient .sm-tcard-link {
    color: rgba(255,255,255,0.85);
}

/* ================================================================
   4. PRICING TABLES
   ================================================================ */
.sm-pricing-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-pricing-grid {
    display: flex;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.sm-pcard {
    flex: 1;
    min-width: 280px;
    max-width: 360px;
    border-radius: 20px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s;
}
.sm-pcard:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(19,48,85,0.15);
}
.sm-pcard--popular {
    transform: scale(1.05);
    z-index: 2;
}
.sm-pcard--popular:hover {
    transform: scale(1.05) translateY(-8px);
}
.sm-pcard-badge {
    position: absolute;
    top: 18px;
    right: -32px;
    background: var(--sm-accent, var(--sm-red));
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 40px;
    transform: rotate(45deg);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.sm-pcard-name {
    font-size: var(--sm-h3);
    font-weight: 500;
    margin: 0 0 4px;
    font-family: var(--sm-font);
}
.sm-pcard-desc {
    font-size: var(--sm-body);
    opacity: 0.65;
    margin: 0 0 20px;
    font-family: var(--sm-font);
}
.sm-pcard-price {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 24px;
    font-family: var(--sm-font);
}
.sm-pcard-period {
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.6;
}
.sm-pcard-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex: 1;
}
.sm-pcard-features li {
    padding: 8px 0;
    font-size: 0.83rem;
    border-bottom: 1px solid rgba(128,128,128,0.1);
    font-family: var(--sm-font);
}
.sm-feat-no { opacity: 0.4; }
.sm-pcard-btn { width: 100%; justify-content: center; }
.sm-pcard--white .sm-pcard-btn { background: var(--sm-navy); color: #fff; }
.sm-pcard--white .sm-pcard-btn:hover { box-shadow: 0 10px 30px rgba(19,48,85,0.3); }
@media (max-width:768px) {
    .sm-pricing-grid { flex-direction: column; align-items: center; }
    .sm-pcard { max-width: 100%; }
    .sm-pcard--popular { transform: scale(1); }
    .sm-pcard--popular:hover { transform: translateY(-8px); }
}

/* ================================================================
   5. TESTIMONIALS
   ================================================================ */
.sm-testi-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-testicard {
    flex: 0 0 360px;
    scroll-snap-align: start;
    border-radius: 20px;
    padding: 34px 28px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    user-select: none;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s;
}
.sm-testicard:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(19,48,85,0.12);
}
.sm-testicard-stars {
    color: #fbbf24;
    font-size: 1.1rem;
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.sm-testicard--navy .sm-testicard-stars,
.sm-testicard--dark .sm-testicard-stars { color: #fbbf24; }
.sm-testicard-quote {
    font-size: var(--sm-body);
    line-height: 1.7;
    font-style: italic;
    flex: 1;
    margin: 0 0 20px;
    opacity: 0.85;
    font-family: var(--sm-font);
}
.sm-testicard-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sm-testicard-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.sm-testicard-initials {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
}
.sm-testicard--white .sm-testicard-initials { background: var(--sm-navy-soft); color: var(--sm-navy); }
.sm-testicard-name {
    display: block;
    font-size: var(--sm-h3);
    font-weight: 500;
    font-family: var(--sm-font);
}
.sm-testicard-role {
    display: block;
    font-size: 0.72rem;
    opacity: 0.6;
    font-family: var(--sm-font);
}

/* ================================================================
   6. STATS COUNTER
   ================================================================ */
.sm-stats {
    --sm-accent: #c6183d;
    padding: 60px 24px;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto;
    font-family: var(--sm-font);
}
.sm-stats-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.sm-stat-item {
    text-align: center;
    flex: 1;
    min-width: 160px;
}
.sm-stats--cards .sm-stat-item {
    background: rgba(255,255,255,0.06);
    border-radius: 18px;
    padding: 32px 24px;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s;
}
.sm-stats--cards .sm-stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.1);
}
.sm-stat-icon {
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.sm-stat-item:hover .sm-stat-icon { transform: scale(1.2); }
.sm-stat-num {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 6px;
    font-family: var(--sm-font);
}
.sm-stat-label {
    font-size: 0.82rem;
    opacity: 0.7;
    font-weight: 500;
    font-family: var(--sm-font);
}
@media (max-width:600px) {
    .sm-stats-grid { gap: 20px; }
    .sm-stat-item { min-width: 120px; }
    .sm-stat-num { font-size: 2.2rem; }
}

/* ================================================================
   7. FAQ ACCORDION
   ================================================================ */
.sm-faq-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
}
.sm-faq-item {
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.4s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.sm-faq-item:hover { box-shadow: 0 8px 30px rgba(19,48,85,0.08); }
.sm-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    color: var(--sm-navy);
    font-family: var(--sm-font);
    transition: color 0.3s;
}
.sm-faq-q:hover { color: var(--sm-accent); }
.sm-faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--sm-navy-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
    color: var(--sm-navy);
}
.sm-faq-open .sm-faq-icon {
    background: var(--sm-accent);
    color: #fff;
    transform: rotate(45deg);
}
.sm-faq-a-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.16,1,0.3,1);
}
.sm-faq-a {
    padding: 0 24px 20px;
    font-size: var(--sm-body);
    line-height: 1.75;
    color: var(--sm-muted);
    font-family: var(--sm-font);
}

/* ================================================================
   8. TIMELINE
   ================================================================ */
.sm-timeline-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 24px;
}
.sm-tl-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e0e4e8;
    transform: translateX(-50%);
    border-radius: 2px;
}
.sm-tl-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}
.sm-tl-item--left { justify-content: flex-start; padding-right: calc(50% + 30px); }
.sm-tl-item--right { justify-content: flex-end; padding-left: calc(50% + 30px); }
.sm-tl-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--sm-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(198,24,61,0.25);
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.sm-tl-item:hover .sm-tl-dot { transform: translateX(-50%) scale(1.15); }
.sm-tl-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 28px 24px;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s;
}
.sm-tl-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(19,48,85,0.1);
}
.sm-tl-year {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 3px 12px;
    border-radius: 50px;
    background: rgba(255,255,255,0.12);
    margin-bottom: 10px;
}
.sm-tl-card--white .sm-tl-year { background: var(--sm-navy-soft); color: var(--sm-navy); }
.sm-tl-card--light .sm-tl-year { background: #fff; color: var(--sm-navy); }
.sm-tl-card--warm .sm-tl-year { background: rgba(198,24,61,0.1); }
.sm-tl-title {
    font-size: var(--sm-h3);
    font-weight: 500;
    margin: 0 0 6px;
    position: relative;
    z-index: 1;
    font-family: var(--sm-font);
}
.sm-tl-desc {
    font-size: var(--sm-body);
    line-height: 1.7;
    opacity: 0.75;
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--sm-font);
}
@media (max-width:768px) {
    .sm-tl-line { left: 22px; }
    .sm-tl-item--left, .sm-tl-item--right {
        padding-left: 66px;
        padding-right: 0;
        justify-content: flex-start;
    }
    .sm-tl-dot { left: 22px; }
}

/* ================================================================
   9. CTA BANNER
   ================================================================ */
.sm-cta {
    --sm-accent: #c6183d;
    position: relative;
    padding: 80px 24px;
    border-radius: 24px;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    font-family: var(--sm-font);
}
.sm-cta--gradient { background: linear-gradient(145deg, var(--sm-navy) 0%, #1c4a7e 100%); color: #fff; }
.sm-cta--red { background: var(--sm-accent); color: #fff; }
.sm-cta--dark { background: #0b1e38; color: #c8d5e3; }
.sm-cta-content { position: relative; z-index: 2; max-width: 650px; margin: 0 auto; }
.sm-cta-title {
    font-size: var(--sm-h2);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    font-family: var(--sm-font);
}
.sm-cta-sub {
    font-size: var(--sm-body);
    line-height: 1.7;
    opacity: 0.85;
    margin: 0 0 28px;
    font-family: var(--sm-font);
}
.sm-cta-split {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.sm-cta-split .sm-cta-content { margin: 0; flex: 1; }
.sm-cta-img {
    flex: 0 0 380px;
    border-radius: 16px;
    overflow: hidden;
}
.sm-cta-img img { width:100%; height:auto; display:block; border-radius:16px; }
@media (max-width:768px) {
    .sm-cta-split { flex-direction: column; gap: 30px; }
    .sm-cta-img { flex: 0 0 auto; width: 100%; }
}

/* ================================================================
   10. LOGO MARQUEE
   ================================================================ */
.sm-marquee-wrap {
    padding: 60px 0;
    font-family: var(--sm-font);
}
.sm-marquee {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}
.sm-marquee::before, .sm-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}
.sm-marquee::before { left: 0; background: linear-gradient(90deg, var(--sm-bg, #fff) 0%, transparent 100%); }
.sm-marquee::after { right: 0; background: linear-gradient(270deg, var(--sm-bg, #fff) 0%, transparent 100%); }
.sm-marquee-inner {
    display: flex;
    align-items: center;
    width: max-content;
    animation: smMarqueeScroll 25s linear infinite;
}
.sm-marquee--reverse .sm-marquee-inner { animation-direction: reverse; }
@keyframes smMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.sm-marquee-logo {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.sm-marquee-logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
    transition: all 0.4s;
}
.sm-marquee--gray .sm-marquee-logo img {
    filter: grayscale(100%) opacity(0.5);
}
.sm-marquee--gray .sm-marquee-logo:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}
.sm-marquee-placeholder {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--sm-navy);
    opacity: 0.3;
    white-space: nowrap;
    padding: 12px 28px;
    border: 2px solid rgba(19,48,85,0.12);
    border-radius: 10px;
    font-family: var(--sm-font);
    transition: all 0.4s;
}
.sm-marquee-logo:hover .sm-marquee-placeholder {
    opacity: 0.7;
    border-color: var(--sm-accent);
    color: var(--sm-accent);
}
.sm-marquee:hover .sm-marquee-inner { animation-play-state: paused; }

/* ================================================================
   11. CONTACT CARDS
   ================================================================ */
.sm-contact-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-contact-grid {
    --sm-cols: 2;
    display: grid;
    grid-template-columns: repeat(var(--sm-cols), 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}
.sm-ccard {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s;
}
.sm-ccard:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(19,48,85,0.12);
}
.sm-ccard-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.sm-ccard:hover .sm-ccard-icon { transform: scale(1.2) rotate(-5deg); }
.sm-ccard-title {
    font-size: var(--sm-h3);
    font-weight: 500;
    margin: 0 0 6px;
    font-family: var(--sm-font);
}
.sm-ccard-info {
    font-size: var(--sm-body);
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    font-family: var(--sm-font);
}
.sm-ccard-desc {
    font-size: var(--sm-body);
    line-height: 1.6;
    opacity: 0.7;
    margin: 0;
    font-family: var(--sm-font);
}
a.sm-ccard { text-decoration: none; }
@media (max-width:600px) {
    .sm-contact-grid { --sm-cols: 1 !important; }
}

/* ================================================================
   12. BLOG CARDS
   ================================================================ */
.sm-blog-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-blogcard {
    flex: 0 0 320px;
    scroll-snap-align: start;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--sm-text);
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s;
}
.sm-blogcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(19,48,85,0.12);
}
.sm-blogcard-thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--sm-navy-soft);
}
.sm-blogcard-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.sm-blogcard:hover .sm-blogcard-thumb img { transform: scale(1.08); }
.sm-blogcard-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--sm-navy-soft) 0%, var(--sm-red-soft) 100%);
}
.sm-blogcard-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.sm-blogcard-cat {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sm-accent);
    margin-bottom: 8px;
    font-family: var(--sm-font);
}
.sm-blogcard-title {
    font-size: var(--sm-h3);
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 8px;
    color: var(--sm-navy);
    font-family: var(--sm-font);
}
.sm-blogcard-excerpt {
    font-size: var(--sm-body);
    line-height: 1.65;
    color: var(--sm-muted);
    flex: 1;
    margin: 0 0 14px;
    font-family: var(--sm-font);
}
.sm-blogcard-meta {
    display: flex;
    gap: 6px;
    font-size: 0.72rem;
    color: var(--sm-muted);
    opacity: 0.7;
    font-family: var(--sm-font);
}

/* ================================================================
   13. PROCESS STEPS
   ================================================================ */
.sm-process-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-process-grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.sm-process--horizontal {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.sm-process--vertical {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.sm-pstep {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s;
}
.sm-process--horizontal .sm-pstep { flex: 1; min-width: 200px; max-width: 280px; }
.sm-pstep:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(19,48,85,0.12);
}
.sm-pstep-num {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 4rem;
    font-weight: 800;
    opacity: 0.05;
    pointer-events: none;
    line-height: 1;
}
.sm-pstep-icon {
    font-size: 2rem;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.sm-pstep:hover .sm-pstep-icon { transform: scale(1.2) rotate(-8deg); }
.sm-pstep h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 8px;
    position: relative;
    z-index: 1;
    font-family: var(--sm-font);
}
.sm-pstep p {
    font-size: 0.82rem;
    line-height: 1.7;
    opacity: 0.75;
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: var(--sm-font);
}
.sm-pstep-arrow {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: var(--sm-accent);
    font-weight: 700;
    opacity: 0.5;
    padding-top: 60px;
    animation: smArrowPulse 1.5s ease-in-out infinite;
}
@keyframes smArrowPulse {
    0%, 100% { transform: translateX(0); opacity: 0.5; }
    50% { transform: translateX(4px); opacity: 1; }
}
@media (max-width:768px) {
    .sm-process--horizontal {
        flex-direction: column;
        align-items: center;
    }
    .sm-process--horizontal .sm-pstep { max-width: 100%; width: 100%; }
    .sm-pstep-arrow { display: none; }
}

/* ================================================================
   14. PORTFOLIO GALLERY
   ================================================================ */
.sm-port-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-port-filters {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
    padding: 0 24px;
    flex-wrap: wrap;
}
.sm-port-filter {
    padding: 8px 22px;
    border: 2px solid var(--sm-navy-soft);
    border-radius: 50px;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--sm-navy);
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--sm-font);
}
.sm-port-filter:hover { border-color: var(--sm-accent); color: var(--sm-accent); }
.sm-port-filter.active {
    background: var(--sm-accent);
    border-color: var(--sm-accent);
    color: #fff;
}
.sm-port-grid {
    --sm-cols: 3;
    display: grid;
    grid-template-columns: repeat(var(--sm-cols), 1fr);
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.sm-port-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding-bottom: 100%;
    text-decoration: none;
    color: #fff;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), opacity 0.4s;
}
.sm-port-item.sm-port-hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.sm-port-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.sm-port-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--sm-navy) 0%, #1c4a7e 100%);
}
.sm-port-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(19,48,85,0.9) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s;
}
.sm-port-item:hover .sm-port-overlay { opacity: 1; }
.sm-port-item:hover .sm-port-img { transform: scale(1.08); }
.sm-port-cat {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sm-accent);
    margin-bottom: 6px;
}
.sm-port-title {
    font-size: var(--sm-h3);
    font-weight: 500;
    margin: 0 0 4px;
    font-family: var(--sm-font);
}
.sm-port-desc {
    font-size: var(--sm-body);
    opacity: 0.75;
    margin: 0;
    font-family: var(--sm-font);
}
@media (max-width:768px) {
    .sm-port-grid { --sm-cols: 1 !important; }
}
@media (min-width:769px) and (max-width:1024px) {
    .sm-port-grid { --sm-cols: 2 !important; }
}

/* ================================================================
   15. BEFORE / AFTER
   ================================================================ */
.sm-ba-wrap {
    --sm-accent: #c6183d;
    padding: 70px 0;
    font-family: var(--sm-font);
}
.sm-ba-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 0 24px;
}
.sm-ba-item { width: 100%; max-width: 700px; }
.sm-ba-title {
    font-size: var(--sm-h3);
    font-weight: 500;
    text-align: center;
    margin: 0 0 12px;
    color: var(--sm-navy);
    font-family: var(--sm-font);
}
.sm-ba-slider {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    cursor: col-resize;
    user-select: none;
    box-shadow: 0 8px 30px rgba(19,48,85,0.1);
}
.sm-ba-after {
    position: relative;
    width: 100%;
    display: block;
}
.sm-ba-after img, .sm-ba-before img {
    width: 100%;
    height: auto;
    display: block;
}
.sm-ba-before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 50%;
    border-right: 3px solid var(--sm-accent);
}
.sm-ba-before img {
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.sm-ba-label {
    position: absolute;
    bottom: 16px;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    pointer-events: none;
    font-family: var(--sm-font);
}
.sm-ba-label--before {
    left: 16px;
    background: var(--sm-navy);
    color: #fff;
}
.sm-ba-label--after {
    right: 16px;
    background: var(--sm-accent);
    color: #fff;
}
.sm-ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}
.sm-ba-handle-line {
    position: absolute;
    inset: 0;
    background: var(--sm-accent);
}
.sm-ba-handle-knob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--sm-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(198,24,61,0.35);
    cursor: col-resize;
    pointer-events: auto;
    transition: transform 0.2s;
}
.sm-ba-handle-knob:hover { transform: translate(-50%,-50%) scale(1.12); }
.sm-ba-placeholder {
    width: 100%;
    padding-bottom: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: var(--sm-font);
}
.sm-ba-ph-before { background: var(--sm-navy-soft); color: var(--sm-navy); }
.sm-ba-ph-after { background: var(--sm-red-soft); color: var(--sm-accent); }
