.about-two {
    --navy: #0b306a;
    --navy-deep: #061f45;
    --blue: #2465c7;
    --ice: #edf5ff;
    --coral: #e31e24;
    --ink: #14233a;
    --muted: #617087;
    --line: #dbe5f0;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

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

.about-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.about-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.about-label::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.about-label-light {
    color: #9dc7ff;
}

.about-two h1,
.about-two h2,
.about-two h3,
.about-two p {
    margin-top: 0;
}

.about-two h2 {
    color: var(--navy-deep);
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
}

.about-hero {
    min-height: 760px;
    padding: 115px 0 80px;
    background:
        radial-gradient(circle at 87% 18%, rgba(227, 30, 36, .09), transparent 24%),
        radial-gradient(circle at 13% 22%, rgba(36, 101, 199, .12), transparent 29%),
        linear-gradient(135deg, #f8fbff 0%, #eef5fd 100%);
    position: relative;
}

.about-hero::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -160px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(11, 48, 106, .12);
    border-radius: 50%;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: .94fr 1.06fr;
    gap: 80px;
    align-items: start;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
}

.about-kicker span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 6px rgba(227, 30, 36, .1);
}

.about-hero h1 {
    margin-bottom: 25px;
    color: var(--navy-deep);
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -4px;
}

.about-hero h1 em {
    color: var(--coral);
    font-family: inherit;
    font-style: normal;
    font-weight: 800;
}

.about-hero-copy > p {
    max-width: 590px;
    margin-bottom: 30px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-button {
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.about-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.about-button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--coral), #b90f19);
    box-shadow: 0 12px 28px rgba(227, 30, 36, .2);
}

.about-button-primary:hover {
    color: #fff;
    box-shadow: 0 16px 35px rgba(227, 30, 36, .3);
}

.about-button-light {
    color: var(--navy);
    background: #fff;
    border-color: var(--line);
}

.about-button-outline {
    color: var(--navy);
    border-color: rgba(11, 48, 106, .3);
}

.about-trust {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 42px;
}

.about-trust-mark {
    color: var(--navy);
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.about-trust-mark span {
    color: var(--coral);
}

.about-trust p {
    margin: 0;
    padding-left: 15px;
    border-left: 1px solid var(--line);
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.about-trust strong {
    color: var(--ink);
}

.about-hero-visual {
    min-height: 500px;
    position: relative;
}

.about-hero-visual::before {
    content: "";
    position: absolute;
    inset: 24px -18px -18px 13%;
    border-radius: 38px;
    background: linear-gradient(145deg, var(--coral), #ff5b5f);
    transform: rotate(3deg);
    opacity: .92;
    box-shadow: 0 24px 55px rgba(227, 30, 36, .18);
}

.about-hero-mascot {
    position: absolute;
    inset: 0 0 0 6%;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 38px;
    background: #fff;
    box-shadow: 0 28px 60px rgba(6, 31, 69, .16);
    z-index: 2;
}

.about-hero-mascot img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.about-photo {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(6, 31, 69, .18);
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-photo-main {
    top: 10px;
    right: 0;
    width: 72%;
    height: 490px;
    border-radius: 160px 160px 24px 24px;
}

.about-photo-small {
    left: 0;
    bottom: 0;
    width: 43%;
    height: 280px;
    border: 8px solid #f5f9fe;
    border-radius: 20px 120px 20px 20px;
}

.about-visual-card {
    position: absolute;
    right: 2%;
    bottom: 20px;
    min-width: 260px;
    padding: 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 36px rgba(6, 31, 69, .18);
    backdrop-filter: blur(10px);
}

.about-visual-card .about-pin {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--coral);
    font-size: 22px;
}

.about-visual-card strong,
.about-visual-card small {
    display: block;
}

.about-visual-card strong {
    color: var(--navy);
    font-size: 14px;
}

.about-visual-card small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 11px;
}

.about-orbit {
    position: absolute;
    border: 1px solid rgba(36, 101, 199, .22);
    border-radius: 50%;
    z-index: 3;
}

.about-orbit-one {
    top: 20px;
    left: 5%;
    width: 110px;
    height: 110px;
}

.about-orbit-two {
    top: 65px;
    left: 0;
    width: 12px;
    height: 12px;
    background: var(--coral);
    border: 0;
}

.about-intro {
    padding: 110px 0;
    background: #fff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 110px;
}

.about-intro h2 {
    max-width: 520px;
    margin-bottom: 0;
}

.about-intro-copy {
    padding-top: 37px;
}

.about-intro-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.9;
}

.about-intro-copy p + p {
    margin-top: 22px;
}

.about-services {
    padding: 110px 0;
    color: #fff;
    background: var(--navy-deep);
    position: relative;
}

.about-services::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
    background-size: 28px 28px;
}

