:root {
    --navy: #062B52;
    --blue: #0B4775;
    --teal: #08BFC4;
    --teal2: #18D6D1;
    --white: #fff;
    --bg: #F5F9FC;
    --text: #12263A;
    --muted: #64748B;
    --border: #DCE6EE;
    --shadow: 0 16px 44px rgba(6, 43, 82, .09);
    --soft: 0 8px 24px rgba(6, 43, 82, .07);
    --r: 16px;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font: 400 16px/1.7 Inter, system-ui, sans-serif
}

img {
    display: block;
    max-width: 100%
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit
}

button {
    cursor: pointer
}

.container {
    width: min(calc(100% - 40px), var(--max));
    margin: auto
}

.skip {
    position: fixed;
    z-index: 3000;
    left: 12px;
    top: 12px;
    padding: 10px 14px;
    background: var(--navy);
    color: #fff;
    border-radius: 8px;
    transform: translateY(-150%)
}

.skip:focus {
    transform: none
}

:focus-visible {
    outline: 3px solid #08bfc466;
    outline-offset: 3px
}

h1,
h2,
h3,
h4 {
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.14;
    color: var(--navy);
    letter-spacing: -.025em
}

h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    margin: 0 0 18px
}

h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin: 0 0 18px
}

h3 {
    font-size: 1.3rem;
    margin: 0 0 12px
}

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

.lead {
    font-size: clamp(1.04rem, 1.7vw, 1.22rem);
    line-height: 1.85
}

.section {
    position: relative;
    padding: 90px 0;
    overflow: hidden
}

.white {
    background: #fff
}

.navy {
    background: var(--navy);
    color: #fff
}

.navy h2,
.navy h3 {
    color: #fff
}

.navy p {
    color: #ffffffc7
}

.head {
    max-width: 760px;
    margin-bottom: 42px
}

.head.center {
    text-align: center;
    margin-inline: auto
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.eyebrow:before {
    content: '';
    width: 27px;
    height: 2px;
    background: var(--teal)
}

.watermark {
    position: absolute;
    inset: 0;
    background: url('../assets/logo/tricore-logo.png') center/460px no-repeat;
    opacity: .035;
    pointer-events: none
}

.layer {
    position: relative;
    z-index: 1
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px
}

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

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

.split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center
}

.card {
    height: 100%;
    padding: 27px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r);
    box-shadow: var(--soft);
    transition: .22s
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: #c5dce8
}

.icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 11px;
    background: #eaf9fa;
    border: 1px solid #08bfc440;
    color: var(--blue);
    font-weight: 800;
    font-size: .8rem
}

.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 800;
    font-size: .88rem;
    transition: .2s
}

.btn:hover {
    transform: translateY(-1px)
}

.primary {
    background: var(--teal);
    color: var(--navy)
}

.primary:hover {
    background: var(--teal2)
}

.dark {
    background: var(--navy);
    color: #fff
}

.dark:hover {
    background: var(--blue)
}

.outline {
    border-color: #ffffff77;
    color: #fff
}

.outline:hover {
    background: #ffffff12;
    border-color: #fff
}

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

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 26px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1500;
    height: 78px;
    background: #fffffff5;
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(12px);
    transition: .2s
}

.site-header.scrolled {
    height: 70px;
    box-shadow: 0 12px 32px #062b521a
}

.header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.brand {
    display: flex;
    align-items: center
}

.brand img {
    width: 54px;
    height: 54px;
    object-fit: contain
}

.brand span {
    margin-left: 10px
}

.brand strong {
    display: block;
    font: 800 .78rem/1 'Space Grotesk';
    letter-spacing: .08em
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: .62rem;
    letter-spacing: .12em;
    text-transform: uppercase
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 3px;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-link,
.nav-trigger {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 11px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--text);
    font-size: .86rem;
    font-weight: 750
}

.nav-link:hover,
.nav-trigger:hover,
.nav-link.active {
    background: #eef7fa;
    color: var(--blue)
}

.drop {
    position: relative
}

.dropmenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 240px;
    padding: 8px;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: .18s
}

.dropmenu a {
    display: block;
    padding: 10px 11px;
    border-radius: 8px;
    font-size: .85rem;
    font-weight: 700
}

.dropmenu a:hover {
    background: #eef7fa;
    color: var(--blue)
}

.drop.open .dropmenu,
.drop:focus-within .dropmenu {
    opacity: 1;
    visibility: visible;
    transform: none
}

.chev {
    margin-left: 5px;
    font-size: .7rem
}

.menu {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: #fff
}

.menu:before,
.menu:after,
.menu span {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: var(--navy);
    margin: 4px auto
}

.ticker {
    display: flex;
    min-height: 54px;
    overflow: hidden;
    background: var(--navy);
    color: #fff
}

