/* ============================================
   COMPANY PAGE
   ============================================ */

.info-page {
    padding: 42px 0 0;
    min-height: 70vh;
    overflow: hidden;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 42%, #ffffff 100%);
}

.info-page .container {
    width: min(100% - 32px, 1180px);
}

.info-hero {
    position: relative;
    padding: 48px 0 42px;
}

.info-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 113, 227, 0.22), transparent);
}

.info-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
    gap: 64px;
    align-items: center;
}

.info-hero-copy {
    max-width: 680px;
}

.info-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #0071e3;
    font-size: var(--font-size-sm);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.info-eyebrow::before {
    content: '';
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: #0071e3;
}

.info-hero h1 {
    margin: 0 0 22px;
    color: #101828;
    font-size: 4.35rem;
    line-height: 1.02;
    letter-spacing: 0;
}

.info-hero p,
.company-signal-panel p,
.info-card p,
.info-cta p {
    margin: 0;
    color: #5f6876;
    line-height: 1.75;
}

.info-hero-copy > p {
    max-width: 610px;
    font-size: var(--font-size-lg);
}

.info-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.info-primary-link,
.info-secondary-link,
.info-cta-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 12px 18px;
    text-decoration: none;
    font-size: var(--font-size-sm);
    font-weight: 800;
    letter-spacing: 0;
    transition: transform var(--transition-base), background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.info-primary-link {
    background: #0071e3;
    color: #ffffff;
    border: 1px solid #0071e3;
}

.info-primary-link:hover,
.info-cta-btn:hover {
    transform: translateY(-2px);
    background: #005bb8;
    border-color: #005bb8;
    color: #ffffff;
}

.info-secondary-link {
    color: #1d1d1f;
    border: 1px solid rgba(0, 113, 227, 0.18);
    background: #ffffff;
}

.info-secondary-link:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 113, 227, 0.42);
    color: #0071e3;
    background: #ffffff;
}

.company-visual {
    display: grid;
    gap: 16px;
}

.company-system-board {
    position: relative;
    min-height: 424px;
    overflow: hidden;
    border: 1px solid rgba(0, 113, 227, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 113, 227, 0.08) 0 24%, transparent 24% 100%),
        repeating-linear-gradient(0deg, rgba(0, 113, 227, 0.055) 0 1px, transparent 1px 34px),
        repeating-linear-gradient(90deg, rgba(0, 113, 227, 0.055) 0 1px, transparent 1px 34px),
        linear-gradient(145deg, #ffffff 0%, #f4faff 58%, #eaf5ff 58%, #ffffff 100%);
    box-shadow: 0 26px 62px rgba(0, 113, 227, 0.12);
}

.company-board-top {
    position: absolute;
    top: 22px;
    left: 24px;
    display: flex;
    gap: 8px;
}

.company-board-top span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d4dde8;
    opacity: 1;
}

.company-board-top span:nth-child(2) {
    background: #0071e3;
}

.company-board-top span:nth-child(3) {
    background: #1f9d73;
}

.company-core {
    position: absolute;
    left: 44px;
    top: 82px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid rgba(0, 113, 227, 0.16);
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 18px rgba(0, 113, 227, 0.035);
}

.company-core::before,
.company-core::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(0, 113, 227, 0.15);
}

.company-core::before {
    inset: 34px;
}

.company-core::after {
    inset: 72px;
    border-color: rgba(0, 113, 227, 0.38);
}

.company-core img {
    width: 138px;
    height: auto;
    position: relative;
    z-index: 1;
    opacity: 0.96;
}

.company-core > span {
    position: absolute;
    right: 25px;
    bottom: 42px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1f9d73;
    box-shadow: 0 0 0 7px rgba(31, 157, 115, 0.16);
}

.company-flow {
    position: absolute;
    left: 250px;
    top: 184px;
    width: 160px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.company-flow::before,
.company-flow::after {
    content: '';
    height: 1px;
    flex: 1;
    background: rgba(0, 113, 227, 0.26);
}

.company-flow span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #0071e3;
}

.company-flow span:nth-child(2) {
    background: #1f9d73;
}

.company-flow span:nth-child(3) {
    background: #9ccfff;
}

.system-module {
    position: absolute;
    right: 24px;
    width: 220px;
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid rgba(0, 113, 227, 0.13);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(0, 113, 227, 0.1);
}

.system-module--one {
    top: 74px;
}

.system-module--two {
    top: 176px;
}

.system-module--three {
    top: 278px;
}

.system-module span {
    display: block;
    margin-bottom: 7px;
    color: #0071e3;
    font-size: var(--font-size-xs);
    font-weight: 900;
    letter-spacing: 0;
}

.system-module strong {
    display: block;
    color: #111827;
    font-size: var(--font-size-base);
    line-height: 1.28;
    letter-spacing: 0;
}

.company-signal-panel {
    border: 1px solid rgba(0, 113, 227, 0.14);
    border-radius: 8px;
    padding: 22px 24px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(0, 113, 227, 0.07);
}

