/* LT SEO EVENT PAGES START */
.seo-event-main {
    background: linear-gradient(180deg, #f7f3eb 0%, #ffffff 62%);
}

.seo-event-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 118px) 0;
    background:
        radial-gradient(circle at 85% 5%, rgba(245, 158, 11, 0.2), transparent 34%),
        linear-gradient(135deg, #172838, #27465d 58%, #183044);
    color: #ffffff;
}

.seo-event-hero::after {
    position: absolute;
    inset: auto -10% -48% 35%;
    height: 520px;
    border-radius: 50%;
    content: "";
    background: rgba(255, 255, 255, 0.04);
    filter: blur(1px);
    pointer-events: none;
}

.seo-event-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: clamp(40px, 7vw, 92px);
}

.seo-event-copy {
    max-width: 760px;
}

.seo-event-copy .eyebrow {
    color: #f4c66b;
}

.seo-event-type {
    display: inline-flex;
    margin: 13px 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(255, 255, 255, 0.08);
    color: #dbe8f1;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-event-copy h1 {
    max-width: 850px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(2.75rem, 5.6vw, 5.7rem);
    line-height: 0.99;
    letter-spacing: -0.052em;
}

.seo-event-copy > p {
    max-width: 690px;
    margin: 0 0 30px;
    color: #d8e4ed;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.76;
}

.seo-event-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.seo-event-actions .button--light {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
}

.seo-event-alert {
    margin: 0 0 22px;
    border: 1px solid rgba(255, 184, 174, 0.35);
    border-radius: 14px;
    padding: 13px 15px;
    background: rgba(143, 31, 23, 0.25);
    color: #fff0ed;
    font-weight: 800;
}

.seo-event-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    padding: clamp(24px, 3.5vw, 34px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 80px rgba(4, 12, 20, 0.28);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    backdrop-filter: blur(18px) saturate(125%);
}

.seo-event-card::after {
    position: absolute;
    right: -65px;
    bottom: -75px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    content: "";
    background: rgba(245, 158, 11, 0.13);
}

.seo-event-card-mark {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 17px;
    background: linear-gradient(145deg, #fff1b6, #f5a10d 56%, #a65100);
    color: #3f2200;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(245, 158, 11, 0.25);
}

.seo-event-card dl,
.seo-event-card dd {
    margin: 0;
}

.seo-event-card dl {
    display: grid;
    gap: 0;
}

.seo-event-card dl > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 0;
}

.seo-event-card dl > div:last-child {
    border-bottom: 0;
}

.seo-event-card dt {
    margin-bottom: 4px;
    color: #f0bf64;
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.seo-event-card dd {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.55;
}

.seo-event-map {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #ffd578;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.seo-event-map .icon {
    width: 17px;
    height: 17px;
}

.seo-event-details {
    padding: clamp(72px, 8vw, 118px) 0;
}

.seo-event-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
    align-items: start;
    gap: clamp(36px, 6vw, 80px);
}

.seo-event-detail-grid article {
    max-width: 760px;
}

.seo-event-detail-grid h2 {
    color: #182637;
    font-size: clamp(2.15rem, 4vw, 4rem);
}

.seo-event-detail-grid article > p {
    color: #5c6874;
    font-size: 1.02rem;
    line-height: 1.82;
}

.seo-event-note {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    border: 1px solid #e7d8bd;
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(145deg, #fffdf8, #f8efe1);
    box-shadow: 0 18px 50px rgba(46, 31, 4, 0.08);
}

.seo-event-note > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: #213a4e;
    color: #ffd36b;
}

.seo-event-note strong {
    color: #2e261c;
    font-size: 0.9rem;
}

.seo-event-note p {
    margin: 6px 0 0;
    color: #6a6054;
    font-size: 0.78rem;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .seo-event-grid,
    .seo-event-detail-grid {
        grid-template-columns: 1fr;
    }

    .seo-event-card {
        max-width: 620px;
    }
}

@media (max-width: 620px) {
    .seo-event-hero {
        padding: 58px 0 68px;
    }

    .seo-event-copy h1 {
        font-size: clamp(2.35rem, 12vw, 3.6rem);
    }

    .seo-event-actions,
    .seo-event-actions .button {
        width: 100%;
    }

    .seo-event-card {
        border-radius: 22px;
        padding: 21px;
    }

    .seo-event-note {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 16px;
    }

    .seo-event-note > span {
        width: 42px;
        height: 42px;
    }
}
/* LT SEO EVENT PAGES END */

/* LT-MAX-SEO-STYLES-START */
.lt-seo-footer-link {
    display: flex;
    justify-content: center;
    margin: 16px auto 0;
    padding: 0 18px 4px;
}

.lt-seo-footer-link a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(180, 127, 42, 0.18);
    border-radius: 999px;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.72);
    color: #64543b;
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.lt-seo-footer-link a:hover {
    transform: translateY(-1px);
    border-color: rgba(245, 158, 11, 0.42);
    background: #fff;
    color: #8b5705;
}

