:root {
    --primary: #0f2b48;
    --secondary: #d97706;
    --ink: #172033;
    --muted: #64748b;
    --bg: #f5f7fb;
    --pale: #edf3ff;
    --white: #fff;
    --border: #dfe7f2;
    --radius: 8px;
    --shadow: 0 12px 30px rgba(15, 43, 72, .09)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--nav-height, 72px) + 18px)
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, sans-serif;
    background: #fff;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
.brand {
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.18
}

h1,
h2,
h3,
p {
    margin-top: 0
}

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

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

.topbar {
    background: var(--primary);
    color: #dce8f6;
    font-size: 12px;
    padding: 7px 0
}

.topbar .container {
    display: flex;
    gap: 24px
}

.topbar .push {
    margin-left: auto;
    color: #79d898
}

.topbar .container {
    align-items: center;
}

.topbar-whatsapp {
    margin-left: auto;
    padding: 2px 10px;
    border-radius: 3px;
    color: #7dff9b;
    background: #065b21;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 50;
    box-shadow: 0 1px 0 var(--border)
}

nav {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--primary)
}

.brand img {
    max-height: 46px;
    max-width: 180px
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--secondary), #f6ba4d);
    color: var(--primary);
    font-size: 23px;
    font-weight: 800
}

.navlinks {
    display: flex;
    gap: 25px;
    align-items: center
}

.navlinks a {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding: 27px 0
}

.navlinks a:after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: .25s
}

.navlinks a:hover:after,
.navlinks a.active:after {
    width: 100%
}

.menu {
    display: none;
    background: none;
    border: 0;
    font-size: 28px;
    color: var(--primary)
}

.hero {
    position: relative;
    color: #fff;
    background: var(--primary);
    overflow: hidden
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 43, 72, .96) 0%, rgba(15, 43, 72, .74) 48%, rgba(15, 43, 72, .3))
}

.hero-grid {
    position: relative;
    min-height: 510px;
    display: grid;
    grid-template-columns: 1.5fr .75fr;
    align-items: center;
    gap: 70px;
    padding: 65px 0 100px
}

.hero h1 {
    font-size: clamp(38px, 5vw, 66px);
    max-width: 760px;
    margin: 14px 0 20px
}

.hero h1::first-line {
    color: #fff
}

.hero-copy p {
    font-size: 17px;
    max-width: 720px;
    color: #e4edf7
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 1.8px;
    font-weight: 800;
    color: var(--secondary)
}

.actions {
    display: flex;
    gap: 12px;
    margin-top: 30px
}

.btn {
    border: 0;
    border-radius: 4px;
    padding: 13px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: .25s
}

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

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

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

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

.hero-card {
    text-align: center;
    padding: 34px 25px;
    background: rgba(8, 29, 49, .76);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(9px);
    border-radius: 8px
}

.seal {
    width: 100px;
    height: 100px;
    margin: auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font: 800 60px/1 "Plus Jakarta Sans";
    color: var(--primary);
    background: linear-gradient(145deg, #e49a1d, #ffd165);
    border: 8px double var(--primary)
}

.hero-card h3 {
    margin: 18px 0 4px
}

.hero-card>p {
    font-size: 12px;
    color: #cbd8e5
}

.hero-card>div:last-child {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #486078;
    padding-top: 15px
}

.hero-card b,
.hero-card span {
    display: block;
    font-size: 11px
}

.hero-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 32, 54, .88)
}

.hero-strip .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.hero-strip .container>div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-right: 1px solid #3c5369
}

.hero-strip i {
    color: var(--secondary);
    font-size: 20px
}

.hero-strip b,
.hero-strip span {
    display: block;
    font-size: 11px
}

.hero-strip span {
    color: #bfd0df
}

.hero-strip b {
    color: #fff
}

.section {
    padding: 80px 0
}

.tinted {
    background: var(--bg)
}

.pale {
    background: var(--pale)
}

.split {
    display: grid;
    grid-template-columns: 1.3fr .8fr;
    gap: 60px
}

.section h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    color: var(--primary);
    margin: 8px 0 18px
}

