.ttl56-body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    background: linear-gradient(180deg, #eef3fb 0%, #f8fbff 100%);
    color: #111726;
}

.ttl56-page {
    --ttl56-blue: #022A85;
    --ttl56-blue-dark: #0B348F;
    --ttl56-navy: #050915;
    --ttl56-text: #111726;
    --ttl56-muted: #667085;
    --ttl56-white: #ffffff;
    --ttl56-card-border: rgba(13, 45, 102, 0.09);
    --ttl56-accent: #e1b35b;
    overflow-x: hidden;
    min-height: 100vh;
}

.ttl56-page,
.ttl56-page * {
    box-sizing: border-box;
}

.ttl56-page a {
    color: inherit;
    text-decoration: none;
}

.ttl56-page img {
    display: block;
    max-width: 100%;
}

.ttl56-container {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
}

.ttl56-container--wide {
    width: min(1340px, calc(100% - 48px));
}

.ttl56-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ttl56-blue);
}

.ttl56-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--ttl56-blue) 0%, var(--ttl56-blue-dark) 100%);
}

.ttl56-kicker--light {
    color: rgba(255, 255, 255, 0.9);
}

.ttl56-kicker--light::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.ttl56-section-head {
    max-width: 920px;
    margin-bottom: 52px;
}

.ttl56-section-head h2 {
      margin: 0;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 1px;
}

.ttl56-section-head p {
    margin: 18px 0 0;
    font-size: 17px;
    line-height: 1.85;
    color: var(--ttl56-muted);
}

.ttl56-section-head--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 32px;
    align-items: end;
}

.ttl56-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ttl56-heading__line {
    display: block;
    width: 190px;
    height: 4px;
    margin-top: 24px;
    background: linear-gradient(90deg, var(--ttl56-blue) 0%, var(--ttl56-blue-dark) 100%);
}

.ttl56-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 60px;
    padding: 18px 30px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.ttl56-btn svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.ttl56-btn--primary {
    color: var(--ttl56-white);
    background: linear-gradient(135deg, var(--ttl56-blue) 0%, var(--ttl56-blue-dark) 100%);
}

.ttl56-btn--ghost {
    color: var(--ttl56-white);
    border: 2px solid rgba(255, 255, 255, 0.88);
    background: transparent;
}

.ttl56-hero {
    position: relative;
    padding: 40px 0 120px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(5, 9, 21, 0.98) 0%, rgba(7, 29, 74, 0.98) 52%, rgba(10, 47, 128, 0.96) 100%);
}

.ttl56-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.18;
    pointer-events: none;
}

.ttl56-hero__glow--left {
    top: 80px;
    left: -140px;
    width: 280px;
    height: 280px;
    background: #7db6ff;
}

.ttl56-hero__glow--right {
    right: -90px;
    bottom: 30px;
    width: 340px;
    height: 340px;
    background: #f0c65c;
}

.ttl56-masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 34px;
}

.ttl56-masthead__brand img {
    width: 200px;
}

.ttl56-masthead__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.ttl56-masthead__contact span {
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ttl56-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 48px;
    align-items: center;
}

.ttl56-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--ttl56-white);
}

.ttl56-hero__content h1 {
    margin: 0;
    max-width: 980px;
    font-size: clamp(52px, 6vw, 84px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.ttl56-hero__content p {
    margin: 28px 0 0;
    max-width: 860px;
    font-size: 19px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.78);
}

.ttl56-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 38px;
}

.ttl56-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin-top: 50px;
}

.ttl56-stat {
    padding: 22px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.ttl56-stat strong {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.1;
    color: var(--ttl56-white);
}

.ttl56-stat span {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
}

.ttl56-hero__visual {
    position: relative;
    min-height: 690px;
}

.ttl56-hero__frame {
    position: absolute;
    inset: 0 0 68px 54px;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 0 30px 70px rgba(3, 8, 24, 0.35);
}

.ttl56-hero__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ttl56-hero__detail {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 240px;
    height: 300px;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.95);
    border-radius: 28px;
    box-shadow: 0 24px 50px rgba(3, 8, 24, 0.26);
}

.ttl56-hero__detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ttl56-hero__note {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    padding: 28px 28px 26px;
    border-radius: 28px 28px 0 28px;
    background: var(--ttl56-white);
    box-shadow: 0 24px 50px rgba(3, 8, 24, 0.18);
}

.ttl56-hero__note span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ttl56-blue);
}

.ttl56-hero__note h4 {
    margin: 0;
    font-size: 28px;
    line-height: 1.32;
    letter-spacing: -0.03em;
    color: var(--ttl56-text);
}

.ttl56-advantage {
    padding: 112px 0 122px;
    background: linear-gradient(180deg, rgba(5, 9, 21, 0.98) 0%, rgba(10, 47, 128, 0.92) 100%);
}

.ttl56-advantage .ttl56-section-head h2 {
    color: white;
}

.ttl56-advantage .ttl56-section-head p {
    color: rgba(255, 255, 255, 0.72);
}

.ttl56-advantage__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.ttl56-advantage__card {
    padding: 34px 28px 30px;
    border-top: 2px solid rgba(225, 179, 91, 0.9);
    background: rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.ttl56-advantage__number {
    display: block;
    margin-bottom: 18px;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: rgba(225, 179, 91, 0.72);
}

.ttl56-advantage__card h3 {
   margin: 0 0 14px;
    font-size: 22px;
    color: white !important;
    line-height: 1.35;
}

.ttl56-advantage__card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.72);
}

