
/* ==========================================================
   VERTEX STUDIO — RESPONSIVE.CSS
   Responsividade completa para o novo index.html

   Breakpoints:
   1600px — monitores grandes
   1440px — desktops médios
   1280px — notebooks
   1180px — tablets horizontais
   1080px — menu mobile
   980px  — tablets
   768px  — telemóveis grandes
   640px  — telemóveis médios
   540px  — telemóveis pequenos
   420px  — ecrãs compactos
   360px  — largura mínima
========================================================== */


/* ==========================================================
   01. MONITORES MUITO GRANDES
========================================================== */
@media (min-width: 1600px) {
    :root {
        --container: 1520px;
        --container-padding: 40px;
    }

    .section {
        padding-block: 148px;
    }

    .hero__content {
        max-width: 1180px;
    }

    .hero__title {
        max-width: 1200px;
        font-size: 6.7rem;
    }

    .hero__description {
        max-width: 760px;
        font-size: 1.16rem;
    }

    .featured-plan__card {
        gap: 72px;
        padding: 62px;
    }

    .featured-plan__visual {
        min-height: 520px;
    }

    .browser-mockup {
        max-width: 680px;
    }

    .services-grid {
        gap: 26px;
    }

    .service-card {
        min-height: 530px;
        padding: 32px;
    }

    .portfolio-laptops {
        gap: 78px 46px;
    }

    .portfolio-laptop__viewport {
        height: 340px;
    }

    .about-preview__container {
        gap: 120px;
    }

    .about-preview__code-window {
        min-height: 580px;
    }

    .final-cta__container {
        gap: 100px;
    }
}


/* ==========================================================
   02. DESKTOPS MÉDIOS
========================================================== */
@media (max-width: 1440px) {
    :root {
        --container: 1320px;
    }

    .hero__title {
        font-size: clamp(4.5rem, 6.1vw, 6rem);
    }

    .hero__content {
        max-width: 1020px;
    }

    .featured-plan__card {
        gap: 44px;
        padding: 48px;
    }

    .service-card {
        min-height: 500px;
    }

    .portfolio-laptop__scene {
        min-height: 420px;
    }

    .portfolio-laptop__viewport {
        height: 290px;
    }

    .about-preview__container {
        gap: 82px;
    }
}


/* ==========================================================
   03. NOTEBOOKS
========================================================== */
@media (max-width: 1280px) {
    :root {
        --container-padding: 26px;
        --header-height: 86px;
    }

    .section {
        padding-block: 114px;
    }

    .site-logo {
        width: 154px;
    }

    .site-logo__image {
        height: 60px;
    }

    .main-navigation__list {
        gap: 2px;
    }

    .main-navigation__link {
        padding-inline: 9px;
        font-size: .77rem;
    }

    .site-header__actions .button {
        padding-inline: 17px;
    }

    .hero {
        padding-top: calc(var(--header-height) + 22px);
    }

    .hero__title {
        font-size: clamp(4rem, 5.8vw, 5.5rem);
    }

    .hero__description {
        max-width: 660px;
        font-size: 1.03rem;
    }

    .section-title {
        font-size: clamp(2.55rem, 4.4vw, 4rem);
    }

    .featured-plan__card {
        grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
        gap: 36px;
        padding: 40px;
    }

    .featured-plan__visual {
        min-height: 430px;
    }

    .featured-plan__features {
        gap: 12px 16px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card {
        min-height: 440px;
    }

    .portfolio-laptops {
        gap: 62px 32px;
    }

    .portfolio-laptop__scene {
        min-height: 390px;
    }

    .portfolio-laptop__viewport {
        height: 270px;
    }

    .about-preview__container {
        grid-template-columns: minmax(380px, .88fr) minmax(0, 1.12fr);
        gap: 70px;
    }

    .about-preview__code-window {
        min-height: 520px;
    }

    .site-footer__main {
        gap: 38px;
    }
}


/* ==========================================================
   04. TABLETS HORIZONTAIS
========================================================== */
@media (max-width: 1180px) {
    .section {
        padding-block: 108px;
    }

    .section-header {
        margin-bottom: 62px;
    }

    .featured-plan__card {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 36px;
    }

    .browser-mockup__screen {
        min-height: 330px;
    }

    .featured-plan__floating-card--one {
        left: -10px;
    }

    .featured-plan__floating-card--two {
        right: -8px;
    }

    .portfolio-laptop__scene {
        min-height: 365px;
    }

    .portfolio-laptop__viewport {
        height: 250px;
    }

    .advantages-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-preview__container {
        grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr);
        gap: 58px;
    }

    .about-preview__experience-card {
        left: -18px;
    }

    .final-cta__container {
        gap: 52px;
    }

    .site-footer__main {
        grid-template-columns:
            minmax(260px, 1.2fr)
            repeat(3, minmax(130px, .6fr));
    }
}