.seo-expertise-main {
    overflow: hidden;
    background: #f8f5ef;
}

.seo-expertise-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 9vw, 132px) 0 clamp(70px, 8vw, 112px);
    background:
        radial-gradient(circle at 8% 8%, rgba(247, 185, 63, 0.24), transparent 30%),
        radial-gradient(circle at 92% 22%, rgba(72, 118, 151, 0.25), transparent 34%),
        linear-gradient(145deg, #142536 0%, #233d52 58%, #132332 100%);
    color: #fff;
}

.seo-expertise-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.seo-expertise-orb--one {
    top: -190px;
    right: -140px;
    width: 510px;
    height: 510px;
    background: rgba(247, 192, 83, 0.11);
}

.seo-expertise-orb--two {
    bottom: -240px;
    left: 22%;
    width: 580px;
    height: 580px;
    background: rgba(93, 143, 177, 0.12);
}

.seo-expertise-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    align-items: center;
    gap: clamp(48px, 7vw, 100px);
}

.seo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.72rem;
    font-weight: 750;
}

.seo-breadcrumb a {
    color: #f0bd5a;
    text-decoration: none;
}

.seo-breadcrumb strong {
    color: rgba(255, 255, 255, 0.82);
}

.seo-expertise-hero .eyebrow {
    color: #f0bd5a;
}

.seo-expertise-hero-copy h1 {
    max-width: 900px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(3rem, 6.1vw, 6.15rem);
    line-height: 0.99;
    letter-spacing: -0.058em;
}

.seo-expertise-hero-copy > p {
    max-width: 790px;
    margin-bottom: 30px;
    color: #d9e4ed;
    font-size: clamp(1.04rem, 1.55vw, 1.28rem);
    line-height: 1.72;
}

.seo-expertise-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.seo-expertise-actions .button--light {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.seo-expertise-actions .button--light:hover {
    background: rgba(255, 255, 255, 0.15);
}

.seo-expertise-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 27px;
}

.seo-expertise-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d7e4ec;
    font-size: 0.72rem;
    font-weight: 750;
}

.seo-expertise-trust .icon {
    width: 16px;
    height: 16px;
    color: #f0bd5a;
}

.seo-expertise-signature-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    padding: 25px;
    background:
        radial-gradient(circle at 100% 0, rgba(247, 192, 83, 0.17), transparent 37%),
        rgba(255, 255, 255, 0.075);
    box-shadow: 0 34px 80px rgba(4, 13, 21, 0.28);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.seo-signature-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 20px;
}

.seo-signature-top > div {
    display: grid;
}

.seo-signature-top strong {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-signature-top small {
    margin-top: 5px;
    color: #d9b76f;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.seo-signature-focus {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin-bottom: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 13px;
    background: rgba(8, 20, 30, 0.24);
}

.seo-signature-focus > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(145deg, #ffdc83, #eea41e);
    color: #3c2400;
    font-size: 0.72rem;
    font-weight: 900;
}

.seo-signature-focus strong,
.seo-signature-focus small {
    display: block;
}

.seo-signature-focus strong {
    font-size: 0.82rem;
}

.seo-signature-focus small {
    margin-top: 4px;
    color: #bdcad4;
    font-size: 0.66rem;
}

.seo-signature-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
}

.seo-signature-links a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    color: #e8f0f5;
    font-size: 0.66rem;
    font-weight: 800;
    text-decoration: none;
}

.seo-signature-links .icon {
    width: 15px;
    height: 15px;
    color: #f0bd5a;
}

.seo-expertise-intro {
    background: #fff;
}

.seo-expertise-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(38px, 7vw, 100px);
    align-items: start;
}

.seo-section-heading h2,
.seo-centered-heading h2,
.seo-process-heading h2,
.seo-audience-card h2,
.seo-faq-heading h2 {
    color: #172738;
}

.seo-rich-copy p {
    margin: 0;
    color: #5e6c78;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.86;
}

.seo-centered-heading {
    max-width: 860px;
    margin: 0 auto 42px;
    text-align: center;
}

.seo-expertise-pillars {
    background: linear-gradient(180deg, #f8f5ef, #f2eee6);
}

.seo-pillar-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.seo-pillar-card {
    position: relative;
    overflow: hidden;
    min-height: 258px;
    border: 1px solid rgba(36, 60, 80, 0.12);
    border-radius: 22px;
    padding: 23px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 36, 50, 0.08);
}

.seo-pillar-card::after {
    position: absolute;
    right: -42px;
    bottom: -58px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    content: "";
    background: rgba(240, 174, 45, 0.08);
}

.seo-pillar-card > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 34px;
    border-radius: 13px;
    background: linear-gradient(145deg, #ffdc83, #eda21b);
    color: #402600;
    font-size: 0.68rem;
    font-weight: 900;
}

.seo-pillar-card h3 {
    margin-bottom: 11px;
    color: #203345;
    font-size: 1.06rem;
}

.seo-pillar-card p {
    margin: 0;
    color: #667480;
    font-size: 0.82rem;
    line-height: 1.72;
}