.ttl56-showcase {
    padding: 112px 0 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 255, 0.98) 100%);
}

.ttl56-showcase__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.95fr 0.95fr;
    gap: 24px;
}

.ttl56-showcase__card {
    overflow: hidden;
    background: var(--ttl56-white);
    border: 1px solid var(--ttl56-card-border);
}

.ttl56-showcase__card--large {
    grid-row: span 2;
}

.ttl56-showcase__image {
    overflow: hidden;
}

.ttl56-showcase__card--large .ttl56-showcase__image img {
    min-height: 620px;
}

.ttl56-showcase__card:not(.ttl56-showcase__card--large) .ttl56-showcase__image img {
    min-height: 280px;
}

.ttl56-showcase__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ttl56-showcase__content {
    padding: 28px 26px 26px;
}

.ttl56-showcase__content span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ttl56-blue);
}

.ttl56-showcase__content h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.ttl56-showcase__content p {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.85;
    color: var(--ttl56-muted);
}

.ttl56-showcase__strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.ttl56-strip-item {
    padding: 22px 22px 20px;
    background: rgba(2, 42, 133, 0.04);
    border: 1px solid rgba(2, 42, 133, 0.08);
}

.ttl56-strip-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
}

.ttl56-strip-item span {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: var(--ttl56-muted);
}

.ttl56-features {
    padding: 112px 0 124px;
    background: linear-gradient(180deg, #eef3fb 0%, #ffffff 100%);
}

.ttl56-features__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 36px;
    align-items: start;
}

.ttl56-features__visual {
    position: relative;
}

.ttl56-features__image {
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 0 26px 60px rgba(13, 31, 70, 0.12);
}

.ttl56-features__image img {
    width: 100%;
    height: 760px;
    object-fit: cover;
}

.ttl56-features__caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 28px 28px 24px;
    background: rgba(5, 9, 21, 0.84);
    backdrop-filter: blur(10px);
}

.ttl56-features__caption h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.38;
    letter-spacing: -0.03em;
    color: var(--ttl56-white);
}

.ttl56-features__content {
    padding-top: 18px;
}

.ttl56-features__grid {
    display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ttl56-feature-card {
    min-height: 228px;
    padding: 28px 24px 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(13, 45, 102, 0.08);
    box-shadow: 0 18px 45px rgba(13, 31, 70, 0.05);
}

.ttl56-feature-card__icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(11, 52, 143, 0.08) 0%, rgba(11, 52, 143, 0.02) 100%);
}

.ttl56-feature-card__icon svg {
    width: 58px;
    height: 58px;
}

.ttl56-feature-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.3;
    color: var(--ttl56-text);
}

.ttl56-feature-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: var(--ttl56-muted);
}

@media (max-width: 1280px) {
    .ttl56-hero__layout,
    .ttl56-features__layout {
        grid-template-columns: 1fr;
    }

    .ttl56-hero__visual {
        min-height: 620px;
    }

    .ttl56-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttl56-showcase__card--large {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 991px) {
    .ttl56-container,
    .ttl56-container--wide {
        width: min(100% - 32px, 100%);
    }

    .ttl56-hero {
        padding: 32px 0 88px;
    }

    .ttl56-masthead {
        flex-direction: column;
        align-items: flex-start;
    }

    .ttl56-masthead__contact {
        justify-content: flex-start;
    }

    .ttl56-hero__content h1 {
        font-size: clamp(42px, 9vw, 66px);
    }

    .ttl56-hero__stats,
    .ttl56-advantage__grid,
    .ttl56-showcase__strip,
    .ttl56-section-head--split,
    .ttl56-showcase__grid,
    .ttl56-features__grid {
        grid-template-columns: 1fr;
    }

    .ttl56-showcase__card--large {
        grid-column: auto;
    }

    .ttl56-hero__detail {
        width: 190px;
        height: 240px;
    }

    .ttl56-features__image img {
        height: 620px;
    }
}

@media (max-width: 767px) {
    .ttl56-kicker {
        font-size: 12px;
        letter-spacing: 0.14em;
    }

    .ttl56-section-head {
        margin-bottom: 38px;
    }

    .ttl56-section-head p,
    .ttl56-showcase__content p,
    .ttl56-strip-item span,
    .ttl56-feature-card p,
    .ttl56-hero__content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .ttl56-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ttl56-btn {
        width: 100%;
    }

    .ttl56-hero__visual {
        min-height: 480px;
    }

    .ttl56-hero__frame {
        inset: 0 0 110px 0;
    }

    .ttl56-hero__detail {
        display: none;
    }

    .ttl56-hero__note {
        left: 18px;
        right: 18px;
        width: auto;
        padding: 22px;
    }

    .ttl56-hero__note h4 {
        font-size: 22px;
    }

    .ttl56-showcase__content,
    .ttl56-advantage__card,
    .ttl56-feature-card {
        padding-left: 22px;
        padding-right: 22px;
    }

    .ttl56-showcase__card--large .ttl56-showcase__image img {
        min-height: 360px;
    }

    .ttl56-showcase__card:not(.ttl56-showcase__card--large) .ttl56-showcase__image img {
        min-height: 260px;
    }

    .ttl56-features__image img {
        height: 420px;
    }

    .ttl56-features__caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 22px 20px;
    }

    .ttl56-features__caption h3,
    .ttl56-showcase__content h3 {
        font-size: 22px;
    }

    .ttl56-feature-card {
        min-height: auto;
    }
}
