:root {
    --navy: #172052;
    --deep: #0d1438;
    --red: #f2544f;
    --coral: #ff9270;
    --sky: #8edbe0;
    --ink: #252b55;
    --muted: #697196;
    --line: #e4e7f1;
    --soft: #f5f7fc;
    --display: 'Space Grotesk', sans-serif;
    --body: 'DM Sans', sans-serif;
    --shadow: 0 18px 45px rgba(23, 32, 82, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font: 16px/1.65 var(--body);
    overflow-x: hidden
}

h1,
h2,
h3 {
    font-family: var(--display);
    color: var(--navy)
}

a {
    transition: .3s
}

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

.skip-link {
    position: absolute;
    top: -60px;
    left: 20px;
    z-index: 3000;
    background: var(--navy);
    color: #fff;
    padding: 10px 20px
}

.skip-link:focus {
    top: 12px
}

.section {
    padding: 108px 0
}

.section-alt {
    background: var(--soft)
}

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

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

.section-head h2 {
    font-size: clamp(2.3rem, 4.4vw, 3.8rem);
    line-height: 1.08;
    margin: 0
}

.section-head h2 em {
    color: var(--red);
    font-style: normal
}

.section-head p {
    color: var(--muted);
    font-size: 1.08rem
}

.section-head-light h2 {
    color: #fff
}

.section-label {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px
}

.section-label b {
    color: var(--red);
    font-family: var(--display)
}

.section-label i {
    height: 2px;
    width: 48px;
    background: var(--red)
}

.section-label span {
    color: var(--muted);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 3px
}

.btn {
    border-radius: 7px;
    padding: .88rem 1.5rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.btn-brand,
.btn-nav-cta {
    background: var(--red);
    border: 2px solid var(--red);
    color: #fff
}

.btn-brand:hover,
.btn-nav-cta:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
    transform: translateY(-3px)
}

.btn-ghost {
    border: 2px solid rgba(23, 32, 82, .22);
    color: var(--navy)
}

.btn-ghost:hover {
    border-color: var(--red);
    color: var(--red);
    transform: translateY(-3px)
}

.btn-light-brand {
    background: #fff;
    color: var(--navy);
    border: 2px solid #fff
}

.btn-light-brand:hover {
    background: var(--coral);
    border-color: var(--coral);
    color: var(--navy)
}

#mainNav {
    padding: 20px 0;
    background: transparent;
    transition: .35s;
    z-index: 1000
}

#mainNav.nav-scrolled {
    padding: 10px 0;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(23, 32, 82, .1)
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.brand-mark {
    width: 43px;
    height: 43px;
    background: var(--navy);
    border-radius: 10px;
    color: #fff;
    display: grid;
    place-items: center;
    font: 700 1.3rem var(--display)
}

.brand-mark span,
.brand-text b {
    color: var(--red)
}

.brand-text {
    font: 700 1.05rem var(--display);
    color: var(--navy)
}

.navbar-toggler {
    border: 0
}

.tog-bar {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--navy);
    margin: 6px
}

.nav-link {
    color: var(--ink);
    font-weight: 600;
    font-size: .9rem;
    margin: 0 4px
}

.nav-link:hover,
.nav-link.active {
    color: var(--red)
}

.btn-nav-cta {
    padding: .62rem 1.2rem;
    font-size: .88rem
}

.hero {
    min-height: 100svh;
    padding: 150px 0 110px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, #f6f9ff, #fff 72%)
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(23, 32, 82, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 32, 82, .045) 1px, transparent 1px);
    background-size: 44px 44px
}

.orbit {
    position: absolute;
    width: 530px;
    height: 530px;
    right: -185px;
    top: -180px;
    border: 2px solid rgba(142, 219, 224, .55);
    border-radius: 50%
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    margin-bottom: 20px
}

.eyebrow.light {
    color: var(--sky)
}

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 6px rgba(242, 84, 79, .12)
}

.hero h1 {
    font-size: clamp(3.6rem, 7vw, 6.4rem);
    line-height: .98;
    letter-spacing: -.05em;
    margin: 0 0 25px
}

.hero h1 span {
    color: var(--red)
}

.hero-lead {
    color: var(--muted);
    font-size: 1.18rem;
    max-width: 560px;
    margin-bottom: 30px
}

.hero-cta,
.cta-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px
}

.credibility {
    font-size: .83rem;
    color: var(--muted)
}

.credibility i {
    color: var(--red)
}

.credibility span {
    color: var(--coral);
    padding: 0 7px
}

.hero-visual {
    height: 560px;
    position: relative;
    max-width: 540px;
    margin: auto
}

