
    :root{
      --bg:#FFF4E5;
      --paper:#FFFDF9;
      --paper-2:#FFF7EA;
      --ink:#171B24;
      --muted:#5F6470;
      --line:#F1AF2E;
      --line-soft:#F7D18A;
      --accent:#F3A000;
      --accent-2:#FFB21A;
      --green:#14A872;
      --shadow:0 16px 42px rgba(96,62,0,.09);
      --radius:22px;
      --container:1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--bg);
      color:var(--ink);
      font-family:"Inconsolata",monospace;
      line-height:1.55;
    }
    body.locked{overflow:hidden}
    img{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    .container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}
    .section{padding:86px 0}
    .section-soft{background:rgba(255,255,255,.38);border-block:1px solid rgba(241,175,46,.35)}
    .ab-solutions-section{display:block!important;position:relative!important;clear:both!important;overflow:visible!important;contain:layout paint;}
    .eyebrow{
      display:inline-flex;align-items:center;gap:9px;
      font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#A66D00
    }
    .eyebrow::before{content:"";width:34px;height:3px;border-radius:9px;background:var(--accent)}
    h1,h2,h3,p{margin-top:0}
    h1{font-size:clamp(2.45rem,5vw,5rem);line-height:.96;letter-spacing:-.055em;margin-bottom:26px}
    h2{font-size:clamp(2rem,3.7vw,3.45rem);line-height:1.02;letter-spacing:-.045em;margin-bottom:18px}
    h3{font-size:1.28rem;line-height:1.15;margin-bottom:11px}
    p{color:var(--muted)}
    .btn{
      border:1.5px solid var(--line);border-radius:12px;padding:14px 20px;
      font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;
      transition:.2s ease;min-height:50px;background:transparent
    }
    .btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(238,155,0,.18)}
    .btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border-color:transparent}
    .btn-outline{background:rgba(46,180,57,.48);color:#2EB439}
    .btn-dark{background:var(--ink);color:#2EB439;border-color:var(--ink)}
    .btn-small{padding:10px 14px;min-height:42px}
    .badge{
      display:inline-flex;padding:7px 11px;border-radius:999px;background:#FFF0C9;color:#9B6500;
      font-size:.78rem;font-weight:800;border:1px solid #F5C86F
    }
    .topbar{background:#171B24;color:#fff;font-size:.83rem}
    .topbar .container{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .topbar a{color:#FFC752;font-weight:800}
    header{
      position:sticky;top:0;z-index:40;background:rgba(255,244,229,.92);
      backdrop-filter:blur(14px);border-bottom:1px solid rgba(241,175,46,.32)
    }
    .nav{min-height:78px;display:flex;align-items:center;gap:32px}
    .brand{display:flex;align-items:center;gap:12px;margin-right:auto}
    .brand-mark{
      width:44px;height:44px;border:1.5px solid var(--line);border-radius:12px;
      display:grid;place-items:center;color:#B87300;font-weight:900;background:#FFF9EE
    }
    .brand strong{font-size:1.1rem;display:block}.brand small{display:block;color:var(--muted);font-size:.72rem}
    nav{display:flex;align-items:center;gap:24px;font-weight:700}
    nav a:hover{color:#B87300}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .cart-chip{
      position:relative;border:1.5px solid var(--line);background:#FFF9EF;border-radius:12px;padding:10px 13px;font-weight:800
    }
    .cart-chip b{
      display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--accent);color:#fff;margin-left:5px
    }
    .menu-btn{display:none;border:1px solid var(--line);background:#fff7e8;border-radius:10px;padding:9px 11px}
    .hero{padding:70px 0 62px}
    .hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}
    .hero-copy>p{font-size:1.08rem;max-width:650px}
    .hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin:30px 0 25px}
    .trust-row{display:flex;flex-wrap:wrap;gap:10px 20px;color:#505560;font-size:.9rem;font-weight:700}
    .trust-row span::before{content:"✓";color:#14A872;margin-right:7px;font-weight:900}
    .hero-art{
      position:relative;border:1.5px solid var(--line-soft);border-radius:30px;padding:13px;
      background:rgba(255,255,255,.48);box-shadow:var(--shadow)
    }
    .hero-art img{border-radius:22px;width:100%;aspect-ratio:1100/760;object-fit:cover}
    .float-card{
      position:absolute;background:#fffaf0;border:1.5px solid var(--line);box-shadow:var(--shadow);
      padding:12px 15px;border-radius:14px;font-size:.78rem
    }
    .float-card strong{display:block;font-size:.9rem}.float-card.one{left:-24px;bottom:42px}.float-card.two{right:-20px;top:35px}
    .steps{padding:0 0 28px}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1.5px solid var(--line);border-radius:18px;overflow:hidden;background:#FFF9EF}
    .step{padding:22px 28px;display:flex;align-items:center;gap:16px;border-right:1px solid var(--line-soft)}
    .step:last-child{border-right:0}
    .step b{font-size:1.8rem;color:#C47D00}.step span{font-weight:800}
    .heading{text-align:center;max-width:790px;margin:0 auto 38px}
    .heading p{font-size:1.02rem}
    .services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .service-card,.news-card{
      background:rgba(255,255,255,.56);border:1.5px solid var(--line-soft);
      border-radius:var(--radius);padding:18px;box-shadow:0 8px 24px rgba(115,77,0,.05);
      transition:.22s ease
    }
    .service-card:hover,.news-card:hover{transform:translateY(-4px);border-color:var(--line);box-shadow:var(--shadow)}
    .service-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;margin-bottom:18px;background:#fff}
    .service-card .meta{font-size:.76rem;color:#AB7000;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
    .service-card a{font-weight:800;color:#B27000}
    .section-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
    .section-title-row>div{max-width:700px}.section-title-row p{max-width:430px}
    .filters{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:22px}
    .filter{
      border:1px solid var(--line);border-radius:999px;background:#FFF9EF;padding:9px 14px;font-weight:800;color:#8F5D00
    }
    .filter.active{background:var(--accent);color:#fff;border-color:var(--accent)}
    #productGrid.ab-product-grid{
      display:grid!important;
      grid-template-columns:repeat(3,minmax(0,1fr))!important;
      gap:18px!important;
      width:100%!important;
      max-width:100%!important;
      margin:0!important;
      padding:0!important;
      position:relative!important;
      clear:both!important;
      align-items:stretch!important;
      list-style:none!important;
    }
    #productGrid > .ab-product-card{
      position:relative!important;
      display:flex!important;
      flex-direction:column!important;
      align-items:stretch!important;
      justify-content:flex-start!important;
      width:auto!important;
      min-width:0!important;
      max-width:none!important;
      height:auto!important;
      min-height:322px!important;
      margin:0!important;
      padding:18px!important;
      float:none!important;
      clear:none!important;
      inset:auto!important;
      overflow:hidden!important;
      box-sizing:border-box!important;
      background:rgba(255,255,255,.56)!important;
      border:1.5px solid var(--line-soft)!important;
      border-radius:var(--radius)!important;
      box-shadow:0 8px 24px rgba(115,77,0,.05)!important;
      transform:none;
      transition:.22s ease;
    }
    #productGrid > .ab-product-card:hover{
      transform:translateY(-4px)!important;
      border-color:var(--line)!important;
      box-shadow:var(--shadow)!important;
    }
    #productGrid > .ab-product-card h3{
      display:block!important;
      position:static!important;
      width:100%!important;
      max-width:none!important;
      margin:14px 0 11px!important;
      padding:0!important;
      font-size:1.28rem!important;
      line-height:1.18!important;
      white-space:normal!important;
      overflow-wrap:anywhere!important;
    }
    #productGrid > .ab-product-card .badge{
      align-self:flex-start!important;
      position:static!important;
      float:none!important;
      width:auto!important;
      max-width:100%!important;
      margin:0!important;
    }
    #productGrid .ab-product-icon{
      width:58px;height:58px;border-radius:16px;background:#FFF0C8;border:1px solid #F3C263;
      display:grid;place-items:center;font-size:1.65rem;margin-bottom:18px
    }
    #productGrid > .ab-product-card p{
      display:block!important;
      position:static!important;
      width:100%!important;
      max-width:none!important;
      margin:0 0 14px!important;
      padding:0!important;
      flex:1 1 auto!important;
      white-space:normal!important;
      overflow-wrap:anywhere!important;
      word-break:normal!important;
      line-height:1.55!important;
    }
    #productGrid .ab-price-row{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:15px}
    #productGrid .ab-price-row strong{font-size:1.55rem}#productGrid .ab-price-row small{display:block;color:var(--muted)}
    #productGrid .ab-add{
      width:44px;height:44px;border-radius:12px;border:0;background:var(--accent);color:#fff;font-size:1.6rem;font-weight:900
    }
    .features{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
    .feature{
      display:flex;align-items:flex-start;gap:14px;padding:22px;background:#FFF9EF;
      border:1.5px solid var(--line-soft);border-radius:18px
    }
    .feature-icon{
      flex:0 0 48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:1.35rem
    }
    .feature p{margin-bottom:0;font-size:.92rem}
    .wide-cta{
      display:grid;grid-template-columns:128px 1fr auto;align-items:center;gap:26px;
      padding:20px 26px;border:2px solid var(--line);border-radius:22px;
      background:linear-gradient(135deg,#FFF1D6,#FFF8EB);box-shadow:var(--shadow)
    }
    .wide-cta img{width:128px;height:128px;object-fit:cover;border-radius:18px}
    .wide-cta p{margin-bottom:0}
    .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .news-card{padding:0;overflow:hidden}
    .news-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
    .news-card>div{padding:19px}
    .payment-layout{display:grid;grid-template-columns:1.5fr .8fr;gap:18px}
    .payment-panel,.client-panel{
      background:rgba(255,255,255,.58);border:1.5px solid var(--line);border-radius:22px;padding:24px
    }
    .pay-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
    .pay-pill{
      border:1px solid var(--line-soft);background:#FFF9EF;border-radius:14px;padding:13px;
      min-height:70px;display:flex;align-items:center;gap:10px;font-weight:800
    }
    .pay-pill span{font-size:1.45rem}
    .pix-demo{
      margin-top:18px;padding:18px;border-radius:17px;background:#FFF9EF;border:1px solid var(--line-soft);
      display:grid;grid-template-columns:150px 1fr;gap:18px
    }
    #pixPreview{width:150px;height:150px;padding:8px;background:#fff;border-radius:12px;display:grid;place-items:center}
    #pixPreview img,#pixPreview canvas{max-width:100%!important;height:auto!important}
    .copy-row{display:flex;gap:8px}
    .copy-row input{
      width:100%;border:1px solid var(--line);border-radius:10px;background:#fffdf8;padding:11px;color:#555
    }
    .client-panel{display:flex;flex-direction:column;justify-content:space-between}
    .client-actions{display:grid;gap:10px}
    .contact-box{
      margin-top:18px;padding:17px;border-radius:16px;background:#FFF1D5;border:1px solid var(--line-soft)
    }
    footer{padding:28px 0;border-top:1px solid var(--line-soft);font-size:.85rem}
    .footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#656975}
    .drawer{
      position:fixed;z-index:80;top:0;right:0;width:min(440px,100%);height:100%;
      background:#FFF9EF;border-left:1px solid var(--line);transform:translateX(105%);transition:.25s ease;
      display:flex;flex-direction:column;box-shadow:-25px 0 60px rgba(32,23,0,.12)
    }
    .drawer.open{transform:translateX(0)}
    .drawer-head,.drawer-foot{padding:20px;border-bottom:1px solid var(--line-soft)}
    .drawer-head{display:flex;align-items:center;justify-content:space-between}
    .drawer-head button,.modal-close{border:0;background:transparent;font-size:1.65rem}
    .drawer-body{padding:18px;overflow:auto;flex:1}
    .drawer-foot{border-top:1px solid var(--line-soft);border-bottom:0}
    .cart-item{
      display:grid;grid-template-columns:1fr auto;gap:14px;padding:15px 0;border-bottom:1px dashed var(--line-soft)
    }
    .cart-item h4{margin:0 0 4px}.qty{display:flex;align-items:center;gap:8px;margin-top:9px}
    .qty button{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:#fff8eb;font-weight:900}
    .total{display:flex;justify-content:space-between;font-size:1.22rem;font-weight:900;margin-bottom:14px}
    .overlay{position:fixed;inset:0;z-index:70;background:rgba(22,20,15,.43);opacity:0;pointer-events:none;transition:.2s}
    .overlay.show{opacity:1;pointer-events:auto}
    dialog{
      width:min(720px,calc(100% - 24px));max-height:90vh;border:1.5px solid var(--line);border-radius:22px;
      padding:0;background:#FFF9EF;color:var(--ink);box-shadow:0 30px 90px rgba(0,0,0,.25)
    }
    dialog::backdrop{background:rgba(20,18,14,.55)}
    .modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line-soft)}
    .modal-body{padding:22px;overflow:auto}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
    label{display:block;font-weight:800;font-size:.88rem}
    input,select,textarea{
      width:100%;margin-top:6px;border:1px solid var(--line-soft);background:#fffdf9;border-radius:11px;padding:12px;outline:none
    }
    input:focus,select:focus,textarea:focus{border-color:var(--line);box-shadow:0 0 0 3px rgba(241,175,46,.15)}
    .full{grid-column:1/-1}
    .checkout-items{margin:18px 0;padding:15px;background:#FFF2D9;border-radius:14px}
    .summary-line{display:flex;justify-content:space-between;gap:12px;padding:5px 0}
    .notice{padding:12px 14px;border-radius:12px;background:#FFF0CA;border:1px solid #F5C86F;color:#765000;font-size:.88rem}
    .order-result{text-align:center}
    .order-code{display:inline-block;background:#171B24;color:#fff;border-radius:10px;padding:10px 13px;font-weight:900;margin:8px 0 18px}
    .result-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}
    .auth-tabs{display:flex;gap:8px;margin-bottom:18px}
    .auth-tabs button{flex:1;border:1px solid var(--line);border-radius:11px;padding:10px;background:#fff9ec;font-weight:800}
    .auth-tabs button.active{background:var(--accent);color:#fff}
    .hidden{display:none!important}
    .toast{
      position:fixed;z-index:120;left:50%;bottom:25px;transform:translate(-50%,20px);
      opacity:0;background:#171B24;color:#fff;border-radius:12px;padding:12px 18px;transition:.2s;pointer-events:none
    }
    .toast.show{opacity:1;transform:translate(-50%,0)}
    .empty{text-align:center;padding:45px 12px;color:var(--muted)}
    .account-card{padding:16px;border:1px solid var(--line-soft);border-radius:14px;background:#fffdf9}
    .account-card strong{display:block;font-size:1.08rem}
    @media (max-width:980px){
      nav{display:none;position:absolute;top:78px;left:16px;right:16px;background:#FFF9EF;border:1px solid var(--line);border-radius:16px;padding:14px;flex-direction:column;align-items:stretch}
      nav.open{display:flex}.menu-btn{display:block}
      .nav-actions .btn{display:none}
      .hero-grid,.payment-layout{grid-template-columns:1fr}
      .hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-copy>p{margin-inline:auto}
      .hero-actions,.trust-row{justify-content:center}
      .hero-art{max-width:760px;margin-inline:auto}
      .services,#productGrid.ab-product-grid,.features,.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
      .wide-cta{grid-template-columns:100px 1fr}.wide-cta .btn{grid-column:1/-1}.wide-cta img{width:100px;height:100px}
    }
    @media (max-width:680px){
      .section{padding:65px 0}.topbar .container{justify-content:center;text-align:center}.topbar a{display:none}
      .brand small{display:none}.cart-chip{font-size:0}.cart-chip b{font-size:.82rem;margin:0}
      h1{font-size:clamp(2.35rem,14vw,4rem)}
      .hero{padding-top:42px}.float-card{display:none}
      .steps-grid{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line-soft)}.step:last-child{border-bottom:0}
      .services,#productGrid.ab-product-grid,.features,.news-grid{grid-template-columns:minmax(0,1fr)!important}
      .section-title-row{display:block}.section-title-row p{max-width:none}
      .wide-cta{grid-template-columns:1fr;text-align:center}.wide-cta img{margin:auto}
      .pay-options{grid-template-columns:repeat(2,1fr)}
      .pix-demo{grid-template-columns:1fr}.pix-demo #pixPreview{margin:auto}
      .form-grid{grid-template-columns:1fr}.full{grid-column:auto}
    }
  

/* Integração WordPress / Elementor */
body.admin-bar header{top:32px}
@media(max-width:782px){body.admin-bar header{top:46px}}
.elementor-widget-appbrazil-section>.elementor-widget-container{width:100%}
.elementor-widget-appbrazil-section .section:first-child{margin-top:0}
.appbrazil-site-main{overflow:hidden}
.appbrazil-editor-note{padding:14px;border:1px dashed var(--line);background:#fffaf0;border-radius:12px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Ajustes de marca e conteúdo WordPress */
.brand-logo,.brand-logo .custom-logo-link{display:flex;align-items:center}
.brand-logo img{max-width:150px;max-height:54px;width:auto;height:auto}
.appbrazil-theme .custom-logo-link{display:flex}
.appbrazil-theme .elementor-widget-appbrazil-section{width:100%}
.appbrazil-theme .elementor-widget-appbrazil-section>.elementor-widget-container{width:100%}
.appbrazil-theme .elementor-element:has(>.elementor-widget-appbrazil-section){--content-width:100%;padding:0!important}
.appbrazil-theme main>.elementor{width:100%}
.appbrazil-theme article.page{background:rgba(255,255,255,.45);border:1px solid var(--line-soft);border-radius:22px;padding:28px}