:root {
    --owl-navy: #071b49;
    --owl-blue: #0759e6;
    --owl-blue2: #0046cf;
    --owl-light: #f4f8ff;
    --owl-border: #dce7f8;
    --owl-text: #0a1b45;
    --owl-muted: #52617c;
    --owl-white: #fff;
    --owl-green: #0aa982;
    --owl-orange: #f29928;
    --shadow: 0 18px 50px rgba(7, 27, 73, .08)
}

.owl-page {
    font-family: Inter, Arial, sans-serif;
    color: var(--owl-text);
    background: linear-gradient(180deg, #fff 0%, #f9fbff 55%, #fff 100%);
    line-height: 1.55
}

.owl-page * {
    box-sizing: border-box
}

.owl-container {
    width: min(1260px, 92%);
    margin: 0 auto
}

.owl-nav {
    height: 72px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.owl-logo,
.footer-logo {
    font-weight: 900;
    font-size: 22px;
    text-decoration: none;
    color: var(--owl-navy);
    display: flex;
    gap: 9px;
    align-items: center
}

.owl-logo span span {
    color: var(--owl-blue)
}

.owl-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: var(--owl-blue);
    color: #fff;
    display: inline-grid;
    place-items: center;
    font-weight: 900
}

.owl-links {
    display: flex;
    align-items: center;
    gap: 34px
}

.owl-links a {
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    color: var(--owl-navy);
    padding: 28px 0 24px;
    border-bottom: 3px solid transparent
}

.owl-links a.active,
.owl-links a:hover {
    color: var(--owl-blue);
    border-bottom-color: var(--owl-blue)
}

.owl-menu {
    background: transparent;
    border: 0;
    font-size: 28px;
    color: var(--owl-navy)
}

.owl-hero {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 52px;
    align-items: center;
    padding: 58px 0 34px
}

.hero-copy h1 {
    font-size: 54px;
    line-height: 1.04;
    margin: 0 0 16px;
    letter-spacing: -1.6px
}

.hero-copy h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 18px
}

.hero-copy p {
    font-size: 17px;
    color: var(--owl-text);
    max-width: 680px;
    margin: 0 0 30px
}

.btn-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    font-weight: 900;
    text-decoration: none;
    border: 2px solid var(--owl-blue);
    box-shadow: 0 12px 24px rgba(7, 89, 230, .13)
}

.btn.primary {
    background: var(--owl-blue);
    color: #fff
}

.btn.secondary {
    background: #fff;
    color: var(--owl-blue)
}

.btn.light {
    background: #fff;
    color: var(--owl-blue);
    border-color: #fff;
    min-width: 295px
}

.hero-visual {
    position: relative;
    min-height: 360px;
    border-radius: 15px;
    overflow: hidden
}

.city-card {
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .25), rgba(7, 89, 230, .15)), url('/wp-content/uploads/owlsystems-case-city.jpg'), linear-gradient(135deg, #eaf2ff, #7da8e6);
    background-size: cover;
    background-position: center;
    filter: saturate(.75);
    box-shadow: var(--shadow)
}

.city-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .35) 45%, rgba(7, 89, 230, .2) 100%)
}

.impact-stats {
    position: absolute;
    right: 40px;
    top: 45px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(7, 27, 73, .18);
    padding: 24px 34px;
    display: grid;
    gap: 22px;
    min-width: 280px
}

.impact-stats div {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 15px;
    align-items: center
}

.impact-stats strong {
    font-size: 28px;
    line-height: 1
}

.impact-stats small {
    grid-column: 2;
    font-weight: 800;
    color: var(--owl-text)
}

.stat-icon {
    grid-row: 1/3;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eef4ff;
    color: var(--owl-blue);
    display: grid;
    place-items: center;
    font-weight: 900
}

.section {
    padding: 32px 0
}

.section.compact {
    padding-top: 18px
}

.section-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.15;
    margin: 0 0 28px
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.tabs button {
    border: 0;
    background: transparent;
    color: var(--owl-text);
    font-weight: 800;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer
}

.tabs .active {
    background: var(--owl-blue);
    color: #fff
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.case-card,
.feature-grid article,
.testimonial-grid blockquote,
details {
    background: #fff;
    border: 1px solid var(--owl-border);
    border-radius: 9px;
    box-shadow: 0 10px 34px rgba(7, 27, 73, .045)
}

.case-card {
    padding: 32px 28px;
    min-height: 520px;
    display: flex;
    flex-direction: column
}

.case-logo {
    height: 55px;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 18px;
    color: #111
}

.case-logo.workday- {
    color: #1872d7
}

.case-logo.ellucian {
    color: #4e168f
}

.case-logo.wiley {
    text-transform: lowercase;
    font-family: Georgia, serif
}

.case-logo.bigcommerce {
    font-size: 24px
}

.pill {
    align-self: flex-start;
    border-radius: 6px;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 900;
    color: var(--owl-blue);
    background: #eef4ff;
    margin-bottom: 18px
}

.case-card:nth-child(2) .pill {
    color: #008b6e;
    background: #eaf8f3
}

.case-card:nth-child(3) .pill {
    color: #6b37ce;
    background: #f1ebff
}

.case-card:nth-child(4) .pill {
    color: #e97800;
    background: #fff2e4
}

.case-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 14px
}