.section p {
    color: var(--muted)
}

.mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 30px
}

.mini-grid article {
    border: 1px solid var(--border);
    border-top: 3px solid var(--secondary);
    padding: 22px
}

.mini-grid i,
.card>i {
    color: var(--secondary);
    font-size: 23px
}

.mini-grid h3 {
    font-size: 16px;
    margin: 7px 0
}

.mini-grid p {
    font-size: 13px;
    margin: 0
}

.impact {
    background: var(--primary);
    color: #fff;
    padding: 30px;
    border-radius: 8px
}

.impact h3 {
    font-size: 23px
}

.impact>span {
    color: #93a8bb;
    font-size: 10px;
    font-weight: 700
}

.impact p {
    color: #dce8f3;
    font-size: 12px;
    border-top: 1px solid #38506a;
    padding-top: 14px
}

.impact p i {
    color: #4ade80;
    margin-right: 8px
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 25px 0
}

.stats strong,
.stats small {
    display: block
}

.stats strong {
    font: 800 28px "Plus Jakarta Sans";
    color: #f7a925
}

.stats small {
    font-size: 11px;
    color: #e1eaf2
}

/* =========================================================
   ABOUT SECTION
   Content comes from Django Admin. This block controls UI only.
   ========================================================= */

.about-section {
    padding: 38px 0 36px;
    background: #f7f9fd;
    overflow: hidden;
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(410px, .92fr);
    align-items: start;
    gap: 38px;
}

.about-content,
.about-side {
    min-width: 0;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    color: #9d5600;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .65px;
    line-height: 1.4;
    text-transform: uppercase;
}

.about-eyebrow > span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--secondary);
}

.about-content > h2 {
    max-width: 650px;
    margin: 0 0 14px;
    color: #071f38;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(31px, 3vw, 39px);
    font-weight: 700;
    letter-spacing: -1.25px;
    line-height: 1.08;
}

.about-description {
    max-width: 670px;
}

.about-description p {
    margin: 0 0 14px;
    color: #4f5561;
    font-size: 13px;
    line-height: 1.62;
}

.about-description p:last-child {
    margin-bottom: 0;
}

.about-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.about-card {
    min-height: 151px;
    padding: 14px 15px 15px;
    border: 1px solid #e9edf4;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 43, 72, .025);
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(15, 43, 72, .09);
}

.about-card-icon {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 2px;
    font-size: 14px;
}

.about-card-icon--navy {
    color: #ffffff;
    background: var(--primary);
}

.about-card-icon--orange {
    color: #583000;
    background: #ff922b;
}

.about-card h3 {
    margin: 7px 0 4px;
    color: #071f38;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.about-card p {
    margin: 0;
    color: #4f5561;
    font-size: 11px;
    line-height: 1.5;
}

.about-side {
    display: grid;
    gap: 12px;
}

.impact-panel {
    padding: 20px;
    border-radius: 7px;
    color: #ffffff;
    background: #103352;
    box-shadow: 0 9px 20px rgba(15, 43, 72, .13);
}

.impact-eyebrow,
.compliance-eyebrow {
    display: block;
    color: #ff941f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .35px;
    line-height: 1.4;
    text-transform: uppercase;
}

.impact-panel > h3 {
    max-width: 350px;
    margin: 5px 0 14px;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.45px;
    line-height: 1.17;
}

.impact-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.impact-stat {
    min-height: 84px;
    padding: 13px;
    border-radius: 4px;
    background: #092b49;
}

.impact-stat strong,
.impact-stat small {
    display: block;
}

.impact-stat strong {
    color: #ff941f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(25px, 2.45vw, 32px);
    font-weight: 800;
    letter-spacing: -.8px;
    line-height: 1;
}

.impact-stat--2 strong {
    color: #45ff8a;
}

.impact-stat--3 strong {
    color: #ffffff;
}

.impact-stat small {
    margin-top: 7px;
    color: #b9c8d8;
    font-size: 10px;
    line-height: 1.35;
}

.impact-registration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 32px;
    margin-top: 12px;
    padding: 7px 10px;
    color: #b7c7d9;
    background: #2a4b6a;
    font-size: 10px;
    line-height: 1.4;
}

