:root {
    --cyan: #2f80b9;
    --cyan-dark: #226894;
    --navy: #123f73;
    --navy-soft: #1b2f4f;
    --white: #ffffff;
    --muted: #111827;
    --muted-dark: #020617;
    --line: #e5edf5;
    --line-strong: #cbdced;
    --soft: #f8fbff;
    --soft-blue: #eef6fc;
    --danger: #dc2626;
    --danger-soft: #fff1f2;
    --success: #16a34a;
    --success-soft: #ecfdf5;
    --gold: #d9a43a;
    --gold-soft: #fff7e3;

    --shadow: 0 22px 58px rgba(15, 23, 42, 0.07);
    --shadow-strong: 0 28px 78px rgba(18, 63, 115, 0.18);
    --gradient: linear-gradient(102.57deg, #2f80b9 0%, #123f73 100%);
    --gradient-hover: linear-gradient(102.57deg, #226894 0%, #0d315c 100%);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: var(--white);
    color: var(--navy);
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

img {
    display: block;
}

:focus-visible {
    outline: 3px solid rgba(47, 128, 185, 0.32);
    outline-offset: 3px;
}

::selection {
    background: rgba(47, 128, 185, 0.18);
    color: var(--navy);
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

.hidden {
    display: none !important;
}

.lt-page {
    min-height: 100vh;
    background: radial-gradient(circle at 7% 11%, rgba(47, 128, 185, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

/* =========================
   Hero
========================= */

.lt-hero {
    position: relative;
    min-height: 92vh;
    padding: 42px 24px 56px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(92deg, rgba(6, 8, 47, 0.94), rgba(18, 63, 115, 0.84)),
        url("https://i.ibb.co/21Sxjq5W/Picture-4-for-Landing-page.jpg") center center / cover no-repeat;
}

.lt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 8, 47, 0.16), rgba(6, 8, 47, 0.42)),
        radial-gradient(circle at 76% 13%, rgba(255, 255, 255, 0.16), transparent 32%);
    pointer-events: none;
}

.lt-bg-orb {
    position: absolute;
    border: 2px solid rgba(217, 164, 58, 0.72);
    border-radius: 50%;
    opacity: 0.78;
    pointer-events: none;
}

.orb-one {
    width: 420px;
    height: 420px;
    top: -220px;
    right: 10%;
}

.orb-two {
    width: 300px;
    height: 300px;
    bottom: -170px;
    right: -80px;
}

.lt-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.86fr);
    gap: 48px;
    align-items: center;
}

.lt-hero-content {
    position: relative;
    min-width: 0;
    padding-top: 0;
}

.lt-brand {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: max-content;
    margin: 0 0 28px;
    transform: translate(-52px, -34px);
    text-decoration: none;
    z-index: 3;
}

.lt-brand img {
    width: 330px;
    max-width: min(330px, 78vw);
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.lt-mini-label{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cyan);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.18;
    text-transform: uppercase;
}

.lt-eyebrow,
.lt-card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cyan);
    font-size: 16.5px;
    font-weight: 750;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.lt-eyebrow {
    justify-content: center;
    width: fit-content;
    margin: 0 0 20px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 10.5px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0.08em;
    white-space: nowrap;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.lt-hero-content h1 {
    max-width: 640px;
    margin: 0;
    color: #fff;
    font-size: clamp(19px, 2.2vw, 27px);
    line-height: 1.18;
    letter-spacing: -0.022em;
    font-weight: 680;
}

.lt-hero-content p {
    max-width: 620px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.68;
    font-weight: 400;
}

.lt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.lt-primary-link,
.lt-secondary-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.24s var(--ease),
        box-shadow 0.24s var(--ease),
        background 0.24s var(--ease),
        border-color 0.24s var(--ease);
}

.lt-primary-link {
    color: var(--navy);
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 18, 60, 0.16);
}