.case-card p {
    color: var(--owl-text);
    font-weight: 600;
    margin: 0 0 28px
}

.case-card h4 {
    font-size: 14px;
    margin: auto 0 10px
}

.case-card ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    gap: 11px
}

.case-card li {
    font-size: 14px;
    font-weight: 700;
    color: var(--owl-text)
}

.case-card li:before {
    content: '⊙';
    color: var(--owl-green);
    font-weight: 900;
    margin-right: 8px
}

.read-more {
    color: var(--owl-blue);
    font-weight: 900;
    text-decoration: none;
    margin-top: auto
}

.feature-grid {
    display: grid;
    gap: 18px
}

.feature-grid.four {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.feature-grid article {
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.feature-grid span {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef4ff;
    color: var(--owl-blue);
    font-size: 30px;
    margin-bottom: 24px
}

.feature-grid h3 {
    font-size: 20px;
    margin: 0 0 14px;
    line-height: 1.4;
    min-height: 56px;
}

.feature-grid p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: var(--owl-text);
    line-height: 1.7;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.testimonial-grid blockquote {
    margin: 0;
    padding: 28px 30px;
    min-height: 250px
}

.testimonial-grid blockquote:before {
    content: '“';
    display: block;
    color: var(--owl-blue);
    font-size: 58px;
    line-height: .7;
    font-weight: 900
}

.testimonial-grid p {
    font-weight: 700;
    margin: 6px 0 30px
}

.testimonial-grid footer {
    position: relative;
    padding-left: 54px;
    display: grid
}

.testimonial-grid footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(#d9e4f4, #7d8aa3)
}

.testimonial-grid b {
    font-size: 14px
}

.testimonial-grid span {
    color: var(--owl-blue);
    font-weight: 800;
    font-size: 13px
}

.cta-band {
    margin-top: 26px;
    margin-bottom: 34px;
    border-radius: 10px;
    background: radial-gradient(circle at 95% 40%, rgba(26, 104, 255, .35), transparent 24%), linear-gradient(100deg, #06255e, #004bd8);
    color: #fff;
    display: grid;
    grid-template-columns: 88px 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 38px 60px;
    box-shadow: 0 20px 48px rgba(0, 54, 145, .22)
}

.cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    display: grid;
    place-items: center;
    font-size: 32px
}

.cta-band h2 {
    font-size: 28px;
    margin: 0 0 8px
}

.cta-band p {
    margin: 0;
    max-width: 610px;
    font-size: 17px
}

.faq-section {
    padding-top: 12px
}

.faq-grid {
    display: grid;
    gap: 12px 22px
}

details {
    padding: 0 22px
}

summary {
    cursor: pointer;
    list-style: none;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 900
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    content: '';
    color: var(--owl-blue);
    font-size: 18px
}

details[open] summary:after {
    transform: rotate(180deg)
}

details p {
    margin: 0 0 18px;
    color: var(--owl-muted)
}

.owl-footer {
    margin-top: 28px;
    background: linear-gradient(135deg, #061632, #062c62);
    color: #fff;
    padding: 42px 0 28px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr .7fr 1.1fr .7fr 1.2fr;
    gap: 44px
}

.footer-grid p {
    max-width: 275px;
    color: #e8f0ff
}

.footer-grid h4 {
    margin: 0 0 15px;
    color: #fff
}

.footer-grid a,
.footer-grid span {
    display: flex;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    opacity: .95
}

.footer-logo {
    color: #fff
}

.socials {
    display: flex;
    gap: 12px
}

.socials a {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .22);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px;
    padding-top: 22px;
    color: #dfe9ff
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin-left: 34px
}

@media(max-width:1024px) {
    .owl-links {
        display: none
    }

    .owl-menu {
        display: block
    }

    .owl-nav {
        padding: 0 24px
    }

    .owl-hero {
        grid-template-columns: 1fr
    }

    .case-grid,
    .feature-grid.four {
        grid-template-columns: repeat(2, 1fr)
    }

    .testimonial-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .cta-band {
        grid-template-columns: 1fr;
        text-align: left
    }

    .btn.light {
        min-width: 0
    }

    .hero-copy h1 {
        font-size: 44px
    }
}

@media(max-width:680px) {
    .owl-container {
        width: 90%
    }

    .owl-hero {
        padding-top: 38px
    }

    .hero-copy h1 {
        font-size: 36px
    }

    .hero-copy h2 {
        font-size: 20px
    }

    .case-grid,
    .feature-grid.four,
    .testimonial-grid,
    .faq-grid,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .impact-stats {
        position: relative;
        right: auto;
        top: auto;
        margin: 28px
    }

    .hero-visual {
        min-height: auto;
        padding-top: 1px
    }

    .city-card {
        position: absolute
    }

    .cta-band {
        padding: 30px 24px
    }

    .footer-bottom {
        display: grid
    }

    .footer-bottom a {
        margin: 10px 20px 0 0;
        display: inline-block
    }
}