.seo-expertise-process {
    background: linear-gradient(145deg, #172a3b, #27465e);
    color: #fff;
}

.seo-process-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    gap: clamp(46px, 8vw, 110px);
    align-items: start;
}

.seo-process-heading {
    position: sticky;
    top: calc(var(--header-height) + 30px);
}

.seo-process-heading .eyebrow {
    color: #efbd5b;
}

.seo-process-heading h2 {
    color: #fff;
}

.seo-process-heading > p {
    margin-bottom: 22px;
    color: #d4e0e9;
    line-height: 1.78;
}

.seo-process-heading .text-link {
    color: #f0bd5a;
}

.seo-process-list {
    display: grid;
    gap: 12px;
}

.seo-process-step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.075);
}

.seo-process-step > span {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(145deg, #ffda7e, #e99b12);
    color: #402500;
    font-size: 0.72rem;
    font-weight: 900;
}

.seo-process-step h3 {
    margin: 2px 0 7px;
    color: #fff;
    font-size: 1rem;
}

.seo-process-step p {
    margin: 0;
    color: #d3dee7;
    font-size: 0.82rem;
    line-height: 1.7;
}

.seo-expertise-audiences {
    background: #f8f5ef;
}

.seo-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.seo-audience-card {
    border: 1px solid rgba(32, 57, 76, 0.13);
    border-radius: 28px;
    padding: clamp(25px, 4vw, 42px);
    background: #fff;
    box-shadow: 0 20px 58px rgba(20, 36, 50, 0.08);
}

.seo-audience-card--portfolio {
    background:
        radial-gradient(circle at 100% 0, rgba(240, 174, 45, 0.14), transparent 35%),
        #fff;
}

.seo-audience-card > p {
    color: #667480;
    line-height: 1.78;
}

.seo-audience-card ul {
    display: grid;
    gap: 10px;
    margin: 25px 0 30px;
    padding: 0;
    list-style: none;
}

.seo-audience-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #435465;
    font-size: 0.82rem;
    font-weight: 700;
}

.seo-audience-card li .icon {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: #b87508;
}

.seo-expertise-faq {
    background: #fff;
}

.seo-faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(42px, 8vw, 110px);
}

.seo-faq-heading {
    position: sticky;
    top: calc(var(--header-height) + 30px);
    align-self: start;
}

.seo-responsibility-section {
    padding-top: 0;
    background: #fff;
}

.seo-responsibility-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    border: 1px solid #e2d5be;
    border-radius: 22px;
    padding: 22px 24px;
    background: linear-gradient(145deg, #fffdf8, #f8f1e4);
}

.seo-responsibility-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 17px;
    background: linear-gradient(145deg, #20394d, #112332);
    color: #f0bd5a;
}

.seo-responsibility-card span {
    display: block;
    margin-bottom: 5px;
    color: #9b650a;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.seo-responsibility-card p {
    margin: 0;
    color: #62594d;
    font-size: 0.82rem;
    line-height: 1.7;
}

@media (max-width: 1050px) {
    .seo-expertise-hero-grid,
    .seo-expertise-intro-grid,
    .seo-process-layout,
    .seo-faq-layout {
        grid-template-columns: 1fr;
    }

    .seo-expertise-signature-card {
        max-width: 720px;
    }

    .seo-pillar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-process-heading,
    .seo-faq-heading {
        position: static;
    }
}

@media (max-width: 760px) {
    .seo-expertise-hero {
        padding-top: 58px;
    }

    .seo-expertise-hero-copy h1 {
        font-size: clamp(2.65rem, 12vw, 4.25rem);
    }

    .seo-expertise-actions,
    .seo-expertise-actions .button {
        width: 100%;
    }

    .seo-expertise-signature-card {
        padding: 19px;
        border-radius: 23px;
    }

    .seo-signature-links,
    .seo-pillar-grid,
    .seo-audience-grid {
        grid-template-columns: 1fr;
    }

    .seo-pillar-card {
        min-height: 0;
    }

    .seo-process-step {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 16px;
    }

    .seo-process-step > span {
        width: 44px;
        height: 44px;
    }

    .seo-responsibility-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .seo-expertise-hero-grid {
        gap: 36px;
    }

    .seo-expertise-hero-copy h1 {
        font-size: clamp(2.35rem, 12.5vw, 3.35rem);
    }

    .seo-expertise-trust {
        display: grid;
    }

    .seo-signature-focus {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .seo-signature-focus > span {
        width: 40px;
        height: 40px;
    }

    .seo-audience-card {
        border-radius: 22px;
        padding: 22px 18px;
    }
}
/* LT-MAX-SEO-STYLES-END */

/* LT SEO EVENTS INDEX START */
.lt-seo-footer-link {
    flex-wrap: wrap;
    gap: 8px;
}

.seo-events-main {
    overflow: hidden;
    background: #f7f4ee;
}

.seo-events-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 8vw, 116px) 0 clamp(62px, 7vw, 96px);
    background:
        radial-gradient(circle at 12% 0%, rgba(247, 188, 67, 0.22), transparent 32%),
        radial-gradient(circle at 88% 20%, rgba(82, 130, 164, 0.28), transparent 34%),
        linear-gradient(145deg, #142535, #27465e 58%, #132433);
    color: #ffffff;
}