.lt-secondary-link {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.lt-primary-link:hover,
.lt-secondary-link:hover {
    transform: translateY(-2px);
}

.lt-stats {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.lt-stats div {
    min-width: 0;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.lt-stats div:last-child {
    border-right: 0;
}

.lt-stats strong {
    display: block;
    color: #fff;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 700;
    line-height: 1;
}

.lt-stats span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.35;
}

/* =========================
   Forms / Cards
========================= */

.lt-card,
.lt-contact-form-card {
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-strong);
    animation: floatUp 0.62s var(--ease) both;
    position: relative;
    top: 20px;
}

.lt-card {
    padding: 28px;
}

.lt-card-kicker {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.lt-card h2,
.lt-contact-form-head h3 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.24;
    font-weight: 650;
    letter-spacing: -0.018em;
}

.lt-card p,
.lt-contact-form-head p {
    margin: 9px 0 20px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
}

.lt-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.lt-card input,
.lt-card select,
.lt-card textarea,
.lt-contact-form input,
.lt-contact-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #dbe7f3;
    border-radius: 14px;
    background: #f4f7fb;
    color: var(--navy);
    padding: 12px 13px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.lt-card select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 19px,
        calc(100% - 13px) 19px;
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
    padding-right: 32px;
}

.lt-card input::placeholder,
.lt-card textarea::placeholder,
.lt-contact-form input::placeholder,
.lt-contact-form textarea::placeholder {
    color: #93a2b7;
    font-weight: 500;
}

.lt-card textarea,
.lt-contact-form textarea {
    margin-top: 12px;
    min-height: 108px;
    resize: vertical;
}

.lt-card input:focus,
.lt-card select:focus,
.lt-card textarea:focus,
.lt-contact-form input:focus,
.lt-contact-form textarea:focus {
    background: #fff;
    border-color: var(--cyan);
    box-shadow: 0 0 0 4px rgba(47, 128, 185, 0.14);
}

.lt-card button,
.lt-contact-form button {
    width: 100%;
    margin-top: 17px;
    min-height: 49px;
    border: 0;
    border-radius: 999px;
    background: var(--gradient);
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition:
        transform 0.25s var(--ease),
        box-shadow 0.25s var(--ease),
        background 0.25s var(--ease),
        opacity 0.2s ease;
}

.lt-card button:hover,
.lt-contact-form button:hover {
    transform: translateY(-2px);
    background: var(--gradient-hover);
    box-shadow: 0 18px 38px rgba(18, 63, 115, 0.2);
}

.lt-card button:disabled,
.lt-contact-form button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

.lt-form-message {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 12.8px;
    font-weight: 650;
    line-height: 1.5;
}

.lt-form-message.success {
    background: var(--success-soft);
    color: var(--success);
}

.lt-form-message.error {
    background: var(--danger-soft);
    color: var(--danger);
}

/* =========================
   Sections
========================= */

.lt-section {
    padding: 76px 24px;
    background: #fff;
}

.lt-soft-section {
    background: radial-gradient(circle at 12% 10%, rgba(47, 128, 185, 0.09), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.lt-section-shell {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.lt-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: start;
}

.lt-intro h2,
.lt-section-head h2,
.lt-feature-panel h2,
.lt-founder-copy h2,
.lt-contact-left h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(20px, 2.25vw, 28px);
    line-height: 1.2;
    letter-spacing: -0.018em;
    font-weight: 650;
}

.lt-founder-copy h2 {
    color: #fff;
}

.lt-rich-copy p,
.lt-section-head p,
.lt-feature-panel p,
.lt-founder-copy p,
.lt-contact-left p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}

.lt-rich-copy p:first-child,
.lt-feature-panel p,
.lt-founder-copy p:first-of-type,
.lt-contact-left p {
    margin-top: 0;
}

.lt-rich-copy span {
    color: var(--cyan);
    font-style: italic;
    letter-spacing: -0.01em;
}

.lt-section-head {
    max-width: 740px;
    margin: 0 auto 32px;
    text-align: center;
}

.lt-section-head .lt-mini-label {
    margin-bottom: 12px;
}

.lt-section-head p {
    margin: 12px auto 0;
    max-width: 650px;
}

/* =========================
   Experience Refinement
========================= */

.lt-intro .lt-section-shell {
    max-width: 980px;
}

.lt-intro.lt-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.lt-intro .lt-two-column {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    text-align: center;
}

.lt-intro .lt-mini-label {
    margin-inline: auto;
    justify-content: center;
}

.lt-intro .lt-rich-copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    text-align: left;
}

.lt-intro .lt-rich-copy p {
    position: relative;
    margin: 0;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94)), #ffffff;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.76;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.055);
}

.lt-intro .lt-rich-copy p::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    width: 52px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: var(--gradient);
}

/* =========================
   Key Takeaways
========================= */

.lt-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    counter-reset: takeaway;
}

