.company-page {
    background: #ffffff;
    color: #111827;
}

.company-hero {
    position: relative;
    padding-top: 9rem;
    padding-bottom: 4.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(242, 101, 34, .14), transparent 32%),
        radial-gradient(circle at 82% 10%, rgba(20, 184, 166, .14), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #fff7ed 100%);
}

.company-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -150px;
    width: min(1100px, 110vw);
    height: 280px;
    border-radius: 50% 50% 0 0;
    background: rgba(241, 245, 249, .72);
    transform: translateX(-50%);
}

.company-hero .container {
    position: relative;
    z-index: 1;
}

.company-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .75rem;
    color: #b45309;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.company-kicker::before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 999px;
    background: #f26522;
    box-shadow: 0 0 0 5px rgba(242, 101, 34, .16);
}

.company-title {
    max-width: 780px;
    color: #111827;
    font-size: clamp(2rem, 3.7vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.company-lead {
    max-width: 690px;
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.75;
}

.company-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 1.6rem;
}

.company-orbit {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .95rem;
    max-width: 430px;
    min-height: auto;
    margin-left: auto;
}

.company-orbit-card {
    position: relative;
    display: grid;
    gap: .45rem;
    min-height: 142px;
    align-content: start;
    padding: 1.05rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
    animation: companyCardIn .7s ease both, companySoftFloat 6.5s ease-in-out infinite;
}

.company-orbit-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -42px;
    width: 110px;
    height: 110px;
    border-radius: 999px;
    background: rgba(242, 101, 34, .08);
}

.company-orbit-card i {
    position: relative;
    z-index: 1;
    color: #f26522;
    width: 26px;
    height: 26px;
}

.company-orbit-card strong {
    position: relative;
    z-index: 1;
    color: #111827;
    font-size: 1rem;
    line-height: 1.25;
}

.company-orbit-card span {
    position: relative;
    z-index: 1;
    color: #64748b;
    font-size: .84rem;
    line-height: 1.45;
}

.company-orbit-main {
    grid-column: 1 / -1;
    width: auto;
    min-height: 150px;
    justify-items: start;
    text-align: left;
    transform: none;
    background:
        radial-gradient(circle at 20% 14%, rgba(242, 101, 34, .13), transparent 36%),
        #ffffff;
}

.company-orbit-main i {
    width: 32px;
    height: 32px;
}

.company-orbit-a {
    left: auto;
    top: auto;
    width: auto;
}

.company-orbit-b {
    right: auto;
    top: auto;
    width: auto;
    animation-delay: .4s;
}

.company-orbit-c {
    left: auto;
    bottom: auto;
    width: auto;
    grid-column: 1 / -1;
    min-height: 120px;
    animation-delay: .8s;
}

.company-section {
    padding: 5rem 0;
}

.company-soft {
    background:
        radial-gradient(circle at 10% 10%, rgba(242, 101, 34, .07), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(20, 184, 166, .07), transparent 32%),
        #f8fbff;
}

.company-heading {
    max-width: 760px;
    margin: 0 auto 2.35rem;
    text-align: center;
}

.company-heading h2 {
    color: #111827;
    font-size: clamp(1.85rem, 3vw, 2.8rem);
    line-height: 1.12;
}

.company-heading p {
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.75;
}

.company-card {
    height: 100%;
    padding: 1.45rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
    transition: transform .24s ease, box-shadow .24s ease;
}

.company-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 58px rgba(15, 23, 42, .11);
}

.company-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 16px;
    background: #fff7ed;
    color: #f26522;
}

.company-card h3 {
    color: #111827;
    font-size: 1.05rem;
    font-weight: 900;
}