.seo-events-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.seo-events-orb--one {
    top: -170px;
    right: -120px;
    width: 450px;
    height: 450px;
    background: rgba(255, 210, 112, 0.08);
}

.seo-events-orb--two {
    bottom: -260px;
    left: 28%;
    width: 520px;
    height: 520px;
    background: rgba(126, 173, 204, 0.09);
}

.seo-events-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.34fr);
    align-items: end;
    gap: clamp(38px, 7vw, 88px);
}

.seo-events-hero .seo-breadcrumb,
.seo-events-hero .seo-breadcrumb a {
    color: rgba(255, 255, 255, 0.72);
}

.seo-events-hero .seo-breadcrumb strong,
.seo-events-hero .eyebrow {
    color: #f0c166;
}

.seo-events-hero h1 {
    max-width: 900px;
    margin: 18px 0 21px;
    color: #ffffff;
    font-size: clamp(2.8rem, 5.7vw, 5.7rem);
    line-height: 0.99;
    letter-spacing: -0.052em;
}

.seo-events-hero p {
    max-width: 750px;
    margin: 0;
    color: #d7e4ed;
    font-size: clamp(1rem, 1.32vw, 1.17rem);
    line-height: 1.76;
}

.seo-events-hero-card {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 23px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 24px 65px rgba(4, 12, 20, 0.24);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    backdrop-filter: blur(18px) saturate(125%);
}

.seo-events-hero-card .brand-mark {
    flex: 0 0 auto;
}

.seo-events-hero-card strong,
.seo-events-hero-card small {
    display: block;
}

.seo-events-hero-card strong {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
}

.seo-events-hero-card small {
    margin-top: 6px;
    color: #c9d7e1;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.seo-events-list-section {
    background: linear-gradient(180deg, #f7f4ee, #ffffff);
}

.seo-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.seo-events-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1d7c8;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(30, 23, 8, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.seo-events-card:hover {
    transform: translateY(-3px);
    border-color: rgba(212, 154, 48, 0.5);
    box-shadow: 0 26px 66px rgba(30, 23, 8, 0.13);
}

.seo-events-card.is-cancelled {
    opacity: 0.76;
}

.seo-events-card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #eee6da;
    padding: 14px 17px;
    background: #fbf8f2;
}

.seo-events-kind,
.seo-events-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    font-size: 0.64rem;
    font-weight: 850;
}

.seo-events-kind {
    color: #815306;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.seo-events-kind .icon {
    width: 16px;
    height: 16px;
}

.seo-events-status {
    padding: 6px 9px;
    background: #eef8f2;
    color: #167442;
}

.seo-events-status.is-soldout,
.seo-events-status.is-cancelled {
    background: #fff0ed;
    color: #a13a30;
}

.seo-events-card-body {
    padding: 22px 22px 18px;
}

.seo-events-card-body time {
    display: block;
    margin-bottom: 9px;
    color: #9a6509;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.seo-events-card-body h2 {
    margin: 0 0 12px;
    color: #1f2c38;
    font-size: clamp(1.35rem, 2.1vw, 1.85rem);
    line-height: 1.12;
}

.seo-events-card-body h2 a {
    color: inherit;
    text-decoration: none;
}

.seo-events-card-body p {
    margin: 0 0 17px;
    color: #66717b;
    font-size: 0.82rem;
    line-height: 1.68;
}

.seo-events-location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #4f5c68;
    font-size: 0.75rem;
    font-weight: 750;
}

.seo-events-location .icon {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: #a66b09;
}

.seo-events-card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
    border-top: 1px solid #eee6da;
    padding: 15px 20px;
}

.seo-events-card-actions .text-link {
    font-size: 0.72rem;
}

.seo-events-empty {
    display: grid;
    justify-items: center;
    border: 1px solid #e2d7c5;
    border-radius: 26px;
    padding: 50px 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 20px 55px rgba(30, 23, 8, 0.08);
}

.seo-events-empty > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 18px;
    background: #213a4e;
    color: #f2c162;
}

.seo-events-empty h2 {
    max-width: 650px;
    color: #20303e;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
}

@media (max-width: 900px) {
    .seo-events-hero-grid,
    .seo-events-grid {
        grid-template-columns: 1fr;
    }

    .seo-events-hero-card {
        max-width: 520px;
    }
}

@media (max-width: 620px) {
    .seo-events-hero {
        padding: 56px 0 68px;
    }

    .seo-events-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.7rem);
    }

    .seo-events-card {
        border-radius: 21px;
    }

    .seo-events-card-actions,
    .seo-events-card-actions .button,
    .seo-events-card-actions .text-link {
        width: 100%;
    }

    .seo-events-card-actions .text-link {
        justify-content: center;
    }
}
/* LT SEO EVENTS INDEX END */


