:root{
  --bg:#f5f7fb;
  --bg-soft:#eef3fa;
  --surface:#ffffff;
  --surface-alt:#f8fbff;
  --line:#dce6f3;
  --line-strong:#c7d8ee;
  --text:#10233c;
  --muted:#5f748f;
  --blue:#1d7eff;
  --blue-2:#4dbbff;
  --green:#1f9d57;
  --shadow:0 18px 40px rgba(20,48,87,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(29,126,255,.08), transparent 22%),
    linear-gradient(180deg,#f7f9fc 0%, #f4f7fb 100%);
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1320px, calc(100% - 40px));margin:0 auto}

.site-header{padding:18px 0 42px}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:74px;
  padding:0 22px;
  border-radius:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  box-shadow:0 10px 26px rgba(16,35,60,.06);
  position:relative;
  z-index:10;
}
.brand{display:flex;align-items:center}
.brand img{display:block;width:250px;max-width:100%;height:auto}
.nav-toggle{display:none;border:0;background:transparent;color:var(--text);font-size:1.55rem;cursor:pointer}
.nav-links,.nav-actions{display:flex;align-items:center;gap:10px}
.nav-links a,.student-link{
  padding:10px 14px;
  font-size:.95rem;
  font-weight:700;
  color:#35506d;
  border-radius:999px;
  transition:.2s ease;
}
.nav-links a:hover,.student-link:hover{background:#eef5ff;color:var(--blue)}
.student-link{border:1px solid var(--line)}

.promo-banner{
  min-height:50px;
  margin:14px 0 0;
  padding:8px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.55);
  background:linear-gradient(90deg, #0b63f6 0%, #1d7eff 52%, #4dbbff 100%);
  color:#fff;
  box-shadow:0 14px 30px rgba(29,126,255,.20);
  overflow:hidden;
}
.promo-banner__text{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:.98rem;
  line-height:1.25;
  font-weight:850;
  letter-spacing:-.015em;
}
.promo-banner__text::before{
  content:'🎁';
  font-size:1.05rem;
}
.promo-banner strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:4px 12px;
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  font-weight:900;
  box-shadow:0 6px 16px rgba(16,35,60,.12);
}

.secure-pill{
  padding:10px 14px;
  border-radius:999px;
  white-space:nowrap;
  color:#19784b;
  background:#ebf8f1;
  border:1px solid #cfeeda;
  font-size:.9rem;
  font-weight:800;
}

.hero-shell{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:34px;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.94) 43%, rgba(248,251,255,.82) 63%, rgba(255,255,255,.32) 100%),
    url('hero-easa-bg.jpg') center right / cover no-repeat;
  box-shadow:var(--shadow);
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(720px, .98fr);
  gap:28px;
  align-items:start;
  padding:34px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid #d9e8ff;
  background:#eef5ff;
  color:var(--blue);
  font-size:.82rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.hero-copy{max-width:620px;padding:4px 0 10px}
.hero-copy h1{
  margin:18px 0 12px;
  font-size:clamp(2.7rem, 5.3vw, 4.7rem);
  line-height:1.03;
  letter-spacing:-.055em;
  color:#0f223a;
}
.hero-copy h1 span{color:#1772ee}
.hero-lead{
  margin:0 0 12px;
  font-size:1.18rem;
  font-weight:800;
  color:#12335a;
}
.hero-text{
  margin:0;
  color:var(--muted);
  line-height:1.76;
  font-size:1.03rem;
  max-width:610px;
}
.hero-bullets{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}
.hero-bullets li{
  position:relative;
  padding-left:30px;
  color:#233b58;
  line-height:1.55;
  font-weight:600;
}
.hero-bullets li::before{
  content:'✓';
  position:absolute;
  left:0;
  top:2px;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg, var(--blue), var(--blue-2));
  color:#fff;
  font-size:.78rem;
  font-weight:900;
}