.company-signal-panel span,
.company-strip span {
    display: block;
    font-size: var(--font-size-xs);
    text-transform: uppercase;
    letter-spacing: 0;
    color: #0071e3;
    font-weight: 900;
}

.company-signal-panel span {
    margin-bottom: 10px;
}

.company-signal-panel strong {
    display: block;
    margin-bottom: 10px;
    color: #111827;
    font-size: var(--font-size-xl);
    line-height: 1.24;
    letter-spacing: 0;
}

.company-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 34px;
    border-top: 1px solid rgba(0, 113, 227, 0.14);
    border-bottom: 1px solid rgba(0, 113, 227, 0.14);
}

.company-strip div {
    min-height: 114px;
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    border-right: 1px solid rgba(0, 113, 227, 0.12);
    background: rgba(255, 255, 255, 0.76);
}

.company-strip div:last-child {
    border-right: 0;
}

.company-strip strong {
    color: #172033;
    font-size: var(--font-size-xl);
    line-height: 1.22;
    letter-spacing: 0;
}

.info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 18px;
    align-items: stretch;
}

.info-card {
    min-height: 218px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 113, 227, 0.12);
    border-radius: 8px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(0, 113, 227, 0.055);
}

.info-card:first-child {
    min-height: 454px;
    grid-row: span 2;
    background:
        linear-gradient(135deg, rgba(0, 113, 227, 0.12), transparent 46%),
        linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
    color: #1d1d1f;
}

.info-card::before {
    content: attr(data-step);
    display: block;
    margin-bottom: 38px;
    color: #0071e3;
    font-size: var(--font-size-sm);
    font-weight: 900;
    letter-spacing: 0;
}

.info-card:first-child::before {
    color: #0071e3;
}

.info-card::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    width: 42px;
    height: 2px;
    background: #1f9d73;
}

.info-card h3 {
    margin: 0 0 14px;
    color: #111827;
    font-size: var(--font-size-2xl);
    line-height: 1.18;
    letter-spacing: 0;
}

.info-card:first-child h3 {
    color: #111827;
    font-size: var(--font-size-3xl);
}

.info-card:first-child p {
    color: #5f6876;
    font-size: var(--font-size-lg);
}

.info-cta {
    width: 100vw;
    margin: 50px calc(50% - 50vw) 0;
    padding: 42px max(32px, calc((100vw - 1180px) / 2 + 16px));
    border-top: 1px solid rgba(0, 113, 227, 0.14);
    background:
        linear-gradient(90deg, #f3f9ff 0%, #ffffff 52%, #eef7ff 100%);
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.info-cta h2 {
    margin: 0 0 8px;
    font-size: var(--font-size-3xl);
    line-height: 1.16;
    letter-spacing: 0;
}

.info-cta p {
    max-width: 690px;
    color: #5f6876;
}

.info-cta-btn {
    background: #0071e3;
    color: #ffffff;
    border: 1px solid #0071e3;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .info-hero-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .info-hero-copy {
        max-width: 820px;
    }

    .info-hero h1 {
        font-size: 3.5rem;
    }

    .company-system-board {
        min-height: 390px;
    }
}

@media (max-width: 860px) {
    .info-page {
        padding-top: 34px;
    }

    .info-hero {
        padding: 34px 0 30px;
    }

    .info-hero h1 {
        font-size: var(--font-size-4xl);
    }

    .info-hero-copy > p {
        font-size: var(--font-size-base);
    }

    .company-strip,
    .info-grid {
        grid-template-columns: 1fr;
    }

    .company-strip div {
        min-height: 88px;
        border-right: 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    }

    .company-strip div:last-child {
        border-bottom: 0;
    }

    .info-card:first-child {
        min-height: auto;
        grid-row: auto;
    }
}

@media (max-width: 640px) {
    .info-page .container {
        width: min(100% - 24px, 1180px);
    }

    .info-hero-layout {
        gap: 26px;
    }

    .info-hero h1 {
        font-size: var(--font-size-3xl);
    }

    .info-hero-actions {
        align-items: stretch;
    }

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

    .company-system-board {
        min-height: 430px;
    }

    .company-core {
        left: 50%;
        top: 56px;
        width: 176px;
        height: 176px;
        transform: translateX(-50%);
    }

    .company-core img {
        width: 112px;
    }

    .company-flow {
        display: none;
    }

    .system-module {
        left: 18px;
        right: 18px;
        width: auto;
        padding: 14px 16px;
    }

    .system-module--one {
        top: 250px;
    }

    .system-module--two {
        top: 314px;
    }

    .system-module--three {
        top: 378px;
    }

    .system-module span {
        margin-bottom: 3px;
    }

    .system-module strong {
        font-size: var(--font-size-sm);
    }

    .company-signal-panel,
    .info-card {
        padding: 22px;
    }

    .info-card::before {
        margin-bottom: 28px;
    }

    .info-card h3,
    .info-card:first-child h3,
    .info-cta h2 {
        font-size: var(--font-size-2xl);
    }

    .info-cta {
        padding: 34px 24px;
        align-items: flex-start;
    }

    .info-cta-btn {
        width: 100%;
    }
}