/* ==========================================================
   05. TROCA PARA MENU MOBILE
========================================================== */
@media (max-width: 1080px) {
    :root {
        --header-height: 80px;
    }

    .main-navigation {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .site-header__actions > .button {
        display: none;
    }

    .site-header {
        height: 80px;
    }

    .site-header.is-scrolled {
        height: 70px;
    }

    .site-logo {
        width: 150px;
    }

    .hero {
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 108px;
    }

    .hero__content {
        max-width: 930px;
    }

    .hero__title {
        font-size: clamp(4rem, 8vw, 5.8rem);
    }

    .hero__description {
        max-width: 700px;
    }

    .hero__magnetic-ring--one {
        right: -320px;
    }

    .hero__magnetic-ring--two {
        right: -170px;
    }

    .featured-plan__card {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .featured-plan__content {
        max-width: 760px;
    }

    .featured-plan__visual {
        min-height: 420px;
    }

    .browser-mockup {
        width: min(100%, 680px);
    }

    .featured-plan__floating-card--one {
        left: 4%;
    }

    .featured-plan__floating-card--two {
        right: 4%;
    }

    .featured-plan__floating-card--three {
        left: 16%;
    }

    .portfolio-laptops {
        grid-template-columns: 1fr;
        gap: 72px;
    }

    .portfolio-laptop__scene {
        min-height: 470px;
    }

    .portfolio-laptop__viewport {
        height: 330px;
    }

    .about-preview__container {
        grid-template-columns: 1fr;
        gap: 66px;
    }

    .about-preview__visual {
        width: min(100%, 680px);
        margin-inline: auto;
    }

    .about-preview__content {
        max-width: 820px;
    }
}


/* ==========================================================
   06. TABLETS
========================================================== */
@media (max-width: 980px) {
    .section {
        padding-block: 98px;
    }

    .section-header {
        margin-bottom: 56px;
    }

    .section-header--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-header__side {
        max-width: 700px;
    }

    .hero {
        padding-top: 120px;
        padding-bottom: 96px;
    }

    .hero__title {
        font-size: clamp(3.75rem, 8.4vw, 5.35rem);
    }

    .hero__light-beam {
        height: 170px;
    }

    .featured-plan__card {
        padding: 34px;
    }

    .featured-plan__price strong {
        font-size: 4.8rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-laptop__scene {
        min-height: 435px;
    }

    .portfolio-laptop__viewport {
        height: 300px;
    }

    .process-step {
        grid-template-columns: 74px 1fr;
        gap: 22px;
        min-height: 210px;
    }

    .process-timeline__line {
        left: 36px;
        transform: none;
    }

    .process-step__marker {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .process-step:nth-of-type(odd) .process-step__content,
    .process-step:nth-of-type(even) .process-step__content {
        grid-column: 2;
        grid-row: 1;
        justify-self: stretch;
        width: 100%;
        text-align: left;
    }

    .process-step:nth-of-type(odd):hover .process-step__content,
    .process-step:nth-of-type(even):hover .process-step__content {
        transform: translateX(7px);
    }

    .about-preview__code-window {
        min-height: 500px;
    }

    .final-cta__container {
        align-items: flex-start;
        flex-direction: column;
        gap: 34px;
    }

    .site-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        max-width: 530px;
    }
}


/* ==========================================================
   07. TELEFONES GRANDES E TABLETS VERTICAIS
========================================================== */
@media (max-width: 768px) {
    :root {
        --container-padding: 20px;
        --header-height: 74px;
    }

    html {
        scroll-padding-top: 84px;
    }

    body {
        font-size: .96rem;
    }

    .section {
        padding-block: 86px;
    }

    .section-header {
        margin-bottom: 48px;
    }

    .section-title {
        font-size: clamp(2.2rem, 8.5vw, 3.45rem);
        line-height: 1.04;
    }

    .section-description {
        margin-top: 18px;
        font-size: .96rem;
    }

    .section-eyebrow {
        gap: 9px;
        font-size: .64rem;
        letter-spacing: .2em;
    }

    .section-eyebrow__line {
        width: 22px;
    }

    .mixed-heading__script,
    .final-cta__script {
        font-size: clamp(2.35rem, 9vw, 3.6rem);
    }

    .site-header {
        height: 74px;
    }

    .site-header.is-scrolled {
        height: 66px;
    }

    .site-logo {
        width: 140px;
    }

    .site-logo__image {
        height: 54px;
    }

    .menu-toggle {
        width: 43px;
        height: 43px;
    }

    .hero {
        padding-top: 108px;
        padding-bottom: 86px;
    }

    .hero__title {
        font-size: clamp(3rem, 11.3vw, 4.5rem);
        line-height: 1;
    }

    .hero__title-line + .hero__title-line {
        margin-top: 5px;
    }

    .hero__description {
        margin-top: 22px;
        font-size: .98rem;
        line-height: 1.7;
    }

    .hero__actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 28px;
    }

    .hero__actions .button {
        width: 100%;
        min-height: 55px;
    }

    .hero__trust {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 32px;
    }

    .hero__magnetic-ring {
        opacity: .6;
    }

    .scroll-indicator,
    .custom-cursor {
        display: none;
    }

    .technology-strip__group {
        gap: 23px;
        padding-block: 18px;
    }

    .technology-strip__item {
        font-size: .68rem;
    }

    .featured-plan__card {
        padding: 28px;
        border-radius: 24px;
    }

    .featured-plan__animated-border {
        border-radius: 26px;
    }

    .featured-plan__animated-border::after {
        border-radius: 23px;
    }

    .featured-plan__price strong {
        font-size: 4.15rem;
    }

    .featured-plan__features {
        grid-template-columns: 1fr;
    }

    .featured-plan__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .featured-plan__actions .button {
        width: 100%;
    }

    .featured-plan__visual {
        min-height: 360px;
    }

    .browser-mockup {
        transform: none;
    }

    .browser-mockup__screen {
        min-height: 310px;
        padding: 22px;
    }

    .featured-plan__floating-card--one {
        left: 0;
    }

    .featured-plan__floating-card--two {
        right: 0;
    }

    .featured-plan__floating-card--three {
        left: 10%;
    }

    .services-grid,
    .advantages-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: auto;
        padding: 26px;
    }

    .portfolio-laptop__scene {
        min-height: 390px;
    }

    .portfolio-laptop__viewport {
        height: 265px;
    }

    .portfolio-laptop__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .portfolio-laptop__technologies {
        justify-content: flex-start;
    }

    .process-step {
        grid-template-columns: 58px 1fr;
        gap: 16px;
        min-height: 195px;
    }

    .process-timeline__line {
        left: 28px;
    }

    .process-step__marker {
        width: 52px;
        height: 52px;
    }

    .process-step__content {
        padding: 24px 22px;
    }

    .about-preview__code-window {
        min-height: 470px;
    }

    .about-preview__experience-card {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 16px;
    }

    .about-preview__stats {
        grid-template-columns: 1fr;
    }

    .about-stat {
        min-height: auto;
    }

    .final-cta {
        padding-block: 72px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .floating-whatsapp {
        right: 18px;
        bottom: 18px;
        min-width: 54px;
        padding-inline: 14px;
    }

    .floating-whatsapp__text {
        display: none;
    }

    .back-to-top {
        right: 22px;
        bottom: 84px;
    }
}


/* ==========================================================
   08. TELEFONES MÉDIOS
========================================================== */
@media (max-width: 640px) {
    .container {
        width: calc(100% - 36px);
    }

    .section {
        padding-block: 80px;
    }

    .mobile-menu__content {
        padding: 20px 22px 30px;
    }

    .mobile-menu__header {
        padding-bottom: 22px;
    }

    .mobile-menu nav {
        padding-block: 26px;
    }

    .mobile-menu__list a {
        padding-block: 12px;
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }

    .mobile-menu__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .mobile-menu__footer .button {
        width: 100%;
    }

    .hero {
        padding-top: 102px;
    }

    .hero__title {
        font-size: clamp(2.75rem, 12vw, 3.95rem);
    }

    .hero__script-word {
        margin-inline: .04em;
    }

    .hero__trust {
        flex-direction: column;
        gap: 12px;
    }

    .hero__trust-divider {
        display: none;
    }

    .featured-plan__card {
        padding: 25px;
    }

    .featured-plan__badge {
        margin-bottom: 24px;
    }

    .featured-plan__price strong {
        font-size: 3.85rem;
    }

    .featured-plan__contract {
        max-width: 100%;
    }

    .featured-plan__visual {
        min-height: 330px;
    }

    .browser-mockup__screen {
        min-height: 290px;
    }

    .browser-mockup__cards {
        margin-top: 44px;
    }

    .featured-plan__floating-card {
        min-width: 105px;
        padding: 12px 13px;
    }

    .service-card__title {
        font-size: 1.36rem;
    }

    .portfolio-laptop__scene {
        min-height: 350px;
    }

    .portfolio-laptop__viewport {
        height: 230px;
    }

    .portfolio-laptop__title {
        font-size: 1.4rem;
    }

    .process-step__content h3 {
        font-size: 1.24rem;
    }

    .about-preview__lead {
        font-size: 1rem;
    }

    .about-preview__code-body {
        padding-inline: 32px;
    }

    .final-cta h2 {
        font-size: 2.35rem;
    }

    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .site-footer__brand {
        grid-column: auto;
    }

    .site-footer__legal {
        flex-direction: column;
        gap: 9px;
    }
}


/* ==========================================================
   09. TELEFONES PEQUENOS
========================================================== */
@media (max-width: 540px) {
    :root {
        --container-padding: 18px;
    }

    .container {
        width: calc(100% - 34px);
    }

    .section {
        padding-block: 72px;
    }

    .section-header {
        margin-bottom: 42px;
    }

    .section-title {
        font-size: clamp(1.95rem, 10.4vw, 2.75rem);
    }

    .section-eyebrow {
        font-size: .59rem;
        letter-spacing: .15em;
    }

    .section-eyebrow__line {
        width: 16px;
    }

    .mixed-heading__script,
    .final-cta__script {
        font-size: 2.6rem;
    }

    .site-logo {
        width: 132px;
    }

    .site-logo__image {
        height: 50px;
    }

    .hero {
        padding-top: 96px;
        padding-bottom: 72px;
    }

    .hero__eyebrow {
        margin-bottom: 18px;
    }

    .hero__title {
        font-size: clamp(2.35rem, 12.2vw, 3.25rem);
        letter-spacing: -.062em;
    }

    .hero__script-word {
        display: inline;
        font-size: 1.03em;
    }

    .hero__description {
        font-size: .92rem;
    }

    .hero__actions {
        margin-top: 24px;
    }

    .hero__actions .button {
        min-height: 52px;
    }

    .technology-strip::before,
    .technology-strip::after {
        width: 54px;
    }

    .featured-plan__card {
        padding: 21px;
        border-radius: 20px;
    }

    .featured-plan__animated-border {
        border-radius: 22px;
    }

    .featured-plan__animated-border::after {
        border-radius: 19px;
    }

    .featured-plan__badge {
        padding: 7px 10px;
        font-size: .54rem;
    }

    .featured-plan__description {
        font-size: .91rem;
    }

    .featured-plan__price {
        margin-top: 22px;
    }

    .featured-plan__price strong {
        font-size: 3.45rem;
    }

    .featured-plan__currency {
        font-size: 1.3rem;
    }

    .featured-plan__features li {
        font-size: .81rem;
    }

    .featured-plan__visual {
        min-height: 265px;
    }

    .featured-plan__floating-card {
        display: none;
    }

    .browser-mockup {
        border-radius: 18px;
    }

    .browser-mockup__top {
        padding: 11px 12px;
    }

    .browser-mockup__screen {
        min-height: 245px;
        padding: 17px;
    }

    .browser-mockup__hero {
        margin-top: 50px;
    }

    .browser-mockup__cards {
        margin-top: 32px;
    }

    .browser-mockup__cards span {
        height: 54px;
    }

    .service-card {
        padding: 22px;
        border-radius: 19px;
    }

    .service-card__header {
        margin-bottom: 23px;
    }

    .service-card__icon {
        width: 52px;
        height: 52px;
    }

    .service-card__title {
        font-size: 1.27rem;
    }

    .service-card__description {
        font-size: .86rem;
    }

    .service-card__features li {
        font-size: .79rem;
    }

    .portfolio-laptops {
        gap: 58px;
    }

    .portfolio-laptop__scene {
        min-height: 300px;
    }

    .portfolio-laptop__viewport {
        height: 185px;
    }

    .portfolio-laptop__screen {
        margin: 11px 11px 8px;
    }

    .portfolio-laptop__browser {
        min-height: 33px;
        padding: 6px 8px;
    }

    .portfolio-laptop__address {
        font-size: .54rem;
    }

    .portfolio-laptop__base {
        height: 58px;
    }

    .portfolio-laptop__keyboard {
        top: 10px;
    }

    .portfolio-laptop__front-edge {
        margin-top: -23px;
    }

    .portfolio-laptop__content {
        padding-top: 13px;
    }

    .portfolio-laptop__title {
        font-size: 1.22rem;
    }

    .portfolio-laptop__technologies span {
        padding: 5px 8px;
        font-size: .58rem;
    }

    .process-step {
        grid-template-columns: 46px 1fr;
        gap: 13px;
        min-height: auto;
        padding-bottom: 28px;
    }

    .process-timeline__line {
        left: 22px;
    }

    .process-step__marker {
        width: 44px;
        height: 44px;
        box-shadow:
            0 0 0 6px rgba(4,7,15,.96),
            0 0 20px rgba(0,145,255,.09);
    }

    .process-step__content {
        padding: 19px 17px;
        border-radius: 16px;
    }

    .process-step__content h3 {
        font-size: 1.14rem;
    }

    .process-step__content p {
        font-size: .82rem;
    }

    .about-preview__code-window {
        min-height: 410px;
        border-radius: 22px;
    }

    .about-preview__code-body {
        padding: 36px 22px;
        gap: 16px;
        font-size: .82rem;
    }

    .code-line-code {
        padding-left: 18px;
    }

    .about-preview__floating-logo {
        width: 86px;
        height: 86px;
        right: 17px;
        bottom: 17px;
        border-radius: 18px;
    }

    .about-preview__floating-logo img {
        width: 63px;
        height: 63px;
    }

    .about-preview__stats {
        margin-block: 28px;
    }

    .about-stat {
        padding: 18px;
    }

    .advantage-card,
    .testimonial-card {
        padding: 22px;
        border-radius: 18px;
    }

    .testimonial-card blockquote {
        font-size: .95rem;
    }

    .final-cta {
        padding-block: 63px;
    }

    .final-cta h2 {
        font-size: 2.05rem;
    }

    .final-cta .button {
        width: 100%;
    }

    .site-footer {
        padding-top: 60px;
    }

    .site-footer__logo {
        width: 174px;
    }
}


/* ==========================================================
   10. ECRÃS COMPACTOS
========================================================== */
@media (max-width: 420px) {
    .container {
        width: calc(100% - 28px);
    }

    .site-logo {
        width: 123px;
    }

    .menu-toggle {
        width: 41px;
        height: 41px;
    }

    .mobile-menu__content {
        padding-inline: 17px;
    }

    .mobile-menu__logo {
        width: 145px;
    }

    .mobile-menu__list a {
        gap: 15px;
        font-size: 1.6rem;
    }

    .hero {
        padding-top: 92px;
    }

    .hero__title {
        font-size: clamp(2.15rem, 12.5vw, 2.85rem);
    }

    .hero__description {
        line-height: 1.64;
    }

    .button {
        padding-inline: 18px;
    }

    .section-title {
        font-size: 1.92rem;
    }

    .section-description {
        font-size: .88rem;
    }

    .featured-plan__card,
    .service-card,
    .advantage-card,
    .testimonial-card {
        padding: 19px;
    }

    .featured-plan__price strong {
        font-size: 3.1rem;
    }

    .featured-plan__period {
        font-size: .86rem;
    }

    .browser-mockup__address {
        font-size: .55rem;
    }

    .portfolio-laptop__scene {
        min-height: 272px;
    }

    .portfolio-laptop__viewport {
        height: 165px;
    }

    .portfolio-laptop__browser-controls {
        gap: 4px;
    }

    .portfolio-laptop__browser-controls span {
        width: 6px;
        height: 6px;
    }

    .portfolio-laptop__content {
        gap: 10px;
    }

    .process-step {
        grid-template-columns: 42px 1fr;
        gap: 11px;
    }

    .process-timeline__line {
        left: 20px;
    }

    .process-step__marker {
        width: 40px;
        height: 40px;
    }

    .process-step__marker span {
        font-size: .6rem;
    }

    .process-step__content {
        padding: 17px 15px;
    }

    .about-preview__code-window {
        min-height: 375px;
    }

    .about-preview__code-body {
        padding-inline: 18px;
        font-size: .75rem;
    }

    .about-preview__floating-logo {
        width: 78px;
        height: 78px;
    }

    .about-preview__floating-logo img {
        width: 57px;
        height: 57px;
    }

    .floating-whatsapp {
        width: 52px;
        min-width: 52px;
        height: 52px;
        min-height: 52px;
        justify-content: center;
        padding: 0;
        border-radius: 15px;
    }

    .back-to-top {
        right: 21px;
        width: 43px;
        height: 43px;
    }
}


/* ==========================================================
   11. LARGURA MÍNIMA
========================================================== */
@media (max-width: 360px) {
    .container {
        width: calc(100% - 22px);
    }

    .site-header__container {
        gap: 10px;
    }

    .site-logo {
        width: 114px;
    }

    .hero__title {
        font-size: 2.02rem;
    }

    .hero__description {
        font-size: .86rem;
    }

    .section-title {
        font-size: 1.78rem;
    }

    .section-eyebrow__line {
        display: none;
    }

    .featured-plan__card {
        padding: 17px;
    }

    .featured-plan__price strong {
        font-size: 2.85rem;
    }

    .featured-plan__features li {
        font-size: .76rem;
    }

    .browser-mockup__navigation div {
        display: none;
    }

    .portfolio-laptop__scene {
        min-height: 248px;
    }

    .portfolio-laptop__viewport {
        height: 145px;
    }

    .portfolio-laptop__address {
        max-width: 150px;
    }

    .contact-method {
        align-items: flex-start;
    }
}


/* ==========================================================
   12. ALTURA REDUZIDA
========================================================== */
@media (max-height: 760px) and (min-width: 769px) {
    .hero {
        min-height: auto;
        padding-top: 116px;
        padding-bottom: 84px;
    }

    .hero__title {
        font-size: clamp(3.6rem, 5.4vw, 5rem);
    }

    .hero__description {
        margin-top: 20px;
    }

    .hero__actions {
        margin-top: 25px;
    }

    .hero__trust {
        margin-top: 28px;
    }

    .scroll-indicator {
        display: none;
    }
}


/* ==========================================================
   13. ORIENTAÇÃO HORIZONTAL EM TELEMÓVEL
========================================================== */
@media (orientation: landscape) and (max-height: 540px) {
    .mobile-menu__content {
        min-height: auto;
    }

    .mobile-menu nav {
        padding-block: 16px;
    }

    .mobile-menu__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 26px;
    }

    .mobile-menu__list a {
        padding-block: 8px;
        font-size: 1.42rem;
    }

    .mobile-menu__footer {
        display: none;
    }

    .hero {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .hero__title {
        font-size: clamp(2.5rem, 8vw, 3.5rem);
    }

    .hero__description {
        max-width: 650px;
    }

    .hero__trust {
        display: none;
    }
}


/* ==========================================================
   14. DISPOSITIVOS TOUCH
========================================================== */
@media (hover: none) and (pointer: coarse) {
    .button,
    .service-card,
    .advantage-card,
    .testimonial-card,
    .portfolio-laptop__device,
    .site-footer__social a {
        transform: none;
    }

    .service-card:hover,
    .advantage-card:hover,
    .testimonial-card:hover,
    .portfolio-laptop:hover .portfolio-laptop__device {
        transform: none;
    }

    .portfolio-laptop__reflection {
        display: none;
    }

    .portfolio-laptop__visit {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .portfolio-laptop__page {
        transition-duration: 7s;
    }
}


/* ==========================================================
   15. ALTO CONTRASTE
========================================================== */
@media (prefers-contrast: more) {
    :root {
        --border: rgba(255,255,255,.22);
        --border-strong: rgba(255,255,255,.34);
        --muted: #c1c8d7;
        --muted-dark: #a8b0c2;
    }

    .service-card,
    .featured-plan__card,
    .advantage-card,
    .testimonial-card,
    .process-step__content,
    .about-preview__code-window,
    .portfolio-laptop__lid {
        border-color: rgba(255,255,255,.2);
    }

    .button--secondary {
        border-color: rgba(255,255,255,.3);
    }
}


/* ==========================================================
   16. REDUÇÃO DE MOVIMENTO
========================================================== */
@media (prefers-reduced-motion: reduce) {
    .hero__waves-canvas {
        opacity: .32;
    }

    .technology-strip__track {
        animation: none;
        transform: none;
    }

    .hero__orb,
    .site-background__glow,
    .site-background__mist,
    .featured-plan__animated-border,
    .featured-plan__wave,
    .portfolio__background-waves span,
    .final-cta__waves::before,
    .final-cta__waves::after,
    .final-cta__beam {
        animation: none;
    }

    .reveal-element,
    .reveal-text {
        opacity: 1;
        transform: none;
        filter: none;
    }
}


/* ==========================================================
   17. IMPRESSÃO
========================================================== */
@media print {
    @page {
        margin: 15mm;
    }

    body {
        min-width: auto;
        background: #ffffff !important;
        color: #000000 !important;
    }

    .site-header,
    .mobile-menu,
    .preloader,
    .custom-cursor,
    .scroll-progress,
    .floating-whatsapp,
    .back-to-top,
    .hero__waves-canvas,
    .site-background,
    .final-cta,
    .technology-strip {
        display: none !important;
    }

    .container {
        width: 100%;
        max-width: none;
    }

    .section {
        padding-block: 24px;
    }

    .services-grid,
    .portfolio-laptops,
    .advantages-grid,
    .testimonials-grid,
    .featured-plan__card,
    .about-preview__container {
        display: block;
    }

    .service-card,
    .portfolio-laptop,
    .advantage-card,
    .testimonial-card,
    .process-step,
    .featured-plan__card {
        margin-bottom: 20px;
        break-inside: avoid;
    }

    p,
    span,
    li {
        color: #222222 !important;
    }

    h1,
    h2,
    h3,
    h4 {
        color: #000000 !important;
    }
}