.lt-benefit-card {
    position: relative;
    overflow: hidden;
    min-height: 214px;
    padding: 20px 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94)), #ffffff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.055);
    transition:
        transform 0.24s var(--ease),
        box-shadow 0.24s var(--ease),
        border-color 0.24s var(--ease);
}

.lt-benefit-card::before {
    counter-increment: takeaway;
    content: "0" counter(takeaway);
    position: absolute;
    top: 16px;
    right: 18px;
    color: rgba(18, 63, 115, 0.08);
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.lt-benefit-card::after {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: var(--gradient);
    opacity: 0;
    transform: scaleX(0.45);
    transform-origin: center;
    transition:
        opacity 0.24s var(--ease),
        transform 0.24s var(--ease);
}

.lt-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 128, 185, 0.32);
    box-shadow: 0 22px 54px rgba(18, 63, 115, 0.1);
}

.lt-benefit-card:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.lt-benefit-card i {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--soft-blue);
    color: var(--cyan);
    font-size: 16px;
    box-shadow: inset 0 0 0 1px rgba(47, 128, 185, 0.1);
}

.lt-benefit-card h3 {
    margin: 16px 0 7px;
    color: var(--navy);
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.24;
    letter-spacing: -0.02em;
    font-weight: 750;
    white-space: normal;
    overflow-wrap: break-word;
}

.lt-benefit-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.62;
    font-weight: 400;
}

/* =========================
   Format / Attend
========================= */

.lt-attend-wrap {
    align-items: stretch;
}

.lt-feature-panel,
.lt-format-card {
    padding: 24px;
    border: 1px solid #e5edf7;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.24s var(--ease),
        box-shadow 0.24s var(--ease),
        border-color 0.24s var(--ease);
}

.lt-format-card:hover,
.lt-feature-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 128, 185, 0.32);
    box-shadow: 0 26px 60px rgba(18, 63, 115, 0.09);
}

.lt-format-card h3,
.lt-session-body h3 {
    margin: 14px 0 7px;
    color: var(--navy);
    font-size: 14.2px;
    line-height: 1.3;
    letter-spacing: -0.015em;
    font-weight: 650;
}

.lt-format-card ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.lt-format-card li {
    position: relative;
    padding-left: 28px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.lt-format-card li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(47, 128, 185, 0.12);
    color: var(--cyan);
    font: 900 10px/19px "Font Awesome 6 Free";
    text-align: center;
}

/* =========================
   Sessions
========================= */

.lt-session-list {
    display: grid;
    gap: 14px;
}

.lt-session-card {
    overflow: hidden;
    border: 1px solid #e5edf7;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.055);
}

.lt-session-card summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 105px 1fr 40px;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
}

.lt-session-card summary::-webkit-details-marker {
    display: none;
}

.lt-session-card summary span {
    display: inline-flex;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--soft-blue);
    color: var(--cyan-dark);
    font-size: 11px;
    font-weight: 750;
}

.lt-session-card summary strong {
    color: var(--navy);
    font-size: 14.5px;
    line-height: 1.3;
    letter-spacing: -0.018em;
    font-weight: 650;
}

.lt-session-card summary i {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f7fb;
    color: var(--muted);
    transition:
        transform 0.25s var(--ease),
        background 0.25s var(--ease),
        color 0.25s var(--ease);
}

.lt-session-card[open] summary i {
    transform: rotate(180deg);
    background: var(--gradient);
    color: #fff;
}

.lt-session-body {
    padding: 0 24px 24px 145px;
}

.lt-session-body h3 {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 650;
    letter-spacing: -0.015em;
}

.lt-session-body p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}

/* =========================
   Founder
========================= */

.lt-founder {
    padding: 76px 24px;
    background: var(--navy);
    color: #fff;
}

.lt-founder-card {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 36px;
    align-items: center;
}

.lt-founder-photo {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: radial-gradient(circle at 20% 12%, rgba(47, 128, 185, 0.28), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.lt-founder-photo img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

.lt-founder-photo.image-missing::before {
    content: "AH";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.22);
    font-size: 88px;
    font-weight: 800;
    letter-spacing: -0.08em;
}

.lt-founder-photo span {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy);
    font-size: 12.5px;
    font-weight: 700;
    text-align: center;
}

