/* Extracted from index.html on 2026-05-19. Keep order: this file replaces the former inline <style> blocks. */

/* #1: anonymous-style-1 */

#investimento{position:relative;overflow:hidden}
#investimento::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(200,169,110,0.04) 0%,transparent 70%);pointer-events:none}
.inv-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:880px;margin:0 auto;position:relative}
.inv-c{border-radius:24px;padding:44px 36px 40px;position:relative;transition:all 0.4s cubic-bezier(.22,1,.36,1)}
.inv-c:hover{transform:translateY(-6px);box-shadow:0 24px 64px rgba(0,0,0,0.08)}
.inv-c .inv-list{text-align:left;margin:32px 0 0;padding:24px 0 0;border-top:1px solid rgba(200,169,110,0.08)}
.inv-c .inv-li{display:flex;align-items:flex-start;gap:12px;padding:9px 0;font-size:13.5px;line-height:1.55;color:#777}
.inv-c .inv-li svg{flex-shrink:0;margin-top:2px}
.inv-price{font-size:clamp(48px,7vw,64px);font-weight:700;letter-spacing:-3px;line-height:1;margin:0}
.inv-price sup{font-size:22px;font-weight:600;letter-spacing:0;vertical-align:super;margin-left:2px}
.inv-btn{display:block;padding:17px;border-radius:14px;font-size:15px;font-weight:700;text-decoration:none;text-align:center;transition:all 0.25s;letter-spacing:0.2px}
.inv-btn:hover{transform:translateY(-1px)}
.inv-btn-gold{background:linear-gradient(135deg,#C8A96E,#D4B97E);color:#fff;box-shadow:0 4px 20px rgba(200,169,110,0.3)}
.inv-btn-gold:hover{box-shadow:0 8px 32px rgba(200,169,110,0.4)}
.inv-btn-dark{background:#1a1a1a;color:#fff}
.inv-btn-dark:hover{background:#2a2a2a}
.inv-btn-ghost{background:transparent;border:1px solid rgba(200,169,110,0.19);color:#C8A96E;padding:14px}
.inv-btn-ghost2{background:transparent;border:1px solid rgba(0,0,0,0.08);color:#999;padding:14px}
@media(max-width:640px){.inv-grid{grid-template-columns:1fr;max-width:440px}}
.skip-link{position:absolute;left:16px;top:-56px;z-index:99999;padding:10px 14px;border-radius:10px;background:#201d18;color:#fff;font:700 13px Outfit,system-ui,sans-serif;text-decoration:none;transition:top .16s ease}
.skip-link:focus-visible{top:12px;outline:3px solid #d4ae63;outline-offset:2px}
@media(max-width:640px){
  #page-content [role="tablist"],
  #page-content [class*="subnav"],
  #page-content [class*="tabs"]{
    max-width:100vw!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  #page-content [role="tablist"]::-webkit-scrollbar,
  #page-content [class*="subnav"]::-webkit-scrollbar,
  #page-content [class*="tabs"]::-webkit-scrollbar{display:none}
  #page-content [role="tablist"] a,
  #page-content [role="tablist"] button,
  #page-content [class*="subnav"] a,
  #page-content [class*="subnav"] button,
  #page-content [class*="tabs"] a,
  #page-content [class*="tabs"] button{
    flex:0 0 auto!important;
    min-width:max-content!important;
    max-width:none!important;
    white-space:nowrap!important;
  }
}

/* #2: anonymous-style-2 */

body{background:#0A0A0C;color:#F0EFE9;font-family:"Outfit",system-ui,sans-serif;margin:0}
#root{min-height:100vh}

/* #3: tdl-products-nav */

.tdl-nav-products{position:relative;display:flex;align-items:center}
.tdl-nav-products>a{display:inline-flex!important;align-items:center;gap:5px}
.tdl-nav-products>a::after{content:'⌄';font-size:11px;line-height:1;color:currentColor;opacity:.72;transform:translateY(-1px)}
.tdl-nav-products-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(6px);width:286px;padding:10px;border:1px solid rgba(32,29,24,.1);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(32,29,24,.14);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;backdrop-filter:blur(16px);z-index:1200}
.tdl-nav-products-menu::before{content:'';position:absolute;left:0;right:0;top:-18px;height:18px}
.tdl-nav-products:hover .tdl-nav-products-menu,.tdl-nav-products:focus-within .tdl-nav-products-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.tdl-nav-products-kicker{padding:8px 10px 9px;color:#9a7618;font-family:Outfit,system-ui,sans-serif;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.tdl-nav-product-link{display:block!important;padding:11px 12px!important;border-radius:10px!important;text-decoration:none!important;color:#242019!important;font-family:Outfit,system-ui,sans-serif!important;transition:background .16s ease!important}
.tdl-nav-product-link:hover{background:rgba(154,118,24,.08)!important}
.tdl-nav-product-link strong{display:block;margin:0 0 2px;font-size:13px;font-weight:800;color:#191711}
.tdl-nav-product-link span{display:block;font-size:11px;line-height:1.45;color:#6a655e}
.tdl-mobile-products{display:grid;gap:8px;margin:2px 0 10px;padding:10px 0 10px 14px;border-left:1px solid rgba(154,118,24,.18)}
.tdl-mobile-products a{display:block!important;color:#7b5f17!important;text-decoration:none!important;font-family:Outfit,system-ui,sans-serif!important;font-size:13px!important;font-weight:700!important;padding:5px 0!important}
html[data-theme="dark"] .tdl-nav-products-menu,body.dark-mode .tdl-nav-products-menu{background:rgba(17,17,20,.96);border-color:rgba(255,255,255,.09);box-shadow:0 24px 70px rgba(0,0,0,.34)}
html[data-theme="dark"] .tdl-nav-product-link,body.dark-mode .tdl-nav-product-link{color:#f1eee6!important}
html[data-theme="dark"] .tdl-nav-product-link:hover,body.dark-mode .tdl-nav-product-link:hover{background:rgba(200,169,110,.1)!important}
html[data-theme="dark"] .tdl-nav-product-link strong,body.dark-mode .tdl-nav-product-link strong{color:#fff}
html[data-theme="dark"] .tdl-nav-product-link span,body.dark-mode .tdl-nav-product-link span{color:#b5afa5}

/* #4: tdl-product-bridges */

.tdl-product-bridge-wrap{width:min(1180px,calc(100% - 48px));margin:clamp(54px,7vw,96px) auto;box-sizing:border-box}
.tdl-product-bridge{position:relative;overflow:hidden;border:1px solid rgba(32,29,24,.1);border-radius:24px;background:linear-gradient(135deg,#fff 0%,#fbfaf7 100%);box-shadow:0 24px 80px rgba(32,29,24,.07);padding:clamp(28px,4.6vw,54px)}
.tdl-product-bridge::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 86% 12%,rgba(184,134,11,.08),transparent 46%);pointer-events:none}
.tdl-product-bridge-head{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin-bottom:28px}
.tdl-product-kicker{display:inline-flex;align-items:center;gap:11px;margin-bottom:14px;color:#9a7618;font-family:Outfit,system-ui,sans-serif;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.tdl-product-kicker::before{content:'';width:28px;height:1px;background:#9a7618}
.tdl-product-bridge h3{margin:0;color:#191711;font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.08;letter-spacing:0;max-width:720px}
.tdl-product-bridge p{margin:12px 0 0;color:#625d54;font-family:Outfit,system-ui,sans-serif;font-size:clamp(.92rem,1.2vw,1rem);line-height:1.72;max-width:680px}
.tdl-product-mini-link{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(32,29,24,.12);padding:12px 18px;color:#201d18!important;text-decoration:none!important;font-family:Outfit,system-ui,sans-serif;font-size:13px;font-weight:800;white-space:nowrap;background:rgba(255,255,255,.72)}
.tdl-product-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tdl-product-grid.is-compact{grid-template-columns:repeat(2,minmax(0,1fr));max-width:790px}
.tdl-product-grid.is-single{grid-template-columns:minmax(0,1fr);max-width:620px}
.tdl-product-card{display:flex;flex-direction:column;min-height:188px;border:1px solid rgba(32,29,24,.1);border-radius:18px;background:rgba(255,255,255,.76);padding:22px;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.tdl-product-card:hover{transform:translateY(-3px);border-color:rgba(154,118,24,.28);box-shadow:0 18px 42px rgba(32,29,24,.08)}
.tdl-product-card strong{display:block;margin:0 0 10px;color:#191711;font-family:'Playfair Display',Georgia,serif;font-size:1.24rem;line-height:1.12}
.tdl-product-card span{display:block;color:#6b665e;font-family:Outfit,system-ui,sans-serif;font-size:.9rem;line-height:1.58}
.tdl-product-card em{display:inline-flex;margin-top:auto;padding-top:22px;color:#9a7618;font-family:Outfit,system-ui,sans-serif;font-style:normal;font-size:.82rem;font-weight:800}
html[data-theme="dark"] .tdl-product-bridge,body.dark-mode .tdl-product-bridge{background:linear-gradient(145deg,#111114 0%,#09090b 100%);border-color:rgba(200,169,110,.13);box-shadow:0 28px 80px rgba(0,0,0,.24)}
html[data-theme="dark"] .tdl-product-bridge::before,body.dark-mode .tdl-product-bridge::before{background:radial-gradient(ellipse at 86% 12%,rgba(200,169,110,.08),transparent 48%)}
html[data-theme="dark"] .tdl-product-bridge h3,body.dark-mode .tdl-product-bridge h3,html[data-theme="dark"] .tdl-product-card strong,body.dark-mode .tdl-product-card strong{color:#f4f0e8}
html[data-theme="dark"] .tdl-product-bridge p,body.dark-mode .tdl-product-bridge p,html[data-theme="dark"] .tdl-product-card span,body.dark-mode .tdl-product-card span{color:#b3aea4}
html[data-theme="dark"] .tdl-product-mini-link,body.dark-mode .tdl-product-mini-link{border-color:rgba(255,255,255,.11);background:rgba(255,255,255,.04);color:#f4f0e8!important}
html[data-theme="dark"] .tdl-product-card,body.dark-mode .tdl-product-card{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.08)}
@media(max-width:860px){.tdl-product-bridge-head{grid-template-columns:1fr;align-items:start}.tdl-product-grid,.tdl-product-grid.is-compact{grid-template-columns:1fr}.tdl-product-card{min-height:auto}.tdl-product-mini-link{width:max-content}}
@media(max-width:560px){.tdl-product-bridge-wrap{width:min(100% - 28px,1180px);margin:44px auto}.tdl-product-bridge{border-radius:18px;padding:24px 20px}.tdl-product-mini-link{width:100%}.tdl-product-card{padding:20px}}

/* #5: anonymous-style-5 */

/* === FONT OVERRIDES === */
.ctx-scroll, .ctx-scroll * {
  font-family: "Outfit", "DM Sans", system-ui, sans-serif !important;
}
nav, nav *, footer, footer *,
input, textarea, select, button,
label, th, td,
[class*="cat-scroll"], [class*="cat-scroll"] *,
[class*="sidebar"], [class*="sidebar"] *,
[class*="form"], [class*="form"] *,
[class*="faq"], [class*="faq"] *,
[class*="tabs"], [class*="tabs"] *,
[class*="tab"], [class*="tab"] *,
[style*="maxWidth: 1200px"] a, [style*="maxWidth: 1200px"] span, [style*="maxWidth: 1200px"] p,
[style*="©"] *, [style*="Porto"] * {
  font-family: "Outfit", "DM Sans", system-ui, sans-serif !important;
}

/* Certs submenu/tabs - force Outfit */
[role="tablist"] *, [role="tab"],
[style*="tab"] *, [data-tab] *,
[class*="pill"] *, [class*="chip"] * {
  font-family: "Outfit", "DM Sans", system-ui, sans-serif !important;
}

/* Social links in footer */
.tdl-social-links { display:flex; gap:12px; margin:16px 0 0; flex-wrap:wrap; }
.tdl-social-links a { color:#A0A0A6; transition:color .2s; display:flex; align-items:center; text-decoration:none; }
.tdl-social-links a:hover { color:#C8A96E; }
.tdl-social-links svg { width:16px; height:16px; fill:currentColor; }

/* DGERT badge */
.tdl-dgert { display:inline-flex; align-items:center; gap:8px; margin:14px 0 0; }
.tdl-dgert a { display:inline-flex; align-items:center; gap:8px; text-decoration:none; transition:opacity .2s; opacity:0.5; }
.tdl-dgert a:hover { opacity:0.9; }
.tdl-dgert img { height:22px; }
.tdl-dgert .dgert-white { display:block; }
.tdl-dgert .dgert-black { display:none; }
body.light-mode .tdl-dgert .dgert-white { display:none; }
body.light-mode .tdl-dgert .dgert-black { display:block; }
.tdl-dgert span { font-size:11px; color:#666; font-family:"Outfit",sans-serif; }

/* #6: tdl-mobile-fixes */

/* === MOBILE RESPONSIVE FIXES === */

/* Global: prevent horizontal overflow */
html, body { overflow-x: hidden; max-width: 100vw; }
#page-content { overflow-x: hidden; }

@media(max-width:768px){
  /* Hero sections: force single column */
  #page-content > div > div[style*="gridTemplateColumns"],
  #page-content > section > div > div[style*="1.3fr"],
  #page-content > section > div > div[style*="1.2fr"],
  #page-content div[style*="grid-template-columns: 1.3fr"],
  #page-content div[style*="grid-template-columns: 1fr 1.3fr"],
  #page-content div[style*="grid-template-columns: 1.2fr"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  /* Cert cards: single column */
  .cert-cards-g,
  #cert-cards div[style*="repeat(2"],
  #cert-cards div[style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
    max-width: 480px !important;
    margin: 0 auto !important;
  }

  /* Testimonials: single column, no overflow */
  div[style*="overflow"][style*="scroll"],
  div[style*="overflow-x"],
  div[style*="flex-wrap: nowrap"] {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Any 2-column grid: force single */
  #page-content div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Any 3-column grid: force single */
  #page-content div[style*="repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }

  /* Any 4-column grid: 2 columns */
  #page-content div[style*="repeat(4, 1fr)"] {
    grid-template-columns: 1fr 1fr !important;
  }

  /* Fix min-height on hero */
  #page-content div[style*="minHeight: 80vh"],
  #page-content div[style*="min-height: 80vh"] {
    min-height: auto !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* Forms: single column */
  #page-content form div[style*="grid-template-columns"],
  #page-content div[style*="grid-template-columns: 1fr 1fr"][style*="border"] {
    grid-template-columns: 1fr !important;
  }

  /* Footer: 2 columns max */
  footer .ft-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }

  /* Inscription page fixes */
  div[style*="repeat(3, 1fr)"][style*="gap: 12"] {
    grid-template-columns: 1fr !important;
  }
  div[style*="repeat(7, 1fr)"] {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  /* Large text scaling */
  h1[style*="clamp(48"], h1[style*="clamp(52"], h1[style*="clamp(56"],
  h2[style*="clamp(48"], h2[style*="clamp(52"], h2[style*="clamp(56"] {
    font-size: clamp(28px, 7vw, 42px) !important;
  }

  /* Padding fixes */
  div[style*="padding: 0px clamp(24px"],
  div[style*="padding:0 clamp(24px"],
  div[style*="padding: 0 clamp(24"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Images: don't overflow */
  #page-content img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Comparison table scroll */
  #cert-comparar {
    overflow-x: auto !important;
  }
  #cert-comparar > div {
    min-width: 600px;
  }
}

/* Blog: force all article grids to single/safe columns on mobile */
@media(max-width:900px){
  .feat-grid, .blog-grid, .article-grid, .rel-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .feat-grid img, .blog-grid img, .rel-grid img {
    width: 100% !important;
    height: auto !important;
  }
  .blog-sidebar {
    position: static !important;
    margin-top: 32px !important;
    width: 100% !important;
  }
}

/* Nav: hide desktop links + CTA at tablet widths to prevent horizontal overflow.
   The nav has 7 links + logo + theme + CTA which needs ~1080px to fit. */
@media(max-width:1200px){
  .nav-dsk { display: none !important; }
  .nav-cta { display: none !important; }
  .nav-mob-btn { display: flex !important; }
}
/* Nav container must never overflow horizontally, no matter what */
nav { overflow-x: clip !important; }
nav > div { max-width: 100% !important; }

/* Catch-all: prevent any text/content from overflowing viewport on narrow mobile */
@media(max-width:768px){
  #page-content p,
  #page-content h1,
  #page-content h2,
  #page-content h3,
  #page-content h4,
  #page-content li,
  #page-content a,
  #page-content span,
  #page-content div {
    max-width: 100% !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  /* Kill any inline maxWidth:800/900/1000 on paragraphs/headings inside content */
  #page-content p[style*="max-width: 800"],
  #page-content p[style*="max-width: 900"],
  #page-content p[style*="max-width: 1000"],
  #page-content h1[style*="max-width"],
  #page-content h2[style*="max-width"] {
    max-width: 100% !important;
  }
}

/* Critical: any element with width:100% + padding must box-size or it overflows by 2×padding.
   This is the root cause of the mobile menu CTA horizontal scroll. */
a[style*="width: 100%"],
button[style*="width: 100%"],
div[style*="width: 100%"][style*="padding"] {
  box-sizing: border-box !important;
}

/* CTA buttons/links: cap at 90vw and keep centred on mobile.
   Scope only to inline-flex styled CTAs with a background colour (real buttons)
   so plain navigation/menu anchors keep their natural left alignment. */
@media(max-width:900px){
  a[style*="inline-flex"][style*="padding"][style*="background"],
  button[style*="inline-flex"][style*="padding"][style*="background"] {
    max-width: 90vw !important;
    width: auto !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    text-align: center !important;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media(max-width:560px){
  a[style*="inline-flex"][style*="padding"][style*="background"],
  button[style*="inline-flex"][style*="padding"][style*="background"] {
    padding-left: clamp(14px, 4vw, 24px) !important;
    padding-right: clamp(14px, 4vw, 24px) !important;
    font-size: 13px !important;
  }
}

/* Belt-and-suspenders: any fixed/sticky element that pins to right/left edge */
@media(max-width:768px){
  body, #root { overflow-x: clip !important; }
  /* Last-resort: any element with position:fixed + right:0 must not overflow */
  [style*="position: fixed"][style*="right: 24px"],
  [style*="position:fixed"][style*="right:24px"] {
    right: clamp(8px, 3vw, 24px) !important;
  }
}

/* Fix: reveal-on-scroll wrapper can leave long articles invisible on mobile
   (IntersectionObserver fails to fire when html/body have overflow-x:hidden).
   Force visibility for article content and its immediate reveal wrapper. */
.article-content {
  opacity: 1 !important;
  transform: none !important;
}
div:has(> .article-content) {
  opacity: 1 !important;
  transform: none !important;
}

@media(max-width:480px){
  /* Extra small: everything single column */
  footer .ft-top {
    grid-template-columns: 1fr !important;
  }

  /* 4-column grids: also single */
  #page-content div[style*="repeat(4, 1fr)"] {
    grid-template-columns: 1fr !important;
  }

  div[style*="repeat(7, 1fr)"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* Smaller padding */
  div[style*="padding: 0px clamp"],
  div[style*="padding:0 clamp"] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Mobile polish: React inline styles occasionally ship fixed 600px comparison panels
   and 100%-wide inputs inside padded containers. Keep them inside the viewport. */
@media(max-width:640px){
  #root,
  #root * {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  #root div[style*="width: 600px"],
  #root div[style*="width:600px"],
  #root div[style*="max-width: 600px"],
  #root div[style*="maxWidth:600px"],
  #root section[style*="width: 600px"],
  #root section[style*="max-width: 600px"] {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  #root div[style*="grid-template-columns"],
  #root div[style*="gridTemplateColumns"] {
    max-width: 100% !important;
  }

  #root input,
  #root select,
  #root textarea {
    width: 100% !important;
    max-width: 100% !important;
  }

  #root a,
  #root button {
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }
}

/* #7: anonymous-style-7 */
.grecaptcha-badge{visibility:hidden!important;opacity:0!important;position:fixed!important;right:-999px!important}

/* #8: tdl-salto-blocks */

/* SALTO conversion blocks — premium dark spatial design */
.salto-block{position:relative;overflow:hidden;background:radial-gradient(ellipse at 82% 16%,rgba(200,169,110,.09),transparent 52%),linear-gradient(160deg,#0e0e12 0%,#08080a 100%);border:1px solid rgba(200,169,110,.14);border-radius:24px;padding:clamp(36px,5.5vw,64px) clamp(28px,5vw,52px);color:#f0efe9;box-shadow:0 32px 80px rgba(0,0,0,.22)}
.salto-block::before{content:'';position:absolute;top:-100px;right:-40px;width:280px;height:280px;background:radial-gradient(circle,rgba(200,169,110,.05),transparent 70%);pointer-events:none}
.salto-block::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(200,169,110,.12) 50%,transparent);pointer-events:none}
.salto-block-kicker{position:relative;display:inline-flex;align-items:center;gap:10px;font-size:.64rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#c8a96e;margin-bottom:18px;font-family:'Outfit',system-ui,sans-serif}
.salto-block-kicker::before{content:'';width:7px;height:7px;border-radius:999px;background:#c8a96e;box-shadow:0 0 16px rgba(200,169,110,.55)}
.salto-block h3{position:relative;font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.4rem,3.2vw,2.1rem);line-height:1.15;color:#fff;margin:0 0 14px;max-width:620px}
.salto-block p{position:relative;color:#b5b1a8;font-size:clamp(.9rem,1.4vw,1.02rem);line-height:1.72;max-width:540px;margin:0 0 26px;font-family:'Outfit',system-ui,sans-serif}
.salto-block-actions{position:relative;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.salto-block-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 22px;font-size:.86rem;font-weight:800;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease;font-family:'Outfit',system-ui,sans-serif}
.salto-block-btn:hover{transform:translateY(-2px);text-decoration:none!important}
.salto-block-btn-primary{background:#c8a96e;color:#09090b!important;box-shadow:0 12px 36px rgba(200,169,110,.14)}
.salto-block-btn-primary:hover{box-shadow:0 16px 44px rgba(200,169,110,.22)}
.salto-block-btn-secondary{border:1px solid rgba(255,255,255,.13);color:#f0efe9!important;background:rgba(255,255,255,.04)}
.salto-block-btn-secondary:hover{border-color:rgba(200,169,110,.3)}
.salto-block-tags{position:relative;display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.salto-block-tags span{border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:5px 11px;font-size:.7rem;font-weight:600;color:#8f8b82;background:rgba(255,255,255,.025);letter-spacing:.03em;font-family:'Outfit',system-ui,sans-serif}
@media(max-width:640px){.salto-block{padding:28px 22px;border-radius:18px}.salto-block-actions{flex-direction:column;align-items:stretch}.salto-block-btn{width:100%;justify-content:center}}

/* #9: anonymous-style-9 */

body.tdl-blog-article-route #root > div[style*="min-height: 100vh"][style*="justify-content: center"] {
  min-height: 3200px !important;
  align-items: flex-start !important;
  padding-top: 160px !important;
  box-sizing: border-box !important;
}
body.tdl-blog-article-loading #root > footer {
  display: none !important;
}
@media (max-width: 560px) {
  body.tdl-blog-article-route #root > div[style*="min-height: 100vh"][style*="justify-content: center"] {
    min-height: 4200px !important;
  }
}

/* #10: tdl-critical-shell-css */

.tdl-critical-shell {
  --tdl-bg: #FAFAF8;
  --tdl-surface: rgba(255,255,255,.76);
  --tdl-border: rgba(18,18,20,.08);
  --tdl-text: #151517;
  --tdl-muted: #5F5F68;
  --tdl-soft: #8A7A5F;
  --tdl-gold: #8A6A20;
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at 75% 16%, rgba(138,106,32,.08), transparent 34%), var(--tdl-bg);
  color: var(--tdl-text);
  font-family: "Outfit", system-ui, sans-serif;
  box-sizing: border-box;
}
.tdl-critical-shell.dark {
  --tdl-bg: #0A0A0C;
  --tdl-surface: rgba(20,20,24,.72);
  --tdl-border: rgba(255,255,255,.08);
  --tdl-text: #F4F1EA;
  --tdl-muted: #B5B1A8;
  --tdl-soft: #8D887E;
  --tdl-gold: #C8A96E;
}
.tdl-critical-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 clamp(20px, 5vw, 64px);
  border-bottom: 1px solid var(--tdl-border);
}
.tdl-critical-nav img { height: 24px; width: auto; display: block; }
.tdl-critical-nav span {
  color: var(--tdl-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.tdl-critical-inner {
  width: min(1180px, calc(100vw - 40px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding: clamp(44px, 7vw, 88px) 0;
}
.tdl-critical-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--tdl-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.tdl-critical-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}
.tdl-critical-title {
  margin: 0;
  max-width: 760px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 8vw, 92px);
  line-height: .94;
  letter-spacing: -3px;
  color: var(--tdl-text);
}
.tdl-critical-title em {
  color: var(--tdl-gold);
  font-style: italic;
}
.tdl-critical-copy p:not(.tdl-critical-eyebrow) {
  max-width: 570px;
  margin: 26px 0 0;
  color: var(--tdl-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}
.tdl-critical-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.tdl-critical-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.tdl-critical-primary { background: var(--tdl-gold); color: var(--tdl-bg); }
.tdl-critical-secondary { color: var(--tdl-text); border: 1px solid var(--tdl-border); background: var(--tdl-surface); }
.tdl-critical-panel {
  border: 1px solid var(--tdl-border);
  background: linear-gradient(180deg, var(--tdl-surface), rgba(255,255,255,.28));
  border-radius: 24px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 28px 80px rgba(0,0,0,.08);
}
.tdl-critical-panel strong {
  display: block;
  color: var(--tdl-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
}
.tdl-critical-panel span {
  display: block;
  margin-top: 12px;
  color: var(--tdl-muted);
  font-size: 14px;
  line-height: 1.65;
}
.tdl-critical-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.tdl-critical-badges span {
  border: 1px solid var(--tdl-border);
  background: var(--tdl-surface);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--tdl-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .tdl-critical-inner { grid-template-columns: 1fr; align-items: start; }
  .tdl-critical-panel { max-width: 460px; }
  .tdl-critical-title { letter-spacing: -2px; }
}
@media (max-width: 520px) {
  .tdl-critical-nav span { display: none; }
  .tdl-critical-inner { width: min(100% - 32px, 1180px); padding-top: 38px; }
  .tdl-critical-actions a { width: 100%; box-sizing: border-box; }
}

/* #11: anonymous-style-11 */

/* DiSC widgets — theme-aware colors */
[data-disc-banner] h3,[data-disc-sidebar] h4,[data-disc-sidebar] div[style*="font-weight:700"]{color:#f0efe9!important}
[data-disc-banner] p,[data-disc-sidebar] p{color:#a8a8ae!important}
[data-disc-banner] span[style*="TESTE"],[data-disc-banner] span[style*="uppercase"]{color:#C8A96E!important}
html[data-theme="light"] [data-disc-banner] h3,html[data-theme="light"] [data-disc-sidebar] h4,html[data-theme="light"] [data-disc-sidebar] div[style*="font-weight:700"],body.light-mode [data-disc-banner] h3,body.light-mode [data-disc-sidebar] h4,body.light-mode [data-disc-sidebar] div[style*="font-weight:700"]{color:#111827!important}
html[data-theme="light"] [data-disc-banner] p,html[data-theme="light"] [data-disc-sidebar] p,body.light-mode [data-disc-banner] p,body.light-mode [data-disc-sidebar] p{color:#374151!important}
html[data-theme="light"] [data-disc-banner] span[style*="TESTE"],html[data-theme="light"] [data-disc-banner] span[style*="uppercase"],body.light-mode [data-disc-banner] span[style*="TESTE"],body.light-mode [data-disc-banner] span[style*="uppercase"]{color:#8A6A20!important}
html[data-theme="light"] [data-disc-banner] a,html[data-theme="light"] [data-disc-sidebar] a,body.light-mode [data-disc-banner] a,body.light-mode [data-disc-sidebar] a{color:#0A0A0C!important}

/* #12: tdl-production-polish-20260518 */

html.tdl-cert-route, html.tdl-cert-route body{max-width:100%;overflow-x:hidden;}
html.tdl-salto-founder-active body{padding-top:58px!important;}
html.tdl-salto-founder-active #tdl-salto-founder-top{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:10000!important;}
html.tdl-salto-founder-active #root > nav:first-child{top:58px!important;}
html.tdl-salto-founder-active #root > div[style*="position: fixed"][style*="top: 72px"]{top:130px!important;}
html.tdl-salto-founder-active #root > div[style*="height: 114px"]{height:172px!important;}
@media(max-width:760px){
  html.tdl-salto-founder-active body{padding-top:54px!important;}
  html.tdl-salto-founder-active #root > nav:first-child{top:54px!important;}
  html.tdl-salto-founder-active #root > div[style*="position: fixed"][style*="top: 72px"]{top:126px!important;}
  html.tdl-salto-founder-active #root > div[style*="height: 114px"]{height:168px!important;}
}
@media(max-width:720px){
  html.tdl-cert-route main,
  html.tdl-cert-route section,
  html.tdl-cert-route [class*="hero"],
  html.tdl-cert-route [class*="Hero"]{max-width:100%!important;overflow-x:clip!important;}
  html.tdl-cert-route h1{display:block!important;width:calc(100vw - 70px)!important;font-size:clamp(30px,9vw,38px)!important;line-height:1.04!important;letter-spacing:0!important;max-width:calc(100vw - 70px)!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;hyphens:none!important;}
  html.tdl-cert-route h1 *{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;}
  html.tdl-cert-route h1 + *{max-width:calc(100vw - 70px)!important;}
  html.tdl-cert-route [class*="subnav"],
  html.tdl-cert-route [class*="Subnav"]{max-width:100vw!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;}
  html.tdl-cert-route .tdl-cert-rail{max-width:calc(100vw - 24px)!important;}
}
@media(max-width:860px){
  html.tdl-cert-route .tdl-cert-mobile-subnav{position:sticky!important;top:72px!important;z-index:850!important;max-width:100vw!important;overflow-x:auto!important;overflow-y:hidden!important;background:rgba(255,254,250,.96)!important;backdrop-filter:blur(12px)!important;box-shadow:0 12px 34px rgba(32,29,24,.08)!important;-webkit-overflow-scrolling:touch!important;}
  html.tdl-cert-route .tdl-cert-mobile-subnav::-webkit-scrollbar{display:none!important;}
  html.tdl-cert-route .tdl-cert-rail.is-waiting{display:none!important;}
  html.tdl-cert-route .tdl-cert-rail{border-radius:18px!important;box-shadow:0 16px 52px rgba(32,29,24,.16)!important;}
  html.tdl-cert-route .tdl-cert-rail-in{grid-template-columns:1fr auto!important;padding:10px 12px!important;}
  html.tdl-cert-route .tdl-cert-rail-copy{font-size:12px!important;line-height:1.25!important;padding-right:20px!important;}
  html.tdl-cert-route .tdl-cert-rail-copy span{display:none!important;}
  html.tdl-cert-route .tdl-cert-rail-actions{grid-column:1/-1!important;display:block!important;}
  html.tdl-cert-route .tdl-cert-rail-actions a{width:100%!important;min-height:40px!important;}
  html.tdl-cert-route .tdl-cert-rail-secondary{display:none!important;}
}
@media(max-width:420px){
  html.tdl-cert-route h1{font-size:clamp(30px,9.4vw,36px)!important;}
  html.tdl-cert-route .tdl-cert-rail-copy{font-size:11.5px!important;}
}

/* Route navigation, campaign stacking and mobile overflow fixes */
html.tdl-salto-founder-active #root > nav:first-child{box-shadow:0 10px 32px rgba(20,18,14,.08)!important;}
html.tdl-salto-founder-active #root > div[style*="position: fixed"][style*="top: 72px"]{box-shadow:0 12px 30px rgba(20,18,14,.045)!important;}
html.tdl-cert-route #page-content > section:first-of-type > div:first-child,
html.tdl-cert-route #page-content > section:first-of-type > div:nth-child(2){display:none!important;}
html.tdl-cert-route #page-content > section:first-child > div[style*="max-width: 1280px"]{position:relative!important;z-index:1!important;}

@media(max-width:720px){
  html,body,#root,#page-content{max-width:100vw!important;overflow-x:hidden!important;}
  #page-content section{max-width:100vw!important;overflow-x:hidden!important;}
  #page-content h1{max-width:calc(100vw - 40px)!important;width:auto!important;letter-spacing:-1.2px!important;overflow-wrap:normal!important;word-break:normal!important;}
  #page-content p{max-width:calc(100vw - 40px)!important;overflow-wrap:break-word!important;}
  #pdl-hero h1{font-size:clamp(42px,13.5vw,56px)!important;line-height:.98!important;letter-spacing:-1.4px!important;}
  #pdl-hero h1 em{display:block!important;}
  #pdl-hero p{font-size:16px!important;line-height:1.65!important;}
  #pdl-hero [style*="gap: 56px"]{gap:22px!important;flex-wrap:wrap!important;}
  html.tdl-cert-route .cert-lp-strip{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;}
}

@media(max-width:720px){
  #pdl-hero,
  html.tdl-cert-route #page-content > section:first-child{
    width:100vw!important;
    max-width:100vw!important;
    overflow:hidden!important;
  }
  #pdl-hero > div,
  html.tdl-cert-route #page-content > section:first-child > div[style*="max-width"]{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
  }
  #pdl-hero h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(36px,11.5vw,46px)!important;
    line-height:1.02!important;
    letter-spacing:-1px!important;
  }
  html.tdl-cert-route #page-content h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(30px,8.5vw,34px)!important;
    line-height:1.08!important;
    letter-spacing:-.4px!important;
  }
  html.tdl-cert-route #page-content p,
  html.tdl-cert-route #page-content h1 + *{
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
  html.tdl-salto-founder-active #root > div[style*="position: fixed"][style*="top: 72px"]{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.tdl-salto-founder-active #root > div[style*="position: fixed"][style*="top: 72px"] .ctx-scroll{
    width:max-content!important;
    min-width:100%!important;
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:22px!important;
    padding-left:24px!important;
    padding-right:24px!important;
  }
  html.tdl-salto-founder-active #root > div[style*="position: fixed"][style*="top: 72px"] .ctx-scroll a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
}

@media(max-width:520px){
  html.tdl-salto-founder-active body{padding-top:36px!important;}
  html.tdl-salto-founder-active #root > nav:first-child{top:36px!important;}
  html.tdl-salto-founder-active #root > div[style*="position: fixed"][style*="top: 72px"]{top:108px!important;}
  html.tdl-salto-founder-active #root > div[style*="height: 114px"]{height:150px!important;}
  .tdl-salto-founder-inner{display:flex!important;align-items:center!important;justify-content:center!important;padding:10px 34px 10px 14px!important;}
  .tdl-salto-founder-copy{font-size:12px!important;line-height:1.25!important;text-align:center!important;white-space:normal!important;max-width:100%!important;}
  .tdl-salto-founder-cta{display:none!important;}
}

/* Certification campaign rail: keep the conversion widget compact and out of the hero */
html.tdl-cert-route #tdl-cert-rail,
#tdl-cert-rail.tdl-cert-rail{
  position:fixed!important;
  top:auto!important;
  right:auto!important;
  bottom:12px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:min(1040px,calc(100vw - 48px))!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  border-radius:18px!important;
  background:rgba(255,254,250,.97)!important;
  box-shadow:0 18px 60px rgba(32,29,24,.14)!important;
  overflow:visible!important;
}
#tdl-cert-rail .tdl-cert-rail-in{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px 12px 10px 16px!important;
}
#tdl-cert-rail .tdl-cert-rail-k,
#tdl-cert-rail .tdl-cert-rail-copy,
#tdl-cert-rail .tdl-cert-rail-actions{
  min-width:0!important;
}
#tdl-cert-rail .tdl-cert-rail-copy{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#tdl-cert-rail .tdl-cert-rail-actions{
  display:flex!important;
  gap:8px!important;
  align-items:center!important;
}
html.tdl-cert-route body:has(div[style*="bottom: 0px"][style*="z-index: 9999"]) #tdl-cert-rail{
  display:none!important;
}

@media(max-width:860px){
  html.tdl-cert-route #tdl-cert-rail,
  #tdl-cert-rail.tdl-cert-rail{
    width:calc(100vw - 22px)!important;
    bottom:12px!important;
    border-radius:18px!important;
  }
  #tdl-cert-rail .tdl-cert-rail-in{
    grid-template-columns:1fr auto!important;
    padding:10px 12px!important;
  }
  #tdl-cert-rail .tdl-cert-rail-k{display:none!important;}
  #tdl-cert-rail .tdl-cert-rail-copy{
    white-space:normal!important;
    font-size:12px!important;
    line-height:1.25!important;
    padding-right:20px!important;
  }
  #tdl-cert-rail .tdl-cert-rail-copy span{display:none!important;}
  #tdl-cert-rail .tdl-cert-rail-actions{
    grid-column:1/-1!important;
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  #tdl-cert-rail .tdl-cert-rail-actions a{
    width:100%!important;
    min-height:40px!important;
  }
  #tdl-cert-rail .tdl-cert-rail-secondary{display:none!important;}
  #tdl-cert-rail .tdl-cert-rail-x{
    position:absolute!important;
    right:5px!important;
    top:4px!important;
  }
}