.impact-registration i {
    flex: 0 0 auto;
    color: #44ff8b;
    font-size: 18px;
}

.compliance-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 91px;
    padding: 14px 15px;
    border-radius: 7px;
    background: #eef3ff;
}

.compliance-card h3 {
    margin: 4px 0 4px;
    color: #071f38;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.compliance-card p {
    margin: 0;
    color: #4f5561;
    font-size: 10.5px;
    line-height: 1.45;
}

.compliance-ring {
    width: 49px;
    height: 49px;
    border: 5px solid #ff922b;
    border-radius: 50%;
}

@media (max-width: 1000px) {
    .about-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-content > h2,
    .about-description {
        max-width: none;
    }

    .about-side {
        grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
        align-items: stretch;
    }

    .compliance-card {
        align-content: center;
    }
}

@media (max-width: 720px) {
    .about-section {
        padding: 48px 0;
    }

    .about-content > h2 {
        font-size: clamp(28px, 8.5vw, 36px);
    }

    .about-cards,
    .about-side {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .about-cards,
    .impact-stats {
        grid-template-columns: 1fr;
    }

    .impact-panel {
        padding: 16px;
    }

    .impact-stat {
        min-height: 76px;
    }

    .compliance-card {
        grid-template-columns: 1fr;
    }

    .compliance-ring {
        width: 42px;
        height: 42px;
    }
}

.section-head {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 36px
}

.section-head p {
    font-size: 14px
}

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

.card-grid.four {
    grid-template-columns: repeat(4, 1fr)
}

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

.card,
.job-card,
.benefit {
    background: #fff;
    border: 1px solid var(--border);
    border-top: 3px solid var(--secondary);
    border-radius: var(--radius);
    padding: 24px;
    transition: .28s
}

.card:hover,
.job-card:hover,
.benefit:hover,
.image-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow)
}

.card h3,
.job-card h3,
.benefit h3 {
    font-size: 16px;
    margin: 12px 0
}

.card p,
.card li,
.benefit p {
    font-size: 12px
}

.card ul {
    list-style: none;
    padding: 0
}

.card li i {
    color: #16a34a;
    margin-right: 8px
}

.card a,
.image-card a,
.job-card a {
    font-size: 11px;
    color: var(--secondary);
    font-weight: 700
}

.image-grid {
    display: grid;
    gap: 22px
}

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

.image-card {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: .28s
}

.image-card img {
    width: 100%;
    height: 190px;
    object-fit: cover
}

.image-card>div {
    padding: 18px
}

.image-card h3 {
    font-size: 16px
}

.image-card p {
    font-size: 12px
}

.section-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 30px
}

.job-card>div {
    display: flex;
    justify-content: space-between
}

.job-card>div span {
    background: #eef2ff;
    color: #3b4d74;
    padding: 4px 8px;
    font-size: 9px;
    font-weight: 800
}

.job-card small {
    color: #16a34a;
    font-size: 10px
}

.job-card p {
    font-size: 12px
}

.job-card dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 12px;
    font-size: 10px;
    background: var(--bg);
    padding: 12px
}

.job-card dt {
    color: var(--muted)
}

.job-card dd {
    margin: 0;
    font-weight: 700
}

.benefit i {
    background: var(--primary);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    display: grid;
    place-items: center
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px
}

.steps article {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 22px
}

.steps b {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 34px;
    color: #e7edf5
}

.steps i {
    color: var(--secondary);
    font-size: 23px
}

.steps h3 {
    font-size: 14px
}

.steps p {
    font-size: 11px
}

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

.gallery figure {
    margin: 0;
    position: relative;
    height: 270px;
    overflow: hidden;
    border-radius: 6px
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.gallery figure:hover img {
    transform: scale(1.06)
}

.gallery figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 45px 20px 18px;
    color: #fff;
    background: linear-gradient(transparent, rgba(3, 20, 37, .95))
}

.gallery b,
.gallery span {
    display: block
}

.gallery span {
    font-size: 11px;
    color: #cfdae5
}