/* LT-SEO-COMPACT-PAGES-V2-START */
/* Portfolio expertise page: smaller headings and denser premium layout */
.seo-expertise-hero {
    padding: clamp(52px, 6vw, 82px) 0 clamp(46px, 5.5vw, 74px);
}

.seo-expertise-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.72fr);
    gap: clamp(32px, 5vw, 68px);
}

.seo-expertise-hero .seo-breadcrumb {
    margin-bottom: 15px;
}

.seo-expertise-hero .eyebrow {
    margin-bottom: 12px;
    font-size: 0.68rem;
}

.seo-expertise-hero-copy h1 {
    max-width: 760px;
    margin-bottom: 16px;
    font-size: clamp(2.25rem, 4.25vw, 4.25rem);
    line-height: 1.025;
    letter-spacing: -0.048em;
}

.seo-expertise-hero-copy > p {
    max-width: 720px;
    margin-bottom: 21px;
    font-size: clamp(0.94rem, 1.15vw, 1.08rem);
    line-height: 1.64;
}

.seo-expertise-actions {
    gap: 9px;
}

.seo-expertise-actions .button {
    min-height: 48px;
    padding: 12px 17px;
    font-size: 0.77rem;
}

.seo-expertise-trust {
    gap: 7px 15px;
    margin-top: 18px;
}

.seo-expertise-signature-card {
    border-radius: 23px;
    padding: 20px;
}

.seo-signature-top {
    gap: 11px;
    margin-bottom: 16px;
    padding-bottom: 15px;
}

.seo-signature-top .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 1.48rem;
}

.seo-signature-focus {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 8px;
    border-radius: 13px;
    padding: 10px;
}

.seo-signature-focus > span {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 0.65rem;
}

.seo-signature-focus strong {
    font-size: 0.76rem;
}

.seo-signature-focus small {
    margin-top: 2px;
    font-size: 0.61rem;
}

.seo-signature-links {
    gap: 7px;
    margin-top: 14px;
}

.seo-signature-links a {
    min-height: 40px;
    border-radius: 10px;
    font-size: 0.62rem;
}

.seo-expertise-main > .section,
.seo-expertise-main section.section {
    padding-top: clamp(52px, 5.8vw, 78px);
    padding-bottom: clamp(52px, 5.8vw, 78px);
}

.seo-expertise-intro-grid,
.seo-process-layout,
.seo-faq-layout {
    gap: clamp(30px, 5vw, 66px);
}

.seo-section-heading h2,
.seo-centered-heading h2,
.seo-process-heading h2,
.seo-audience-card h2,
.seo-faq-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(1.75rem, 3vw, 2.85rem);
    line-height: 1.06;
}

.seo-rich-copy p {
    font-size: clamp(0.92rem, 1vw, 1.02rem);
    line-height: 1.72;
}

.seo-centered-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.seo-pillar-grid {
    gap: 12px;
}

.seo-pillar-card {
    min-height: 208px;
    border-radius: 18px;
    padding: 18px;
}

.seo-pillar-card > span {
    width: 36px;
    height: 36px;
    margin-bottom: 19px;
    border-radius: 11px;
    font-size: 0.62rem;
}

.seo-pillar-card h3 {
    margin-bottom: 7px;
    font-size: 0.94rem;
}

.seo-pillar-card p {
    font-size: 0.75rem;
    line-height: 1.58;
}

.seo-process-layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.seo-process-heading {
    top: calc(var(--header-height) + 20px);
}

.seo-process-heading > p {
    margin-bottom: 16px;
    font-size: 0.88rem;
    line-height: 1.62;
}

.seo-process-list {
    gap: 9px;
}

.seo-process-step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    border-radius: 16px;
    padding: 14px;
}

.seo-process-step > span {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 0.68rem;
}

.seo-process-step h3 {
    margin-bottom: 4px;
    font-size: 0.9rem;
}

.seo-process-step p {
    font-size: 0.73rem;
    line-height: 1.55;
}

.seo-audience-grid {
    gap: 14px;
}

.seo-audience-card {
    border-radius: 22px;
    padding: 24px;
}

.seo-audience-card > p,
.seo-audience-card li {
    font-size: 0.79rem;
    line-height: 1.6;
}

.seo-responsibility-card {
    border-radius: 21px;
    padding: 22px 24px;
}

/* Events index page: compact hero and event cards */
.seo-events-hero {
    padding: clamp(48px, 5.7vw, 76px) 0 clamp(42px, 5vw, 66px);
}

.seo-events-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.28fr);
    gap: clamp(28px, 4.5vw, 60px);
}

.seo-events-hero .seo-breadcrumb {
    margin-bottom: 13px;
}

.seo-events-hero .eyebrow {
    font-size: 0.68rem;
}

.seo-events-hero h1 {
    max-width: 760px;
    margin: 12px 0 15px;
    font-size: clamp(2.15rem, 4vw, 4rem);
    line-height: 1.025;
    letter-spacing: -0.047em;
}

.seo-events-hero p {
    max-width: 690px;
    font-size: clamp(0.92rem, 1.05vw, 1.04rem);
    line-height: 1.62;
}

