@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
}

:root {
    --blue: #0040ab;
    --blue-hover: #00358f;
    --blue-deep: #17327d;
    --orange: #fd5100;
    --orange-hover: #df4700;
    --ink: #080c14;
    --muted: #6b7280;
    --line: #dce2eb;
    --soft: #f7f9fc;
    --green: #17b45b;
    --radius: 8px;
    --shadow: 0 10px 22px rgba(7, 32, 82, .12);
    --container: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
p, h1, h2, h3, h4, ul, ol, blockquote { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.2rem, 4vw, 3.35rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.15rem; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 74px 0; }
.section-soft { background: var(--soft); }
.section-tight { padding: 55px 0; }
.section-heading { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.section-heading-left { margin-left: 0; text-align: left; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading > p:last-child { color: var(--muted); margin-bottom: 0; }
.eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 0 18px;
    color: var(--blue);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.section-heading-left .eyebrow, .page-hero-copy .eyebrow, .contact-copy .eyebrow { justify-content: flex-start; }
.eyebrow span { width: 14px; height: 3px; background: var(--orange); border-radius: 999px; }
.eyebrow-light { color: rgba(255,255,255,.82); }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: -60px; left: 12px; z-index: 1000; background: #fff; color: var(--blue); padding: 10px 14px; border-radius: 5px; }
.skip-link:focus { top: 10px; }

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.15;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-orange { color: #fff; background: var(--orange); }
.button-orange:hover { background: var(--orange-hover); }
.button-blue { color: #fff; background: var(--blue); }
.button-blue:hover { background: var(--blue-hover); }
.button-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.7); }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-outline-blue { color: var(--blue); background: transparent; border-color: var(--blue); }
.button-block { width: 100%; }
.center-action { margin-top: 34px; text-align: center; }

.site-header { position: relative; z-index: 50; color: #fff; background: var(--blue); }
.header-inner { min-height: 80px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 26px; }
.brand img { width: 205px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 6px; }
.main-nav a { padding: 10px 16px; border-radius: 6px; font-size: .92rem; font-weight: 500; transition: background .2s; }
.main-nav a:hover, .main-nav a.is-active { background: rgba(255,255,255,.1); }
.header-cta { min-height: 42px; padding: 10px 21px; font-size: .78rem; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: #fff; }

.page-hero { color: #fff; background: var(--blue); padding: 52px 0 70px; overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .93fr); align-items: center; gap: 52px; }
.page-hero-copy h1 { max-width: 700px; margin-bottom: 26px; font-weight: 800; }
.page-hero-copy > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.78); font-size: 1.03rem; }
.page-hero-media { display: grid; place-items: center; min-height: 330px; }
.page-hero-media img { max-height: 410px; object-fit: contain; }
.page-hero-centered { text-align: center; padding: 40px 0 70px; }
.page-hero-centered .page-hero-grid { display: block; }
.page-hero-centered .page-hero-copy { max-width: 820px; margin: auto; }
.page-hero-centered .page-hero-copy h1, .page-hero-centered .page-hero-copy > p { margin-left: auto; margin-right: auto; }
.page-hero-centered .eyebrow, .page-hero-centered .hero-actions { justify-content: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }

.home-hero { padding-top: 34px; }
.home-hero .page-hero-copy h1 { font-size: clamp(2.4rem, 4.2vw, 3.45rem); }
.home-hero .page-hero-media { position: relative; }
.home-hero .page-hero-media::before {
    content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: var(--orange); z-index: 0;
}
.home-hero .page-hero-media img { position: relative; z-index: 1; max-height: 455px; }
.floating-stat {
    position: absolute; z-index: 2; min-width: 210px; padding: 15px 18px 15px 56px; color: var(--ink); background: #fff;
    border-radius: 8px; box-shadow: var(--shadow); font-size: .74rem;
}
.floating-stat::before { content: "↗"; position: absolute; left: 16px; top: 15px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--blue); background: #eef4ff; border-radius: 4px; font-weight: 800; }
.floating-stat strong, .floating-stat small { display: block; }
.floating-stat small { color: var(--muted); margin-top: 3px; }
.floating-stat-one { right: -18px; top: 120px; }
.floating-stat-two { left: -35px; bottom: 42px; }
.floating-stat-two::before { content: "◷"; color: var(--orange); }

.tab-controls { width: fit-content; margin: 0 auto 28px; padding: 4px; display: flex; gap: 4px; background: #f5f6f8; border: 1px solid var(--line); border-radius: 7px; }
.tab-controls button { min-width: 170px; padding: 12px 18px; color: var(--muted); background: transparent; border: 0; border-radius: 5px; cursor: pointer; }
.tab-controls button.is-active { color: var(--blue); background: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.08); }
.tab-panel[hidden] { display: none; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.benefit-icon { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 22px; color: #fff; background: var(--blue); border-radius: 4px; font-weight: 800; }
.benefit-card h3 { margin-bottom: 12px; font-size: 1rem; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.platform-highlight { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.platform-visual { padding: 32px; border-radius: 20px; background: #fff; box-shadow: 0 8px 35px rgba(28,49,82,.07); }
.platform-highlight h2 { margin-bottom: 20px; }
.platform-highlight > div > p { color: var(--muted); }
.mini-points { display: grid; gap: 16px; margin: 28px 0; }
.mini-point { position: relative; padding: 19px 20px 19px 62px; background: #fff; border-radius: 8px; }
.mini-point::before { content: attr(data-index); position: absolute; left: 18px; top: 18px; display: grid; place-items: center; width: 27px; height: 27px; color: var(--blue); background: #eff4ff; border-radius: 4px; font-size: .77rem; font-weight: 800; }
.mini-point strong, .mini-point small { display: block; }
.mini-point small { margin-top: 4px; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card { position: relative; min-height: 238px; overflow: hidden; border-radius: 18px; background: #07132a var(--feature-image) center/cover no-repeat; color: #fff; }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,15,39,.15), rgba(3,13,35,.88)); }
.feature-card-content { position: absolute; z-index: 1; inset: auto 26px 24px; }
.feature-card-content > span { display: inline-flex; padding: 6px 11px; margin-bottom: 12px; color: #fff; background: var(--orange); border-radius: 5px; font-size: .7rem; font-weight: 700; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.feature-card p { margin-bottom: 0; color: rgba(255,255,255,.78); font-size: .84rem; }

.differentials-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.differentials-copy p:not(.eyebrow) { color: var(--muted); margin-bottom: 28px; }
.number-list { display: grid; gap: 16px; }
.number-item { position: relative; min-height: 95px; padding: 20px 22px 20px 68px; border-radius: 8px; background: #fff; }
.number-item::before { content: attr(data-number); position: absolute; left: 20px; top: 20px; display: grid; place-items: center; width: 30px; height: 30px; color: var(--blue); background: #eff4ff; border-radius: 5px; font-weight: 800; }
.number-item strong { display: block; margin-bottom: 4px; font-size: .93rem; }
.number-item p { margin: 0; color: var(--muted); font-size: .82rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { display: flex; flex-direction: column; min-height: 325px; padding: 20px 22px; border-bottom: 4px solid #d8d8d8; background: #fff; box-shadow: 0 8px 14px rgba(0,0,0,.05); }
.stars { margin-bottom: 14px; color: #ffb234; letter-spacing: 4px; font-size: 1.1rem; }
.testimonial-card blockquote { flex: 1; margin: 0 0 18px; color: #70757d; font-style: italic; font-size: .89rem; }
.testimonial-person { display: flex; align-items: center; gap: 12px; }
.testimonial-person img, .avatar-placeholder { width: 56px; height: 48px; object-fit: contain; }
.avatar-placeholder { display: grid; place-items: center; color: var(--blue); background: #eaf1ff; border-radius: 50%; font-size: .8rem; font-weight: 800; }
.testimonial-person p { margin: 0; line-height: 1.15; }
.testimonial-person strong, .testimonial-person small { display: block; }
.testimonial-person small { margin-top: 4px; font-weight: 600; }
.testimonial-result { margin: 20px 0 0; color: #5ec887; font-size: .78rem; }

.contact-section { padding: 66px 0; color: #fff; background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: 1fr 460px; gap: 75px; align-items: center; }
.contact-copy h2 { max-width: 640px; font-size: clamp(2rem, 3.5vw, 3rem); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); }
.check-list { padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; margin: 8px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.check-list-light li::before { display: grid; place-items: center; top: 3px; width: 18px; height: 18px; color: #fff; background: #6490da; border-radius: 50%; font-size: .7rem; }
.contact-card { padding: 34px; color: var(--ink); background: #fff; border-radius: 20px; }
.contact-card h2 { margin-bottom: 12px; font-size: 1.45rem; }
.contact-card > p { color: var(--muted); font-size: .84rem; }
.contact-card form { display: grid; gap: 14px; }
.contact-card label { display: grid; gap: 6px; font-size: .76rem; font-weight: 700; }
.contact-card input { width: 100%; min-height: 43px; padding: 10px 13px; color: var(--ink); border: 1px solid #dfe3ea; border-radius: 2px; outline: none; }
.contact-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,64,171,.1); }
.honeypot { position: absolute; left: -10000px; }
.form-message { padding: 10px 12px; margin-bottom: 14px; border-radius: 6px; font-size: .84rem; }
.form-success { color: #08793c; background: #e7f8ef; }
.form-error { color: #9c2323; background: #ffecec; }

.site-footer { padding: 62px 0 26px; color: #fff; background: var(--blue-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr .65fr; gap: 90px; }
.footer-brand img { width: 270px; }
.footer-about p { max-width: 420px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: .93rem; }
.site-footer h2 { margin: 10px 0 22px; font-size: 1rem; letter-spacing: 0; }
.site-footer a:not(.footer-brand) { display: block; width: fit-content; margin: 13px 0; color: rgba(255,255,255,.85); font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 65px; color: rgba(255,255,255,.72); font-size: .8rem; }
.whatsapp-float { position: fixed; z-index: 45; right: 24px; bottom: 24px; display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 8px 25px rgba(0,0,0,.25); font-size: 1.7rem; transform: rotate(-20deg); }

/* Sobre */
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.mission-copy h2 { font-size: 2rem; }
.mission-copy p { color: var(--muted); }
.mission-media img { width: 100%; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 28px; background: #fff; border-radius: 6px; box-shadow: 0 9px 15px rgba(0,0,0,.12); }
.value-card .benefit-icon { margin-bottom: 18px; }
.value-card p { margin: 0; color: var(--muted); }
.difference-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 930px; margin: auto; counter-reset: difference; }
.difference-card { position: relative; min-height: 145px; padding: 30px 28px 28px 88px; border: 1px solid var(--line); border-radius: 6px; counter-increment: difference; }
.difference-card::before { content: counter(difference); position: absolute; left: 28px; top: 27px; display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--blue); border-radius: 5px; font-weight: 800; }
.difference-card p { margin: 8px 0 0; color: var(--muted); }

/* Cursos */
.course-hero .page-hero-media img { max-height: 420px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 18px rgba(0,0,0,.08); }
.audience-card-highlight { background: #dce7f8; border-color: var(--blue); }
.audience-card h3 { padding-bottom: 15px; border-bottom: 1px solid var(--orange); font-size: 1.35rem; }
.audience-card p { color: var(--muted); }

/* Plataforma */
.platform-hero .page-hero-media { min-height: 350px; padding: 20px; background: rgba(14,90,204,.65); border-radius: 12px; }
.platform-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.platform-area-card { min-height: 310px; display: grid; grid-template-columns: 40% 60%; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.platform-area-card:nth-child(even) { grid-template-columns: 60% 40%; }
.platform-area-icon { display: grid; place-items: center; min-height: 310px; background: var(--blue); }
.platform-area-icon img { width: 55%; max-height: 165px; object-fit: contain; filter: brightness(0) invert(1); opacity: .75; }
.platform-area-content { padding: 27px 25px; }
.platform-area-content > span { color: var(--blue); font-size: .72rem; font-weight: 700; }
.platform-area-content h3 { margin: 8px 0 16px; font-size: 1.4rem; }
.platform-area-content p { color: var(--muted); font-size: .88rem; }
.platform-area-content .check-list { margin-top: 16px; font-size: .82rem; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.experience-list { display: grid; gap: 15px; }
.experience-item { padding: 18px 20px 18px 62px; position: relative; background: #fff; border-radius: 8px; }
.experience-item::before { content: attr(data-icon); position: absolute; left: 19px; top: 18px; display: grid; place-items: center; width: 27px; height: 27px; color: var(--blue); background: #eff4ff; border-radius: 4px; }
.experience-item strong, .experience-item small { display: block; }
.experience-item small { margin-top: 3px; color: var(--muted); }
.experience-media { padding: 34px; background: #fff; border-radius: 20px; }

/* Preços */
.pricing-hero .page-hero-grid { grid-template-columns: .9fr 1.1fr; }
.hero-metrics { display: grid; gap: 18px; width: 100%; }
.hero-metric { position: relative; padding: 20px 22px 20px 80px; background: rgba(255,255,255,.08); border-radius: 10px; }
.hero-metric::before { content: attr(data-icon); position: absolute; left: 22px; top: 20px; display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: rgba(255,255,255,.12); border-radius: 6px; }
.hero-metric strong { display: block; font-size: 1.3rem; }
.hero-metric small { color: rgba(255,255,255,.7); }
.pricing-section { background: var(--soft); }
.pricing-group-label { display: flex; align-items: center; gap: 14px; margin: 44px 0 22px; color: #9aa4b3; font-size: .72rem; text-transform: uppercase; }
.pricing-group-label::before, .pricing-group-label::after { content: ""; height: 1px; background: #e1e5eb; flex: 1; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pricing-grid-two { grid-template-columns: repeat(2, minmax(0, 370px)); justify-content: center; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px 26px; border: 1px solid var(--line); border-top: 4px solid var(--card-color, var(--blue)); border-radius: 8px; background: #fff; }
.price-card-popular { border-color: var(--blue); }
.price-badge { position: absolute; top: 18px; right: 18px; padding: 5px 9px; color: #fff; background: var(--orange); border-radius: 999px; font-size: .66rem; font-weight: 700; }
.price-number { display: grid; place-items: center; width: 27px; height: 27px; margin-bottom: 16px; color: #fff; background: var(--card-color, var(--blue)); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.price-card h3 { margin-bottom: 6px; font-size: 1rem; text-transform: uppercase; }
.price-card > small { color: var(--muted); }
.price { margin: 20px 0 12px; color: var(--ink); }
.price sup { font-size: .85rem; color: var(--muted); }
.price strong { font-size: 2.6rem; letter-spacing: -.07em; }
.price span { color: var(--muted); font-size: .78rem; }
.price-description { min-height: 112px; color: var(--muted); font-size: .82rem; }
.price-card .button { min-height: 42px; margin: 5px 0 12px; background: var(--card-color, var(--blue)); }
.demo-link { display: block; margin: 2px 0 15px; color: var(--blue); font-size: .76rem; font-weight: 700; }
.included-title { margin: 10px 0 8px; color: #a5adba; font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.price-card .check-list { margin: 0; font-size: .78rem; }
.price-card .check-list li { margin: 7px 0; }
.pricing-note { margin: 35px 0 0; color: #a0a8b4; text-align: center; font-size: .76rem; }
.comparison-wrap { overflow-x: auto; border: 1px solid #e5e9f0; border-radius: 8px; }
.comparison-table { width: 100%; min-width: 880px; border-collapse: collapse; font-size: .78rem; }
.comparison-table th, .comparison-table td { padding: 13px 12px; text-align: center; border-bottom: 1px solid #e8ebf0; }
.comparison-table th:first-child, .comparison-table td:first-child { text-align: left; font-weight: 700; }
.comparison-table thead th { color: var(--blue); background: #f3f7ff; }
.comparison-table thead th:nth-child(4), .comparison-table td:nth-child(4) { background: #fff6f1; }
.comparison-table thead th:nth-child(5), .comparison-table td:nth-child(5) { background: #f3fbf5; }
.comparison-table thead th:nth-child(6), .comparison-table td:nth-child(6) { background: #fbf5ff; }
.comparison-table .group-row td { color: #a1a8b4; background: #f8f9fb !important; font-size: .68rem; text-transform: uppercase; }
.yes { color: var(--green); font-weight: 800; }
.faq-list { max-width: 900px; margin: auto; display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.faq-question { width: 100%; padding: 20px 22px; display: flex; justify-content: space-between; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 700; cursor: pointer; }
.faq-question::after { content: "⌄"; color: var(--muted); transition: transform .2s; }
.faq-item.is-open .faq-question::after { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 22px 20px; color: var(--muted); }
.faq-answer p { margin: 0; }
.faq-item.is-open .faq-answer { display: block; }

/* Categorias */
.categories-main { padding: 48px 0 70px; }
.categories-main .section-heading h1 { color: var(--blue); font-size: 2rem; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 1000px; margin: auto; }
.category-card { position: relative; aspect-ratio: .72; overflow: hidden; border-radius: 4px; background: #ddd; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.category-card:hover img { transform: scale(1.04); }
.category-card h2 { position: absolute; inset: auto 0 0; margin: 0; padding: 8px 10px; color: #fff; background: var(--blue); text-align: center; font-size: 1.5rem; letter-spacing: -.02em; }
.category-grid .category-card:nth-last-child(2) { grid-column: 2; }
.category-contact { padding: 45px 0 55px; background: var(--soft); border-top: 1px solid var(--blue); }
.category-contact .contact-card { max-width: 760px; margin: auto; padding: 0; background: transparent; }
.category-contact .contact-card h2 { color: var(--blue); text-align: center; font-size: 1.8rem; }
.category-contact .contact-card > p { display: none; }

/* Legal / utility */
.utility-page { min-height: 460px; padding: 90px 0; }
.utility-card { max-width: 850px; padding: 42px; margin: auto; border: 1px solid var(--line); border-radius: 10px; }
.utility-card h1 { color: var(--blue); font-size: 2.3rem; }
.utility-card p { color: var(--muted); }
.empty-commerce { text-align: center; }

@media (max-width: 980px) {
    .header-inner { grid-template-columns: 190px 1fr auto; gap: 12px; }
    .brand img { width: 175px; }
    .main-nav a { padding: 9px 10px; font-size: .83rem; }
    .header-cta { display: none; }
    .page-hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .home-hero .page-hero-media::before { width: 350px; height: 350px; }
    .floating-stat { transform: scale(.82); }
    .feature-grid { gap: 16px; }
    .feature-card { min-height: 210px; }
    .contact-grid { grid-template-columns: 1fr 390px; gap: 40px; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .category-grid .category-card:nth-last-child(2) { grid-column: auto; }
}

@media (max-width: 767px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .section { padding: 54px 0; }
    .section-heading { margin-bottom: 30px; }
    .site-header { position: sticky; top: 0; }
    .header-inner { min-height: 68px; grid-template-columns: 1fr auto; }
    .brand img { width: 164px; }
    .menu-toggle { display: block; }
    .main-nav {
        display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 16px;
        align-items: stretch; flex-direction: column; background: var(--blue); box-shadow: 0 16px 25px rgba(0,0,0,.18);
    }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px 16px; }
    .page-hero { padding: 42px 0 55px; }
    .page-hero-grid { grid-template-columns: 1fr; }
    .page-hero-copy { text-align: center; }
    .page-hero-copy .eyebrow, .hero-actions { justify-content: center; }
    .page-hero-copy h1 { font-size: 2.35rem; }
    .page-hero-copy > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
    .page-hero-media { min-height: 260px; }
    .home-hero .page-hero-media::before { width: 300px; height: 300px; }
    .home-hero .page-hero-media img { max-height: 340px; }
    .floating-stat { min-width: 180px; }
    .floating-stat-one { right: -15px; top: 85px; }
    .floating-stat-two { left: -15px; bottom: 18px; }
    .benefit-grid, .feature-grid, .testimonial-grid, .value-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 0; }
    .tab-controls { width: 100%; }
    .tab-controls button { min-width: 0; flex: 1; }
    .platform-highlight, .differentials-split, .mission-grid, .experience-grid { grid-template-columns: 1fr; gap: 34px; }
    .platform-highlight .platform-visual, .mission-media, .experience-media { order: -1; }
    .feature-card { min-height: 230px; }
    .contact-grid { grid-template-columns: 1fr; gap: 30px; }
    .contact-copy { text-align: left; }
    .contact-card { padding: 26px 20px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-about { grid-column: 1 / -1; }
    .footer-bottom { margin-top: 40px; }
    .difference-grid, .audience-grid, .platform-area-grid { grid-template-columns: 1fr; }
    .difference-card { padding-left: 78px; }
    .platform-area-card, .platform-area-card:nth-child(even) { grid-template-columns: 36% 64%; }
    .pricing-grid, .pricing-grid-two { grid-template-columns: 1fr; }
    .price-description { min-height: 0; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .category-card h2 { font-size: 1rem; }
}

@media (max-width: 480px) {
    h2 { font-size: 1.75rem; }
    .page-hero-copy h1 { font-size: 2rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .floating-stat { display: none; }
    .home-hero .page-hero-media::before { width: 250px; height: 250px; }
    .platform-area-card, .platform-area-card:nth-child(even) { grid-template-columns: 1fr; }
    .platform-area-icon { min-height: 160px; }
    .platform-area-icon img { height: 105px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-about { grid-column: auto; }
    .whatsapp-float { right: 14px; bottom: 14px; width: 48px; height: 48px; }
    .category-grid { gap: 8px; }
}
