@font-face {
    font-family: WindsorPro;
    src: url('../fonts/WindsorPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: KottoSlab;
    src: url('../fonts/KottoSlab-Book.woff2') format('woff2');
    font-weight: 400;
    font-display: swap
}

:root {
    --navy: #19244c;
    --blue: #253c96;
    --orange: #f36b2e;
    --mango: #f59a1e;
    --sand: #f4eee5;
    --ink: #121a38;
    --white: #fff;
    --display: WindsorPro,Georgia,'Times New Roman',serif;
    --body: KottoSlab,'Trebuchet MS',Arial,sans-serif
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px
}

body {
    margin: 0;
    background: var(--sand);
    color: var(--navy);
    font-family: var(--body);
    overflow-x: hidden
}

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

a {
    text-decoration: none
}

.section-space {
    padding: clamp(5rem,9vw,9rem) 0
}

.site-header {
    background: var(--mango);
    border-bottom: 1px solid rgba(25,36,76,.15)
}

.navbar {
    min-height: 88px
}

.navbar-brand img {
    display: block;
    width: clamp(175px,18vw,235px);
    height: 58px;
    object-fit: contain;
    object-position: left center
}

.nav-link {
    color: var(--navy);
    font-weight: 700;
    letter-spacing: .02em
}

    .nav-link:hover {
        color: var(--blue)
    }

.btn-header, .btn-brand {
    border: 0;
    border-radius: 99px;
    background: var(--navy);
    color: var(--white);
    font-weight: 700;
    padding: .88rem 1.35rem;
    transition: .25s
}

    .btn-header:hover, .btn-brand:hover {
        background: var(--blue);
        color: var(--white);
        transform: translateY(-2px)
    }

    .btn-header span, .btn-brand span {
        margin-left: .45rem
    }

.btn-outline-brand {
    border: 1px solid var(--navy);
    border-radius: 99px;
    color: var(--navy);
    font-weight: 700;
    padding: .82rem 1.35rem
}

    .btn-outline-brand:hover {
        background: var(--navy);
        color: #fff
    }

.navbar-toggler {
    border: 0;
    padding: .5rem
}

    .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar-toggler span {
        display: block;
        width: 28px;
        height: 2px;
        background: var(--navy);
        margin: 6px
    }

.hero-section {
    position: relative;
    background: var(--mango);
    overflow: hidden
}

    .hero-section:after {
        content: '';
        position: absolute;
        right: -15%;
        bottom: -40%;
        width: 50vw;
        height: 50vw;
        border: 1px solid rgba(25,36,76,.18);
        border-radius: 50%;
        pointer-events: none
    }

.min-vh-hero {
    min-height: calc(100vh - 89px);
    padding: 5rem 0 7rem
}

.eyebrow, .section-kicker {
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase
}

    .eyebrow:before, .section-kicker:before {
        content: '';
        display: inline-block;
        width: 38px;
        height: 3px;
        background: var(--orange);
        vertical-align: middle;
        margin-right: 12px
    }

.hero-section .eyebrow:before {
    background: var(--navy)
}

.display-title, .section-title, .contact-title {
    font-family: var(--display);
    font-weight: 700;
    line-height: .94;
    letter-spacing: -.045em
}

.display-title {
    font-size: clamp(4rem,8.2vw,8.8rem);
    color: var(--navy)
}

    .display-title span {
        color: var(--orange)
    }

.hero-copy {
    font-size: clamp(1.08rem,1.6vw,1.38rem);
    line-height: 1.6;
    max-width: 650px
}

.hero-tags {
    position: absolute;
    left: 12px;
    bottom: 1.75rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .15em
}

    .hero-tags i {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--orange)
    }

.growth-object {
    position: relative;
    width: min(100%,480px);
    aspect-ratio: .82;
    margin: auto;
    filter: drop-shadow(0 30px 25px rgba(25,36,76,.13))
}

.tower-floor {
    position: absolute;
    left: 8%;
    width: 83%;
    height: 19%;
    background: var(--navy);
    clip-path: polygon(0 58%,76% 0,95% 23%,100% 100%,76% 61%,0 100%)
}

.floor-1 {
    bottom: 5%;
    transform: scale(1.12);
    transform-origin: center bottom
}