.seo-events-hero-card {
    gap: 12px;
    border-radius: 18px;
    padding: 15px;
}

.seo-events-hero-card .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 1.45rem;
}

.seo-events-hero-card strong {
    font-size: 1.55rem;
}

.seo-events-hero-card small {
    margin-top: 4px;
    font-size: 0.6rem;
}

.seo-events-list-section {
    padding-top: clamp(50px, 5.5vw, 76px);
    padding-bottom: clamp(54px, 6vw, 82px);
}

.seo-events-grid {
    gap: 14px;
}

.seo-events-card {
    border-radius: 20px;
}

.seo-events-card-top {
    padding: 11px 14px;
}

.seo-events-kind,
.seo-events-status {
    font-size: 0.59rem;
}

.seo-events-status {
    padding: 5px 8px;
}

.seo-events-card-body {
    padding: 17px 18px 14px;
}

.seo-events-card-body time {
    margin-bottom: 6px;
    font-size: 0.64rem;
}

.seo-events-card-body h2 {
    margin-bottom: 8px;
    font-size: clamp(1.12rem, 1.7vw, 1.52rem);
    line-height: 1.14;
}

.seo-events-card-body p {
    margin-bottom: 12px;
    font-size: 0.76rem;
    line-height: 1.57;
}

.seo-events-location {
    font-size: 0.7rem;
}

.seo-events-card-actions {
    gap: 8px;
    padding: 12px 16px;
}

.seo-events-card-actions .button {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 0.72rem;
}

.seo-events-empty {
    border-radius: 21px;
    padding: 36px 20px;
}

.seo-events-empty h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.95rem);
}

@media (max-width: 900px) {
    .seo-expertise-hero-grid,
    .seo-events-hero-grid {
        gap: 30px;
    }

    .seo-expertise-signature-card,
    .seo-events-hero-card {
        max-width: 560px;
    }

    .seo-expertise-main > .section,
    .seo-expertise-main section.section {
        padding-top: 52px;
        padding-bottom: 52px;
    }
}

@media (max-width: 620px) {
    .seo-expertise-hero,
    .seo-events-hero {
        padding: 40px 0 46px;
    }

    .seo-expertise-hero-copy h1,
    .seo-events-hero h1 {
        font-size: clamp(1.95rem, 9.6vw, 2.75rem);
        line-height: 1.04;
    }

    .seo-expertise-hero-copy > p,
    .seo-events-hero p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .seo-expertise-actions,
    .seo-expertise-actions .button {
        width: 100%;
    }

    .seo-expertise-signature-card {
        padding: 16px;
        border-radius: 19px;
    }

    .seo-section-heading h2,
    .seo-centered-heading h2,
    .seo-process-heading h2,
    .seo-audience-card h2,
    .seo-faq-heading h2 {
        font-size: clamp(1.55rem, 7.3vw, 2.1rem);
    }

    .seo-centered-heading {
        margin-bottom: 22px;
    }

    .seo-pillar-card,
    .seo-audience-card {
        padding: 18px;
    }

    .seo-process-step {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 12px;
    }

    .seo-process-step > span {
        width: 36px;
        height: 36px;
    }

    .seo-events-hero-card {
        padding: 13px;
    }

    .seo-events-card-body {
        padding: 15px 15px 12px;
    }

    .seo-events-card-actions {
        padding: 11px 14px;
    }
}

@media (max-width: 430px) {
    .seo-expertise-hero-copy h1,
    .seo-events-hero h1 {
        font-size: clamp(1.82rem, 9vw, 2.35rem);
    }

    .seo-expertise-trust {
        margin-top: 14px;
    }

    .seo-pillar-card {
        min-height: 0;
    }
}
/* LT-SEO-COMPACT-PAGES-V2-END */

/* LT-SEO-TERMINE-DESIGN-REPAIR-V4-START */
body.seo-events-page,
.seo-events-page {
    background: #f5f7f8;
}

.seo-events-main {
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 8%, rgba(226, 173, 73, 0.08), transparent 28%),
        linear-gradient(180deg, #f4f6f8 0%, #fbfcfd 42%, #f7f4ee 100%);
}

.seo-events-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(48px, 5.2vw, 72px) 0 clamp(44px, 4.8vw, 64px);
    background:
        radial-gradient(circle at 90% 5%, rgba(237, 180, 70, 0.2), transparent 32%),
        radial-gradient(circle at 10% 110%, rgba(89, 134, 166, 0.24), transparent 40%),
        linear-gradient(135deg, #1b3042 0%, #28485f 55%, #1b3549 100%);
    color: #ffffff;
}

.seo-events-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 35%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 15px);
    pointer-events: none;
}

.seo-events-hero::after {
    position: absolute;
    right: -150px;
    bottom: -230px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
    box-shadow:
        0 0 0 70px rgba(255, 255, 255, 0.018),
        0 0 0 145px rgba(255, 255, 255, 0.012);
    pointer-events: none;
}