.about-services .about-shell {
    position: relative;
}

.about-section-heading {
    display: grid;
    grid-template-columns: 1.15fr .6fr;
    gap: 80px;
    align-items: end;
}

.about-services h2 {
    max-width: 650px;
    margin-bottom: 0;
    color: #fff;
}

.about-section-heading > p {
    margin-bottom: 8px;
    color: #aebdd1;
    font-size: 15px;
    line-height: 1.8;
}

.about-service-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 18px;
    margin-top: 60px;
}

.about-service-card {
    min-height: 455px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .055);
    position: relative;
}

.about-service-featured {
    background: #fff;
}

.about-service-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: rgba(255, 255, 255, .28);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.about-service-featured .about-service-number {
    color: #9cabc0;
}

.about-service-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 40px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--coral), #b90f19);
    box-shadow: 0 10px 24px rgba(227, 30, 36, .22);
}

.about-service-featured .about-service-icon {
    background: linear-gradient(135deg, var(--navy), var(--blue));
    box-shadow: 0 10px 24px rgba(11, 48, 106, .2);
}

.about-service-icon svg {
    width: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-service-card h3 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
}

.about-service-featured h3 {
    color: var(--navy-deep);
}

.about-service-card p {
    color: #aebdd1;
    font-size: 14px;
    line-height: 1.75;
}

.about-service-featured p {
    color: var(--muted);
}

.about-service-card ul {
    margin: 3px 0 22px;
    padding: 0;
    list-style: none;
}

.about-service-card li {
    margin-top: 8px;
    color: #42536a;
    font-size: 12px;
}

.about-service-card li::before {
    content: "✓";
    margin-right: 8px;
    color: var(--blue);
    font-weight: 800;
}

.about-service-card > a {
    margin-top: auto;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.about-service-featured > a {
    color: var(--blue);
}

.about-service-card > a span {
    margin-left: 8px;
}

.about-choice {
    padding: 120px 0;
    background: #f7fafe;
}

.about-choice-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 105px;
    align-items: center;
}

.about-choice-visual {
    height: 630px;
    position: relative;
}

.about-choice-visual::before {
    content: "";
    position: absolute;
    left: -24px;
    bottom: -24px;
    width: 67%;
    height: 68%;
    border: 2px solid #a9c9f3;
    border-radius: 16px;
}

.about-choice-visual > img {
    width: 100%;
    height: 100%;
    border-radius: 180px 18px 18px 18px;
    object-fit: cover;
    position: relative;
}

.about-choice-note {
    position: absolute;
    right: -38px;
    bottom: 36px;
    padding: 20px 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--coral), #b90f19);
    box-shadow: 0 18px 40px rgba(227, 30, 36, .24);
}

.about-choice-note span {
    color: #fff;
    font-size: 25px;
}

.about-choice-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.about-choice-copy h2 {
    margin-bottom: 38px;
}

.about-benefits {
    border-top: 1px solid var(--line);
}

.about-benefits > div {
    min-height: 66px;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 8px;
}