.floor-2 {
    bottom: 26%;
    transform: scale(.96)
}

.floor-3 {
    bottom: 47%;
    transform: scale(.8)
}

.floor-4 {
    bottom: 68%;
    transform: scale(.64)
}

.growth-path {
    position: absolute;
    inset: 10% 6% 5%;
    background: var(--orange);
    clip-path: polygon(5% 91%,51% 72%,75% 67%,85% 58%,56% 48%,40% 41%,61% 31%,67% 26%,44% 19%,58% 11%,53% 8%,35% 17%,56% 25%,49% 29%,26% 40%,64% 57%,70% 61%,45% 66%,0 87%)
}

.person-i {
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 2
}

    .person-i i {
        display: block;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: var(--mango);
        margin: auto auto 5px
    }

    .person-i b {
        display: block;
        width: 13px;
        height: 50px;
        border-radius: 9px 9px 2px 2px;
        background: var(--mango)
    }

.orbit {
    position: absolute;
    border: 1px solid rgba(37,60,150,.25);
    border-radius: 50%
}

.orbit-a {
    width: 90px;
    height: 90px;
    right: -1%;
    top: 8%
}

.orbit-b {
    width: 28px;
    height: 28px;
    left: 0;
    bottom: 19%;
    background: var(--blue);
    border: 0
}

.reveal-up {
    animation: rise .8s both
}

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

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

.delay-3 {
    animation-delay: .3s
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.vision-section {
    background: var(--sand)
}

.section-number {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
    border-top: 1px solid rgba(25,36,76,.25);
    padding-top: 1rem
}

    .section-number.light {
        color: rgba(255,255,255,.75);
        border-color: rgba(255,255,255,.25)
    }

.section-title {
    font-size: clamp(3rem,6vw,6.5rem)
}

    .section-title em {
        color: var(--orange);
        font-style: normal
    }

.body-copy {
    font-size: 1.06rem;
    line-height: 1.75;
    color: #44506d
}

.vision-mark {
    position: relative;
    width: 220px;
    height: 220px;
    margin-top: 3rem
}

    .vision-mark span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 46px
    }

        .vision-mark span:nth-child(1) {
            top: 0;
            transform: scale(.62);
            transform-origin: left
        }

        .vision-mark span:nth-child(2) {
            top: 74px;
            transform: scale(.81);
            transform-origin: left
        }

        .vision-mark span:nth-child(3) {
            top: 150px
        }

.solutions-section {
    background: var(--navy)
}

.section-intro {
    color: rgba(255,255,255,.7);
    font-size: 1.12rem;
    line-height: 1.65
}

.solution-card {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    border-radius: 2px;
    padding: 2rem;
    color: var(--navy);
    display: flex;
    flex-direction: column
}

.mango-card {
    background: var(--mango)
}

.orange-card {
    background: var(--orange)
}

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

.solution-card h3 {
    font-family: var(--display);
    font-size: clamp(2.4rem,4vw,3.8rem);
    line-height: .98;
    margin-bottom: 1.2rem
}

.solution-card p:not(.card-index) {
    line-height: 1.65;
    max-width: 92%
}

.solution-card a {
    margin-top: auto;
    color: inherit;
    font-weight: 800;
    border-top: 1px solid currentColor;
    padding-top: 1rem
}

    .solution-card a span {
        float: right
    }

.card-index {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em
}

.solution-art {
    position: relative;
    height: 245px;
    margin: -2rem -2rem 2rem;
    overflow: hidden
}

.strategy-art span {
    position: absolute;
    width: 130%;
    height: 72px;
    background: var(--navy);
    transform: rotate(-18deg);
    left: -13%
}

    .strategy-art span:nth-child(1) {
        top: 10px
    }

    .strategy-art span:nth-child(2) {
        top: 95px
    }

    .strategy-art span:nth-child(3) {
        top: 180px
    }

.brand-art {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-family: var(--display);
    font-size: 10rem;
    font-weight: bold;
    color: var(--navy)
}

    .brand-art span:first-child {
        color: var(--mango)
    }