.seo-events-orb {
    opacity: 0.55;
    filter: blur(4px);
}

.seo-events-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 230px);
    align-items: end;
    gap: clamp(28px, 4.5vw, 58px);
}

.seo-events-hero .seo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: rgba(232, 240, 246, 0.76);
    font-size: 0.71rem;
    font-weight: 760;
}

.seo-events-hero .seo-breadcrumb a,
.seo-events-hero .seo-breadcrumb strong {
    color: inherit;
    text-decoration: none;
}

.seo-events-hero .seo-breadcrumb strong {
    color: #f0c86d;
}

.seo-events-hero .eyebrow {
    margin-bottom: 12px;
    color: #f1c96e;
    font-size: 0.67rem;
    letter-spacing: 0.13em;
}

.seo-events-hero h1 {
    max-width: 820px;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: clamp(2.2rem, 4.2vw, 4.15rem);
    font-weight: 760;
    line-height: 1.02;
    letter-spacing: -0.048em;
    text-wrap: balance;
}

.seo-events-hero p {
    max-width: 720px;
    margin: 0;
    color: #d8e4ed;
    font-size: clamp(0.91rem, 1.05vw, 1.04rem);
    line-height: 1.66;
}

.seo-events-hero-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 62px rgba(5, 16, 25, 0.24);
    -webkit-backdrop-filter: blur(16px) saturate(125%);
    backdrop-filter: blur(16px) saturate(125%);
}

.seo-events-hero-card .brand-mark {
    width: 48px;
    height: 48px;
    border-color: rgba(255, 217, 128, 0.42);
    border-radius: 14px;
    background: linear-gradient(145deg, #fff2b8, #eeb245 62%, #a86508);
    color: #432800;
    font-size: 1.55rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.seo-events-hero-card strong,
.seo-events-hero-card small {
    display: block;
}

.seo-events-hero-card strong {
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1;
}

.seo-events-hero-card small {
    margin-top: 5px;
    color: #d6e2eb;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-events-list-section {
    padding: clamp(48px, 5.5vw, 74px) 0 clamp(62px, 7vw, 96px);
    background: transparent;
}

.seo-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
}

.seo-events-card {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe5e8;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(26, 45, 60, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.seo-events-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, #d49a2e, #f1c66a 48%, #567f9c);
}

.seo-events-card:hover {
    transform: translateY(-3px);
    border-color: rgba(194, 139, 35, 0.42);
    box-shadow: 0 26px 64px rgba(26, 45, 60, 0.13);
}

.seo-events-card.is-cancelled {
    opacity: 0.72;
}

.seo-events-card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #e7ecef;
    padding: 13px 16px 12px;
    background: linear-gradient(180deg, #f9fbfc, #f4f7f8);
}

.seo-events-kind,
.seo-events-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    font-size: 0.61rem;
    font-weight: 850;
    line-height: 1.2;
}

.seo-events-kind {
    color: #7c5208;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.seo-events-kind .icon {
    width: 16px;
    height: 16px;
    color: #b47914;
}

.seo-events-status {
    padding: 6px 9px;
    background: #eaf7ef;
    color: #167044;
}

.seo-events-status.is-soldout,
.seo-events-status.is-cancelled {
    background: #fff0ed;
    color: #9d3a32;
}

.seo-events-card-body {
    padding: 19px 19px 17px;
}

.seo-events-card-body time {
    display: block;
    margin-bottom: 7px;
    color: #9a650b;
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.seo-events-card-body h2 {
    margin: 0 0 9px;
    color: #1f3140;
    font-size: clamp(1.15rem, 1.8vw, 1.55rem);
    line-height: 1.16;
    letter-spacing: -0.028em;
}

.seo-events-card-body h2 a {
    color: inherit;
    text-decoration: none;
}

.seo-events-card-body h2 a:hover {
    color: #8e5a05;
}

.seo-events-card-body p {
    margin: 0 0 13px;
    color: #657482;
    font-size: 0.78rem;
    line-height: 1.6;
}

.seo-events-location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #435665;
    font-size: 0.72rem;
    font-weight: 730;
    line-height: 1.5;
}

.seo-events-location .icon {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: #b27813;
}

.seo-events-card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #e7ecef;
    padding: 13px 17px;
    background: #fbfcfc;
}

.seo-events-card-actions .text-link {
    color: #445d70;
    font-size: 0.73rem;
    font-weight: 820;
    text-decoration: none;
}

.seo-events-card-actions .text-link:hover {
    color: #8e5a05;
}

.seo-events-card-actions .button {
    min-height: 40px;
    border-radius: 11px;
    padding: 8px 13px;
    font-size: 0.71rem;
}

.seo-events-empty {
    display: grid;
    justify-items: center;
    max-width: 760px;
    margin-inline: auto;
    border: 1px solid #dfe5e8;
    border-radius: 24px;
    padding: clamp(34px, 5vw, 52px) 22px;
    background: rgba(255, 255, 255, 0.96);
    text-align: center;
    box-shadow: 0 22px 58px rgba(26, 45, 60, 0.08);
}