.lt-founder-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.lt-inline-video {
    margin-top: 18px;
    padding: 10px 12px 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: fit-content;
    max-width: 100%;
    font-size: 12.8px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-align: left;
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 16px 32px rgba(0, 0, 0, 0.16);
    transition:
        transform 0.22s var(--ease),
        border-color 0.22s var(--ease),
        background 0.22s var(--ease),
        box-shadow 0.22s var(--ease);
}

.lt-inline-video:hover {
    transform: translateY(-2px);
    border-color: rgba(217, 164, 58, 0.55);
    background: rgba(255, 255, 255, 0.13);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 20px 42px rgba(0, 0, 0, 0.22);
}

.lt-inline-video i {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--gold);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 10px 24px rgba(217, 164, 58, 0.28);
    transition: transform 0.22s var(--ease);
}

.lt-inline-video:hover i {
    transform: scale(1.06);
}

/* =========================
   Testimonials Slider
========================= */

.lt-testimonial-slider {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 58px 42px;
}

.lt-testimonial-viewport {
    overflow: hidden;
    border-radius: 26px;
}

.lt-testimonial-track {
    display: flex;
    transition: transform 0.48s var(--ease);
    will-change: transform;
}

.lt-testimonial-card {
    flex: 0 0 100%;
    min-height: 270px;
    padding: 30px;
    border: 1px solid #e5edf7;
    border-radius: 26px;
    background: radial-gradient(circle at 92% 10%, rgba(47, 128, 185, 0.08), transparent 34%), #ffffff;
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.075);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lt-quote-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: var(--soft-blue);
    color: var(--cyan);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.lt-testimonial-card p {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--navy-soft);
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.018em;
    font-weight: 600;
}

.lt-testimonial-card strong {
    display: block;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
}

.lt-testimonial-card span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.55;
    font-weight: 400;
}

.lt-slider-btn {
    position: absolute;
    top: 42%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 1px solid #dbe7f3;
    border-radius: 999px;
    background: #ffffff;
    color: var(--navy);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    transition:
        transform 0.22s var(--ease),
        background 0.22s var(--ease),
        color 0.22s var(--ease),
        border-color 0.22s var(--ease);
}

.lt-slider-btn:hover {
    transform: translateY(-2px);
    background: var(--gradient);
    color: #ffffff;
    border-color: transparent;
}

.lt-slider-prev {
    left: 0;
}

.lt-slider-next {
    right: 0;
}

.lt-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.lt-slider-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: #cbd5e1;
    cursor: pointer;
    transition:
        width 0.22s var(--ease),
        background 0.22s var(--ease),
        transform 0.22s var(--ease);
}

.lt-slider-dot.active {
    width: 24px;
    background: var(--cyan);
}

.lt-slider-dot:hover {
    transform: translateY(-1px);
}

/* =========================
   Contact / Footer
========================= */

.lt-contact {
    position: relative;
    padding: 76px 24px;
    background: radial-gradient(circle at 8% 12%, rgba(47, 128, 185, 0.1), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lt-contact-shell {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 34px;
    align-items: center;
}

.lt-contact-left p {
    margin: 18px 0 28px;
    max-width: 540px;
}

.lt-contact-list {
    display: grid;
    gap: 14px;
}

.lt-contact-item {
    display: grid;
    grid-template-columns: 46px 1fr 42px;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid #e5edf7;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
    transition:
        transform 0.22s var(--ease),
        box-shadow 0.22s var(--ease),
        border-color 0.22s var(--ease);
}

.lt-contact-item:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 128, 185, 0.35);
    box-shadow: 0 22px 50px rgba(18, 63, 115, 0.08);
}

.lt-contact-item i:first-child {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: var(--soft-blue);
    color: var(--cyan);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.lt-contact-item > div {
    min-width: 0;
}

.lt-contact-item strong {
    display: block;
    color: var(--navy);
    font-size: 12.8px;
    font-weight: 700;
}

.lt-contact-item span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 12.8px;
    font-weight: 500;
    word-break: break-word;
}