.hero-pricing{padding:4px 0 0}
.plans-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.plans-top h2{margin:0;font-size:2rem;line-height:1.08;letter-spacing:-.045em;color:#10233c}
.plans-top p{margin:8px 0 0;color:var(--muted);line-height:1.55}
.currency-switch{
  display:flex;
  gap:6px;
  padding:5px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 8px 20px rgba(20,48,87,.08);
}
.currency-btn{
  border:0;
  background:transparent;
  color:#58708e;
  padding:11px 17px;
  border-radius:999px;
  font-weight:900;
  cursor:pointer;
}
.currency-btn.active{
  background:linear-gradient(135deg, var(--blue), #2f9bff);
  color:#fff;
  box-shadow:0 10px 24px rgba(29,126,255,.22);
}
.plans-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  align-items:stretch;
}
.plan-card{
  position:relative;
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  padding:22px 18px 18px;
  border-radius:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 34px rgba(20,48,87,.08);
}
.plan-card.featured{
  border-color:#b8d6ff;
  background:linear-gradient(180deg, #ffffff, #f3f8ff);
  box-shadow:0 20px 38px rgba(29,126,255,.12);
}
.badge{
  position:absolute;
  top:-12px;
  left:16px;
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:linear-gradient(135deg, #5ea9ff, #2b7cff);
  color:#fff;
  font-size:.72rem;
  font-weight:900;
}
.plan-head h3{
  margin:2px 0 6px;
  font-size:1.42rem;
  line-height:1.12;
  letter-spacing:-.04em;
  color:#10233c;
}
.plan-head p{margin:0;color:#6d8098;font-size:.93rem;font-weight:700}
.price{display:block;margin:16px 0 16px;min-height:70px}
.price strong{
  display:block;
  max-width:100%;
  overflow-wrap:anywhere;
  white-space:nowrap;
  font-size:clamp(1.9rem, 1.35rem + 1.2vw, 2.55rem);
  line-height:1.02;
  letter-spacing:-.055em;
  color:#1678f2;
  font-variant-numeric:tabular-nums;
}
.price span{
  display:block;
  margin-top:8px;
  color:#6d8199;
  font-size:.84rem;
  font-weight:800;
}
.plan-benefits{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:10px}
.plan-benefits li{
  position:relative;
  padding-left:22px;
  color:#28405c;
  line-height:1.45;
  font-size:.92rem;
}
.plan-benefits li::before{
  content:'●';
  position:absolute;
  left:0;
  top:1px;
  color:#2d93ff;
  font-size:.82rem;
}
.checkout-form{display:grid;gap:10px;margin-top:auto}
.checkout-form label{display:grid;gap:7px}
.checkout-form label span{font-size:.76rem;font-weight:800;color:#556d89}
.checkout-form input{
  width:100%;
  min-height:46px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  padding:12px 13px;
  outline:none;
}
.checkout-form input::placeholder{color:#90a3ba}
.checkout-form input:focus{border-color:#9fc7ff;box-shadow:0 0 0 4px rgba(29,126,255,.10)}
.subscribe-btn,.cta-btn{
  border:0;
  min-height:50px;
  border-radius:15px;
  padding:14px 16px;
  background:linear-gradient(135deg, var(--blue), var(--blue-2));
  color:#fff;
  font-weight:900;
  font-size:1rem;
  cursor:pointer;
  box-shadow:0 15px 30px rgba(29,126,255,.20);
  transition:transform .2s ease, box-shadow .2s ease;
  text-align:center;
}
.subscribe-btn:hover,.cta-btn:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(29,126,255,.28)}
.safe-note{display:block;margin-top:12px;color:#6f8298;font-size:.8rem;font-weight:800}

.feature-row{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}
.feature-row article,
.values-grid article,
.faq-grid details{
  border-radius:24px;
  border:1px solid var(--line);
  background:var(--surface);
  box-shadow:0 14px 28px rgba(20,48,87,.06);
}
.feature-row article{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:22px;
}
.feature-row article span{
  width:46px;
  min-width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#eef5ff;
  color:#2e99ff;
  font-size:1.3rem;
}
.feature-row h3{margin:0 0 8px;font-size:1.05rem;color:#10233c}
.feature-row p{margin:0;color:var(--muted);line-height:1.58;font-size:.93rem}

.trust-band{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;
  overflow:hidden;
  border-radius:26px;
  background:var(--surface);
  color:#10233f;
  box-shadow:0 18px 38px rgba(20,48,87,.08);
  border:1px solid var(--line);
}
.trust-band article{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:24px 22px;
  border-right:1px solid #edf1f7;
}
.trust-band article:last-child{border-right:0}
.trust-icon{
  width:44px;
  min-width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf4ff;
  color:#1d7eff;
  font-weight:900;
}
.trust-icon.success{background:#e9f8ef;color:#1caa58}
.trust-band h3{margin:0 0 6px;font-size:1.02rem;color:#10233c}
.trust-band p{margin:0;color:#5c728d;line-height:1.55;font-size:.91rem}
.payment-brands{display:flex;flex-direction:column;gap:8px;min-width:112px}
.brand-stripe,.brand-mp{display:inline-block;font-weight:900;line-height:1;text-transform:lowercase}
.brand-stripe{font-size:1.95rem;color:#635bff}
.brand-mp{font-size:1.04rem;color:#0084ff}

.values-section{margin-top:70px}
.section-heading{max-width:840px;margin:0 auto 26px;text-align:center}
.section-heading.left{max-width:820px;margin:0 0 26px;text-align:left}
.section-heading h2{margin:14px 0 10px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;letter-spacing:-.05em;color:#10233c}
.section-heading p{margin:0;color:var(--muted);line-height:1.72}
.values-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}
.values-grid article{padding:24px 22px}
.values-grid h3{margin:0 0 10px;font-size:1.12rem;color:#10233c}
.values-grid p{margin:0;color:var(--muted);line-height:1.62}

.faq-section{margin-top:70px}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.faq-grid details{padding:18px 20px}
.faq-grid summary{cursor:pointer;font-weight:900;color:#10233c}
.faq-grid p{margin:12px 0 0;color:var(--muted);line-height:1.66}

.final-cta{
  margin-top:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:34px 36px;
  border-radius:28px;
  border:1px solid #cfe0f8;
  background:linear-gradient(135deg, #eef6ff, #f8fbff);
  box-shadow:0 18px 38px rgba(20,48,87,.08);
}
.final-cta span{display:inline-block;color:#1976ef;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.final-cta h2{margin:10px 0 10px;font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.05em;color:#10233c}
.final-cta p{margin:0;color:#5f748f;max-width:700px;line-height:1.67}

.footer{
  display:block;
  padding:26px 0 44px;
  color:#7388a1;
}
.footer-payment-visual{
  display:flex;
  justify-content:center;
  margin:0 auto 18px;
  padding-top:6px;
}
.footer-payment-visual img{
  display:block;
  width:min(100%, 820px);
  max-width:820px;
  height:auto;
}
.footer-bottom{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.footer p{margin:0 0 8px;line-height:1.6}
.footer small{display:block;line-height:1.6;color:#8799ad}
.footer a{color:#237ff7;font-weight:800;white-space:nowrap}

@media (max-width: 1280px){
  .hero-grid{grid-template-columns:minmax(0,1fr)}
  .hero-copy{max-width:760px}
}

@media (max-width: 1150px){
  .plans-grid,.values-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .feature-row{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .trust-band{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .trust-band article:nth-child(2){border-right:0}
  .trust-band article:nth-child(-n+2){border-bottom:1px solid #edf1f7}
}

@media (max-width: 920px){
  .nav{flex-wrap:wrap;padding:14px 16px}
  .nav-toggle{display:block}
  .nav-links{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding-top:8px;
  }
  .nav-links.open{display:flex}
  .nav-links a,.student-link{background:#f5f9ff;text-align:center}
  .nav-actions{margin-left:auto}
  .secure-pill{display:none}
  .plans-top{flex-direction:column;align-items:flex-start}
  .faq-grid{grid-template-columns:1fr}
  .final-cta{display:grid}
}

@media (max-width: 760px){

  .promo-banner{
    margin-top:12px;
    border-radius:18px;
    padding:9px 12px;
  }
  .promo-banner__text{
    font-size:.87rem;
    gap:6px;
  }
  .promo-banner strong{
    min-height:27px;
    padding:3px 10px;
  }
  .container{width:min(100% - 24px, 1320px)}
  .site-header{padding-top:12px}
  .brand img{width:185px}
  .nav-actions{width:100%;justify-content:flex-start}
  .hero-grid{padding:22px}
  .hero-copy h1{font-size:clamp(2.2rem,11vw,3.3rem)}
  .hero-lead,.hero-text,.hero-bullets li{font-size:.97rem}
  .plans-grid,.feature-row,.trust-band,.values-grid{grid-template-columns:1fr}
  .trust-band article{border-right:0;border-bottom:1px solid #edf1f7}
  .trust-band article:last-child{border-bottom:0}
  .footer{text-align:center}
  .footer-payment-visual{margin-bottom:14px}
  .footer-payment-visual img{width:min(100%, 420px);max-width:100%;}
  .footer-bottom{display:block;text-align:center;padding-top:14px}
  .footer a{display:inline-block;margin-top:12px}
}


@media (max-width: 920px){
  .footer-payment-visual img{width:min(100%, 620px);}
}

@media (max-width: 430px){
  .hero-grid{padding:18px}
  .eyebrow{font-size:.72rem}
  .plan-head h3{font-size:1.32rem}
  .price strong{font-size:2.05rem}
}

/* Página profissional de pagamento confirmado */
.payment-success-body {
    min-height: 100vh;
    margin: 0;
    background: radial-gradient(circle at 18% 18%, rgba(37, 99, 235, .14), transparent 34%),
        radial-gradient(circle at 85% 10%, rgba(14, 165, 233, .12), transparent 32%),
        linear-gradient(135deg, #f7fbff 0%, #eef6ff 48%, #ffffff 100%);
    color: #102a55;
}
.payment-success-page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.payment-success-page::before {
    content: "";
    position: absolute;
    left: -8%;
    bottom: -18%;
    width: 46rem;
    height: 46rem;
    border-radius: 50%;
    background: rgba(11, 102, 195, .08);
    filter: blur(2px);
}
.payment-success-page::after {
    content: "✈";
    position: absolute;
    right: 7%;
    top: 18%;
    font-size: 9rem;
    color: rgba(11, 102, 195, .07);
    transform: rotate(-18deg);
}
.payment-success-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px 22px 0;
}
.payment-success-brand img {
    display: block;
    max-width: 210px;
    height: auto;
}
.payment-secure-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .7rem 1rem;
    border: 1px solid rgba(11, 102, 195, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    color: #0b4f9c;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(15, 45, 92, .07);
    backdrop-filter: blur(10px);
}
.payment-success-hero {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 110px);
    padding: 34px 18px 64px;
}
.payment-success-card {
    width: min(760px, 100%);
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid rgba(12, 74, 140, .11);
    border-radius: 30px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(15, 45, 92, .14);
    text-align: center;
    backdrop-filter: blur(16px);
}
.success-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #12b76a;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    box-shadow: 0 14px 36px rgba(18, 183, 106, .28);
}
.payment-success-card.processing .success-icon {
    background: #0b66c3;
    box-shadow: 0 14px 36px rgba(11, 102, 195, .24);
    font-size: 34px;
}
.success-eyebrow {
    margin: 0 0 8px;
    color: #0b66c3;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .14em;
    font-weight: 800;
}
.payment-success-card h1 {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.2rem);
    line-height: 1.05;
    color: #0f2d5c;
    letter-spacing: -0.045em;
}
.success-message {
    max-width: 610px;
    margin: 18px auto 0;
    color: #344054;
    font-size: 1.08rem;
    line-height: 1.65;
}
.success-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0;
    color: #0b66c3;
}
.success-divider::before,
.success-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, rgba(11, 102, 195, .22), transparent);
}
.success-divider span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef6ff;
}
.success-copy {
    max-width: 670px;
    margin: 0 auto 22px;
    color: #475467;
    font-size: 1rem;
    line-height: 1.7;
}
.success-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 26px;
    text-align: left;
}
.success-details div {
    padding: 14px 16px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #f7fbff;
}
.success-details span {
    display: block;
    margin-bottom: 4px;
    color: #667085;
    font-size: .82rem;
    font-weight: 700;
}
.success-details strong {
    color: #102a55;
    font-size: .96rem;
    word-break: break-word;
}
.success-status-note {
    margin: -8px 0 20px;
    color: #667085;
    font-size: .92rem;
}
.success-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.success-btn:hover {
    transform: translateY(-1px);
}
.success-btn.primary {
    background: #0b66c3;
    color: #fff;
    box-shadow: 0 14px 30px rgba(11, 102, 195, .24);
}
.success-btn.primary:hover {
    background: #0a58a9;
}
.success-btn.secondary {
    background: #fff;
    color: #0b66c3;
    border: 1px solid #cfe0f5;
}
.success-help {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e6eef8;
    color: #667085;
    font-size: .95rem;
}
.success-help a {
    color: #0b66c3;
    font-weight: 800;
    text-decoration: none;
}
.success-safe-note {
    margin: 12px 0 0;
    color: #667085;
    font-size: .9rem;
}
@media (max-width: 680px) {
    .payment-success-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .payment-success-brand img {
        max-width: 178px;
    }
    .payment-success-hero {
        align-items: flex-start;
        padding-top: 26px;
    }
    .success-details {
        grid-template-columns: 1fr;
    }
    .success-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .success-btn {
        width: 100%;
    }
}




/* Páginas públicas SEO dos módulos */
.seo-header{padding-bottom:24px}
.seo-hero{
  margin-top:18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
  align-items:stretch;
  padding:clamp(26px,4vw,46px);
  border:1px solid var(--line);
  border-radius:34px;
  background:linear-gradient(110deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 54%, rgba(238,245,255,.82) 100%), url('hero-easa-bg.jpg') center right/cover no-repeat;
  box-shadow:var(--shadow);
}
.seo-hero.hub{grid-template-columns:1fr}.seo-hero-copy{max-width:880px}.seo-back{display:inline-flex;margin-bottom:14px;color:var(--blue);font-weight:900}.seo-hero h1{margin:16px 0 16px;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.02;letter-spacing:-.055em;color:#0f223a}.seo-hero p{margin:0;color:var(--muted);font-size:1.08rem;line-height:1.75}.seo-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.seo-secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 18px;border-radius:15px;border:1px solid var(--line);background:#fff;color:var(--blue);font-weight:900;box-shadow:0 10px 22px rgba(20,48,87,.06)}.seo-summary-card{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.94);padding:26px;box-shadow:0 16px 32px rgba(20,48,87,.08)}.seo-summary-card span{display:inline-block;color:var(--blue);font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;font-weight:900}.seo-summary-card h2{margin:10px 0 4px;font-size:2.2rem;letter-spacing:-.05em}.seo-summary-card p{font-size:1rem;font-weight:900;color:#385472}.seo-summary-card ul{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:12px}.seo-summary-card li{position:relative;padding-left:28px;color:#28405c;font-weight:700}.seo-summary-card li:before{content:'✓';position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#eaf4ff;color:var(--blue);font-size:.75rem;font-weight:900}.seo-content-grid{margin-top:30px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.seo-content-grid.one-column{grid-template-columns:1fr}.seo-main-card,.seo-side-card{border:1px solid var(--line);border-radius:28px;background:var(--surface);box-shadow:0 14px 28px rgba(20,48,87,.06)}.seo-main-card{padding:clamp(24px,4vw,42px)}.seo-main-card h2{margin:0 0 12px;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.12;letter-spacing:-.035em;color:#10233c}.seo-main-card h2:not(:first-child){margin-top:34px}.seo-main-card p{margin:0;color:var(--muted);line-height:1.78;font-size:1.02rem}.seo-topic-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 0}.seo-topic-list div{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid var(--line);border-radius:18px;background:#f8fbff}.seo-topic-list span{width:24px;min-width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#eaf4ff;color:var(--blue);font-weight:900}.seo-topic-list p{font-size:.96rem;line-height:1.55}.seo-side-card{position:sticky;top:18px;padding:24px}.seo-side-card h3{margin:0 0 10px;font-size:1.45rem;letter-spacing:-.035em}.seo-side-card p,.seo-side-card small{display:block;color:var(--muted);line-height:1.65}.seo-side-card .subscribe-btn{display:flex;margin:18px 0}.seo-related-section{margin-top:56px}.module-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.module-links-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.module-links-grid a{display:grid;gap:7px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 24px rgba(20,48,87,.05);transition:.2s ease}.module-links-grid a:hover{transform:translateY(-2px);border-color:#b8d6ff;box-shadow:0 18px 30px rgba(29,126,255,.10)}.module-links-grid strong{color:var(--blue);font-size:.9rem}.module-links-grid span{color:#10233c;font-weight:900;line-height:1.25}.module-links-grid em{font-style:normal;color:#6a7f98;font-size:.86rem;font-weight:800}.seo-modules-preview{margin-top:70px}.seo-modules-card{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:22px;align-items:start;padding:clamp(24px,4vw,36px);border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,#fff,#f7fbff);box-shadow:0 18px 38px rgba(20,48,87,.08)}.seo-modules-card h2{margin:12px 0 12px;font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.05em}.seo-modules-card p{margin:0;color:var(--muted);line-height:1.72}.seo-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.seo-mini-grid a{padding:14px 15px;border:1px solid var(--line);border-radius:16px;background:#fff;color:#28405c;font-weight:900}.seo-mini-grid a:hover{color:var(--blue);border-color:#b8d6ff}
@media (max-width:1150px){.seo-hero,.seo-content-grid,.seo-modules-card{grid-template-columns:1fr}.seo-summary-card,.seo-side-card{position:static}.module-links-grid,.module-links-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.seo-hero{padding:22px;border-radius:26px}.seo-actions{display:grid}.seo-topic-list,.module-links-grid,.module-links-grid.compact,.seo-mini-grid{grid-template-columns:1fr}.seo-main-card,.seo-side-card{border-radius:22px}.seo-modules-card{border-radius:24px}}

/* SEO modules preview - premium card layout */
.seo-modules-card-premium{
  position:relative;
  overflow:hidden;
  grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);
  gap:clamp(28px,4vw,54px);
  align-items:center;
  padding:clamp(28px,5vw,56px);
  border-radius:34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(29,126,255,.10), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,251,255,.96));
  box-shadow:0 24px 60px rgba(20,48,87,.11);
}
.seo-modules-card-premium:before{
  content:'';
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(29,126,255,.18), transparent 28%, rgba(255,255,255,.9) 52%, rgba(29,126,255,.12));
  opacity:.75;
  z-index:0;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  padding:1px;
}
.seo-modules-card-premium>*{position:relative;z-index:1}.seo-modules-copy{max-width:640px}.seo-eyebrow-icon{display:inline-flex!important;align-items:center;gap:9px;padding:10px 16px;border-radius:999px;background:#eef6ff;border:1px solid #d9eaff;color:#1674ff;box-shadow:0 10px 20px rgba(29,126,255,.06)}.seo-eyebrow-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.seo-modules-card-premium h2{max-width:680px;margin:22px 0 16px;font-size:clamp(2.45rem,4.7vw,4.35rem);line-height:1.03;letter-spacing:-.07em;color:#0b1f3d}.seo-title-accent{display:block;width:72px;height:5px;border-radius:999px;background:linear-gradient(90deg,#1476ff,#54b8ff);margin:0 0 26px}.seo-modules-card-premium p{font-size:1.1rem;line-height:1.78;color:#4d6683}.seo-actions-premium{gap:14px;margin-top:30px}.seo-actions-premium a{gap:10px}.seo-actions-premium svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.seo-primary-btn{min-height:58px;padding:17px 23px;border-radius:16px;box-shadow:0 16px 30px rgba(29,126,255,.22)}.seo-outline-btn{min-height:58px;padding:16px 22px;border-color:#bcd7ff;background:rgba(255,255,255,.78);box-shadow:0 12px 26px rgba(20,48,87,.06)}.seo-study-note{display:flex;align-items:center;gap:16px;margin-top:32px;padding:18px 20px;border:1px solid #dbeafd;border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 14px 28px rgba(20,48,87,.05)}.seo-study-note span{width:48px;min-width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#eef6ff;color:#1674ff;font-size:1.35rem}.seo-study-note p{margin:0!important;font-size:.98rem!important;line-height:1.55!important}.seo-study-note strong{color:#1674ff}.seo-mini-grid-premium{gap:20px}.seo-mini-grid-premium .seo-module-mini-card{position:relative;min-height:245px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:28px 28px 26px;border:1px solid #d7e7fb;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,251,255,.92));box-shadow:0 18px 36px rgba(20,48,87,.08);overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.seo-mini-grid-premium .seo-module-mini-card:before{content:'';position:absolute;right:-14px;top:-20px;width:124px;height:124px;border-radius:34px;border:8px solid rgba(29,126,255,.045);transform:rotate(18deg)}.seo-mini-grid-premium .seo-module-mini-card:hover{transform:translateY(-4px);border-color:#a9ccff;box-shadow:0 24px 48px rgba(29,126,255,.13)}.seo-module-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#eef6ff,#e5f0ff);border:1px solid #d5e7ff;color:#1476ff;font-size:1.55rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);margin-bottom:24px}.seo-module-mini-card strong{position:relative;z-index:1;color:#0b1f3d;font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1.28;letter-spacing:-.035em}.seo-module-mini-card em{position:relative;z-index:1;margin-top:18px;max-width:280px;font-style:normal;color:#58708d;font-size:.98rem;line-height:1.55;font-weight:700}.seo-module-arrow{position:absolute;right:24px;bottom:24px;width:39px;height:39px;display:grid;place-items:center;border-radius:50%;border:1px solid #b8d6ff;background:rgba(255,255,255,.82);color:#1476ff;font-size:2rem;line-height:1;font-weight:400;transition:.22s ease}.seo-module-mini-card:hover .seo-module-arrow{background:#1476ff;color:#fff;border-color:#1476ff}.seo-mini-grid-premium a{color:inherit}
@media (max-width:1150px){.seo-modules-card-premium{grid-template-columns:1fr;padding:clamp(24px,5vw,42px)}.seo-modules-copy{max-width:100%}.seo-mini-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.seo-modules-card-premium{border-radius:26px;gap:26px}.seo-modules-card-premium h2{font-size:clamp(2.25rem,12vw,3.2rem)}.seo-actions-premium{display:grid}.seo-study-note{align-items:flex-start}.seo-mini-grid-premium{grid-template-columns:1fr}.seo-mini-grid-premium .seo-module-mini-card{min-height:auto;padding:24px}.seo-module-icon{margin-bottom:18px}.seo-module-arrow{right:20px;bottom:20px}}

/* Ajuste compacto da secção de páginas explicativas SEO */
.seo-modules-preview{
  margin-top:52px;
}
.seo-modules-card-premium{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:28px;
  padding:28px 32px;
  border-radius:28px;
}
.seo-modules-card-premium h2{
  max-width:560px;
  margin:16px 0 12px;
  font-size:clamp(2rem,3.3vw,3.15rem);
  line-height:1.05;
  letter-spacing:-.055em;
}
.seo-title-accent{
  width:58px;
  height:4px;
  margin:0 0 18px;
}
.seo-modules-card-premium p{
  font-size:1rem;
  line-height:1.62;
}
.seo-eyebrow-icon{
  padding:8px 14px;
  gap:8px;
}
.seo-eyebrow-icon svg{
  width:18px;
  height:18px;
}
.seo-actions-premium{
  gap:12px;
  margin-top:22px;
}
.seo-primary-btn,
.seo-outline-btn{
  min-height:50px;
  padding:13px 18px;
  border-radius:14px;
}
.seo-actions-premium svg{
  width:19px;
  height:19px;
}
.seo-study-note{
  gap:12px;
  margin-top:22px;
  padding:13px 16px;
  border-radius:16px;
}
.seo-study-note span{
  width:38px;
  min-width:38px;
  height:38px;
  font-size:1.05rem;
}
.seo-study-note p{
  font-size:.9rem!important;
  line-height:1.45!important;
}
.seo-mini-grid-premium{
  gap:14px;
}
.seo-mini-grid-premium .seo-module-mini-card{
  min-height:174px;
  padding:20px 20px 18px;
  border-radius:20px;
  box-shadow:0 14px 28px rgba(20,48,87,.07);
}
.seo-mini-grid-premium .seo-module-mini-card:before{
  right:-20px;
  top:-28px;
  width:96px;
  height:96px;
  border-width:7px;
  border-radius:28px;
}
.seo-module-icon{
  width:44px;
  height:44px;
  font-size:1.2rem;
  margin-bottom:14px;
}
.seo-module-mini-card strong{
  font-size:clamp(.98rem,1.25vw,1.12rem);
  line-height:1.24;
}
.seo-module-mini-card em{
  margin-top:10px;
  max-width:245px;
  font-size:.86rem;
  line-height:1.45;
}
.seo-module-arrow{
  right:18px;
  bottom:18px;
  width:32px;
  height:32px;
  font-size:1.55rem;
}
@media (max-width:1150px){
  .seo-modules-card-premium{
    grid-template-columns:1fr;
    padding:26px;
    gap:22px;
  }
  .seo-modules-card-premium h2{
    max-width:760px;
  }
}
@media (max-width:760px){
  .seo-modules-preview{
    margin-top:38px;
  }
  .seo-modules-card-premium{
    padding:20px;
    border-radius:22px;
    gap:20px;
  }
  .seo-modules-card-premium h2{
    font-size:clamp(1.9rem,9.5vw,2.55rem);
    margin-top:14px;
  }
  .seo-actions-premium{
    margin-top:18px;
  }
  .seo-study-note{
    margin-top:18px;
    padding:12px 14px;
  }
  .seo-mini-grid-premium{
    grid-template-columns:1fr;
    gap:12px;
  }
  .seo-mini-grid-premium .seo-module-mini-card{
    min-height:auto;
    padding:18px;
  }
  .seo-module-icon{
    width:40px;
    height:40px;
    margin-bottom:12px;
  }
  .seo-module-arrow{
    right:16px;
    bottom:16px;
  }
}

.nav-links a.is-active{
  background:#eef5ff;
  color:var(--blue);
}
.ghost-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 18px;
  border-radius:15px;
  border:1px solid #cdddf1;
  background:#fff;
  color:#18426f;
  font-weight:900;
  box-shadow:0 12px 26px rgba(20,48,87,.08);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ghost-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 32px rgba(20,48,87,.12);
  border-color:#9fc7ff;
}
.platform-teaser{
  margin-top:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px 30px;
  border-radius:28px;
  border:1px solid var(--line);
  background:linear-gradient(135deg, rgba(255,255,255,.96), rgba(241,247,255,.96));
  box-shadow:0 16px 30px rgba(20,48,87,.08);
}
.platform-teaser h2{
  margin:14px 0 10px;
  font-size:clamp(1.8rem,3vw,2.5rem);
  line-height:1.08;
  letter-spacing:-.04em;
}
.platform-teaser p{margin:0;max-width:760px;color:var(--muted);line-height:1.7}
.platform-teaser-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}

.platform-page .site-header{padding-bottom:26px}
.platform-hero{
  margin-top:18px;
  display:grid;
  grid-template-columns:minmax(0, 560px) minmax(0, 1fr);
  gap:28px;
  align-items:center;
  padding:36px;
  border-radius:34px;
  border:1px solid var(--line);
  background:linear-gradient(135deg, rgba(255,255,255,.97) 0%, rgba(248,251,255,.98) 55%, rgba(235,244,255,.94) 100%);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.platform-hero-copy h1{
  margin:18px 0 14px;
  font-size:clamp(2.7rem,5.4vw,4.7rem);
  line-height:1.03;
  letter-spacing:-.055em;
  color:#0f223a;
}
.platform-hero-copy p{margin:0;color:var(--muted);line-height:1.78;font-size:1.02rem}
.platform-hero-copy .platform-hero-lead{margin-bottom:12px;font-size:1.16rem;font-weight:800;color:#12335a}
.platform-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.platform-stat-grid{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.platform-stat-grid article{
  padding:18px 18px 16px;
  border-radius:22px;
  border:1px solid #d8e4f3;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 24px rgba(20,48,87,.06);
}
.platform-stat-grid strong{display:block;font-size:1.08rem;line-height:1.2;color:#11325b}
.platform-stat-grid span{display:block;margin-top:6px;font-size:.92rem;color:#657990;line-height:1.45}

.platform-hero-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}
.device-showcase{position:relative;width:100%;height:100%;min-height:560px}
.laptop-mockup{
  position:relative;
  border-radius:26px;
  background:#162a44;
  padding:12px 12px 16px;
  box-shadow:0 35px 70px rgba(16,35,60,.20);
}
.laptop-main{position:absolute;right:0;top:24px;width:min(100%, 760px)}
.mockup-topbar{
  display:flex;gap:7px;align-items:center;padding:0 6px 10px;
}
.mockup-topbar span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.55)}
.mockup-screen{
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.mockup-screen img,.browser-shot img,.phone-screen img{display:block;width:100%;height:auto}
.phone-mockup{
  position:relative;
  border-radius:42px;
  background:#101b2f;
  padding:14px 10px 16px;
  box-shadow:0 26px 56px rgba(16,35,60,.24);
}
.phone-left{position:absolute;left:12px;bottom:10px;width:220px;transform:rotate(-5deg)}
.phone-right{position:absolute;right:22px;bottom:-18px;width:220px;transform:rotate(6deg)}
.phone-notch{
  width:36%;
  height:20px;
  margin:0 auto 8px;
  border-radius:0 0 16px 16px;
  background:#0c1625;
}
.phone-screen{overflow:hidden;border-radius:30px;background:#fff}

.platform-highlight-strip{
  margin-top:8px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}
.platform-highlight-strip article{
  display:flex;gap:14px;align-items:flex-start;padding:20px;border-radius:22px;border:1px solid var(--line);background:#fff;box-shadow:0 14px 28px rgba(20,48,87,.06);
}
.platform-highlight-strip span{
  width:44px;height:44px;min-width:44px;border-radius:14px;display:grid;place-items:center;background:#eef5ff;color:#278cff;font-size:1.2rem;
}
.platform-highlight-strip h3{margin:0 0 8px;font-size:1.02rem}
.platform-highlight-strip p{margin:0;color:var(--muted);line-height:1.55;font-size:.92rem}

.platform-section{margin-top:40px}
.platform-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:center}
.platform-layout.hero-like{align-items:flex-start}
.platform-text-card{
  padding:26px;
  border-radius:28px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 36px rgba(20,48,87,.06);
}
.platform-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.platform-list li{position:relative;padding-left:28px;color:#29425d;line-height:1.7;font-weight:600}
.platform-list li::before{
  content:'✓';position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;font-size:.76rem;font-weight:900;
}
.info-note,.motivation-box{
  margin-top:20px;padding:18px;border-radius:20px;background:#f4f8ff;border:1px solid #dbe7f4;color:#32506e;
}
.motivation-box strong,.info-note strong{display:block;color:#143154}
.motivation-box p,.info-note p{margin:8px 0 0;line-height:1.6}
.motivation-box.green{background:#f1fbf5;border-color:#d4eedc}

.platform-gallery{display:grid;gap:18px;align-items:end}
.platform-gallery.stacked{align-items:center}
.browser-shot{
  overflow:hidden;
  border-radius:28px;
  border:1px solid #dce7f3;
  background:#fff;
  box-shadow:0 24px 48px rgba(20,48,87,.12);
}
.browser-shot.large{max-width:100%}
.browser-shot.medium{max-width:100%}
.browser-shot.glowing{box-shadow:0 24px 60px rgba(29,126,255,.16)}
.inline-phone{width:240px;justify-self:end}
.align-end{justify-self:end}
.phone-pair{display:flex;gap:16px;flex-wrap:wrap}
.phone-pair.wide-gap{gap:18px}
.small-phone{width:220px}
.platform-gallery-dashboard{grid-template-columns:minmax(0, 1fr) 250px;align-items:end}

.platform-results-grid{display:grid;grid-template-columns:minmax(0, 1.05fr) minmax(320px, .7fr);gap:24px;align-items:center}
.result-copy-card{
  padding:28px;
  border-radius:28px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fff,#f5fbff);
  box-shadow:0 20px 42px rgba(20,48,87,.08);
}
.result-score-ring{
  width:158px;height:158px;border-radius:50%;display:grid;place-items:center;border:10px solid #dff4e6;background:#fff;color:#207f49;box-shadow:inset 0 0 0 3px #63c37f;
}
.result-score-ring span{display:block;font-size:2.45rem;font-weight:900;line-height:1}
.result-score-ring small{display:block;margin-top:6px;font-size:.95rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.result-copy-card h3{margin:18px 0 12px;font-size:1.9rem;line-height:1.08;letter-spacing:-.04em}
.result-copy-card p{margin:0;color:var(--muted);line-height:1.72}
.result-bullets{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}
.result-bullets li{padding-left:22px;position:relative;color:#29425d;font-weight:600}
.result-bullets li::before{content:'●';position:absolute;left:0;top:2px;color:#32a05f;font-size:.75rem}

.platform-mobile-band{margin-top:42px}
.mobile-showcase-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px;align-items:start}
.tall-phone{max-width:290px;width:100%;margin:0 auto}

.platform-final-cta{margin-top:42px}
.final-cta-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}

@media (max-width:1200px){
  .platform-hero{grid-template-columns:1fr;}
  .platform-hero-visual{min-height:540px}
  .laptop-main{position:relative;top:auto;right:auto;width:min(100%, 820px);margin:0 auto}
  .phone-left{left:20px;bottom:10px}
  .phone-right{right:20px;bottom:-8px}
}
@media (max-width:980px){
  .platform-teaser,
  .platform-layout,
  .platform-results-grid,
  .mobile-showcase-grid{grid-template-columns:1fr}
  .platform-teaser{flex-direction:column;align-items:flex-start}
  .platform-highlight-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .platform-stat-grid{grid-template-columns:1fr}
  .platform-gallery-dashboard{grid-template-columns:1fr}
  .inline-phone,.align-end{justify-self:start}
  .platform-hero-visual{min-height:auto}
  .device-showcase{min-height:0;padding-bottom:28px}
  .phone-left,.phone-right{position:relative;left:auto;right:auto;bottom:auto;transform:none}
  .phone-left{margin-top:18px}
  .phone-right{margin-top:-10px;margin-left:auto}
  .small-phone{width:220px}
}
@media (max-width:760px){
  .platform-teaser{padding:20px;border-radius:22px}
  .platform-teaser h2{font-size:clamp(1.75rem,9vw,2.3rem)}
  .platform-hero{padding:22px;border-radius:24px;gap:22px}
  .platform-hero-copy h1{font-size:clamp(2.2rem,11.5vw,3.2rem)}
  .platform-hero-copy p{font-size:.98rem;line-height:1.72}
  .platform-hero-actions,.final-cta-actions,.platform-teaser-actions{width:100%}
  .platform-hero-actions .cta-btn,
  .platform-hero-actions .ghost-btn,
  .final-cta-actions .cta-btn,
  .final-cta-actions .ghost-btn,
  .platform-teaser-actions .cta-btn,
  .platform-teaser-actions .student-link{flex:1 1 100%;justify-content:center}
  .platform-highlight-strip{grid-template-columns:1fr}
  .platform-highlight-strip article{padding:18px}
  .platform-text-card{padding:20px;border-radius:22px}
  .platform-section{margin-top:30px}
  .laptop-mockup{padding:10px 10px 14px;border-radius:20px}
  .phone-mockup{padding:12px 8px 14px;border-radius:34px}
  .phone-notch{height:16px}
  .phone-left,.phone-right,.inline-phone,.small-phone,.tall-phone{width:min(100%,250px)}
  .phone-pair{justify-content:center}
  .platform-gallery-dashboard .inline-phone{justify-self:center}
  .platform-results-grid{gap:18px}
  .result-copy-card{padding:22px;border-radius:22px}
  .result-score-ring{width:132px;height:132px;border-width:8px}
  .result-score-ring span{font-size:2rem}
  .result-copy-card h3{font-size:1.65rem}
  .mobile-showcase-grid{gap:16px}
}

/* Plataforma showcase premium v2 */
.platform-showcase-page{
  background:
    radial-gradient(circle at 12% 4%, rgba(37,124,255,.16), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(37,124,255,.12), transparent 34%),
    linear-gradient(180deg,#f7fbff 0%,#ffffff 45%,#f6faff 100%);
}
.platform-showcase-header.site-header{
  padding-bottom:0;
  background:rgba(247,251,255,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(191,214,248,.68);
}
.platform-showcase-main{overflow:hidden;}
.platform-showcase-hero{
  position:relative;
  padding:42px 0 58px;
  isolation:isolate;
}
.platform-showcase-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.96)),
    radial-gradient(circle at 50% 0%,rgba(45,134,255,.14),transparent 55%);
}
.platform-showcase-container{position:relative;}
.platform-bg-plane,
.platform-bg-tower{
  position:absolute;
  z-index:-2;
  pointer-events:none;
  opacity:.19;
  filter:saturate(1.02);
}
.platform-bg-plane{
  left:max(-120px, calc((100vw - 1180px)/2 - 230px));
  top:20px;
  width:420px;
  height:210px;
  background:url('hero-easa-bg.jpg') center/cover no-repeat;
  border-radius:999px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 24%,#000 76%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 24%,#000 76%,transparent 100%);
}
.platform-bg-tower{
  right:max(-110px, calc((100vw - 1180px)/2 - 190px));
  top:0;
  width:300px;
  height:340px;
  background:url('hero-easa-bg.jpg') right center/cover no-repeat;
  border-radius:999px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 26%,#000 82%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 26%,#000 82%,transparent 100%);
}
.platform-showcase-copy{text-align:center;max-width:900px;margin:0 auto;}
.platform-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 15px;
  border:1px solid rgba(141,188,255,.72);
  border-radius:999px;
  background:rgba(255,255,255,.76);
  color:#075fff;
  font-weight:900;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 14px 34px rgba(34,112,255,.08);
}
.platform-showcase-copy h1{
  margin:18px 0 12px;
  font-size:clamp(3rem,6vw,5.6rem);
  line-height:.98;
  letter-spacing:-.075em;
  color:#071d3c;
}
.platform-showcase-copy p{
  margin:0 auto;
  max-width:760px;
  color:#536986;
  font-weight:700;
  line-height:1.65;
  font-size:clamp(1.02rem,1.6vw,1.25rem);
}
.platform-showcase-copy strong{color:#0867ff;}
.platform-feature-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:780px;
  margin:28px auto 22px;
}
.platform-feature-row article{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:78px;
  padding:16px 18px;
  border:1px solid rgba(198,220,250,.92);
  border-radius:22px;
  background:rgba(255,255,255,.76);
  box-shadow:0 20px 52px rgba(26,91,172,.08);
  text-align:left;
}
.platform-feature-row .feature-icon{
  flex:0 0 48px;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,#edf5ff,#dcecff);
  color:#0967ff;
  font-size:1.35rem;
}
.platform-feature-row .feature-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
  flex:1;
}
.platform-feature-row strong{display:block;color:#0a2445;font-size:.98rem;line-height:1.15;}
.platform-feature-row small{display:block;margin-top:3px;color:#637995;font-weight:700;line-height:1.35;}
.platform-showcase-frame{
  position:relative;
  max-width:1180px;
  margin:18px auto 0;
  padding:14px;
  border:1px solid rgba(185,213,250,.96);
  border-radius:36px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(245,250,255,.8));
  box-shadow:0 30px 90px rgba(18,71,145,.16), inset 0 1px 0 rgba(255,255,255,.96);
}
.platform-showcase-frame::before{
  content:"";
  position:absolute;
  inset:22px;
  z-index:-1;
  border-radius:34px;
  background:rgba(40,126,255,.24);
  filter:blur(60px);
}
.platform-showcase-frame img{
  display:block;
  width:100%;
  height:auto;
  border-radius:25px;
  box-shadow:0 18px 44px rgba(15,54,109,.14);
}

.platform-showcase-frame-secondary{
  margin-top:18px;
}
.platform-benefits-strip{
  max-width:1100px;
  margin:28px auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  border:1px solid rgba(199,222,250,.88);
  border-radius:28px;
  background:rgba(255,255,255,.82);
  box-shadow:0 22px 56px rgba(20,75,150,.1);
}
.platform-benefits-strip article{
  display:flex;
  gap:14px;
  align-items:center;
  padding:22px 20px;
  border-right:1px solid rgba(203,224,249,.78);
}
.platform-benefits-strip article:last-child{border-right:0;}
.platform-benefits-strip span{
  flex:0 0 46px;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ecf5ff;
  color:#0967ff;
  font-size:1.35rem;
}
.platform-benefits-strip strong{display:block;color:#075fff;font-size:.98rem;line-height:1.25;}
.platform-benefits-strip small{display:block;margin-top:4px;color:#5b728d;line-height:1.45;font-weight:650;}
.platform-showcase-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}
.platform-independent-note{
  margin:18px 0 0;
  text-align:center;
  color:#607792;
  font-weight:750;
}
.platform-trust-section{padding:38px 0 8px;}
.platform-trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}
.platform-trust-grid article{
  border:1px solid rgba(201,223,250,.9);
  border-radius:28px;
  background:rgba(255,255,255,.78);
  padding:28px;
  box-shadow:0 20px 52px rgba(20,75,150,.08);
}
.platform-trust-grid span{
  display:inline-flex;
  margin-bottom:18px;
  padding:8px 13px;
  border-radius:999px;
  background:#eef6ff;
  color:#0867ff;
  font-weight:900;
}
.platform-trust-grid h3{margin:0 0 10px;color:#081f40;font-size:1.25rem;}
.platform-trust-grid p{margin:0;color:#5c7087;line-height:1.68;font-weight:650;}
.platform-showcase-page .platform-final-cta{margin-top:42px;}

@media (max-width: 920px){
  .platform-showcase-hero{padding-top:28px;}
  .platform-feature-row,
  .platform-benefits-strip,
  .platform-trust-grid{grid-template-columns:1fr;}
  .platform-benefits-strip article{border-right:0;border-bottom:1px solid rgba(203,224,249,.78);}
  .platform-benefits-strip article:last-child{border-bottom:0;}
  .platform-showcase-frame{padding:9px;border-radius:24px;}
  .platform-showcase-frame img{border-radius:18px;}
  .platform-bg-plane,.platform-bg-tower{display:none;}
}
@media (max-width: 640px){
  .platform-showcase-copy h1{font-size:clamp(2.7rem,14vw,4rem);letter-spacing:-.06em;}
  .platform-showcase-copy p{font-size:1rem;}
  .platform-feature-row article{min-height:auto;}
  .platform-showcase-frame{margin-left:-6px;margin-right:-6px;}
  .platform-showcase-actions .cta-btn,
  .platform-showcase-actions .ghost-btn{width:100%;justify-content:center;}
  .platform-benefits-strip article{padding:18px;}
  .platform-trust-grid article{padding:22px;}
}

/* =========================================================
   AeroPass PRO — Landing Page Premium Azul Claro (13.05)
   Classes isoladas com prefixo apx- para não quebrar páginas existentes.
   ========================================================= */
.apx-page{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:#071d3b;
  background:
    radial-gradient(circle at 8% 4%, rgba(0,101,255,.12), transparent 26%),
    radial-gradient(circle at 86% 9%, rgba(72,169,255,.20), transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 38%,#f5faff 100%);
  overflow-x:hidden;
}
.apx-page *{box-sizing:border-box;}
.apx-container{width:min(1180px,calc(100% - 40px));margin:0 auto;}
.apx-header{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#f5faff 52%,#ffffff 100%);}
.apx-header::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 42%,rgba(231,244,255,.55) 100%);pointer-events:none;}
.apx-header>.apx-container{position:relative;z-index:1;}
.apx-nav{height:88px;display:flex;align-items:center;gap:28px;justify-content:space-between;border-bottom:1px solid rgba(188,214,247,.75);}
.apx-brand{display:inline-flex;align-items:center;text-decoration:none;min-width:205px;}
.apx-brand img{display:block;max-width:182px;height:auto;}
.apx-nav-links{display:flex;align-items:center;gap:32px;}
.apx-nav-links a{position:relative;text-decoration:none;color:#203957;font-weight:800;font-size:.95rem;transition:.22s ease;}
.apx-nav-links a:hover{color:#0067ff;}
.apx-nav-links a:first-child{color:#0067ff;}
.apx-nav-links a:first-child::after{content:"";position:absolute;left:0;right:0;bottom:-18px;height:3px;border-radius:999px;background:#0067ff;}
.apx-student-btn,.apx-primary-btn,.apx-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border-radius:14px;text-decoration:none;font-weight:900;letter-spacing:-.01em;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;}
.apx-student-btn,.apx-primary-btn{color:#fff;background:linear-gradient(135deg,#0068ff,#004bd8);box-shadow:0 16px 34px rgba(0,91,229,.26);}
.apx-student-btn{min-height:45px;border-radius:13px;padding:0 20px;font-size:.9rem;white-space:nowrap;}
.apx-secondary-btn{color:#005ee8;background:rgba(255,255,255,.86);border:1px solid rgba(0,95,232,.35);box-shadow:0 12px 28px rgba(0,88,211,.08);}
.apx-student-btn:hover,.apx-primary-btn:hover,.apx-secondary-btn:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(0,91,229,.22);}
.apx-nav-toggle{display:none;width:46px;height:46px;border:1px solid rgba(182,210,246,.9);border-radius:14px;background:#fff;color:#0067ff;font-size:1.35rem;font-weight:900;}
.apx-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);align-items:center;min-height:520px;gap:34px;padding:58px 0 54px;}
.apx-eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:900;color:#0067ff;}
.apx-hero-copy h1{margin:18px 0 18px;font-size:clamp(3.2rem,7vw,6rem);line-height:.95;letter-spacing:-.075em;color:#071b39;max-width:620px;}
.apx-hero-lead{font-size:1.17rem;line-height:1.68;color:#29425f;max-width:560px;margin:0 0 10px;font-weight:700;}
.apx-hero-lead strong{color:#005fe8;}
.apx-hero-text{font-size:1.03rem;line-height:1.75;color:#526a86;max-width:550px;margin:0 0 28px;font-weight:650;}
.apx-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px;}
.apx-disclaimer{display:flex;align-items:flex-start;gap:10px;max-width:540px;margin:0;color:#657991;line-height:1.55;font-size:.88rem;font-weight:700;}
.apx-disclaimer span{color:#0067ff;font-weight:900;}
.apx-hero-visual{position:relative;min-height:450px;align-self:stretch;}
.apx-plane-card{position:absolute;inset:0;border-radius:0 0 0 70px;background:
  linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.24) 22%,rgba(234,245,255,.12) 50%),
  url('hero-easa-bg.jpg') center / cover no-repeat;box-shadow:0 28px 90px rgba(32,100,191,.20);overflow:hidden;}
.apx-plane-card::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.42) 28%,rgba(255,255,255,.04) 64%,rgba(0,85,203,.24) 100%);mix-blend-mode:screen;}
.apx-plane-card::after{content:"";position:absolute;inset:auto 0 0 0;height:45%;background:linear-gradient(0deg,rgba(255,255,255,.95),transparent);}
.apx-hud{position:absolute;display:block;border:1px solid rgba(255,255,255,.65);border-radius:50%;opacity:.72;}
.apx-hud-one{width:140px;height:140px;right:18%;top:12%;box-shadow:0 0 0 34px rgba(255,255,255,.08),inset 0 0 0 24px rgba(255,255,255,.10);}
.apx-hud-two{width:78px;height:78px;right:7%;top:31%;box-shadow:0 0 0 20px rgba(255,255,255,.09),inset 0 0 0 15px rgba(255,255,255,.11);}
.apx-plane-label{position:absolute;right:28px;top:42px;color:#fff;text-align:right;font-weight:900;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 10px 24px rgba(0,0,0,.3);}
.apx-plane-label strong{font-size:1.4rem;}
.apx-floating-card{position:absolute;right:48px;bottom:34px;width:min(470px,88%);display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.88);border-radius:24px;box-shadow:0 30px 70px rgba(11,64,142,.18);overflow:hidden;}
.apx-floating-card article{padding:22px 18px;text-align:center;border-right:1px solid rgba(190,213,243,.85);}
.apx-floating-card article:last-child{border-right:0;}
.apx-floating-card span{display:block;font-size:1.45rem;margin-bottom:9px;color:#0067ff;}
.apx-floating-card strong{display:block;font-size:1rem;color:#071d3b;margin-bottom:4px;}
.apx-floating-card small{display:block;color:#58708d;line-height:1.35;font-weight:750;}
.apx-section-title{margin-bottom:28px;}
.apx-section-title.apx-center{text-align:center;}
.apx-section-title h2{margin:8px 0 0;font-size:clamp(1.9rem,3.1vw,3rem);line-height:1.08;letter-spacing:-.045em;color:#071d3b;}
.apx-section-title h2 strong{color:#0067ff;}
.apx-mini-line{display:block;width:72px;height:4px;border-radius:999px;background:#0067ff;margin:0 auto 12px;}
.apx-benefits{padding:62px 0 30px;}
.apx-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.apx-benefit-grid article{min-height:178px;text-align:center;padding:32px 24px;border:1px solid rgba(198,220,248,.84);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 20px 55px rgba(20,78,154,.08);transition:.22s ease;}
.apx-benefit-grid article:hover{transform:translateY(-6px);box-shadow:0 28px 75px rgba(16,91,192,.16);}
.apx-benefit-grid span{width:66px;height:66px;margin:0 auto 18px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(180deg,#edf7ff,#ffffff);color:#0067ff;font-weight:900;font-size:2rem;box-shadow:inset 0 0 0 1px rgba(187,218,255,.8);}
.apx-benefit-grid h3{margin:0 0 8px;color:#071d3b;font-size:1.05rem;line-height:1.25;}
.apx-benefit-grid p{margin:0;color:#60758d;font-weight:650;line-height:1.52;font-size:.9rem;}
.apx-platform{display:grid;grid-template-columns:300px minmax(0,1fr);gap:38px;align-items:center;padding:44px 0 36px;}
.apx-platform-copy h2{font-size:clamp(2.1rem,4vw,3.45rem);line-height:1;letter-spacing:-.06em;margin:14px 0 18px;color:#071d3b;}
.apx-platform-copy p{margin:0 0 24px;color:#536d88;line-height:1.65;font-weight:700;}
.apx-platform-copy ul{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:12px;}
.apx-platform-copy li{position:relative;padding-left:30px;color:#334e6c;font-weight:800;line-height:1.4;}
.apx-platform-copy li::before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#0067ff;color:#fff;font-size:.72rem;}
.apx-dashboard-wrap{min-width:0;}
.apx-dashboard-card{display:grid;grid-template-columns:170px 1fr;min-height:365px;border:1px solid rgba(188,214,245,.92);border-radius:28px;background:rgba(255,255,255,.91);box-shadow:0 28px 85px rgba(16,74,150,.14);overflow:hidden;}
.apx-dash-menu{padding:22px;border-right:1px solid rgba(206,226,250,.82);display:grid;align-content:start;gap:12px;background:linear-gradient(180deg,#f8fbff,#fff);}
.apx-dash-menu strong{color:#005fe8;margin-bottom:8px;}
.apx-dash-menu span{padding:10px 12px;border-radius:12px;color:#58718f;font-weight:800;font-size:.84rem;}
.apx-dash-menu span.active{background:#eaf4ff;color:#0067ff;}
.apx-dash-main{padding:24px;min-width:0;}
.apx-dash-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;}
.apx-dash-top h3{margin:0 0 4px;font-size:1.25rem;color:#071d3b;}
.apx-dash-top p{margin:0;color:#6a7f98;font-weight:700;font-size:.9rem;}
.apx-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0067ff;color:#fff;font-weight:900;}
.apx-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;}
.apx-stat-grid article{padding:16px;border:1px solid rgba(202,224,250,.9);border-radius:17px;background:#fff;box-shadow:0 10px 24px rgba(25,84,156,.06);}
.apx-stat-grid small{display:block;color:#6a7f98;font-weight:800;font-size:.75rem;margin-bottom:8px;}
.apx-stat-grid strong{display:block;color:#071d3b;font-size:1.35rem;}
.apx-charts{display:grid;grid-template-columns:170px 1fr 210px;gap:14px;}
.apx-charts article{min-height:142px;border:1px solid rgba(202,224,250,.9);border-radius:18px;background:#fff;padding:18px;box-shadow:0 10px 24px rgba(25,84,156,.06);}
.apx-ring{display:grid;place-items:center;text-align:center;background:radial-gradient(circle at center,#fff 43%,transparent 44%),conic-gradient(#0067ff 0 78%,#e8f2ff 78% 100%) !important;}
.apx-ring span{font-size:2rem;font-weight:900;color:#071d3b;}.apx-ring small{display:block;color:#70849c;font-weight:800;}
.apx-line-chart{position:relative;overflow:hidden;}
.apx-line-chart strong,.apx-activity strong{display:block;color:#071d3b;margin-bottom:14px;}
.apx-line-chart span{position:absolute;left:20px;right:20px;bottom:20px;height:75px;background:linear-gradient(135deg,transparent 5%,transparent 15%,#0067ff 16%,#0067ff 18%,transparent 19%),linear-gradient(45deg,transparent 20%,transparent 32%,#0ba5ff 33%,#0ba5ff 35%,transparent 36%);border-bottom:1px solid #dcecff;}
.apx-activity p{display:flex;justify-content:space-between;gap:10px;margin:10px 0;color:#58718f;font-weight:800;font-size:.78rem;}.apx-activity b{color:#0067ff;}
.apx-preview-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-top:18px;}
.apx-preview-card{min-height:164px;border:1px solid rgba(196,220,249,.9);border-radius:22px;background:rgba(255,255,255,.9);box-shadow:0 18px 50px rgba(21,76,153,.09);padding:20px;}
.apx-preview-card strong{display:block;margin-bottom:12px;color:#071d3b;}.apx-preview-card p{margin:0 0 10px;color:#526c87;font-weight:700;font-size:.9rem;line-height:1.5;}.apx-preview-card b{float:right;color:#0067ff;}.apx-question-card span{display:block;border:1px solid rgba(200,220,244,.9);border-radius:10px;padding:8px 10px;margin-top:7px;color:#4e6682;font-size:.76rem;font-weight:750;}.apx-question-card span.selected{border-color:#0067ff;background:#eef6ff;color:#005ee8;}.apx-question-card button{margin-top:11px;border:0;border-radius:10px;background:#0067ff;color:#fff;font-weight:900;padding:9px 14px;}.apx-mini-ring{width:88px;height:88px;margin:4px auto 12px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#fff 50%,transparent 51%),conic-gradient(#0067ff 0 78%,#16c784 78% 88%,#ffb020 88% 100%);font-weight:900;color:#071d3b;}
.apx-modules{padding:54px 0 34px;}.apx-modules-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;}.apx-module-card{text-decoration:none;display:flex;flex-direction:column;min-height:220px;border:1px solid rgba(194,218,247,.92);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 18px 52px rgba(18,78,154,.08);transition:.22s ease;}.apx-module-card:hover{transform:translateY(-5px);box-shadow:0 26px 70px rgba(13,91,210,.16);}.apx-module-art{height:92px;display:grid;place-items:center;background:linear-gradient(135deg,#0a2a55,#0067ff);position:relative;overflow:hidden;}.apx-module-art::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.45),transparent 22%),linear-gradient(120deg,transparent,rgba(255,255,255,.22),transparent);}.apx-module-art span{position:relative;z-index:1;color:#fff;font-size:2.4rem;font-weight:900;}.apx-module-card small{padding:14px 16px 0;color:#6c7f98;font-weight:800;}.apx-module-card strong{padding:3px 16px;color:#071d3b;line-height:1.15;font-size:1rem;min-height:44px;}.apx-module-card em{padding:6px 16px 8px;color:#0067ff;font-style:normal;font-weight:900;font-size:.82rem;}.apx-module-card i{margin:auto 16px 16px;height:5px;border-radius:999px;background:linear-gradient(90deg,#0067ff var(--p),#e3eefb var(--p));}.apx-modules-action{text-align:center;margin-top:24px;}
.apx-pricing{padding:54px 0 44px;}.apx-pricing-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;}.apx-pricing-head h2{font-size:clamp(2rem,3.2vw,3.1rem);letter-spacing:-.055em;line-height:1;margin:10px 0;color:#071d3b;}.apx-pricing-head p{margin:0;color:#5b718b;font-weight:700;max-width:510px;line-height:1.6;}.apx-currency-switch{display:flex;padding:5px;border:1px solid rgba(183,213,248,.9);background:#fff;border-radius:999px;box-shadow:0 14px 38px rgba(22,89,180,.09);}.apx-currency-switch button{border:0;background:transparent;color:#60758e;font-weight:900;border-radius:999px;padding:12px 19px;cursor:pointer;}.apx-currency-switch button.active{background:#0067ff;color:#fff;box-shadow:0 10px 22px rgba(0,103,255,.25);}.apx-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch;}.apx-plan-card{position:relative;display:flex;flex-direction:column;border:1px solid rgba(195,219,248,.92);border-radius:26px;background:rgba(255,255,255,.92);box-shadow:0 22px 62px rgba(17,80,164,.09);padding:28px;}.apx-plan-card.featured{border:2px solid #0067ff;box-shadow:0 30px 80px rgba(0,103,255,.19);transform:translateY(-8px);background:linear-gradient(180deg,#f8fcff,#fff);}.apx-badge{position:absolute;top:-15px;right:26px;padding:9px 16px;border-radius:999px;background:#0067ff;color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:900;box-shadow:0 14px 30px rgba(0,103,255,.28);}.apx-plan-head h3{margin:0 0 4px;font-size:1.28rem;color:#071d3b;}.apx-plan-head p{margin:0;color:#6b8199;font-weight:800;font-size:.84rem;}.apx-price{margin:22px 0;}.apx-price strong{font-size:clamp(2.2rem,4vw,3.2rem);line-height:1;letter-spacing:-.055em;color:#071d3b;}.apx-price span{display:block;margin-top:8px;color:#6e839c;font-weight:800;font-size:.82rem;}.apx-plan-benefits{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:10px;}.apx-plan-benefits li{position:relative;padding-left:25px;color:#304b68;font-weight:750;line-height:1.45;font-size:.92rem;}.apx-plan-benefits li::before{content:"✓";position:absolute;left:0;top:0;color:#0067ff;font-weight:900;}.apx-checkout-form{margin-top:auto;display:grid;gap:10px;}.apx-checkout-form label{display:grid;gap:7px;}.apx-checkout-form span{font-size:.76rem;font-weight:900;color:#536a84;}.apx-checkout-form input{width:100%;border:1px solid rgba(187,213,245,.95);background:#f9fcff;border-radius:14px;min-height:44px;padding:0 14px;font:inherit;color:#071d3b;outline:none;}.apx-checkout-form input:focus{border-color:#0067ff;box-shadow:0 0 0 4px rgba(0,103,255,.1);}.apx-checkout-form button{min-height:48px;border:0;border-radius:14px;background:linear-gradient(135deg,#0068ff,#004bd8);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 16px 34px rgba(0,91,229,.22);}.apx-plan-card:not(.featured) .apx-checkout-form button{background:#fff;color:#0061eb;border:1px solid rgba(0,97,235,.45);box-shadow:0 10px 24px rgba(0,97,235,.08);}.apx-safe-note{display:block;text-align:center;margin-top:12px;color:#66809a;font-weight:800;}
.apx-payments{margin:12px auto 46px;text-align:center;padding:20px;border-top:1px solid rgba(195,219,248,.8);border-bottom:1px solid rgba(195,219,248,.8);}.apx-payments>span{display:inline-flex;gap:8px;color:#48637f;font-weight:900;margin-bottom:14px;}.apx-payment-logos{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;}.apx-payment-logos b{min-width:104px;padding:12px 16px;border:1px solid rgba(200,222,249,.85);border-radius:14px;background:#fff;color:#0b3970;box-shadow:0 10px 28px rgba(17,80,164,.06);font-size:.96rem;}.apx-payment-logos b:first-child{color:#635bff;}.apx-payment-logos b:nth-child(3){color:#35bda3;}.apx-seo-block{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border:1px solid rgba(197,220,248,.9);border-radius:30px;background:linear-gradient(135deg,#fff,#eef7ff);box-shadow:0 22px 60px rgba(20,84,170,.09);}.apx-seo-block h2{font-size:clamp(1.8rem,2.8vw,2.6rem);letter-spacing:-.045em;margin:10px 0;color:#071d3b;}.apx-seo-block p{margin:0;color:#5d738d;line-height:1.65;font-weight:700;max-width:650px;}.apx-seo-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;}
.apx-faq{padding:62px 0 34px;}.apx-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}.apx-faq details{border:1px solid rgba(197,220,248,.9);border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(24,84,160,.06);padding:18px 20px;}.apx-faq summary{cursor:pointer;color:#071d3b;font-weight:900;}.apx-faq p{color:#5c738d;line-height:1.6;font-weight:700;margin:14px 0 0;}
.apx-final-cta{margin:24px auto 0;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px 42px;border-radius:32px;background:linear-gradient(135deg,#0067ff,#0c8cff 56%,#dff1ff);color:#fff;box-shadow:0 28px 80px rgba(0,103,255,.24);overflow:hidden;position:relative;}.apx-final-cta::after{content:"";position:absolute;right:-120px;bottom:-80px;width:420px;height:220px;background:rgba(255,255,255,.24);border-radius:50%;filter:blur(8px);}.apx-final-cta div,.apx-final-cta a{position:relative;z-index:1;}.apx-final-cta span{font-size:2.1rem;}.apx-final-cta h2{margin:8px 0 8px;font-size:clamp(1.8rem,3vw,2.8rem);letter-spacing:-.05em;}.apx-final-cta p{margin:0;max-width:700px;line-height:1.6;font-weight:700;color:rgba(255,255,255,.88);}.apx-final-cta .apx-primary-btn{background:#fff;color:#0067ff;box-shadow:0 15px 34px rgba(0,40,120,.18);white-space:nowrap;}
.apx-footer{margin-top:54px;background:#051b38;color:#dcecff;}.apx-footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr 1fr;gap:44px;padding:42px 0;border-bottom:1px solid rgba(255,255,255,.12);}.apx-footer img{max-width:170px;filter:brightness(0) invert(1);}.apx-footer p{color:#bed2ea;line-height:1.65;font-weight:650;}.apx-footer nav{display:grid;align-content:start;gap:9px;}.apx-footer strong{display:block;color:#fff;margin-bottom:7px;}.apx-footer a{color:#bed2ea;text-decoration:none;font-weight:700;}.apx-footer a:hover{color:#fff;}.apx-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0 22px;color:#abc2dd;}.apx-footer-bottom a{color:#fff;font-weight:900;text-decoration:none;}
@media (max-width:1100px){.apx-hero{grid-template-columns:1fr;}.apx-hero-visual{min-height:420px;}.apx-plane-card{border-radius:38px;}.apx-platform{grid-template-columns:1fr;}.apx-platform-copy{max-width:720px;}.apx-modules-grid{grid-template-columns:repeat(3,1fr);}.apx-benefit-grid{grid-template-columns:repeat(2,1fr);}.apx-charts{grid-template-columns:1fr 1fr;}.apx-activity{grid-column:1/-1;}.apx-footer-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:860px){.apx-container{width:min(100% - 28px,1180px);}.apx-nav{height:auto;min-height:76px;flex-wrap:wrap;gap:12px;padding:14px 0;}.apx-brand{min-width:auto;}.apx-brand img{max-width:158px;}.apx-nav-toggle{display:grid;place-items:center;margin-left:auto;}.apx-student-btn{order:3;width:100%;}.apx-nav-links{display:none;order:4;width:100%;flex-direction:column;align-items:stretch;gap:8px;padding:8px 0 0;}.apx-nav-links.open{display:flex;}.apx-nav-links a{padding:13px 15px;border:1px solid rgba(194,218,247,.9);border-radius:14px;background:#fff;}.apx-nav-links a:first-child::after{display:none;}.apx-hero{padding-top:32px;}.apx-hero-copy h1{font-size:clamp(3rem,14vw,5rem);}.apx-floating-card{left:14px;right:14px;width:auto;grid-template-columns:1fr;bottom:18px;}.apx-floating-card article{border-right:0;border-bottom:1px solid rgba(190,213,243,.85);padding:14px;}.apx-floating-card article:last-child{border-bottom:0;}.apx-benefit-grid,.apx-plans-grid,.apx-faq-grid{grid-template-columns:1fr;}.apx-plan-card.featured{transform:none;}.apx-pricing-head,.apx-seo-block,.apx-final-cta{flex-direction:column;align-items:stretch;}.apx-currency-switch{align-self:flex-start;}.apx-dashboard-card{grid-template-columns:1fr;}.apx-dash-menu{display:flex;overflow:auto;border-right:0;border-bottom:1px solid rgba(206,226,250,.82);}.apx-dash-menu strong{display:none;}.apx-stat-grid,.apx-preview-grid{grid-template-columns:1fr;}.apx-charts{grid-template-columns:1fr;}.apx-modules-grid{grid-template-columns:repeat(2,1fr);}.apx-footer-grid{grid-template-columns:1fr;gap:24px;}.apx-footer-bottom{flex-direction:column;align-items:flex-start;}.apx-final-cta .apx-primary-btn{width:100%;}}
@media (max-width:520px){.apx-hero-visual{min-height:480px;}.apx-modules-grid{grid-template-columns:1fr;}.apx-plane-card{border-radius:26px;}.apx-dashboard-card,.apx-preview-card,.apx-plan-card{border-radius:20px;}.apx-platform,.apx-benefits,.apx-pricing,.apx-faq{padding-left:0;padding-right:0;}.apx-payment-logos b{width:100%;}.apx-hero-actions .apx-primary-btn,.apx-hero-actions .apx-secondary-btn{width:100%;}.apx-seo-actions .apx-primary-btn,.apx-seo-actions .apx-secondary-btn{width:100%;}.apx-final-cta{padding:28px 22px;}.apx-hero-copy h1{letter-spacing:-.06em;}.apx-stat-grid{grid-template-columns:1fr 1fr;}.apx-dash-main{padding:18px;}}

/* Termos de uso no checkout */
.checkout-form label.terms-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:2px 0 4px;
  padding:12px 13px;
  border:1px solid rgba(188,213,244,.92);
  border-radius:14px;
  background:#f8fbff;
}
.checkout-form label.terms-check input{
  width:16px;
  height:16px;
  min-height:auto;
  margin:2px 0 0;
  padding:0;
  flex:0 0 auto;
  accent-color:var(--blue);
  box-shadow:none;
}
.checkout-form label.terms-check span{
  display:block;
  color:#526981;
  font-size:.78rem;
  line-height:1.45;
  font-weight:700;
}
.checkout-form label.terms-check a{
  color:var(--blue);
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:2px;
}

/* Página Termos de Uso */
.terms-page .site-header{padding-bottom:20px}
.terms-hero{
  margin-top:18px;
  padding:clamp(30px,5vw,58px);
  border:1px solid var(--line);
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.97),rgba(247,251,255,.93)),
    url('hero-easa-bg.jpg') center right / cover no-repeat;
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
}
.terms-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  top:-110px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(29,126,255,.10);
}
.terms-hero h1{
  position:relative;
  z-index:1;
  max-width:820px;
  margin:18px 0 12px;
  color:#0f223a;
  font-size:clamp(2.5rem,5vw,4.6rem);
  line-height:1.03;
  letter-spacing:-.055em;
}
.terms-hero p{
  position:relative;
  z-index:1;
  max-width:860px;
  margin:0;
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.75;
  font-weight:650;
}
.terms-updated{
  display:inline-flex;
  margin-top:18px;
  padding:9px 13px;
  border-radius:999px;
  background:#eef5ff;
  color:var(--blue);
  font-weight:900;
  font-size:.86rem;
}
.terms-layout{
  display:grid;
  grid-template-columns:290px minmax(0,1fr);
  gap:24px;
  align-items:start;
  margin-top:28px;
  margin-bottom:60px;
}
.terms-toc,.terms-content{
  border:1px solid var(--line);
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 32px rgba(20,48,87,.07);
}
.terms-toc{
  position:sticky;
  top:18px;
  border-radius:22px;
  padding:20px;
}
.terms-toc strong{
  display:block;
  margin-bottom:10px;
  color:#10233c;
  font-size:.95rem;
}
.terms-toc a{
  display:block;
  padding:9px 0;
  border-top:1px solid #edf3fb;
  color:#526d8a;
  font-weight:800;
  font-size:.9rem;
}
.terms-toc a:hover{color:var(--blue)}
.terms-content{
  border-radius:28px;
  padding:clamp(24px,4vw,42px);
}
.terms-notice{
  margin-bottom:24px;
  padding:18px 20px;
  border:1px solid #cfe4ff;
  border-radius:18px;
  background:#eef7ff;
  color:#24476f;
  font-weight:750;
  line-height:1.65;
}
.terms-section{
  padding:26px 0;
  border-top:1px solid #edf3fb;
}
.terms-section:first-of-type{border-top:0;padding-top:0}
.terms-section h2{
  margin:0 0 12px;
  color:#10233c;
  font-size:clamp(1.35rem,2.2vw,1.8rem);
  line-height:1.18;
  letter-spacing:-.035em;
}
.terms-section p{
  margin:0 0 12px;
  color:#425d7a;
  line-height:1.78;
}
.terms-section ul{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}
.terms-section li{
  position:relative;
  padding-left:26px;
  color:#425d7a;
  line-height:1.62;
}
.terms-section li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf4ff;
  color:var(--blue);
  font-size:.72rem;
  font-weight:900;
}
.terms-highlight{
  margin-top:14px;
  padding:16px 18px;
  border:1px solid #dbeafe;
  border-radius:18px;
  background:#f8fbff;
  color:#294765;
  font-weight:800;
  line-height:1.65;
}
@media (max-width:900px){
  .terms-layout{grid-template-columns:1fr}
  .terms-toc{position:static}
}

/* Link discreto de WhatsApp no rodapé, alinhado ao estilo do site */
.footer-actions,
.apx-footer-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.footer-whatsapp-btn{
  display:inline-flex !important;
  align-items:center;
  gap:7px;
  width:max-content;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#237ff7 !important;
  font-size:inherit;
  font-weight:800;
  line-height:1.3;
  text-decoration:none;
  white-space:nowrap;
  transition:color .18s ease, opacity .18s ease;
}
.footer-whatsapp-btn:hover{
  color:#0b5ed7 !important;
  opacity:.92;
}
.footer-whatsapp-btn img{
  width:20px;
  height:20px;
  display:block;
  flex:0 0 20px;
  filter:none !important;
}
.apx-footer .footer-whatsapp-btn{
  margin-top:9px;
  color:#bed2ea !important;
  font-weight:700;
}
.apx-footer .footer-whatsapp-btn:hover{
  color:#fff !important;
}
@media (max-width:720px){
  .footer-actions,
  .apx-footer-actions{
    width:100%;
    justify-content:center;
  }
  .footer-whatsapp-btn{
    justify-content:center;
  }
}


