
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    
    body {
      font-family: 'Libre Franklin', sans-serif;
      color: #1a1a1a;
      background: #fff;
      line-height: 1.6;
      font-size: 16px;
    }
    
    .g-blue {
      color: #0669DE;
    }
    
    .g-red {
      color: #C4170C;
    }
    
    .g-green {
      color: #1A9E2E;
    }
    
    .g-orange {
      color: #E8650E;
    }
    
    .oglobo-header {
      background: #0a4a9c;
      padding: 18px 0;
    }
    
    .oglobo-header-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      align-items: center;
      gap: 24px;
    }
    
    .oglobo-menu {
      color: #fff;
      font-size: 15px;
      font-weight: 600;
    }
    
    .oglobo-logo {
      color: #fff;
      font-size: 34px;
      font-weight: 900;
      letter-spacing: -1px;
    }
    
    .header-right {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 22px;
    }
    
    .assine {
      background: #FFD400;
      color: #1a1a1a;
      font-weight: 700;
      font-size: 14px;
      padding: 9px 16px;
      border-radius: 4px;
    }
    
    .assine b {
      font-weight: 900;
    }
    
    .buscar,
    .entrar {
      color: #fff;
      font-size: 15px;
      font-weight: 600;
    }
    
    .oglobo-nav {
      border-bottom: 1px solid #e0e0e0;
      padding: 13px 0;
      background: #fff;
    }
    
    .oglobo-nav-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
      font-size: 15px;
      color: #333;
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }
    
    .oglobo-nav-inner .sep {
      color: #ccc;
    }
    
    article {
      max-width: 720px;
      margin: 36px auto;
      padding: 0 20px;
    }
    
    .breadcrumb {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.5px;
      color: #0a4a9c;
      margin-bottom: 16px;
      text-transform: uppercase;
    }
    
    .breadcrumb .urgent {
      color: #C4170C;
      margin-left: 10px;
    }
    
    h1.headline {
      font-weight: 800;
      font-size: 42px;
      line-height: 1.15;
      letter-spacing: -0.5px;
      margin-bottom: 18px;
    }
    
    .subheadline {
      font-family: 'Lora', serif;
      font-size: 19px;
      line-height: 1.5;
      color: #444;
      font-style: italic;
      margin-bottom: 28px;
    }
    
    .photo-slot {
      background: linear-gradient(135deg, #eaf2fb 0%, #d6e6f7 100%);
      border: 2px dashed #0a4a9c;
      padding: 22px 20px;
      margin: 26px 0;
      border-radius: 4px;
      position: relative;
    }
    
    .photo-slot.hero {
      background: linear-gradient(135deg, #fdecec 0%, #f9d2d2 100%);
      border-color: #C4170C;
    }
    
    .photo-slot::before {
      content: "📷";
      position: absolute;
      top: -13px;
      left: 16px;
      background: #fff;
      padding: 0 8px;
      font-size: 18px;
    }
    
    .photo-slot-label {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #0a4a9c;
      margin-bottom: 10px;
      padding-left: 22px;
    }
    
    .photo-slot.hero .photo-slot-label {
      color: #C4170C;
    }
    
    .photo-slot-body {
      font-size: 14px;
      line-height: 1.6;
      color: #333;
    }
    
    .photo-slot-body b {
      color: #1a1a1a;
    }
    
    .photo-caption {
      font-family: 'Lora', serif;
      font-style: italic;
      font-size: 13px;
      color: #888;
      margin-top: -8px;
      margin-bottom: 20px;
      padding: 8px 0;
      border-bottom: 1px solid #e0e0e0;
    }
    
    .author-block {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 28px;
      padding-bottom: 18px;
      border-bottom: 1px solid #e0e0e0;
    }
    
    .author-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0a4a9c, #062f63);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
    }
    
    .author-name {
      font-weight: 700;
      font-size: 14px;
    }
    
    .author-meta {
      font-size: 12px;
      color: #888;
    }
    
    article p {
      margin-bottom: 18px;
      font-size: 17px;
    }
    
    article h2 {
      font-size: 27px;
      font-weight: 800;
      margin: 34px 0 16px;
      letter-spacing: -0.3px;
    }
    
    .profitiva-link {
      color: #0a4a9c;
      font-weight: 700;
      text-decoration: underline;
    }
    
    .interview-meta {
      background: #f7f9fc;
      border-left: 4px solid #0a4a9c;
      padding: 14px 18px;
      font-size: 15px;
      margin-bottom: 8px;
    }
    
    .qa {
      margin: 20px 0;
    }
    
    .qa .q {
      margin: 16px 0 6px;
      color: #1a1a1a;
    }
    
    .qa .a {
      margin-bottom: 10px;
      color: #1a1a1a;
    }
    
    .qa .speaker-name {
      color: #0a4a9c;
      font-weight: 800;
    }
    
    .qa .narration {
      font-style: italic;
      color: #666;
      margin: 8px 0;
    }
    
    .declaration {
      font-family: 'Lora', serif;
      font-size: 20px;
      line-height: 1.5;
      font-style: italic;
      color: #1a1a1a;
      border-left: 4px solid #C4170C;
      padding: 6px 0 6px 20px;
      margin: 20px 0;
    }
    /* CALCULATOR */
    
    .calculator-block {
      background: #f7f9fc;
      border: 2px solid #0a4a9c;
      border-radius: 6px;
      padding: 24px;
      margin: 28px 0;
    }
    
    .calculator-block h4 {
      font-family: 'Lora', serif;
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 18px;
    }
    
    .calc-row {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-bottom: 12px;
    }
    
    .calc-label {
      font-size: 14px;
      color: #666;
    }
    
    .calc-amount {
      font-size: 26px;
      font-weight: 700;
    }
    
    #calcSlider {
      width: 100%;
      height: 6px;
      -webkit-appearance: none;
      appearance: none;
      background: #d0dceb;
      border-radius: 3px;
      outline: none;
      margin: 8px 0 6px;
    }
    
    #calcSlider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 22px;
      height: 22px;
      background: #0a4a9c;
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }
    
    #calcSlider::-moz-range-thumb {
      width: 22px;
      height: 22px;
      background: #0a4a9c;
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid #fff;
    }
    
    .calc-range-labels {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: #999;
      margin-bottom: 18px;
    }
    
    .calc-result {
      background: #fff;
      border-left: 4px solid #0a4a9c;
      padding: 14px 16px;
      margin-bottom: 18px;
    }
    
    .calc-result-label {
      font-size: 13px;
      color: #666;
      margin-bottom: 4px;
    }
    
    .calc-result-value {
      font-size: 24px;
      font-weight: 800;
      color: #0a4a9c;
      line-height: 1.2;
      margin-bottom: 8px;
    }
    
    .calc-disclaimer {
      font-size: 11px;
      color: #999;
      font-style: italic;
    }
    
    .cta-button.cta-calc {
      margin-top: 0;
      padding: 16px;
      font-size: 16px;
      background: #0a4a9c;
    }
    
    .income-cta-block {
      background: #f7f9fc;
      border: 1px solid #d6e0ec;
      border-top: 4px solid #0a4a9c;
      padding: 26px 24px;
      margin: 32px 0;
      border-radius: 4px;
    }
    
    .income-cta-block h3 {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 14px;
      color: #0a4a9c;
    }
    
    table.income {
      width: 100%;
      border-collapse: collapse;
      margin: 18px 0;
      font-size: 15px;
    }
    
    table.income th {
      background: #0a4a9c;
      color: #fff;
      padding: 10px 8px;
      text-align: left;
      font-size: 13px;
    }
    
    table.income td {
      padding: 11px 8px;
      border-bottom: 1px solid #e0e0e0;
    }
    
    table.income .capital {
      font-weight: 800;
    }
    
    table.income .income-base {
      color: #1A9E2E;
      font-weight: 700;
    }
    
    table.income .income-growth {
      color: #C4170C;
      font-weight: 800;
    }
    /* PLATFORM CARD (em números) */
    
    .platform-card {
      margin: 30px 0;
      padding: 28px;
      background: #fff;
      border: 1px solid #e0e0e0;
      border-top: 4px solid #0a4a9c;
      font-family: 'Lora', Georgia, serif;
      color: #222;
    }
    
    .platform-card h3 {
      font-family: 'Lora', serif;
      font-size: 24px;
      margin-bottom: 18px;
      font-weight: 700;
    }
    
    .platform-card .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 30px;
      margin-top: 18px;
      font-size: 16px;
      line-height: 1.5;
    }
    
    .platform-card .grid .item {
      border-top: 1px solid #e0e0e0;
      padding-top: 12px;
    }
    
    .platform-card .grid .item b {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #0a4a9c;
      margin-bottom: 4px;
      font-family: 'Libre Franklin', sans-serif;
    }
    
    @media(max-width:600px) {
      .platform-card .grid {
        grid-template-columns: 1fr;
      }
    }
    
    .registration-block {
      background: #fffbe6;
      border: 2px solid #FFD400;
      padding: 26px 24px;
      margin: 34px 0;
      border-radius: 6px;
    }
    
    .registration-block h2 {
      font-size: 22px;
      margin-bottom: 18px;
    }
    
    .reg-step {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 14px;
    }
    
    .reg-step-num {
      background: #0a4a9c;
      color: #fff;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      flex-shrink: 0;
      font-size: 14px;
    }
    
    .reg-step-text {
      font-size: 15px;
      padding-top: 2px;
    }
    
    .deadline-line {
      margin: 18px 0;
      font-size: 16px;
    }
    
    .warning-block {
      background: #fdecec;
      border: 1px solid #f5b5b5;
      padding: 14px 16px;
      border-radius: 4px;
      font-size: 14px;
      margin: 16px 0;
    }
    
    .cta-button {
      display: block;
      background: #C4170C;
      color: #fff;
      text-align: center;
      padding: 18px;
      font-size: 18px;
      font-weight: 800;
      text-decoration: none;
      border-radius: 6px;
      margin-top: 18px;
      letter-spacing: 0.5px;
    }
    /* FB COMMENTS */
    
    .fb-section {
      max-width: 720px;
      margin: 0 auto;
      padding: 28px 20px 0px;
      border-top: 8px solid #f0f2f5;
    }
    
    .fb-header {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 18px;
    }
    
    .fb-input-area {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-bottom: 24px;
    }
    
    .fb-input-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #ddd;
      flex-shrink: 0;
    }
    
    .fb-input-field {
      flex: 1;
      background: #f0f2f5;
      border-radius: 18px;
      padding: 10px 16px;
      color: #65676B;
      font-size: 14px;
    }
    
    .fb-comment {
      display: flex;
      gap: 10px;
      margin-bottom: 16px;
    }
    
    .fb-comment.reply {
      margin-left: 44px;
    }
    
    .fb-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
    }
    
    .av-pink {
      background: #e57373
    }
    
    .av-blue {
      background: #64b5f6
    }
    
    .av-orange {
      background: #ffb74d
    }
    
    .av-green {
      background: #81c784
    }
    
    .av-purple {
      background: #ba68c8
    }
    
    .av-teal {
      background: #4db6ac
    }
    
    .av-indigo {
      background: #7986cb
    }
    
    .av-red {
      background: #e53935
    }
    
    .av-cyan {
      background: #26c6da
    }
    
    .av-brown {
      background: #a1887f
    }
    
    .av-gray {
      background: #90a4ae
    }
    
    .fb-comment-body {
      flex: 1;
    }
    
    .fb-comment-bubble {
      background: #f0f2f5;
      border-radius: 16px;
      padding: 10px 14px;
    }
    
    .fb-comment-author {
      font-weight: 700;
      font-size: 14px;
    }
    
    .fb-comment-text {
      font-size: 14px;
      margin-top: 2px;
    }
    
    .fb-screenshot img {
      display: block;
      width: 100%;
      max-width: 240px;
      height: auto;
      aspect-ratio: auto;
      margin: 8px 0 0;
      border-radius: 8px;
      border: 1px solid #ddd;
    }
    
    .fb-comment-meta {
      font-size: 12px;
      color: #65676B;
      margin: 4px 0 0 14px;
      display: flex;
      gap: 12px;
    }
    
    .fb-comment-meta .like {
      font-weight: 700;
    }
    
    .sticky-cta {
      position: fixed;
      bottom: calc(14px + env(safe-area-inset-bottom));
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 32px);
      max-width: 420px;
      background: #C4170C;
      color: #fff;
      text-align: center;
      padding: 16px 20px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.6px;
      z-index: 9999;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
      border-radius: 10px;
    }
    
    body {
      padding-bottom: 90px;
    }
    
    @media (max-width: 768px) {
      h1.headline {
        font-size: 30px;
      }
      .oglobo-header-inner {
        gap: 12px;
        align-items: center;
      }
      .oglobo-menu {
        font-size: 0;
        display: flex;
        align-items: center;
        height: 30px;
      }
      .oglobo-menu::before {
        content: "\2630";
        font-size: 26px;
        line-height: 1;
        display: block;
        margin-top: -3px;
      }
      .oglobo-logo {
        font-size: 30px;
        white-space: nowrap;
        line-height: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        margin-top: 3px;
      }
      .header-right {
        gap: 10px;
      }
      .assine {
        font-size: 12px;
        padding: 7px 10px;
      }
      .buscar,
      .entrar {
        display: none;
      }
      article {
        margin: 24px auto;
        padding: 0 14px;
      }
      article h2 {
        font-size: 22px;
      }
      article p {
        font-size: 16px;
      }
      .subheadline {
        font-size: 15px;
      }
      .oglobo-nav-inner {
        font-size: 13px;
        gap: 8px;
      }
      table.income {
        font-size: 13px;
      }
      table.income th,
      table.income td {
        padding: 8px 6px;
      }
      .income-cta-block,
      .registration-block,
      .calculator-block,
      .platform-card {
        padding: 20px 16px;
      }
      .photo-slot {
        padding: 18px 14px;
      }
      .fb-comment.reply {
        margin-left: 20px;
      }
      .lp-img {
        width: calc(100% + 28px) !important;
        max-width: none !important;
        margin: 26px -14px !important;
        border-radius: 0 !important;
      }
    }
    
    @media (max-width: 420px) {
      h1.headline {
        font-size: 26px;
      }
      .subheadline {
        font-size: 14px;
      }
      .oglobo-logo {
        font-size: 26px;
        line-height: 26px;
        height: 26px;
      }
      .oglobo-menu {
        height: 26px;
      }
      .oglobo-menu::before {
        font-size: 22px;
        margin-top: -2px;
      }
      .assine {
        font-size: 11px;
        padding: 6px 8px;
      }
      .oglobo-nav {
        display: none;
      }
    }
    
    .lp-img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 16/9;
      border-radius: 4px;
      margin: 26px 0;
    }
    
    .sticky-cta {
      background: #0a4a9c;
    }