.performance-art span {
    position: absolute;
    bottom: 24px;
    width: 52px;
    background: var(--mango);
    border-radius: 40px 40px 0 0
}

    .performance-art span:nth-child(1) {
        height: 55px;
        left: 15%
    }

    .performance-art span:nth-child(2) {
        height: 105px;
        left: 35%;
        background: var(--orange)
    }

    .performance-art span:nth-child(3) {
        height: 155px;
        left: 55%
    }

    .performance-art span:nth-child(4) {
        height: 210px;
        left: 75%;
        background: #fff
    }

.method-section {
    background: #fff
}

.method-road {
    border-left: 2px solid var(--mango);
    padding-left: clamp(1.5rem,4vw,4rem)
}

.method-step {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 2rem;
    align-items: center;
    padding: 1.8rem 0;
    border-bottom: 1px solid #d8dbe4;
    position: relative
}

    .method-step:before {
        content: '';
        position: absolute;
        left: calc(clamp(1.5rem,4vw,4rem) * -1 - 7px);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--orange)
    }

    .method-step small {
        font-size: .67rem;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: var(--blue)
    }

    .method-step h3 {
        font-family: var(--display);
        font-size: 2.4rem;
        margin: .25rem 0
    }

    .method-step p {
        color: #59637b;
        margin: 0
    }

.method-icon {
    width: 130px;
    height: 130px;
    position: relative;
    background: var(--sand);
    border-radius: 50%
}

.diagnostic-icon span {
    position: absolute;
    width: 56px;
    height: 56px;
    border: 12px solid var(--blue);
    border-radius: 50%;
    left: 28px;
    top: 25px
}

    .diagnostic-icon span:after {
        content: '';
        position: absolute;
        width: 48px;
        height: 12px;
        background: var(--orange);
        transform: rotate(45deg);
        left: 37px;
        top: 48px;
        border-radius: 6px
    }

.strategy-icon span {
    position: absolute;
    left: 24px;
    width: 83px;
    height: 20px;
    background: var(--navy);
    transform: skewY(-17deg)
}

    .strategy-icon span:nth-child(1) {
        top: 28px
    }

    .strategy-icon span:nth-child(2) {
        top: 57px;
        background: var(--orange)
    }

    .strategy-icon span:nth-child(3) {
        top: 86px
    }

.action-icon span {
    position: absolute;
    inset: 25px;
    border: 10px solid var(--orange);
    border-left-color: transparent;
    border-radius: 50%
}

    .action-icon span:after {
        content: '↗';
        font: bold 54px Arial;
        color: var(--blue);
        position: absolute;
        left: 19px;
        top: 0
    }

.scale-icon span {
    position: absolute;
    bottom: 27px;
    width: 20px;
    background: var(--blue)
}

    .scale-icon span:nth-child(1) {
        height: 35px;
        left: 25px
    }

    .scale-icon span:nth-child(2) {
        height: 62px;
        left: 55px;
        background: var(--orange)
    }

    .scale-icon span:nth-child(3) {
        height: 88px;
        left: 85px
    }

.manifesto-section {
    position: relative;
    overflow: hidden;
    background: var(--blue);
    color: #fff;
    padding: clamp(6rem,11vw,11rem) 0
}

    .manifesto-section blockquote {
        position: relative;
        z-index: 2;
        font-family: var(--display);
        font-size: clamp(2.6rem,5.7vw,6rem);
        line-height: 1.05;
        max-width: 1050px;
        margin: 3rem 0
    }

.manifesto-signature {
    color: var(--mango);
    font-weight: 800;
    letter-spacing: .08em
}

.manifesto-art {
    position: absolute;
    width: 520px;
    height: 520px;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .16
}

    .manifesto-art span {
        position: absolute;
        width: 100%;
        height: 95px;
        background: #fff;
        transform: rotate(-17deg)
    }

        .manifesto-art span:nth-child(1) {
            top: 60px
        }

        .manifesto-art span:nth-child(2) {
            top: 190px
        }

        .manifesto-art span:nth-child(3) {
            top: 320px
        }

    .manifesto-art i {
        position: absolute;
        z-index: 2;
        font-family: var(--display);
        font-size: 13rem;
        color: var(--mango);
        left: 42%;
        top: 22%;
        font-style: normal
    }

.contact-section {
    background: var(--mango)
}

.contact-title {
    font-size: clamp(3rem,6.5vw,7.2rem)
}

    .contact-title span {
        color: var(--orange)
    }