.profile-frame {
    position: absolute;
    inset: 8% 13%;
    background: var(--navy);
    padding: 14px;
    border-radius: 24px;
    transform: rotate(-2deg);
    box-shadow: var(--shadow);
    overflow: hidden
}

.profile-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.profile-caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 15px 18px;
    background: rgba(13, 20, 56, .87);
    color: #fff;
    border-left: 3px solid var(--coral);
    display: flex;
    flex-direction: column
}

.profile-caption strong {
    font-family: var(--display)
}

.profile-caption span {
    font-size: .78rem;
    color: var(--sky)
}

.float-note {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    background: #fff;
    padding: 13px 17px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    z-index: 2
}

.float-note i {
    font-size: 1.35rem;
    color: var(--red)
}

.float-note span {
    display: flex;
    flex-direction: column;
    line-height: 1.25
}

.float-note b {
    font-size: .83rem
}

.float-note small {
    color: var(--muted);
    font-size: .7rem
}

.note-one {
    top: 14%;
    left: 0
}

.note-two {
    right: 0;
    bottom: 18%
}

.visual-badge {
    position: absolute;
    top: 3%;
    right: 4%;
    width: 92px;
    height: 92px;
    background: var(--coral);
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--navy);
    transform: rotate(9deg);
    z-index: 3
}

.visual-badge strong {
    font: 700 1.7rem var(--display);
    line-height: 1
}

.visual-badge small {
    font-size: .62rem;
    line-height: 1.1
}

.marquee {
    background: var(--red);
    color: #fff;
    overflow: hidden;
    padding: 15px 0;
    white-space: nowrap
}

.marquee-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 25px;
    animation: marquee 28s linear infinite
}

.marquee span {
    font: 600 .9rem var(--display);
    letter-spacing: 1px
}

.marquee i {
    color: var(--coral)
}

.about-visual {
    position: relative;
    max-width: 390px
}

.about-visual img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    background: var(--navy)
}

.about-stamp {
    position: absolute;
    right: -30px;
    bottom: 25px;
    background: var(--coral);
    color: var(--navy);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: rotate(-10deg)
}

.about-stamp strong {
    font: 700 2.2rem var(--display)
}

.about-stamp span {
    font-size: .65rem;
    text-transform: uppercase;
    line-height: 1.25
}

.lead-copy {
    font-size: 1.35rem;
    line-height: 1.45
}

.muted,
.course-card p,
.audience-grid p,
.benefit-grid p,
.process-row p {
    color: var(--muted)
}

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

.highlight-grid span {
    font-size: .86rem;
    font-weight: 700
}

.highlight-grid i {
    color: var(--red);
    margin-right: 7px
}

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

.course-card {
    padding: 25px 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    transition: .3s;
    display: flex;
    flex-direction: column
}

.course-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
    border-color: var(--coral)
}

.course-card:nth-child(2) {
    background: var(--navy);
    color: #fff
}

.course-card:nth-child(2) h3 {
    color: #fff
}

.course-num {
    color: var(--red);
    font: 700 .8rem var(--display)
}

.course-icon {
    color: var(--coral);
    font-size: 1.7rem;
    align-self: flex-end
}

.course-card h3 {
    font-size: 1.18rem;
    line-height: 1.2;
    margin: 20px 0 12px
}

.course-card ul {
    padding: 0;
    margin: 8px 0 18px;
    list-style: none;
    font-size: .78rem
}

.course-card li:before {
    content: '+';
    color: var(--red);
    font-weight: 700;
    margin-right: 7px
}

.hands-on {
    font-size: .67rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--red);
    font-weight: 700;
    margin-top: auto;
    margin-bottom: 15px
}

.course-card a {
    color: var(--navy);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    border-top: 1px solid var(--line);
    padding-top: 14px
}

.course-card:nth-child(2) a {
    color: #fff;
    border-color: #ffffff33
}

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

.audience-grid article,
.benefit-grid article {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 9px;
    transition: .3s
}

.audience-grid article:hover {
    border-color: var(--red);
    transform: translateY(-4px)
}

.audience-grid i {
    font-size: 1.7rem;
    color: var(--red)
}

.audience-grid h3,
.benefit-grid h3 {
    font-size: 1.15rem;
    margin: 14px 0 6px
}

.format-band {
    margin-top: 70px;
    background: var(--navy);
    padding: 34px 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 10px
}

.format-band span {
    font-size: .75rem;
    color: var(--sky);
    text-transform: uppercase;
    letter-spacing: 2px
}

.format-band h3 {
    color: #fff;
    margin: 8px 0
}