.company-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.company-story-panel,
.company-contact-panel,
.company-faq-shell {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.company-story-panel {
    padding: 2rem;
}

.company-story-list {
    display: grid;
    gap: .85rem;
}

.company-story-list div {
    display: flex;
    gap: .75rem;
    padding: 1rem;
    border-radius: 18px;
    background: #f8fafc;
}

.company-story-list i {
    flex: 0 0 auto;
    color: #16a34a;
}

.company-story-list strong {
    display: block;
    color: #111827;
}

.company-story-list span {
    color: #64748b;
}

.company-stat {
    padding: 1.2rem;
    border-radius: 22px;
    background:
        linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.company-stat strong {
    display: block;
    color: #111827;
    font-size: 2rem;
    line-height: 1;
}

.company-stat span {
    color: #64748b;
    font-size: .86rem;
    font-weight: 800;
}

.about-page .company-title {
    max-width: 680px;
    font-size: clamp(2rem, 3.45vw, 3.15rem);
    line-height: 1.08;
}

.about-page .company-lead {
    max-width: 620px;
    font-size: 1.02rem;
}

.about-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .95rem;
    max-width: 440px;
    min-height: auto;
    margin-left: auto;
}

.about-orbit .company-orbit-card {
    position: static;
    width: auto;
    min-height: 150px;
    align-content: start;
    animation: companyFloat 6s ease-in-out infinite;
}

.about-orbit .company-orbit-main {
    grid-column: 1 / -1;
    min-height: 150px;
    justify-items: start;
    text-align: left;
    transform: none;
}

.about-orbit .company-orbit-main i {
    width: 34px;
    height: 34px;
}

.about-orbit .company-orbit-a,
.about-orbit .company-orbit-b,
.about-orbit .company-orbit-c {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.about-orbit .company-orbit-c {
    grid-column: 1 / -1;
    min-height: 132px;
}

.about-product-family .company-heading {
    max-width: 700px;
    margin-bottom: 2rem;
}

.about-product-family .company-heading h2 {
    font-size: clamp(1.75rem, 2.6vw, 2.45rem);
}

.about-family-card {
    min-height: 245px;
}

.about-products-detail {
    background:
        radial-gradient(circle at 12% 6%, rgba(242, 101, 34, .08), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(20, 184, 166, .08), transparent 32%),
        #ffffff;
}

.about-product-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.about-product-detail-card {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 26px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 58px rgba(15, 23, 42, .08);
    transition: transform .24s ease, box-shadow .24s ease;
}

.about-product-detail-card::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -56px;
    width: 170px;
    height: 170px;
    border-radius: 999px;
    background: rgba(242, 101, 34, .09);
}

.about-product-detail-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 72px rgba(15, 23, 42, .12);
}

.about-product-school::after {
    background: rgba(139, 92, 246, .1);
}

.about-product-hospital::after {
    background: rgba(20, 184, 166, .1);
}

.about-product-detail-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: .9rem;
    margin-bottom: 1rem;
}

.about-product-detail-head p {
    margin: 0 0 .25rem;
    color: #b45309;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-product-detail-head h3 {
    margin: 0;
    color: #111827;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.2;
}

.about-product-detail-card > p {
    position: relative;
    z-index: 1;
    color: #64748b;
    line-height: 1.7;
}

.about-product-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: auto;
    padding-top: 1rem;
}

.about-product-tags span {
    padding: .42rem .65rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: .76rem;
    font-weight: 800;
}

.about-product-detail-card a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-top: 1.1rem;
    color: #b45309;
    font-weight: 900;
    text-decoration: none;
}

.company-contact-panel {
    padding: 1.5rem;
}

.company-contact-form .form-control {
    min-height: 52px;
    border-radius: 14px;
    border-color: rgba(15, 23, 42, .12);
}

.company-contact-form textarea.form-control {
    min-height: 130px;
}

.company-support-card {
    display: flex;
    gap: .9rem;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
}

.company-support-card i {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    margin-top: .15rem;
    color: #f26522;
}

.company-support-card strong {
    display: block;
    color: #111827;
    margin-bottom: .15rem;
}

