@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-100.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-100.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-200.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-200.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-300.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-400.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-500.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-500.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-600.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-700.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-800.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-800.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/raleway/raleway-normal-900.woff2') format('woff2'), url('../fonts/raleway/raleway-normal-900.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-100.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-100.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-200.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-200.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-300.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-400.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-500.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-500.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-600.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-700.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-800.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-800.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/raleway/raleway-italic-900.woff2') format('woff2'), url('../fonts/raleway/raleway-italic-900.ttf') format('truetype');
}

@font-face {
    font-family: 'Photograph Signature';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/photograph-signature.woff2') format('woff2'), url('../fonts/photograph-signature.ttf') format('truetype');
}

:root {
    --primary: #464543;
    --secondary: #fffdfa;
    --surface: #fffdfa;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: var(--primary);
    font-family: 'Raleway', sans-serif;
    background: var(--surface);
}

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

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

p {
    margin: 0;
}

.page {
    overflow: clip;
}

.container {
    width: min(1140px, 100%);
    margin: 0 auto;
}

.hero-section .container {
    width: 100%;
    max-width: none;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background-image: var(--hero-image, url('../img/mentora-negocios-digitais-sandra-silvana-hero.png'));
    background-repeat: no-repeat;
    background-size: auto 100vh;
    background-position: left -2px;
    background-color: #fff;
}

.hero-section::before {
    content: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: start;
    min-height: 100vh;
}

.hero-spacer {
    min-height: 0;
}

.hero-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50vw - 2vw);
    max-width: calc(50vw - 2vw);
    margin-left: auto;
    padding: 0 36px 0 0;
    min-height: 100vh;
    text-align: center;
}

.hero-copy > * {
    position: relative;
    z-index: 1;
}

.hero-copy::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
}

.hero-script {
    margin: 0 0 26px;
    color: #000;
    font-family: 'Photograph Signature', sans-serif;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
}

.hero-title {
    margin: 0 0 25px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.35;
    text-shadow: 0 0 96px rgba(0, 0, 0, 0.3);
    white-space: pre-line;
}

.hero-divider,
.bottom-divider {
    padding: 8px 0;
}

.hero-divider::before,
.bottom-divider::before {
    content: '';
    display: block;
    height: 1px;
    margin: 0 auto;
}

.hero-divider::before {
    width: 51%;
    background: #000;
}

.hero-text {
    width: 100%;
    margin: 25px 0 60px;
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
}

.hero-text p + p {
    margin-top: 1em;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--secondary);
}

.social-icon img {
    width: 20px;
    height: 20px;
}

.links-section {
    background: var(--surface);
}

.links-stack {
    padding-top: 50px;
}

.links-group + .links-group {
    margin-top: 96px;
}

.links-heading {
    margin: 0 0 18px;
    color: #000;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.banner-link {
    display: block;
    margin-top: 50px;
}

.banner-link--static {
    cursor: default;
}

.links-stack > .banner-link:first-child {
    margin-top: 0;
}

.banner-link img {
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.bottom-spacer {
    height: 25px;
}

.bottom-divider::before {
    width: 89%;
    background: #000;
}

.contact-section {
    padding: 96px 0 80px;
    background: var(--surface);
}

.contact-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-heading {
    margin: 0 0 24px;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 30px;
    border-radius: 6px;
    background: #57b637;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.3s;
}

.contact-button:hover {
    background: #a4bf9b;
}

.contact-button img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
    .container {
        width: min(1024px, 100%);
    }

    .hero-script {
        font-size: 17px;
    }

    .hero-title,
    .hero-text {
        font-size: 17px;
    }

    .links-heading {
        font-size: 28px;
    }

    .contact-heading {
        font-size: 26px;
    }

    .contact-button {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .container {
        width: min(767px, 100%);
    }

    .hero-section {
        background-color: #fff;
        min-height: auto;
        background-image: var(--hero-image, url('../img/mentora-negocios-digitais-sandra-silvana-hero.png'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 32% top;
    }

    .hero-section::before {
        content: none;
    }

    .hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .hero-spacer {
        min-height: 420px;
    }

    .hero-copy {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 0;
        min-height: auto;
    }

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

    .hero-spacer {
        min-height: 0;
    }

    .hero-copy {
        padding-bottom: 0;
    }

    .hero-script {
        margin: 350px 0 0;
        font-size: 37px;
    }

    .hero-title {
        margin: 0 7px;
        font-size: 19px;
        text-shadow: none;
    }

    .hero-text {
        width: calc(100% - 50px);
        margin: 25px;
        font-size: 16px;
    }

    .links-stack {
        padding-top: 50px;
    }

    .links-group + .links-group {
        margin-top: 48px;
    }

    .contact-section {
        padding: 48px 0 56px;
    }

    .contact-heading {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .contact-button {
        gap: 10px;
        padding: 12px 24px;
        font-size: 16px;
    }

    .banner-link {
        margin-top: 50px;
        padding: 0 7px;
    }
}