.seo-events-empty > span {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    margin-bottom: 15px;
    border-radius: 17px;
    background: linear-gradient(145deg, #20384b, #355b74);
    color: #f3ca72;
}

.seo-events-empty h2 {
    max-width: 620px;
    margin-bottom: 18px;
    color: #233746;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
}

@media (max-width: 900px) {
    .seo-events-hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 25px;
    }

    .seo-events-hero-card {
        width: min(100%, 380px);
    }

    .seo-events-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .seo-events-hero {
        padding: 38px 0 43px;
    }

    .seo-events-hero-grid {
        gap: 20px;
    }

    .seo-events-hero h1 {
        margin-bottom: 12px;
        font-size: clamp(1.9rem, 9vw, 2.55rem);
        line-height: 1.05;
    }

    .seo-events-hero p {
        font-size: 0.88rem;
        line-height: 1.58;
    }

    .seo-events-hero-card {
        grid-template-columns: 42px minmax(0, 1fr);
        border-radius: 17px;
        padding: 13px;
    }

    .seo-events-hero-card .brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 1.35rem;
    }

    .seo-events-hero-card strong {
        font-size: 1.45rem;
    }

    .seo-events-list-section {
        padding: 42px 0 68px;
    }

    .seo-events-card {
        border-radius: 19px;
    }

    .seo-events-card-top {
        padding: 11px 13px;
    }

    .seo-events-card-body {
        padding: 16px 15px 14px;
    }

    .seo-events-card-body h2 {
        font-size: 1.16rem;
    }

    .seo-events-card-body p {
        font-size: 0.75rem;
    }

    .seo-events-card-actions {
        align-items: stretch;
        padding: 11px 13px;
    }

    .seo-events-card-actions .text-link,
    .seo-events-card-actions .button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .seo-events-hero h1 {
        font-size: 1.82rem;
    }

    .seo-events-kind,
    .seo-events-status {
        font-size: 0.56rem;
    }
}
/* LT-SEO-TERMINE-DESIGN-REPAIR-V4-END */

/* LT-GLOBAL-DEVELOPER-CREDIT-V9-START */
/* LT GLOBAL DEVELOPER CREDIT V9 */
.lt-global-developer-credit {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    margin: 20px 0 6px;
    border: 1px solid rgba(178, 127, 34, 0.18);
    border-radius: 20px;
    padding: 14px 16px;
    background:
        radial-gradient(circle at 0 0, rgba(246, 190, 73, 0.19), transparent 38%),
        linear-gradient(135deg, #fffdf8 0%, #f7f0e4 58%, #ffffff 100%);
    box-shadow: 0 16px 42px rgba(41, 29, 5, 0.08);
    color: #2a241d;
}
.lt-global-developer-credit::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(226, 158, 31, 0.07);
    pointer-events: none;
}
.lt-global-developer-credit__mark {
    position: relative;
    z-index: 1;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(176, 103, 0, 0.24);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff6ce, #f7bd43 58%, #bd6c00);
    color: #422500;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 10px 24px rgba(221, 143, 20, 0.18);
}
.lt-global-developer-credit__copy {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    gap: 3px;
}
.lt-global-developer-credit__copy small {
    color: #98620d;
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.lt-global-developer-credit__copy strong {
    color: #2c261f;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.48;
}
.lt-global-developer-credit__link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(160, 108, 22, 0.19);
    border-radius: 13px;
    padding: 9px 13px;
    background: rgba(255, 255, 255, 0.78);
    color: #704500;
    font-size: 0.72rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.lt-global-developer-credit__link .icon { width: 16px; height: 16px; }
.lt-global-developer-credit__link:hover {
    transform: translateY(-1px);
    border-color: rgba(221, 143, 20, 0.38);
    background: #ffffff;
    box-shadow: 0 12px 25px rgba(47, 32, 4, 0.08);
}
.lt-admin-developer-credit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 13px;
    color: #9c978f;
    font-size: 0.65rem;
    line-height: 1.45;
}
.lt-admin-developer-credit span {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    background: rgba(245, 158, 11, 0.13);
    color: #ffc952;
    font-family: Georgia, serif;
    font-size: 0.72rem;
    font-weight: 800;
}
.lt-admin-developer-credit a { color: #d7c097; text-decoration: none; }
.lt-admin-developer-credit a:hover { color: #ffd36b; }
@media (max-width: 760px) {
    .lt-global-developer-credit {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
        border-radius: 18px;
        padding: 13px;
    }
    .lt-global-developer-credit__mark {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 1.25rem;
    }
    .lt-global-developer-credit__copy small { font-size: 0.56rem; }
    .lt-global-developer-credit__copy strong { font-size: 0.75rem; }
    .lt-global-developer-credit__link {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 44px;
    }
}
@media (max-width: 380px) {
    .lt-global-developer-credit {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
        padding: 12px 11px;
    }
    .lt-global-developer-credit__mark {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 1.1rem;
    }
}
/* LT-GLOBAL-DEVELOPER-CREDIT-V9-END */