.contact-orb {
    display: inline-flex;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 1.6rem;
    font-weight: 800;
    font-size: 1.15rem;
    transition: .3s
}

    .contact-orb i {
        font-style: normal;
        font-size: 2rem
    }

    .contact-orb:hover {
        background: var(--blue);
        color: #fff;
        transform: rotate(-5deg) scale(1.04)
    }

.site-footer {
    background: var(--navy);
    color: rgba(255,255,255,.72);
    padding: 2.3rem 0;
    font-size: .75rem
}

    .site-footer p {
        margin: 0
    }

.footer-logo {
    width: 180px;
    height: 55px;
    object-fit: contain;
    object-position: left
}

@media(max-width:991.98px) {
    .navbar-collapse {
        display: none;
        position: absolute;
        top: 88px;
        left: 0;
        right: 0;
        background: var(--mango);
        padding: 1.25rem 1.5rem 2rem;
        border-top: 1px solid rgba(25,36,76,.15)
    }

        .navbar-collapse.menu-aberto {
            display: block
        }

    .navbar-nav {
        align-items: stretch !important
    }

    .nav-link {
        padding: .8rem 0
    }

    .btn-header {
        display: block;
        margin-top: .7rem;
        text-align: center
    }

    .min-vh-hero {
        padding-top: 4rem
    }

    .growth-object {
        max-width: 410px
    }

    .hero-tags {
        position: relative;
        left: auto;
        bottom: auto;
        padding-bottom: 1.5rem;
        flex-wrap: wrap
    }

    .method-road {
        margin-top: 1rem
    }

    .manifesto-art {
        right: -280px
    }

    .contact-orb {
        width: 170px;
        height: 170px
    }
}

@media(max-width:575.98px) {
    .navbar-brand img {
        width: 155px
    }

    .display-title {
        font-size: 3.55rem
    }

    .hero-copy {
        font-size: 1rem
    }

    .growth-object {
        width: 92%
    }

    .solution-card {
        min-height: 540px
    }

    .method-step {
        grid-template-columns: 1fr
    }

    .method-icon {
        width: 105px;
        height: 105px;
        transform: scale(.82);
        transform-origin: left center
    }

    .hero-tags {
        font-size: .58rem;
        gap: .6rem
    }

    .contact-orb {
        width: 150px;
        height: 150px
    }

    .section-space {
        padding: 4.5rem 0
    }
}

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

    .reveal-up {
        animation: none
    }

    .btn, .contact-orb {
        transition: none
    }
}

/* Composição principal iGROWAY — paleta oficial e proporções do hero */
.site-header {
    background: var(--blue);
    border-bottom: 1px solid rgba(255,255,255,.16)
}

    .site-header .nav-link {
        color: var(--white)
    }

        .site-header .nav-link:hover, .site-header .nav-link:focus {
            color: var(--mango)
        }

    .site-header .btn-header {
        background: var(--mango);
        color: var(--navy)
    }

        .site-header .btn-header:hover, .site-header .btn-header:focus {
            background: var(--orange);
            color: var(--white)
        }

    .site-header .navbar-toggler span {
        background: var(--white)
    }

.hero-section {
    background: var(--navy);
    color: var(--white)
}

    .hero-section:after {
        border-color: rgba(255,255,255,.12)
    }

    .hero-section .eyebrow {
        color: rgba(255,255,255,.88)
    }

        .hero-section .eyebrow:before {
            background: var(--mango)
        }

    .hero-section .display-title {
        max-width: 820px;
        color: var(--white);
        font-size: clamp(3.4rem,5vw,5.4rem);
        line-height: .96
    }

        .hero-section .display-title span {
            color: var(--orange)
        }

    .hero-section .hero-copy {
        max-width: 610px;
        color: rgba(255,255,255,.78)
    }

    .hero-section .btn-brand {
        background: var(--mango);
        color: var(--navy)
    }

        .hero-section .btn-brand:hover, .hero-section .btn-brand:focus {
            background: var(--orange);
            color: var(--white)
        }

    .hero-section .btn-outline-brand {
        border-color: rgba(255,255,255,.72);
        color: var(--white)
    }

        .hero-section .btn-outline-brand:hover, .hero-section .btn-outline-brand:focus {
            border-color: var(--white);
            background: var(--white);
            color: var(--navy)
        }

    .hero-section .hero-tags {
        color: rgba(255,255,255,.72)
    }