.lt-copy-btn {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    color: var(--cyan-dark);
    background: rgba(47, 128, 185, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.lt-copy-btn:hover {
    transform: translateY(-1px);
    background: rgba(47, 128, 185, 0.16);
}

.lt-contact-form-card {
    padding: 28px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

.lt-contact-form-head {
    margin-bottom: 22px;
}

.lt-footer {
    padding: 54px 24px 28px;
    background: #f8fbff;
}

.lt-footer-card {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 26px;
    border: 1px solid #e5edf7;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.lt-footer-logo {
    width: 150px;
    height: auto;
    object-fit: contain;
    margin-bottom: 14px;
}

.lt-footer-card p {
    max-width: 570px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}

.lt-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.lt-footer-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--soft-blue);
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.22s var(--ease),
        background 0.22s var(--ease),
        color 0.22s var(--ease);
}

.lt-footer-links a:hover {
    transform: translateY(-2px);
    background: var(--gradient);
    color: #fff;
}

.lt-footer-credit {
    width: min(1120px, 100%);
    margin: 18px auto 0;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

.lt-footer-credit span {
    display: inline-block;
    margin-left: 8px;
}

.lt-footer-credit a {
    color: var(--navy);
    font-weight: 700;
    text-decoration: none;
}

.lt-footer-credit a:hover {
    color: var(--cyan);
}

/* =========================
   Video Modal
========================= */

.lt-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 28px 18px;
}

.lt-video-modal.hidden {
    display: none !important;
}

.lt-video-backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 12%, rgba(47, 128, 185, 0.16), transparent 34%), rgba(6, 8, 47, 0.76);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.lt-video-dialog {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100vw - 36px));
    max-height: calc(100vh - 56px);
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, rgba(47, 128, 185, 0.85), rgba(217, 164, 58, 0.58), rgba(18, 63, 115, 0.72)) border-box;
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset;
    animation: videoModalIn 0.32s var(--ease) both;
}

.lt-video-dialog::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.44), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(47, 128, 185, 0.1), transparent 26%);
    z-index: 1;
}

.lt-video-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(6, 8, 47, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--navy);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    transition:
        transform 0.22s var(--ease),
        background 0.22s var(--ease),
        color 0.22s var(--ease),
        border-color 0.22s var(--ease);
}

.lt-video-close:hover {
    transform: translateY(-1px) rotate(4deg);
    background: var(--gradient);
    color: #ffffff;
    border-color: transparent;
}

.lt-video-head {
    position: relative;
    z-index: 2;
    padding: 22px 68px 17px 24px;
    background: radial-gradient(circle at 92% 8%, rgba(47, 128, 185, 0.13), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-bottom: 1px solid #e5edf7;
}

.lt-video-head span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lt-video-head h3 {
    max-width: 590px;
    margin: 0;
    color: var(--navy);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.16;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.lt-video-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: radial-gradient(circle at 50% 45%, rgba(47, 128, 185, 0.1), transparent 34%), #020617;
}

.lt-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body.lt-video-open {
    overflow: hidden;
}

/* =========================
   Animations
========================= */

@keyframes floatUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes videoModalIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.975);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* =========================
   Responsive
========================= */