.brochure {
    background: var(--primary);
    color: #fff;
    padding: 50px 0;
    border-top: 5px solid var(--secondary)
}

.brochure .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.brochure h2 {
    font-size: 30px;
    margin: 8px 0
}

.brochure p {
    color: #c4d3e2
}

.contact-grid {
    display: grid;
    grid-template-columns: .75fr 1.3fr;
    gap: 25px
}

.contact-grid aside,
.contact-grid form {
    background: #fff;
    border: 1px solid var(--border);
    padding: 28px;
    border-radius: 6px
}

.contact-grid aside>a,
.contact-grid aside>p {
    display: block;
    background: #eff4ff;
    padding: 12px;
    margin: 8px 0;
    font-size: 13px
}

.contact-grid aside i {
    color: var(--secondary);
    margin-right: 10px
}

.contact-grid .whatsapp-bar {
    background: #0e6b35;
    color: #fff;
    text-align: center
}

.map {
    height: 190px;
    margin-top: 15px;
    background: #e6edf6;
    display: grid;
    place-items: center;
    text-align: center
}

.map iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.map i,
.map b,
.map span {
    display: block
}

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

.form-grid label {
    font-size: 11px;
    font-weight: 700
}

.form-grid span {
    display: block;
    margin-bottom: 5px
}

.form-grid input,
.form-grid select,
.form-grid textarea {
    width: 100%;
    border: 1px solid #d8e1ee;
    background: #f8faff;
    padding: 11px;
    font: inherit;
    border-radius: 3px
}

.form-grid .wide {
    grid-column: 1/-1
}

.form-grid small {
    color: #dc2626
}

.contact form .btn {
    margin-top: 16px
}

.alert {
    padding: 12px;
    background: #dcfce7;
    color: #166534;
    margin-bottom: 20px;
    border-radius: 4px
}

footer {
    background: #071e35;
    color: #c7d6e4;
    border-top: 4px solid var(--secondary);
    padding-top: 50px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
    gap: 40px
}

.footer-grid h4 {
    color: #fff;
    font-size: 13px
}

.footer-grid a,
.footer-grid p {
    display: block;
    font-size: 11px;
    margin: 8px 0
}

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

.copyright {
    margin-top: 35px;
    padding: 18px 0;
    border-top: 1px solid #274058;
    font-size: 10px
}

.float-actions {
    position: fixed;
    right: 16px;
    bottom: 20px;
    display: grid;
    gap: 8px;
    z-index: 60
}

.float-actions>* {
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: #168c47;
    box-shadow: 0 4px 14px #0003
}

.float-actions>*:nth-child(2) {
    background: #1488cc
}

.float-actions button {
    background: var(--secondary)
}

.reveal {
    opacity: 1;
    transform: none
}

.js-enabled .animations-enabled .reveal {
    opacity: 0;
    transform: translateY(25px);
    transition:
        opacity .7s ease var(--reveal-delay, 0ms),
        transform .7s ease var(--reveal-delay, 0ms)
}

.js-enabled .animations-enabled .reveal.visible {
    opacity: 1;
    transform: none
}

.reveal.delay {
    --reveal-delay: 150ms
}

.legal {
    min-height: 70vh;
    padding: 80px 0
}

.legal h1 {
    color: var(--primary)
}