.format-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 30px
}

.format-list span {
    color: #fff;
    letter-spacing: 0
}

.format-list b {
    color: var(--coral);
    margin-right: 8px
}

.skill-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.skill-cloud span {
    padding: 13px 20px;
    border: 1px solid var(--sky);
    border-radius: 5px;
    color: var(--sky);
    font-family: var(--display);
    font-size: .9rem
}

.skill-cloud span:nth-child(3n) {
    border-color: var(--coral);
    color: var(--coral)
}

.tools-row {
    margin-top: 55px;
    padding-top: 25px;
    border-top: 1px solid #ffffff26;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center
}

.tools-row strong {
    width: 100%;
    font: 600 1.2rem var(--display);
    color: #fff
}

.tools-row span {
    color: #c2c8e0;
    font-size: .8rem;
    padding-right: 14px;
    border-right: 1px solid #ffffff33
}

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

.benefit-grid article {
    background: #fff;
    border-top: 3px solid var(--red)
}

.benefit-grid article>b,
.process-row b {
    color: var(--red);
    font: 700 .8rem var(--display)
}

.process-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 70px;
    border-top: 1px solid var(--line);
    padding-top: 28px
}

.timeline {
    max-width: 930px;
    margin: auto
}

.timeline-item {
    position: relative;
    padding-left: 38px;
    margin-bottom: 18px
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 10px;
    bottom: -18px;
    width: 2px;
    background: var(--line)
}

.timeline-item:last-child:before {
    display: none
}

.timeline-dot {
    position: absolute;
    left: 3px;
    top: 25px;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    background: var(--red);
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--red);
    z-index: 1
}

.timeline-toggle {
    width: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 22px 25px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    color: var(--navy)
}

.timeline-toggle span {
    display: flex;
    flex-direction: column
}

.timeline-toggle small {
    color: var(--red);
    font-size: .76rem;
    font-weight: 700
}

.timeline-toggle strong {
    font: 600 1.25rem var(--display);
    margin: 5px 0
}

.timeline-toggle em {
    font-style: normal;
    color: var(--muted);
    font-size: .88rem
}

.timeline-toggle>i {
    color: var(--red)
}

.timeline-detail {
    display: none;
    background: var(--soft);
    margin: 0 15px;
    padding: 17px 25px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    color: var(--muted);
    font-size: .9rem
}

.workshop-section {
    background: var(--red);
    padding: 84px 0;
    color: #fff
}

.workshop-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.workshop-section h2 {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.08
}

.topic-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #ffffff66
}

.topic-list span {
    padding: 15px 8px;
    border-bottom: 1px solid #ffffff66;
    font-size: .87rem
}

.final-cta {
    background: var(--coral);
    padding: 64px 0
}

.final-cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.final-cta h2 {
    margin: 5px 0;
    font-size: 2.7rem
}

.final-cta p {
    margin: 0
}

.contact-person {
    display: flex;
    flex-direction: column;
    margin: 25px 0
}

.contact-person strong {
    font: 600 1.4rem var(--display)
}

.contact-person span {
    color: var(--red);
    font-weight: 700
}

.contact-person small {
    color: var(--muted)
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 30px 0
}

.contact-list li {
    display: flex;
    gap: 12px;
    margin: 13px 0;
    font-size: .92rem
}

.contact-list i {
    color: var(--red)
}

.contact-list a {
    color: var(--ink);
    text-decoration: none
}

.form-card {
    background: var(--soft);
    border: 1px solid var(--line);
    padding: 34px;
    border-radius: 10px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.form-card label {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 18px
}

.form-card input,
.form-card select,
.form-card textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff;
    padding: 12px 14px;
    margin-top: 7px;
    font: 400 .9rem var(--body);
    color: var(--ink)
}

.form-card .is-invalid {
    border-color: var(--red)
}

.form-success {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--navy);
    margin-top: 20px
}

.form-success i {
    color: var(--red);
    font-size: 1.5rem
}

.fs-again {
    border: 0;
    background: none;
    color: var(--red);
    padding: 0;
    text-align: left;
    font-weight: 700
}

.footer {
    background: var(--deep);
    color: #c2c8e0;
    padding: 45px 0 25px
}

.footer .brand-text {
    color: #fff
}

.footer-top,
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.footer-top {
    padding-bottom: 32px;
    border-bottom: 1px solid #ffffff26
}

.footer-bottom {
    padding-top: 22px;
    font-size: .72rem
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    text-decoration: none;
    opacity: 0;
    visibility: hidden
}

.back-to-top.show {
    opacity: 1;
    visibility: visible
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}