@media (max-width: 1100px) {
    .lt-benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .lt-hero {
        min-height: auto;
        padding: 42px 22px 60px;
        background-position: 58% center;
        background-size: cover;
    }

    .lt-hero-inner,
    .lt-two-column,
    .lt-founder-card,
    .lt-contact-shell {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .lt-hero-content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .lt-brand {
        justify-content: center;
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
    }

    .lt-brand img {
        width: 270px;
        max-width: 78vw;
        transform: none;
    }

    .lt-eyebrow,
    .lt-hero-actions {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .lt-eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
        padding: 8px 14px;
        white-space: normal;
        text-align: center;
    }

    .lt-hero-content p,
    .lt-contact-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .lt-stats {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .lt-card,
    .lt-contact-form-card {
        width: 100%;
        max-width: 690px;
        margin: 0 auto;
    }

    .lt-section,
    .lt-founder,
    .lt-contact {
        padding: 72px 20px;
    }

    .lt-intro,
    .lt-contact-left,
    .lt-contact-form-head {
        text-align: center;
    }

    .lt-contact-list {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .lt-hero-content h1 {
        font-size: clamp(20px, 5.8vw, 28px);
        line-height: 1.18;
        letter-spacing: -0.022em;
        font-weight: 700;
    }

    .lt-hero-content p,
    .lt-rich-copy p,
    .lt-section-head p,
    .lt-feature-panel p,
    .lt-founder-copy p,
    .lt-contact-left p {
        font-size: 17px;
        line-height: 1.72;
    }

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

    .lt-benefit-card {
        min-height: auto;
        padding: 18px;
        border-radius: 20px;
    }

    .lt-benefit-card::before {
        font-size: 28px;
    }

    .lt-card input,
    .lt-card select,
    .lt-card textarea,
    .lt-contact-form input,
    .lt-contact-form textarea {
        min-height: 48px;
        font-size: 16px;
        border-radius: 14px;
    }

    .lt-session-card summary {
        grid-template-columns: 1fr 40px;
        gap: 10px;
    }

    .lt-session-card summary span {
        grid-column: 1 / -1;
        width: max-content;
    }

    .lt-session-body {
        padding: 0 20px 22px;
    }

    .lt-founder-photo,
    .lt-founder-photo img {
        min-height: 340px;
    }

    .lt-testimonial-slider {
        padding: 0 0 54px;
    }

    .lt-testimonial-viewport {
        border-radius: 24px;
    }

    .lt-testimonial-card {
        min-height: 300px;
        padding: 24px;
        border-radius: 24px;
    }

    .lt-testimonial-card p {
        font-size: 17px;
        line-height: 1.58;
        letter-spacing: -0.015em;
    }

    .lt-slider-btn {
        top: auto;
        bottom: 0;
        width: 42px;
        height: 42px;
    }

    .lt-slider-prev {
        left: calc(50% - 72px);
    }

    .lt-slider-next {
        right: calc(50% - 72px);
    }

    .lt-slider-dots {
        bottom: 13px;
    }

    .lt-footer {
        padding: 42px 16px 24px;
    }

    .lt-footer-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 22px;
        border-radius: 24px;
    }

    .lt-footer-card p {
        font-size: 17px;
        line-height: 1.72;
    }

    .lt-footer-links {
        width: 100%;
        justify-content: flex-start;
    }

    .lt-footer-links a {
        flex: 1;
        min-width: 116px;
        padding: 12px 14px;
        font-size: 12.5px;
    }

    .lt-footer-credit {
        font-size: 11.5px;
    }

    .lt-footer-credit span {
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }
}

@media (max-width: 680px) {
    .lt-benefit-grid {
        grid-template-columns: 1fr;
    }

      .lt-hero {
          padding: 28px 14px 48px;
          align-items: flex-start;
          min-height: auto;
          background-position: center top;
          background-size: cover;
      }

    .lt-brand {
        margin-bottom: 20px;
    }

    .lt-brand img {
        width: 250px;
        max-width: 82vw;
    }

    .lt-eyebrow {
        padding: 8px 12px;
        font-size: 9.8px;
        letter-spacing: 0.08em;
    }

    .lt-hero-content h1 {
        font-size: clamp(23px, 7vw, 30px);
        line-height: 1.14;
        letter-spacing: -0.024em;
    }

    .lt-hero-content p {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.68;
    }

    .lt-hero-actions {
        flex-direction: column;
        margin-top: 24px;
    }

    .lt-primary-link,
    .lt-secondary-link {
        width: 100%;
    }

    .lt-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 28px;
        padding-top: 22px;
        border-top-color: rgba(255, 255, 255, 0.22);
    }

    .lt-stats div {
        min-height: 84px;
        padding: 16px 10px 14px;
        border-right: 0;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.18),
            0 14px 30px rgba(0, 31, 94, 0.18);
    }

    .lt-stats strong {
        font-size: 24px;
    }

    .lt-stats span {
        font-size: 11px;
    }

    .lt-card,
    .lt-contact-form-card,
    .lt-feature-panel,
    .lt-format-card {
        padding: 18px;
        border-radius: 22px;
    }

    .lt-form-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lt-card button,
    .lt-contact-form button {
        min-height: 50px;
        border-radius: 15px;
    }

    .lt-section,
    .lt-founder,
    .lt-contact {
        padding: 56px 14px;
    }

    .lt-section-head {
        margin-bottom: 24px;
    }

    .lt-intro h2,
    .lt-section-head h2,
    .lt-feature-panel h2,
    .lt-founder-copy h2,
    .lt-contact-left h2 {
        font-size: clamp(20px, 5.8vw, 26px);
        line-height: 1.2;
        letter-spacing: -0.02em;
        font-weight: 650;
    }

    .lt-contact-item {
        grid-template-columns: 42px 1fr 38px;
        gap: 10px;
        padding: 13px;
        border-radius: 18px;
    }

    .lt-contact-item i:first-child {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .lt-contact-item span {
        font-size: 12px;
        line-height: 1.45;
    }

    .lt-copy-btn {
        width: 36px;
        height: 36px;
        border-radius: 13px;
    }
}

@media (max-width: 640px) {
    .lt-video-modal {
        padding: 14px;
        align-items: center;
    }

    .lt-video-dialog {
        width: 100%;
        max-height: calc(100vh - 28px);
        border-radius: 22px;
    }

    .lt-video-head {
        padding: 20px 58px 16px 18px;
    }

    .lt-video-head h3 {
        font-size: 19px;
        line-height: 1.18;
        letter-spacing: -0.025em;
    }

    .lt-video-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }

    .lt-inline-video {
        width: 100%;
        padding: 11px 12px 11px 15px;
        gap: 12px;
        font-size: 12.3px;
        line-height: 1.35;
    }

    .lt-inline-video i {
        width: 31px;
        height: 31px;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .lt-hero {
        padding-left: 12px;
        padding-right: 12px;
    }

    .lt-hero-content h1 {
        font-size: 24px;
    }

    .lt-stats {
        gap: 10px;
    }

    .lt-stats div {
        min-height: 78px;
        padding: 15px 8px 13px;
        border-radius: 16px;
    }

    .lt-stats strong {
        font-size: 22px;
    }

    .lt-stats span {
        font-size: 10.8px;
    }

    .lt-testimonial-card {
        min-height: 310px;
        padding: 20px;
    }

    .lt-testimonial-card p {
        font-size: 17px;
    }

    .lt-video-head span {
        font-size: 9.5px;
        letter-spacing: 0.1em;
    }

    .lt-video-head h3 {
        font-size: 18px;
    }

    .lt-footer-links {
        flex-direction: column;
    }

    .lt-footer-links a {
        width: 100%;
    }
}

/* =========================
   Final Consistency Fixes
========================= */

.lt-rich-copy p,
.lt-section-head p,
.lt-feature-panel p,
.lt-founder-copy p,
.lt-contact-left p,
.lt-card p,
.lt-contact-form-head p,
.lt-benefit-card p,
.lt-session-body p,
.lt-testimonial-card p,
.lt-footer-card p {
    font-size: 17px;
}

@media (max-width: 768px) {
    .lt-intro .lt-rich-copy {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .lt-intro .lt-rich-copy p {
        padding: 20px;
        font-size: 17px;
        line-height: 1.72;
    }

    .lt-mini-label,
    .lt-card-kicker {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 680px) {
    .lt-hero::before {
        background: linear-gradient(180deg, rgba(6, 8, 47, 0.3), rgba(6, 8, 47, 0.58)),
            radial-gradient(circle at 55% 18%, rgba(255, 255, 255, 0.1), transparent 34%);
    }

    .lt-hero-content p,
    .lt-rich-copy p,
    .lt-section-head p,
    .lt-feature-panel p,
    .lt-founder-copy p,
    .lt-contact-left p,
    .lt-card p,
    .lt-contact-form-head p,
    .lt-benefit-card p,
    .lt-session-body p,
    .lt-testimonial-card p,
    .lt-footer-card p {
        font-size: 17px;
        line-height: 1.68;
    }
}

@media (max-width: 980px) {
    .lt-brand {
        width: 100%;
        justify-content: center;
        margin: 0 0 24px;
        transform: none;
    }

    .lt-brand img {
        width: 250px;
        max-width: 74vw;
    }
}

@media (max-width: 680px) {
    .lt-brand {
        margin-bottom: 20px;
    }

    .lt-brand img {
        width: 250px;
        max-width: 76vw;
    }
}

/* Founder section label */
.lt-founder-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;

    color: var(--cyan);
    font-size: 18px;
    font-weight: 750;
    letter-spacing: 0.11em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Founder name */
.lt-founder-title{
    margin: 0;
    color: var(--navy);

    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.04em;
    font-weight: 800;
}

@media (max-width: 768px) {

    .lt-founder-label{
        margin-bottom: 10px;

        font-size: 14px;
        letter-spacing: 0.09em;
        line-height: 1.2;
    }

    .lt-founder-title{
        font-size: clamp(24px, 7vw, 34px);
        line-height: 1.12;
        letter-spacing: -0.028em;
    }
}

/* Founder description */
.lt-founder-text{
    margin-top: 18px;

    color: var(--text-muted);

    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.82;
    letter-spacing: -0.01em;
    font-weight: 500;
}

@media (max-width: 768px){

    .lt-founder-text{
        margin-top: 14px;

        font-size: 15px;
        line-height: 1.75;
    }
}