.about-benefits span {
    color: var(--coral);
    font-size: 12px;
    font-weight: 800;
}

.about-benefits p {
    margin: 0;
    color: #34445b;
    font-size: 14px;
    font-weight: 600;
}

.about-vision {
    padding: 0 0 120px;
    background: #fff;
}

.about-vision-card {
    padding: 80px 9%;
    border-radius: 22px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 84% 8%, rgba(227, 30, 36, .35), transparent 28%),
        radial-gradient(circle at 10% 90%, rgba(76, 139, 233, .3), transparent 30%),
        linear-gradient(135deg, var(--navy-deep), var(--navy));
}

.about-vision blockquote {
    max-width: 880px;
    margin: 12px auto 26px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4.7vw, 57px);
    line-height: 1.22;
}

.about-vision-card > p {
    max-width: 720px;
    margin: 0 auto;
    color: #bdcbe0;
    font-size: 15px;
    line-height: 1.85;
}

.about-vision-line {
    max-width: 500px;
    margin: 38px auto 0;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #a9c8f2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-vision-line i {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, #e31e24, #7eb3ff);
    position: relative;
}

.about-vision-line i::after {
    content: "✈";
    position: absolute;
    top: -10px;
    left: 50%;
    color: #fff;
    font-size: 17px;
}

.about-final {
    padding: 95px 0;
    background: var(--ice);
}

.about-final-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 90px;
    align-items: center;
}

.about-final h2 {
    max-width: 700px;
    margin-bottom: 0;
}

.about-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-text-link {
    width: 100%;
    margin-top: 10px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.about-text-link span {
    margin-left: 8px;
    color: var(--coral);
}

@media (max-width: 991px) {
    .about-hero {
        min-height: auto;
        padding-top: 90px;
    }

    .about-hero-grid,
    .about-intro-grid,
    .about-section-heading,
    .about-choice-grid,
    .about-final-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-hero-copy {
        text-align: center;
    }

    .about-hero-copy > p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-kicker,
    .about-actions,
    .about-trust {
        justify-content: center;
    }

    .about-hero-visual {
        width: min(620px, 100%);
        margin: 0 auto;
    }

    .about-hero-mascot {
        inset: 0 4%;
    }

    .about-intro-copy {
        padding-top: 0;
    }

    .about-service-grid {
        grid-template-columns: 1fr;
    }

    .about-service-card {
        min-height: 390px;
    }

    .about-choice-visual {
        width: min(550px, 100%);
        margin: 0 auto;
    }

    .about-choice-copy {
        max-width: 680px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .about-shell {
        width: min(100% - 28px, 1180px);
    }

    .about-two h2 {
        font-size: 35px;
        letter-spacing: -1.2px;
    }

    .about-hero {
        padding: 75px 0 55px;
    }

    .about-hero h1 {
        font-size: 49px;
        letter-spacing: -2.6px;
    }

    .about-hero-copy > p {
        font-size: 15px;
    }

    .about-actions {
        flex-direction: column;
    }

    .about-button {
        width: 100%;
    }

    .about-hero-visual {
        min-height: 430px;
    }

    .about-hero-mascot {
        inset: 0;
        border-radius: 28px;
    }

    .about-hero-visual::before {
        inset: 18px -8px -10px 8%;
        border-radius: 28px;
    }

    .about-visual-card {
        right: 0;
        bottom: 5px;
        min-width: 220px;
    }

    .about-intro,
    .about-services,
    .about-choice {
        padding: 75px 0;
    }

    .about-service-card {
        min-height: 0;
        padding: 28px 24px;
    }

    .about-choice-visual {
        height: 440px;
    }

    .about-choice-note {
        right: 10px;
        bottom: 20px;
    }

    .about-vision {
        padding-bottom: 75px;
    }

    .about-vision-card {
        padding: 60px 20px;
    }

    .about-final {
        padding: 70px 0;
    }
}