@media(max-width:1000px) {
    .navlinks {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        display: none;
        padding: 10px 25px;
        box-shadow: var(--shadow)
    }

    .navlinks.open {
        display: grid
    }

    .navlinks a {
        padding: 10px 0
    }

    .menu {
        display: block
    }

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

    .hero-card {
        display: none
    }

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

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

@media(max-width:720px) {
    .container {
        width: min(100% - 28px, 1180px)
    }

    .topbar .push,
    .topbar span:nth-child(2) {
        display: none
    }

    .hero-grid {
        min-height: 570px;
        padding-top: 55px
    }

    .hero-strip .container {
        grid-template-columns: 1fr 1fr
    }

    .hero-strip .container>div {
        padding: 10px
    }

    .hero-strip .container>div:nth-child(n+3) {
        display: none
    }

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

    .card-grid.four,
    .card-grid.three,
    .image-grid.three {
        grid-template-columns: 1fr
    }

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

    .section {
        padding: 58px 0
    }

    .section-row,
    .brochure .container {
        display: block
    }

    .section-row .btn,
    .brochure .btn {
        margin-top: 16px
    }

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

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

    .gallery figure {
        height: 230px
    }

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

    .form-grid .wide {
        grid-column: auto
    }

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

    .footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .hero h1 {
        font-size: 38px
    }

    .actions {
        flex-wrap: wrap
    }
}

@media(max-width:420px) {

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

    .hero h1 {
        font-size: 33px
    }

    .section h2 {
        font-size: 27px
    }

    .hero-strip .container {
        grid-template-columns: 1fr
    }

    .hero-strip .container>div:nth-child(2) {
        display: none
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important
    }

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    isolation: isolate
}

.section-head {
    position: static;
    z-index: auto;
    background: transparent;
    box-shadow: none
}

section[id] {
    scroll-margin-top: calc(var(--nav-height, 72px) + 18px)
}

.hero-bg {
    background-size: cover;
    background-position: center
}

.hero-logo {
    width: 130px;
    height: 130px;
    object-fit: contain;
    margin: auto;
    display: block
}

.card-image {
    width: 100%;
    height: 120px;
    object-fit: cover
}

.social-links {
    display: flex;
    gap: 12px
}

.social-links a {
    display: inline-flex;
    font-size: 18px
}

/* =========================================================
   FIGMA BANNER — USE WITH core/sections/hero.html
   All website text stays in the Django database.
   ========================================================= */

:root {
    --nav-height: 76px;
    --banner-accent: #ff982b;
}

img {
    max-width: 100%;
}

.site-header nav {
    height: 76px;
}

.site-header {
    z-index: 100;
}

.section-head {
    position: static;
    z-index: auto;
}

.figma-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #ffffff;
    background-color: var(--primary);
    font-family: "Inter", sans-serif;
}

.figma-banner__background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.figma-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(84, 102, 120, 0.94) 0%,
        rgba(76, 97, 119, 0.86) 45%,
        rgba(25, 58, 88, 0.78) 76%,
        rgba(0, 24, 48, 0.96) 100%
    );
}

.figma-banner__container {
    width: min(1260px, calc(100% - 80px));
    margin-inline: auto;
    padding-top: 28px;
    padding-bottom: 24px;
}

.figma-banner__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: center;
    gap: 60px;
    min-height: 395px;
}

.figma-banner__content {
    min-width: 0;
    padding-bottom: 10px;
}

.figma-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    padding: 5px 8px;
    border-radius: 2px;
    color: #ffdec0;
    background: rgba(255, 255, 255, 0.12);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.figma-banner__dot {
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--banner-accent);
}

.figma-banner__heading {
    margin: 38px 0 32px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(36px, 3.5vw, 48px);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -1.8px;
    overflow-wrap: break-word;
}

.figma-banner__heading-main,
.figma-banner__heading-accent {
    display: block;
}

.figma-banner__heading-main {
    color: #ffffff;
}

.figma-banner__heading-accent {
    margin-top: 4px;
    color: var(--banner-accent);
}

.figma-banner__description {
    max-width: 665px;
    margin: 0;
    color: #e8eef7;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.figma-banner__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 38px;
}

.figma-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 7px 23px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    color: #924700;
    background: #ffffff;
    box-shadow: 0 3px 0 rgba(20, 42, 65, 0.18);
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.figma-banner__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}

.figma-banner__button--whatsapp {
    color: #005328;
}

.figma-banner__button:focus-visible,
.site-header a:focus-visible,
.menu:focus-visible {
    outline: 3px solid var(--secondary);
    outline-offset: 4px;
}

.figma-banner__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding-top: 20px;
    text-align: center;
}