.ticker-label {
    display: grid;
    place-items: center;
    padding: 0 18px;
    background: var(--teal);
    color: var(--navy);
    font: 800 .7rem 'Space Grotesk';
    letter-spacing: .1em;
    flex: 0 0 auto
}

.ticker-view {
    overflow: hidden;
    flex: 1
}

.ticker-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 54px;
    animation: ticker 35s linear infinite
}

.ticker:hover .ticker-track {
    animation-play-state: paused
}

.ticker-item {
    padding: 0 22px;
    white-space: nowrap;
    font-size: .82rem
}

.ticker-item:before {
    content: '•';
    color: var(--teal);
    margin-right: 10px
}

.hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, #062b52f7, #0b4775d9);
    color: #fff
}

.hero-media {
    position: absolute;
    width: 400px;
    height: 500px;
    right: 1%;
    top: 35%;
    transform: translateY(-50%);
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
   
}
.hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero h1 {
    color: #fff
}

.hero p {
    color: #ffffffd1
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 80px 0
}

.hero-logo {
    position: absolute;
    z-index: 1;
    right: 7%;
    top: 50%;
    width: 250px;
    transform: translateY(-50%);
    opacity: .08;
    filter: brightness(0) invert(1)
}

.trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px
}

.pill {
    padding: 7px 10px;
    border: 1px solid #ffffff33;
    border-radius: 999px;
    background: #ffffff0d;
    color: #ffffffd0;
    font-size: .72rem
}

.pagehero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 70px;
    background: linear-gradient(125deg, var(--navy), var(--blue));
    color: #fff
}

.pagehero h1 {
    color: #fff
}

.pagehero p {
    color: #ffffffc7;
    max-width: 760px
}

.course-meta {
    display: grid;
    gap: 7px;
    margin: 19px 0;
    padding-top: 16px;
    border-top: 1px solid var(--border)
}

.course-meta span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: .8rem
}

.course-meta strong {
    color: var(--text);
    text-align: right
}

.dashboard {
    padding: 22px;
    border-radius: 18px;
    background: #082f55;
    border: 1px solid #ffffff1c;
    box-shadow: var(--shadow)
}

.dash-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff1a;
    color: #fff;
    font-family: 'Space Grotesk'
}

.dash-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 15px
}

.dash-stat {
    padding: 15px;
    border-radius: 10px;
    background: #ffffff0d
}

.dash-stat span {
    display: block;
    color: #ffffff8f;
    font-size: .7rem
}

.dash-stat strong {
    display: block;
    color: #fff;
    margin-top: 3px;
    font-size: .98rem
}

.project-image {
    height: 180px;
    margin: -27px -27px 22px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #082f55, #0b4775)
}

.project-image:before {
    content: '';
    position: absolute;
    inset: 20px;
    border: 1px solid #ffffff29
}

.project-image:after {
    content: '';
    position: absolute;
    left: 35px;
    right: 35px;
    top: 55%;
    height: 1px;
    background: #18d6d180;
    box-shadow: 0 -35px #ffffff1a, 0 35px #ffffff14
}

.project-label {
    position: absolute;
    top: 28px;
    left: 35px;
    color: #ffffffa8;
    font: 800 .67rem 'Space Grotesk';
    letter-spacing: .12em
}

.badge {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 5px;
    background: #eaf9fa;
    border: 1px solid #b9e9ea;
    color: var(--blue);
    font-size: .66rem;
    font-weight: 800;
    text-transform: uppercase
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px
}

.filter {
    padding: 9px 13px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: #fff;
    font-size: .78rem;
    font-weight: 800
}

.filter.active,
.filter:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff
}

.project.hidden {
    display: none
}

.quote {
    font-size: 1.03rem;
    color: var(--text)
}

.faq {
    border-top: 1px solid var(--border)
}

.faq-item {
    border-bottom: 1px solid var(--border)
}

.faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 19px 0;
    border: 0;
    background: transparent;
    text-align: left;
    color: var(--navy);
    font: 700 1rem 'Space Grotesk'
}

.faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: .25s
}

.faq-a>div {
    overflow: hidden
}

.faq-item.open .faq-a {
    grid-template-rows: 1fr
}

.faq-symbol {
    transition: .2s
}

.faq-item.open .faq-symbol {
    transform: rotate(45deg)
}

.form-card {
    padding: 30px
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px
}

.group {
    display: grid;
    gap: 7px
}

.full {
    grid-column: 1/-1
}

label {
    font-size: .82rem;
    font-weight: 800;
    color: var(--navy)
}

input,
select,
textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    color: var(--text)
}

textarea {
    min-height: 135px;
    resize: vertical
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--teal);
    box-shadow: 0 0 0 4px #08bfc41a
}