.company-support-card a,
.company-support-card span {
    color: #64748b;
    text-decoration: none;
    line-height: 1.55;
}

.company-response-message {
    display: none;
    padding: 1.4rem;
    border-radius: 20px;
    background: #ecfdf5;
    color: #065f46;
    text-align: center;
}

.company-response-message.show {
    display: block;
    animation: companyFadeUp .35s ease both;
}

.company-response-message .icon {
    color: #059669;
    font-size: 2rem;
    margin-bottom: .75rem;
}

.company-response-message .btn-close {
    float: right;
    border: 0;
    background: transparent;
    color: #065f46;
    font-size: 1.2rem;
}

.company-faq-shell {
    padding: 1rem;
}

.company-faq-tabs {
    display: grid;
    gap: .75rem;
    position: sticky;
    top: 110px;
}

.company-faq-tab {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .95rem 1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: #ffffff;
    color: #334155;
    font-weight: 900;
}

.company-faq-tab i {
    color: #f26522;
}

.company-faq-currency {
    width: 24px;
    color: #f26522;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.company-faq-accordion .accordion-item {
    margin-bottom: .85rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.company-faq-accordion .accordion-button {
    color: #111827;
    font-weight: 900;
    padding: 1.2rem 1.3rem;
    line-height: 1.35;
}

.company-faq-accordion .accordion-body {
    color: #64748b;
    line-height: 1.7;
    padding: 0 1.3rem 1.25rem;
}

.company-cta {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    justify-content: center !important;
    justify-items: center;
    align-items: center !important;
    gap: 1.25rem !important;
    padding: clamp(1.65rem, 3vw, 2.7rem);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 4% 12%, rgba(242, 101, 34, .14), transparent 34%),
        radial-gradient(circle at 92% 10%, rgba(20, 184, 166, .12), transparent 32%),
        linear-gradient(135deg, #ffffff, #f8fbff);
    color: #111827;
    box-shadow: 0 24px 68px rgba(15, 23, 42, .1);
    text-align: center;
}

.company-cta::before {
    content: "";
    position: absolute;
    right: -66px;
    top: -86px;
    width: 230px;
    height: 230px;
    border: 28px solid rgba(242, 101, 34, .08);
    border-radius: 999px;
}

.company-cta > * {
    position: relative;
    z-index: 1;
}

.company-cta > div {
    width: 100%;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.company-cta h2 {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    color: #111827;
    font-size: clamp(1.6rem, 2.7vw, 2.45rem);
    line-height: 1.12;
}

.company-cta p {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    color: #64748b;
}

.company-cta .company-kicker {
    justify-content: center;
    color: #b45309;
}

.company-cta .btn {
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
    min-width: 190px;
    box-shadow: 0 14px 34px rgba(242, 101, 34, .22);
}

.company-animate {
    animation: companyFadeUp .7s ease both;
}

.company-delay-1 {
    animation-delay: .1s;
}

.company-delay-2 {
    animation-delay: .2s;
}

@keyframes companyFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes companySoftFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes companyCardIn {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes companyFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .company-hero {
        padding-top: 8rem;
    }

    .company-orbit {
        margin: 2rem auto 0;
    }

    .company-faq-tabs {
        position: static;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 1.5rem;
    }

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

    .about-product-detail-card {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .company-section {
        padding: 3.5rem 0;
    }

    .company-orbit {
        min-height: auto;
        display: grid;
        gap: .85rem;
    }

    .company-orbit-card {
        position: static;
        width: auto;
        animation: none;
    }

    .company-orbit-main {
        transform: none;
    }

    .company-story-panel,
    .company-contact-panel,
    .company-cta {
        padding: 1.25rem;
    }

    .company-cta {
        justify-items: center;
    }

    .company-cta .btn {
        width: min(100%, 280px);
    }

    .company-faq-tabs {
        grid-template-columns: 1fr;
    }
}