.figma-banner__logo-box {
    display: grid;
    place-items: center;
    width: 212px;
    height: 212px;
    padding: 12px;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        rgba(118, 129, 139, 0.75),
        rgba(36, 63, 94, 0.88)
    );
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.figma-banner__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.figma-banner__company {
    margin-top: 17px;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.figma-banner__company-subtitle {
    margin-top: 3px;
    color: #ffddc6;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.figma-banner__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    margin-top: 20px;
}

.figma-banner__badge {
    min-width: 0;
    padding: 8px;
    border-radius: 4px;
    background: rgba(7, 24, 51, 0.83);
    text-align: left;
}

.figma-banner__badge-label {
    display: block;
    color: #c7d1e6;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.figma-banner__badge-value {
    display: block;
    margin-top: 2px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.figma-banner__badge:first-child .figma-banner__badge-value {
    color: #ffdcc7;
}

.figma-banner__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.figma-banner__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 55px;
    padding: 8px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.075);
}

.figma-banner__feature-icon {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    color: var(--banner-accent);
    background: rgba(217, 119, 6, 0.15);
    font-size: 19px;
}

.figma-banner__feature--green .figma-banner__feature-icon {
    color: #59efa0;
    background: rgba(0, 133, 83, 0.35);
}

.figma-banner__feature-content {
    min-width: 0;
}

.figma-banner__feature-content strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.figma-banner__feature-content span {
    display: block;
    margin-top: 1px;
    color: #b6d0ef;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 1100px) {
    .figma-banner__container {
        width: calc(100% - 48px);
    }

    .figma-banner__main {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 30px;
    }

    .figma-banner__heading {
        font-size: 40px;
    }

    .figma-banner__description {
        font-size: 15px;
    }

    .figma-banner__features {
        gap: 10px;
    }

    .figma-banner__feature-content strong {
        font-size: 12px;
    }

    .figma-banner__feature-content span {
        font-size: 11px;
    }
}

@media (max-width: 1000px) {
    .site-header .navlinks {
        top: 100%;
        max-height: calc(100dvh - var(--nav-height));
        overflow-y: auto;
    }
}

@media (max-width: 850px) {
    .figma-banner__main {
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 24px;
    }

    .figma-banner__heading {
        font-size: 35px;
        letter-spacing: -1px;
    }

    .figma-banner__logo-box {
        width: 180px;
        height: 180px;
    }

    .figma-banner__company {
        font-size: 13px;
    }

    .figma-banner__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .figma-banner__container {
        width: calc(100% - 32px);
        padding-top: 26px;
        padding-bottom: 24px;
    }

    .figma-banner__main {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        min-height: auto;
    }

    .figma-banner__heading {
        margin-top: 25px;
        margin-bottom: 22px;
        font-size: clamp(29px, 7.8vw, 40px);
        letter-spacing: -1px;
    }

    .figma-banner__description {
        max-width: none;
        font-size: 14px;
        line-height: 1.7;
    }

    .figma-banner__actions {
        gap: 10px;
        margin-top: 25px;
    }

    .figma-banner__button {
        min-height: 40px;
        padding-inline: 18px;
        font-size: 12px;
    }

    .figma-banner__brand {
        width: min(100%, 360px);
        margin-inline: auto;
        padding-top: 0;
    }

    .figma-banner__logo-box {
        width: 165px;
        height: 165px;
    }

    .figma-banner__company {
        font-size: 14px;
    }

    .figma-banner__features {
        gap: 10px;
        margin-top: 26px;
    }

    .figma-banner__feature {
        align-items: flex-start;
        min-height: 72px;
    }

    .figma-banner__feature-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .figma-banner__feature-content strong {
        font-size: 11px;
    }

    .figma-banner__feature-content span {
        font-size: 10px;
    }

    .site-header .brand {
        max-width: calc(100% - 48px);
    }

    .site-header .brand b {
        font-size: 12px;
    }

    .site-header .brand img {
        max-width: 46px;
        object-fit: contain;
    }
}

@media (max-width: 360px) {
    .figma-banner__features {
        grid-template-columns: minmax(0, 1fr);
    }

    .figma-banner__feature {
        align-items: center;
        min-height: 55px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .figma-banner__button {
        transition: none;
    }

    .figma-banner__button:hover {
        transform: none;
    }
}