[aria-invalid=true] {
    border-color: #b42318
}

.error {
    min-height: 17px;
    color: #b42318;
    font-size: .73rem
}

.status {
    display: none;
    margin-top: 14px;
    padding: 12px;
    border-radius: 8px;
    font-size: .8rem
}

.status.show {
    display: block
}

.status.success {
    background: #eaf7f0;
    color: #16734b
}

.status.error {
    background: #fdf0ef;
    color: #b42318
}

.workflow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px
}

.workflow-step {
    padding: 17px 10px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #fff;
    text-align: center
}

.workflow-step strong {
    display: block;
    color: var(--navy)
}

.workflow-step span {
    font-size: .74rem;
    color: var(--muted)
}

.contact-list {
    display: grid;
    gap: 15px
}

.contact-item {
    display: flex;
    gap: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border)
}

.contact-item .icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    margin: 0
}

.contact-item strong {
    font-size: .82rem
}

.contact-item p {
    margin: 2px 0;
    font-size: .86rem
}

.contact-item a {
    color: var(--blue);
    font-weight: 750
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 70px 0 22px;
    background: #041f3b;
    color: #ffffffb8
}

.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 34px
}

.footer-brand img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px
}

.footer-brand h3 {
    color: #fff;
    font-size: 1.08rem
}

.footer-title {
    color: #fff;
    font: 800 .75rem 'Space Grotesk';
    letter-spacing: .12em;
    text-transform: uppercase
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: grid;
    gap: 8px
}

.footer-links a {
    color: #ffffffb0;
    font-size: .82rem
}

.footer-links a:hover {
    color: var(--teal2)
}

.socials {
    display: flex;
    gap: 7px;
    margin-top: 14px
}

.socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #ffffff25;
    border-radius: 8px;
    font-size: .68rem;
    font-weight: 800
}

.socials a:hover {
    color: var(--teal2);
    border-color: var(--teal2)
}

.newsletter {
    margin-top: 17px;
    padding: 11px;
    border: 1px dashed #ffffff30;
    border-radius: 8px;
    font-size: .74rem
}

.footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid #ffffff1e;
    font-size: .72rem
}

.whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1400;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 12px 30px #0003
}

.reveal {
    opacity: 0;
    transform: translateY(15px);
    transition: .55s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@keyframes ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@media(max-width:1050px) {

    .nav-link,
    .nav-trigger {
        padding-inline: 7px;
        font-size: .78rem
    }

    .grid4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: 1.2fr repeat(3, 1fr)
    }
}

@media(max-width:900px) {
    .menu {
        display: block
    }

    .nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        display: none;
        padding: 9px 20px 20px;
        background: #fff;
        border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow)
    }

    .nav.open {
        display: block
    }

    .nav-list {
        display: grid
    }

    .nav-link,
    .nav-trigger {
        width: 100%;
        justify-content: space-between;
        padding: 11px 12px
    }

    .dropmenu {
        position: static;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        border: 0;
        border-left: 2px solid var(--teal);
        border-radius: 0;
        box-shadow: none;
        background: #f6fafc
    }

    .drop.open .dropmenu {
        display: block
    }

    .hero-media {
        inset: 0;
        opacity: .28
    }

    .hero-logo {
        width: 200px;
        right: -30px
    }

    .split {
        grid-template-columns: 1fr
    }

    .grid3 {
        grid-template-columns: repeat(2, 1fr)
    }

    .workflow {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:650px) {
    .container {
        width: min(calc(100% - 28px), var(--max))
    }

    .section {
        padding: 70px 0
    }

    .pagehero {
        padding: 65px 0 55px
    }

    .hero {
        min-height: 650px
    }

    .hero-content {
        padding: 60px 0
    }

    .hero-logo {
        width: 165px;
        top: 82%;
        right: -35px
    }

    .actions {
        display: grid
    }

    .actions .btn {
        width: 100%
    }

    .grid2,
    .grid3,
    .grid4 {
        grid-template-columns: 1fr
    }

    .dash-grid {
        grid-template-columns: 1fr 1fr
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .full {
        grid-column: auto
    }

    .workflow {
        grid-template-columns: 1fr 1fr
    }

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

    .footer-bottom {
        flex-direction: column
    }

    .brand small {
        display: none
    }

    .brand img {
        width: 48px;
        height: 48px
    }

    .ticker-label {
        padding-inline: 11px;
        font-size: .62rem
    }

    .ticker-item {
        padding-inline: 13px;
        font-size: .74rem
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

@media (max-width: 768px) {
    .hero-media {
        position: absolute;
        width: 90%;
        height: 280px;
        right: 5%;
        top: 55%;
        transform: translateY(-50%);
        overflow: hidden;
        border-radius: 12px;
        z-index: 1;
    }

    .hero-media video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}