.min-vh-hero {
    min-height: calc(100svh - 89px);
    padding: clamp(3.5rem,6vh,5rem) 0 6rem
}

.growth-object {
    width: min(100%,420px)
}

.tower-floor {
    background: var(--blue)
}

.orbit {
    border-color: rgba(255,255,255,.22)
}

.orbit-b {
    background: var(--mango)
}

@media(max-width:991.98px) {
    .navbar-collapse {
        background: var(--blue);
        border-top-color: rgba(255,255,255,.16)
    }

    .growth-object {
        max-width: 370px
    }
}

@media(max-width:575.98px) {
    .hero-section .display-title {
        font-size: clamp(3rem,15vw,3.7rem)
    }

    .min-vh-hero {
        padding-top: 3rem
    }
}

/* Hero editorial — reprodução do conceito visual aprovado */
.hero-section .min-vh-hero {
    padding: 4.7rem 0 5.8rem
}

.hero-content-column {
    position: relative;
    z-index: 2
}

.hero-section .eyebrow {
    margin-bottom: 2.35rem
}

.hero-section .display-title {
    max-width: 720px;
    margin-bottom: 1.8rem;
    font-size: clamp(3.5rem,4.7vw,5.4rem);
    line-height: .91;
    letter-spacing: -.055em;
}

.hero-section .hero-copy {
    max-width: 690px;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.08rem,1.35vw,1.42rem);
    line-height: 1.65;
    color: rgba(255,255,255,.82);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.9rem
}

.hero-section .hero-actions .btn {
    padding: .9rem 1.4rem
}

.hero-section .btn-outline-brand {
    border-color: rgba(255,255,255,.72);
    color: var(--white)
}

    .hero-section .btn-outline-brand:hover, .hero-section .btn-outline-brand:focus {
        background: var(--white);
        color: var(--navy)
    }

.hero-section:after {
    display: none
}

.hero-tags {
    display: flex;
    color: rgba(255,255,255,.72)
}

.hero-signature {
    position: absolute;
    right: 12px;
    bottom: 1.55rem;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-family: var(--display);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.hero-orbit-object {
    position: relative;
    width: min(100%,570px);
    margin: 0 auto;
}

.hero-orbit-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: normal;
}

@media(max-width:1199.98px) {
    .hero-section .display-title {
        font-size: clamp(3.5rem,5.2vw,4.8rem)
    }

    .hero-orbit-object {
        max-width: 470px
    }
}

@media(max-width:991.98px) {
    .hero-section .min-vh-hero {
        padding: 4rem 0 5rem
    }

    .hero-section .display-title {
        max-width: 650px;
        font-size: clamp(3.4rem,8vw,4.8rem)
    }

    .hero-orbit-object {
        max-width: 470px;
        margin-top: 1rem
    }

    .hero-signature {
        position: relative;
        right: auto;
        bottom: auto;
        padding-bottom: 1.5rem;
        text-align: right
    }
}

@media(max-width:575.98px) {
    .hero-section .eyebrow {
        margin-bottom: 1.8rem
    }

    .hero-section .display-title {
        font-size: clamp(2.9rem,13vw,3.7rem);
        margin-bottom: 1.5rem
    }

    .hero-section .hero-copy {
        font-size: 1rem
    }

    .hero-actions {
        display: grid
    }

    .hero-section .hero-actions .btn {
        width: 100%
    }

    .hero-orbit-object {
        width: 94%
    }
}

/* Escala tipográfica equilibrada para desktop e notebook */
.section-title {
    font-size: clamp(2.7rem,4.2vw,5rem)
}

.solution-card h3 {
    font-size: clamp(2.15rem,2.75vw,3.25rem)
}

.method-step h3 {
    font-size: clamp(1.9rem,2.2vw,2.6rem)
}

.manifesto-section blockquote {
    font-size: clamp(2.5rem,4.2vw,5rem)
}

.contact-title {
    font-size: clamp(2.8rem,4.6vw,5.4rem)
}

@media(max-width:991.98px) {
    .hero-tags {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 2.25rem;
        padding-bottom: 0
    }

    .hero-signature {
        padding-top: 1rem
    }
}
