
/* ===== SOURCE: base ===== */

  :root{
    --navy:#071426;
    --navy-2:#0b1c33;
    --navy-3:#102846;
    --blue:#1677ff;
    --cyan:#27d7f2;
    --orange:#f28a21;
    --yellow:#ffbf1c;
    --white:#fff;
    --paper:#f6f3ec;
    --paper-2:#fcfbf8;
    --ink:#0b1728;
    --muted:#5e6c7e;
    --line:rgba(11,23,40,.14);
    --glass:rgba(255,255,255,.075);
    --shadow:0 30px 90px rgba(5,16,32,.20);
    --radius:28px;
    --ease:cubic-bezier(.16,1,.3,1);
  }
  *{box-sizing:border-box}
  [hidden]{display:none!important}
  html{scroll-behavior:smooth;scroll-padding-top:86px}
  html.route-jump{scroll-behavior:auto!important}
  body{
    margin:0;
    color:var(--ink);
    background:var(--paper-2);
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    overflow-x:hidden;
  }
  body.menu-open{overflow:hidden}
  a{color:inherit}
  button,input{font:inherit}
  button{cursor:pointer}
  ::selection{background:var(--orange);color:#071426}
  .skip{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;padding:12px 16px;border-radius:10px;transition:.2s}
  .skip:focus{top:16px}

  /* progress rail */

  /* header */
  .site-header{
    position:fixed;inset:0 0 auto;z-index:100;height:78px;padding:0 clamp(20px,4vw,64px);
    display:flex;align-items:center;justify-content:space-between;
    color:#fff;transition:background .35s,border-color .35s,box-shadow .35s,color .35s;
    border-bottom:1px solid transparent;
  }
  .site-header.scrolled{background:rgba(7,20,38,.83);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.08);box-shadow:0 10px 35px rgba(0,0,0,.16)}
  .brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:.02em}
  .brand-mark{width:39px;height:39px;position:relative;display:grid;place-items:center}
  .brand-mark:before,.brand-mark:after{content:"";position:absolute;border-radius:18px 5px 18px 5px;transform:rotate(-18deg)}
  .brand-mark:before{inset:4px 8px;background:linear-gradient(135deg,var(--cyan),var(--blue));box-shadow:0 0 24px rgba(39,215,242,.28)}
  .brand-mark:after{width:14px;height:24px;right:3px;bottom:2px;background:linear-gradient(180deg,var(--yellow),var(--orange))}
  .brand span small{display:block;font-size:8px;letter-spacing:.22em;color:rgba(255,255,255,.60);font-weight:700;text-transform:uppercase;margin-top:1px}
  .desktop-nav{display:flex;gap:27px;align-items:center}
  .desktop-nav a{font-size:13px;text-decoration:none;color:rgba(255,255,255,.72);position:relative;white-space:nowrap}
  .desktop-nav a:after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;background:var(--orange);transition:.25s var(--ease)}
  .desktop-nav a:hover,.desktop-nav a.active{color:#fff}
  .desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}
  .header-actions{display:flex;align-items:center;gap:10px}
  .header-cta{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:linear-gradient(135deg,var(--yellow),var(--orange));color:#071426;padding:11px 16px;border-radius:11px;font-weight:800;font-size:12px;box-shadow:0 8px 22px rgba(242,138,33,.20)}
  .menu-btn{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:13px;background:rgba(255,255,255,.06);color:#fff}
  .menu-btn span,.menu-btn:before,.menu-btn:after{content:"";display:block;width:19px;height:2px;background:currentColor;margin:4px auto;transition:.25s}
  .menu-btn.open span{opacity:0}.menu-btn.open:before{transform:translateY(6px) rotate(45deg)}.menu-btn.open:after{transform:translateY(-6px) rotate(-45deg)}
  .mobile-panel{position:fixed;inset:78px 0 0;z-index:95;background:rgba(7,20,38,.98);padding:28px;display:none;color:#fff}
  .mobile-panel.open{display:block;animation:panelIn .35s var(--ease);overflow-y:auto}
  .mobile-panel>a,.mobile-panel .mobile-route-link{display:block;padding:18px 5px;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;font-size:20px;font-weight:700}
  .mobile-panel a.active,.mobile-support-toggle.active{color:var(--orange)}
  .mobile-nav-group{border-bottom:1px solid rgba(255,255,255,.08)}
  .mobile-support-toggle{width:100%;border:0;background:transparent;color:#fff;padding:18px 5px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:20px;font-weight:700}
  .mobile-chevron{font-size:18px;color:rgba(255,255,255,.55);transition:transform .25s var(--ease)}
  .mobile-support-toggle[aria-expanded="true"] .mobile-chevron{transform:rotate(180deg)}
  .mobile-submenu{padding:0 0 10px 14px}
  .mobile-submenu[hidden]{display:none}
  .mobile-submenu a{display:block;padding:13px 12px;border:0;border-left:1px solid rgba(255,255,255,.12);text-decoration:none;font-size:15px;font-weight:650;color:rgba(255,255,255,.72)}
  .mobile-submenu a:hover,.mobile-submenu a.active{color:#fff;border-left-color:var(--orange);background:rgba(255,255,255,.04)}
  @keyframes panelIn{from{opacity:0;transform:translateY(-12px)}}

  /* shared */
  section{position:relative}
  .container{width:min(1180px,calc(100% - 40px));margin:auto}
  .kicker{text-transform:uppercase;letter-spacing:.22em;font-weight:900;color:var(--orange);display:flex;align-items:center;gap:9px;margin-bottom:18px}
  .kicker:before{content:"";width:26px;height:2px;background:currentColor}
  .display{font-size:clamp(42px,7.4vw,104px);line-height:.92;letter-spacing:-.064em;margin:0;font-weight:850;text-wrap:balance}
  .section-title{font-size:clamp(36px,5vw,70px);letter-spacing:-.05em;margin:0;font-weight:850;text-wrap:balance}
  .lead{font-size:clamp(16px,1.5vw,21px);line-height:1.65;color:var(--muted);max-width:670px}
  .dark .lead{color:rgba(255,255,255,.68)}
  .btn{border:0;border-radius:13px;padding:15px 20px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.3s var(--ease)}
  .btn:hover{transform:translateY(-3px)}
  .btn-primary{background:linear-gradient(135deg,var(--yellow),var(--orange));color:#071426;box-shadow:0 14px 38px rgba(242,138,33,.20)}
  .btn-secondary{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.16);color:#fff}
  .btn-dark{background:var(--navy);color:#fff}
  .arrow{font-size:18px;line-height:1}
  .reveal{opacity:0;transform:translateY(32px);transition:opacity .85s var(--ease),transform .85s var(--ease)}
  .reveal.visible{opacity:1;transform:none}

  /* Hero */
  .hero{min-height:100svh;background:var(--navy);color:#fff;overflow:hidden;display:grid;place-items:center}
  #energyCanvas{position:absolute;inset:0;width:100%;height:100%;opacity:.83}
  .hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,transparent 0 19%,rgba(7,20,38,.18) 48%,rgba(7,20,38,.86) 100%),linear-gradient(180deg,rgba(7,20,38,.10),rgba(7,20,38,.78));pointer-events:none}
  .hero-orb-wrap{position:absolute;left:50%;top:51%;width:min(49vw,610px);aspect-ratio:1;transform:translate(-50%,-50%);perspective:1200px;pointer-events:none}
  .hero-orb{position:absolute;inset:14%;border-radius:47% 53% 54% 46% / 46% 43% 57% 54%;background:
    radial-gradient(circle at 31% 25%,rgba(255,255,255,.38),transparent 12%),
    radial-gradient(circle at 68% 75%,rgba(242,138,33,.30),transparent 27%),
    radial-gradient(circle at 45% 54%,#17365d 0,#071527 48%,#020812 76%);
    box-shadow:inset -40px -50px 80px rgba(0,0,0,.80),inset 30px 35px 55px rgba(53,182,255,.13),0 60px 150px rgba(0,0,0,.52),0 0 90px rgba(23,119,255,.18);
    animation:none;
    filter:saturate(1.1);
  }
  .hero-orb:after{content:"";position:absolute;inset:10%;border-radius:inherit;border:1px solid rgba(255,255,255,.10);transform:rotate(21deg)}
  .orb-ring{position:absolute;inset:3%;border-radius:50%;border:1px solid rgba(39,215,242,.16);transform:rotateX(67deg) rotateZ(-12deg);box-shadow:0 0 35px rgba(39,215,242,.12)}
  .orb-ring.r2{inset:0 7%;transform:rotateY(67deg) rotateZ(20deg);border-color:rgba(242,138,33,.18)}
  @keyframes orbFloat{50%{transform:translateY(-15px) rotate(5deg)}}
  @keyframes orbMorph{0%,100%{border-radius:47% 53% 54% 46% / 46% 43% 57% 54%}50%{border-radius:58% 42% 38% 62% / 52% 60% 40% 48%}}
  .hero-content{position:relative;z-index:3;text-align:center;width:min(950px,calc(100% - 36px));padding-top:60px}
  .hero .kicker{justify-content:center;color:rgba(255,255,255,.64)}
  .hero .kicker:before{background:var(--orange)}
  .hero-title{font-size:clamp(48px,7.6vw,110px);line-height:.9;letter-spacing:-.07em;margin:0 auto;max-width:970px;text-shadow:0 14px 50px rgba(0,0,0,.40)}
  .hero-title em{font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.62)}
  .hero-sub{max-width:610px;margin:24px auto 0;color:rgba(255,255,255,.72);font-size:clamp(15px,1.5vw,19px);line-height:1.65}
  .hero-actions{margin-top:30px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
  .hero-trust{position:absolute;left:clamp(20px,4vw,64px);right:clamp(20px,4vw,64px);bottom:27px;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
  .trust-item{padding:12px 15px;border-top:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.72);font-size:12px;display:flex;align-items:center;gap:8px}
  .trust-item b{color:#fff}
  .trust-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 12px var(--orange)}
  .scroll-cue{position:absolute;right:30px;bottom:115px;color:rgba(255,255,255,.42);font-size:10px;letter-spacing:.18em;text-transform:uppercase;writing-mode:vertical-rl;z-index:4}
  .scroll-cue:after{content:"";display:block;width:1px;height:62px;background:linear-gradient(var(--orange),transparent);margin:12px auto;animation:cue 2s infinite}
  @keyframes cue{50%{transform:scaleY(.5);transform-origin:top}}

  /* Credentials */
  .credential-scene{min-height:105vh;background:var(--paper);padding:140px 0 110px;overflow:hidden}
  .credential-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:8vw;align-items:center}
  .product-stage{min-height:610px;position:relative;display:grid;place-items:center}
  .inverter{width:min(420px,78vw);aspect-ratio:.78;background:linear-gradient(145deg,#fff,#d9dde2 63%,#b6bdc6);border-radius:42px;position:relative;box-shadow:38px 50px 80px rgba(9,24,40,.20),inset 0 1px 0 #fff;transform-style:preserve-3d;transition:transform .15s linear}
  .inverter:before{content:"";position:absolute;inset:8% 10% 45%;border-radius:25px;background:linear-gradient(150deg,#e8edf1,#bcc5ce);box-shadow:inset 0 8px 15px rgba(255,255,255,.7),inset 0 -12px 28px rgba(74,91,108,.12)}
  .inverter:after{content:"GRIDDY  ×  DEYE";position:absolute;left:50%;top:46%;transform:translateX(-50%);font-size:13px;font-weight:900;letter-spacing:.18em;color:#7b8795;white-space:nowrap}
  .inverter-screen{position:absolute;left:50%;top:28%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:radial-gradient(circle,#57dcff 0 8%,#0f426e 10% 42%,#061426 45%);box-shadow:0 0 22px rgba(39,215,242,.35),inset 0 0 0 6px #c7d0d8}
  .inverter-led{position:absolute;left:50%;bottom:28%;transform:translateX(-50%);width:8px;height:8px;border-radius:50%;background:#32d583;box-shadow:0 0 15px #32d583}
  .inverter-shadow{position:absolute;width:75%;height:20%;bottom:4%;border-radius:50%;background:rgba(4,18,34,.24);filter:blur(32px);transform:rotate(-7deg)}
  .tech-label{position:absolute;font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#607080;border-bottom:1px solid rgba(9,24,40,.25);padding-bottom:7px}
  .tech-label.l1{left:0;top:20%}.tech-label.l2{right:0;top:34%}.tech-label.l3{left:5%;bottom:18%}
  .credential-copy .display{font-size:clamp(48px,6.2vw,92px)}
  .credential-badges{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:34px 0}
  .credential-badge{border:1px solid var(--line);border-radius:18px;padding:18px;background:rgba(255,255,255,.56)}
  .credential-badge b{display:block;font-size:14px;margin-bottom:4px}.credential-badge span{font-size:12px;color:var(--muted)}

  /* Journey selector */
  .journeys{padding:130px 0;background:#fff}
  .journey-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:54px}
  .journey-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
  .journey-card{position:relative;min-height:360px;border:1px solid var(--line);border-radius:var(--radius);padding:30px;overflow:hidden;background:#fff;transition:.45s var(--ease);isolation:isolate}
  .journey-card:after{content:"";position:absolute;inset:auto -20% -55% 0;height:80%;background:radial-gradient(circle,var(--glow,rgba(22,119,255,.22)),transparent 67%);z-index:-1;transition:.5s}
  .journey-card:hover{transform:translateY(-10px);box-shadow:var(--shadow);border-color:transparent}
  .journey-card:hover:after{transform:scale(1.2) translateY(-20px)}
  .journey-card:nth-child(2){--glow:rgba(39,215,242,.25)}.journey-card:nth-child(3){--glow:rgba(242,138,33,.25)}
  .journey-num{font-size:11px;font-weight:900;letter-spacing:.2em;color:var(--orange)}
  .journey-icon{width:68px;height:68px;border-radius:22px;background:var(--navy);color:#fff;display:grid;place-items:center;margin:48px 0 30px;font-size:28px;box-shadow:0 15px 40px rgba(7,20,38,.20)}
  .journey-card h3{font-size:28px;line-height:1.05;margin:0 0 12px;letter-spacing:-.04em}
  .journey-card p{color:var(--muted);line-height:1.65;font-size:14px}
  .journey-link{position:absolute;left:30px;bottom:28px;font-weight:900;font-size:13px;text-decoration:none}

  /* Ordem de Serviço interactive */
  .tracking{background:var(--navy);color:#fff;padding:135px 0;overflow:hidden}
  .tracking:before{content:"";position:absolute;width:850px;height:850px;border-radius:50%;right:-300px;top:-280px;border:1px solid rgba(39,215,242,.08);box-shadow:0 0 0 90px rgba(39,215,242,.018),0 0 0 180px rgba(242,138,33,.018)}
  .tracking-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;align-items:center}
  .tracking-form{margin-top:34px;display:flex;max-width:580px}
  .tracking-form input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:14px;padding:16px 18px;outline:none}
  .tracking-form input:focus{border-color:var(--cyan);box-shadow:0 0 0 4px rgba(39,215,242,.10)}
  .tracking-form button{border:0;background:linear-gradient(135deg,var(--yellow),var(--orange));font-weight:900;color:#071426;padding:0 22px;border-radius:14px}
  .tracking-note{font-size:12px;color:rgba(255,255,255,.45);margin-top:12px}
  .tracking-demo{background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:34px;box-shadow:0 45px 120px rgba(0,0,0,.30);backdrop-filter:blur(15px)}
  .demo-top{display:flex;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.10)}
  .demo-code{font-family:ui-monospace,SFMono-Regular,monospace;color:var(--cyan);font-weight:800}.demo-status{font-size:11px;background:rgba(50,213,131,.13);color:#76e8ae;border:1px solid rgba(50,213,131,.25);padding:7px 10px;border-radius:99px}
  .timeline{padding:30px 0 4px;display:grid;gap:0}
  .step{display:grid;grid-template-columns:42px 1fr;gap:16px;min-height:90px;position:relative}
  .step:after{content:"";position:absolute;left:20px;top:41px;bottom:0;width:2px;background:rgba(255,255,255,.10)}
  .step:last-child:after{display:none}
  .step-dot{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);font-weight:900;color:rgba(255,255,255,.50)}
  .step.done .step-dot{background:#1677ff;border-color:#4ea1ff;color:#fff;box-shadow:0 0 20px rgba(22,119,255,.28)}
  .step.active .step-dot{background:linear-gradient(135deg,var(--yellow),var(--orange));border-color:var(--yellow);color:#071426;box-shadow:0 0 24px rgba(242,138,33,.32)}
  .step h4{margin:4px 0;font-size:15px}.step p{margin:0;color:rgba(255,255,255,.48);font-size:12px;line-height:1.5}
  .demo-result{display:none;margin-top:20px;border-radius:16px;padding:14px;background:rgba(39,215,242,.08);border:1px solid rgba(39,215,242,.18);font-size:13px;color:#baf4ff}
  .demo-result.show{display:block;animation:resultIn .4s var(--ease)}
  @keyframes resultIn{from{opacity:0;transform:translateY(8px)}}

  /* process */
  .process{background:var(--paper);padding:140px 0 110px}
  .process-head{text-align:center;max-width:830px;margin:auto}.process-head .kicker{justify-content:center}
  .process-line{margin:75px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
  .process-line:before{content:"";position:absolute;left:12%;right:12%;top:38px;height:1px;background:linear-gradient(90deg,var(--orange),var(--blue),var(--cyan));opacity:.45}
  .process-card{text-align:center;padding:0 20px;position:relative}
  .process-index{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:0 auto 26px;background:var(--paper);border:1px solid rgba(11,23,40,.16);font-size:19px;font-weight:900;position:relative;z-index:2;transition:.35s var(--ease)}
  .process-card:hover .process-index{background:var(--navy);color:#fff;transform:scale(1.08);box-shadow:0 17px 40px rgba(7,20,38,.20)}
  .process-card h3{margin:0 0 9px}.process-card p{font-size:13px;color:var(--muted);line-height:1.65;margin:0}

  /* gallery */
  .operation{background:#fff;padding:130px 0;overflow:hidden}
  .operation-head{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:end;margin-bottom:60px}
  .gallery{display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:280px 280px;gap:16px}
  .photo{position:relative;border-radius:26px;overflow:hidden;color:#fff;isolation:isolate;background:#13263e}
  .photo:first-child{grid-row:1/3}
  .photo:before{content:"";position:absolute;inset:0;background:var(--photo-bg);z-index:-2;transition:transform 1.2s var(--ease)}
  .photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(5,16,31,.85));z-index:-1}
  .photo:hover:before{transform:scale(1.06)}
  .photo.lab{--photo-bg:
    linear-gradient(120deg,rgba(7,20,38,.15),rgba(7,20,38,.75)),
    radial-gradient(circle at 24% 38%,rgba(39,215,242,.8) 0 2%,transparent 3%),
    repeating-linear-gradient(90deg,transparent 0 70px,rgba(255,255,255,.07) 71px 72px),
    linear-gradient(145deg,#23547b,#0b1b31 55%,#071426)}
  .photo.support{--photo-bg:
    linear-gradient(120deg,rgba(255,255,255,.04),rgba(7,20,38,.55)),
    radial-gradient(circle at 72% 30%,rgba(242,138,33,.65),transparent 18%),
    linear-gradient(145deg,#405c76,#14263e 64%,#071426)}
  .photo.control{--photo-bg:
    linear-gradient(90deg,rgba(7,20,38,.2),rgba(7,20,38,.75)),
    repeating-linear-gradient(0deg,transparent 0 29px,rgba(39,215,242,.08) 30px 31px),
    linear-gradient(135deg,#233e5b,#071426)}
  .photo-content{position:absolute;left:28px;right:28px;bottom:25px}
  .photo-tag{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--orange);font-weight:900}
  .photo h3{font-size:clamp(22px,3vw,42px);line-height:1;margin:9px 0 0;letter-spacing:-.04em}
  .photo p{font-size:13px;color:rgba(255,255,255,.62);max-width:390px;line-height:1.5}
  .lab-art{position:absolute;inset:8%;opacity:.58}
  .lab-art i{position:absolute;background:linear-gradient(145deg,#e8edf2,#7d8fa1);border-radius:10px;box-shadow:0 18px 30px rgba(0,0,0,.25)}
  .lab-art i:nth-child(1){width:150px;height:210px;left:8%;top:15%;transform:rotate(-7deg)}
  .lab-art i:nth-child(2){width:170px;height:225px;right:4%;top:5%;transform:rotate(8deg)}
  .lab-art i:nth-child(3){width:125px;height:175px;left:36%;bottom:1%;transform:rotate(3deg)}

  /* ecosystem */
  .ecosystem{background:var(--navy);color:#fff;padding:140px 0;overflow:hidden}
  .ecosystem-copy{max-width:950px}
  .ecosystem-grid{margin-top:70px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
  .eco-card{min-height:310px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));position:relative;overflow:hidden;transition:.4s var(--ease)}
  .eco-card:before{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-70px;top:-70px;background:var(--eco);filter:blur(2px);opacity:.65}
  .eco-card:hover{transform:translateY(-9px);border-color:rgba(255,255,255,.25);background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04))}
  .eco-card:nth-child(1){--eco:radial-gradient(circle,var(--blue),transparent 70%)}.eco-card:nth-child(2){--eco:radial-gradient(circle,var(--cyan),transparent 70%)}.eco-card:nth-child(3){--eco:radial-gradient(circle,var(--orange),transparent 70%)}.eco-card:nth-child(4){--eco:radial-gradient(circle,#8a7dff,transparent 70%)}
  .eco-icon{font-size:29px;margin-bottom:70px}.eco-card h3{margin:0 0 10px}.eco-card p{font-size:13px;color:rgba(255,255,255,.56);line-height:1.6}.eco-card a{position:absolute;bottom:25px;text-decoration:none;font-size:12px;font-weight:900;color:#fff}

  /* statement */
  .statement{min-height:95svh;background:var(--paper);display:grid;place-items:center;overflow:hidden;padding:100px 20px}
  .statement-inner{text-align:center;position:relative;width:min(1160px,100%)}
  .statement-word{font-size:clamp(72px,15vw,210px);line-height:.72;letter-spacing:-.09em;font-weight:900;margin:0;color:var(--navy);text-transform:uppercase}
  .statement-word.outline{color:transparent;-webkit-text-stroke:1px rgba(7,20,38,.34)}
  .statement-orb{width:clamp(150px,23vw,330px);aspect-ratio:1;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:
    radial-gradient(circle at 31% 23%,rgba(255,255,255,.75),transparent 10%),
    radial-gradient(circle at 60% 70%,var(--orange),transparent 40%),
    linear-gradient(145deg,var(--cyan),var(--blue) 45%,var(--navy));
    box-shadow:0 30px 90px rgba(7,20,38,.28);mix-blend-mode:multiply;animation:none}
  @keyframes statementFloat{50%{transform:translate(-50%,-54%) rotate(7deg);border-radius:46% 54% 58% 42% / 52% 42% 58% 48%}}
  .statement-cta{position:relative;z-index:2;margin-top:65px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

  footer{background:#040d1a;color:#fff;padding:70px 0 35px}
  .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;padding-bottom:55px}
  .footer-brand p{max-width:420px;color:rgba(255,255,255,.50);line-height:1.65;font-size:14px}.footer-col h4{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.45)}.footer-col a{display:block;text-decoration:none;color:rgba(255,255,255,.72);padding:7px 0;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.38);font-size:12px}

  @media (max-width:980px){
    .desktop-nav,.header-cta{display:none}.menu-btn{display:block}
    .hero-trust{grid-template-columns:repeat(2,1fr)}
    .credential-grid,.tracking-grid,.operation-head{grid-template-columns:1fr}
    .product-stage{min-height:500px;order:2}.credential-copy{order:1}
    .journey-tabs{grid-template-columns:1fr}.journey-card{min-height:300px}.journey-icon{margin:30px 0 24px}
    .tracking-grid{gap:60px}.process-line{grid-template-columns:repeat(2,1fr);gap:52px 0}.process-line:before{display:none}
    .ecosystem-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
  }
  @media (max-width:640px){
    .site-header{height:70px;padding:0 17px}.mobile-panel{top:70px}.brand span{font-size:14px}.brand span small{display:none}
    .hero{min-height:850px}.hero-title{font-size:clamp(47px,15vw,68px)}.hero-orb-wrap{width:110vw;top:49%;opacity:.8}
    .hero-trust{bottom:22px;gap:4px}.trust-item{padding:9px 3px}.trust-item b{display:block}
    .container{width:min(100% - 28px,1180px)}
    .credential-scene,.journeys,.tracking,.process,.operation,.ecosystem{padding:100px 0}
    .credential-badges{grid-template-columns:1fr}.product-stage{min-height:420px}.tech-label{display:none}
    .journey-head{display:block}.journey-head .lead{margin-top:22px}
    .tracking-form button{padding:15px}.tracking-demo{padding:22px}.demo-top{display:block}.demo-status{display:inline-block;margin-top:12px}
    .process-line{grid-template-columns:1fr;gap:48px}
    .gallery{display:grid;grid-template-columns:1fr;grid-template-rows:410px 260px 260px}.photo:first-child{grid-row:auto}.photo-content{left:20px;right:20px}
    .ecosystem-grid{grid-template-columns:1fr}.eco-card{min-height:280px}
    .statement{min-height:720px}.statement-word{font-size:23vw}.statement-orb{width:46vw}.statement-cta{margin-top:42px}
    .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}
  }
  @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}


  /* =========================================================
     FULL SITE / SPA LAYER — V2
  ========================================================= */
  .app-view{display:none;min-height:100vh}
  .app-view.active{display:block;animation:viewIn .52s var(--ease)}
  @keyframes viewIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
  body.internal-page{background:var(--paper-2)}
  body.internal-page .site-header{background:rgba(7,20,38,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 10px 35px rgba(0,0,0,.16)}
  .desktop-nav .nav-group{position:relative;padding:29px 0}
  .desktop-nav .nav-group>a{display:flex;gap:6px;align-items:center}
  .desktop-nav .nav-group>a:before{content:'⌄';order:2;font-size:11px;color:rgba(255,255,255,.45)}
  .nav-dropdown{position:absolute;left:-18px;top:68px;width:235px;padding:10px;background:rgba(7,20,38,.98);border:1px solid rgba(255,255,255,.10);border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,.28);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s var(--ease)}
  .nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:none}
  .nav-dropdown a{display:block;padding:11px 12px;border-radius:10px;color:rgba(255,255,255,.72)!important}
  .nav-dropdown a:hover{background:rgba(255,255,255,.07);color:#fff!important}
  .nav-dropdown a:after{display:none!important}
  .internal-hero{padding:170px 0 95px;background:
    radial-gradient(circle at 82% 24%,rgba(39,215,242,.13),transparent 26%),
    radial-gradient(circle at 18% 78%,rgba(242,138,33,.13),transparent 28%),
    var(--navy);color:#fff;overflow:hidden}
  .internal-hero:after{content:'';position:absolute;right:-120px;bottom:-230px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 75px rgba(255,255,255,.018),0 0 0 150px rgba(255,255,255,.012)}
  .internal-hero .container{position:relative;z-index:2}
  .internal-hero h1{font-size:clamp(46px,7vw,92px);line-height:.94;letter-spacing:-.065em;margin:0;max-width:930px;text-wrap:balance}
  .internal-hero p{max-width:690px;color:rgba(255,255,255,.68);font-size:clamp(16px,1.6vw,21px);line-height:1.65;margin:24px 0 0}
  .page-shell{padding:100px 0 125px}
  .page-shell.alt{background:var(--paper)}
  .page-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:48px}
  .page-heading{font-size:clamp(36px,5vw,66px);letter-spacing:-.05em;margin:0}
  .page-copy{color:var(--muted);line-height:1.75;font-size:16px;max-width:750px}
  .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
  .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
  .surface{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 14px 50px rgba(7,20,38,.045)}
  .surface.dark-surface{background:var(--navy);color:#fff;border-color:rgba(255,255,255,.10)}
  .surface h2,.surface h3{margin-top:0;letter-spacing:-.025em}
  .icon-tile{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900;margin-bottom:24px;box-shadow:0 12px 30px rgba(7,20,38,.16)}
  .card-link{text-decoration:none;display:block;transition:.32s var(--ease)}
  .card-link:hover{transform:translateY(-6px);box-shadow:0 24px 70px rgba(7,20,38,.11)}
  .inline-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
  .text-link{font-weight:850;color:var(--blue);text-decoration:none}
  .chip{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:99px;background:rgba(22,119,255,.08);color:#145bb5;font-size:11px;font-weight:850}
  .chip.orange{background:rgba(242,138,33,.12);color:#9b4d09}
  .empty-state{text-align:center;padding:70px 20px;border:1px dashed var(--line);border-radius:24px;color:var(--muted)}

  /* Support hub */
  .support-grid .surface{min-height:270px;position:relative;overflow:hidden}
  .support-grid .surface:after{content:'';position:absolute;width:140px;height:140px;border-radius:50%;right:-55px;top:-55px;background:radial-gradient(circle,rgba(22,119,255,.16),transparent 70%)}
  .support-grid .surface:nth-child(2):after{background:radial-gradient(circle,rgba(39,215,242,.18),transparent 70%)}
  .support-grid .surface:nth-child(3):after{background:radial-gradient(circle,rgba(242,138,33,.20),transparent 70%)}

  /* Product catalog */
  .catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:30px;align-items:start}
  .filter-panel{position:sticky;top:105px;background:#fff;border:1px solid var(--line);border-radius:22px;}
  .filter-panel h3{margin:0 0 12px;font-size:14px}.filter-panel label{display:flex;gap:10px;align-items:center;padding:7px 0;color:var(--muted);font-size:13px}.filter-panel input[type=checkbox]{accent-color:var(--orange)}
  .filter-group{padding:17px 0;border-top:1px solid var(--line)}.filter-group:first-of-type{border-top:0}
  .catalog-toolbar{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:22px}
  .search-box{flex:1;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 14px;max-width:520px}
  .search-box input{width:100%;padding:14px 0;border:0;outline:0;background:transparent;color:var(--ink)}
  .catalog-count{font-size:12px;color:var(--muted);font-weight:800}
  .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
  .product-card-v2{border:1px solid var(--line);border-radius:22px;text-decoration:none;transition:.35s var(--ease);display:flex;flex-direction:column;min-height:390px}
  .product-card-v2:hover{transform:translateY(-7px);box-shadow:0 24px 70px rgba(7,20,38,.11);border-color:rgba(22,119,255,.28)}
  .product-visual{height:190px;background:
    radial-gradient(circle at 74% 24%,rgba(39,215,242,.23),transparent 28%),
    radial-gradient(circle at 20% 78%,rgba(242,138,33,.18),transparent 28%),
    linear-gradient(145deg,#eef5fb,#dfe8f1);display:grid;place-items:center;position:relative;overflow:hidden}
  .device-art{width:104px;height:138px;border-radius:14px;background:linear-gradient(145deg,#fefefe,#a9b5c0);box-shadow:inset -11px -12px 20px rgba(11,23,40,.15),0 25px 45px rgba(7,20,38,.20);position:relative}
  .device-art:before{content:'';position:absolute;left:23%;right:23%;top:18%;height:24%;border-radius:5px;background:#12233a;box-shadow:inset 0 0 12px rgba(39,215,242,.28)}
  .device-art:after{content:'';position:absolute;left:49%;bottom:12%;width:5px;height:5px;border-radius:50%;background:#3de18e;box-shadow:0 0 8px #3de18e}
  .device-art.battery{width:90px;height:145px;border-radius:10px;background:linear-gradient(145deg,#253b56,#071426)}
  .device-art.panel{width:150px;height:105px;border-radius:4px;background:repeating-linear-gradient(90deg,transparent 0 28px,rgba(255,255,255,.24) 29px 30px),repeating-linear-gradient(0deg,transparent 0 24px,rgba(255,255,255,.24) 25px 26px),linear-gradient(145deg,#0a4d86,#082b53)}
  .device-art.accessory{width:130px;height:100px;border-radius:14px;background:linear-gradient(145deg,#fff,#b9c2ca)}
  .product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product-body small{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-body h3{font-size:18px;line-height:1.25;margin:10px 0 8px}.product-body p{font-size:13px;color:var(--muted);line-height:1.55;margin:0}.product-code{margin-top:auto;padding-top:18px;color:#7b8795;font:700 11px ui-monospace,monospace}
  .product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
  .product-detail-stage{min-height:560px;border-radius:32px;background:linear-gradient(145deg,#eaf3fa,#d4e1ed);display:grid;place-items:center;position:relative;overflow:hidden}
  .product-detail-stage:before,.product-detail-stage:after{content:'';position:absolute;border-radius:50%;border:1px solid rgba(22,119,255,.15)}
  .product-detail-stage:before{width:380px;height:380px}.product-detail-stage:after{width:520px;height:520px}
  .product-detail-stage .device-art{transform:scale(2);z-index:2}
  .feature-list{display:grid;gap:12px;margin:28px 0;padding:0;list-style:none}.feature-list li{padding:13px 14px;border-radius:12px;background:#fff;border:1px solid var(--line);display:flex;gap:11px;color:var(--muted)}.feature-list li:before{content:'✓';color:#0d9d5d;font-weight:900}

  /* Forms */
  .form-card-v2{background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 18px 65px rgba(7,20,38,.06)}
  .form-grid-v2{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field.wide{grid-column:1/-1}.field label{display:block;font-size:12px;font-weight:850;margin-bottom:7px;color:#334155}.field input,.field select,.field textarea{width:100%;border:1px solid #d7dee7;background:#fbfcfd;padding:14px 14px;outline:0;color:var(--ink)}.field textarea{min-height:125px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(22,119,255,.09)}
  .form-progress-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:28px}.form-progress-v2 span{height:5px;border-radius:5px;background:#e4e9ef}.form-progress-v2 span.on{background:linear-gradient(90deg,var(--yellow),var(--orange))}
  .form-step{display:none}.form-step.active{display:block;animation:viewIn .35s var(--ease)}
  .form-nav{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.form-note{font-size:12px;color:var(--muted);line-height:1.6;margin-top:14px}
  .consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:var(--muted);line-height:1.5;margin-top:18px}.consent input{margin-top:3px;accent-color:var(--orange)}
  .status-box{display:none;margin-top:20px;padding:17px;border-radius:14px;background:rgba(13,157,93,.08);border:1px solid rgba(13,157,93,.20);color:#087445}.status-box.show{display:block}

  /* Downloads */
  .download-toolbar{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.download-toolbar button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:10px 14px;font-weight:800;color:var(--muted)}.download-toolbar button.active{background:var(--navy);color:#fff;border-color:var(--navy)}
  .download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.download-card{position:relative}.download-card .doc-type{font-size:10px;font-weight:900;color:var(--orange);letter-spacing:.12em}.download-card h3{margin:11px 0 7px}.download-card p{color:var(--muted);font-size:13px;line-height:1.55}.download-meta{display:flex;justify-content:space-between;gap:10px;margin-top:25px;padding-top:16px;border-top:1px solid var(--line);font-size:11px;color:#7b8795}

  /* Training */
  .training-card{display:grid;grid-template-columns:105px 1fr;gap:22px;align-items:center}.date-block{border-radius:18px;background:var(--navy);color:#fff;text-align:center;padding:18px 8px}.date-block b{display:block;font-size:34px;line-height:1}.date-block span{font-size:10px;letter-spacing:.15em;color:rgba(255,255,255,.56)}
  .training-list{display:grid;gap:16px}.training-card .meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-top:12px}

  /* Calculator */
  .calc-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:start}.calc-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.calc-option-v2{border:1px solid var(--line);border-radius:16px;background:#fff;padding:17px;text-align:left;transition:.25s}.calc-option-v2.selected{border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,138,33,.10);background:#fffaf3}.calc-option-v2 b{display:block;margin-bottom:5px}.calc-option-v2 small{color:var(--muted)}
  .calc-result-v2{background:var(--navy);color:#fff;border-radius:28px;padding:34px;position:sticky;top:105px}.result-metric{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.10)}.result-metric:last-of-type{border-bottom:0}.result-metric small{color:rgba(255,255,255,.46)}.result-metric strong{display:block;font-size:clamp(26px,4vw,44px);letter-spacing:-.04em;margin-top:4px}.result-disclaimer{font-size:11px;line-height:1.55;color:rgba(255,255,255,.42);margin-top:20px}

  /* About */
  .history-line{position:relative;padding-left:40px;display:grid;gap:34px}.history-line:before{content:'';position:absolute;left:11px;top:9px;bottom:9px;width:2px;background:linear-gradient(var(--orange),var(--blue),var(--cyan))}.history-item{position:relative}.history-item:before{content:'';position:absolute;left:-36px;top:7px;width:13px;height:13px;border-radius:50%;background:var(--paper-2);border:3px solid var(--orange)}.history-item h3{margin:0 0 7px}.history-item p{margin:0;color:var(--muted);line-height:1.7}
  .value-card{min-height:240px}.value-card b{font-size:45px;color:rgba(22,119,255,.15);display:block;margin-bottom:22px}

  /* FAQ */
  .faq-list{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;}.faq-q-v2{width:100%;border:0;background:transparent;padding:19px 20px;display:flex;justify-content:space-between;gap:20px;text-align:left;font-weight:850;color:var(--ink)}.faq-a-v2{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.faq-a-v2 p{margin:0;padding:0 20px 20px;color:var(--muted);line-height:1.65;font-size:14px}.faq-item.open .faq-a-v2{max-height:250px}.faq-item.open .faq-q-v2 span:last-child{transform:rotate(45deg)}

  /* Legal */
  .legal-card-v2{max-width:850px;margin:auto}.legal-card-v2 h2{font-size:28px;margin-top:36px}.legal-card-v2 p,.legal-card-v2 li{color:var(--muted);line-height:1.75}.legal-card-v2 .warning{padding:16px;border-radius:14px;background:#fff7e8;border:1px solid #f2d39c;color:#7c4b05;font-size:13px}

  /* Persistent UI */
  .whatsapp-fab{position:fixed;right:22px;bottom:22px;z-index:110;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#0e7a40;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 16px 38px rgba(14,122,64,.30);transition:.28s var(--ease)}.whatsapp-fab:hover{transform:translateY(-4px) scale(1.04)}
  .back-top{position:fixed;right:30px;bottom:90px;z-index:105;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);opacity:0;visibility:hidden;transition:.25s}.back-top.show{opacity:1;visibility:visible}
  .toast-v2{position:fixed;left:50%;bottom:28px;z-index:200;transform:translate(-50%,30px);opacity:0;visibility:hidden;background:#071426;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:13px 18px;box-shadow:0 20px 60px rgba(0,0,0,.25);transition:.3s var(--ease);font-size:13px}.toast-v2.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
  footer .footer-grid-v2{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px;padding-bottom:48px}.footer-col-v2 h4{font-size:10px;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.43)}.footer-col-v2 a,.footer-col-v2 span{display:block;padding:6px 0;color:rgba(255,255,255,.69);text-decoration:none;font-size:13px;line-height:1.55}.footer-col-v2 a:hover{color:#fff}.footer-badges{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:16px}.deye-lockup{display:flex;flex-direction:column;gap:5px;padding:11px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03))}.deye-note{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.46)}.deye-word{display:inline-block;font-size:20px;font-weight:900;letter-spacing:.18em;color:#fff}.deye-word em{font-style:normal;color:var(--orange)}

  @media(max-width:1050px){
    .product-grid,.download-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.filter-panel{position:static}.filter-panel .filter-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.filter-group{border-top:0}.product-detail-grid,.calc-layout{grid-template-columns:1fr}.calc-result-v2{position:static}.grid-4{grid-template-columns:repeat(2,1fr)}footer .footer-grid-v2{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
  }
  @media(max-width:760px){
    .internal-hero{padding:130px 0 70px}.page-shell{padding:72px 0 92px}.page-head{display:block}.page-head .lead{margin-top:18px}.grid-2,.grid-3,.grid-4,.product-grid,.download-grid{grid-template-columns:1fr}.catalog-toolbar{align-items:stretch;flex-direction:column}.search-box{max-width:none}.filter-panel .filter-groups{grid-template-columns:1fr 1fr}.product-detail-grid{gap:35px}.product-detail-stage{min-height:390px}.form-grid-v2{grid-template-columns:1fr}.field.wide{grid-column:auto}.training-card{grid-template-columns:82px 1fr}.calc-options{grid-template-columns:1fr}.desktop-nav .nav-group{padding:0}footer .footer-grid-v2{grid-template-columns:1fr}.footer-brand{grid-column:auto}
  }


  :focus-visible{outline:3px solid rgba(39,215,242,.72);outline-offset:3px}
  input::placeholder,textarea::placeholder{color:#8491a2;opacity:1}
  .tracking-assist{margin-top:18px;padding:16px 18px;border-radius:16px;background:rgba(39,215,242,.07);border:1px solid rgba(39,215,242,.16);color:rgba(255,255,255,.76);font-size:12px;line-height:1.65}
  .tracking-assist strong{display:block;color:#fff;font-size:13px;margin-bottom:4px}
  .internal-page .tracking-assist{background:#eef9fb;border-color:#c8edf3;color:#46616b}.internal-page .tracking-assist strong{color:var(--ink)}
  @media(max-width:640px){.tracking-assist{padding:14px 15px}.tracking-form input{font-size:16px}}


  /* V6.2 — acabamento de publicação */
  .channel-link{color:inherit;text-decoration:none;border-bottom:1px solid rgba(22,119,255,.22);transition:.2s}
  .channel-link:hover,.channel-link:focus-visible{color:var(--blue);border-bottom-color:currentColor}
  .training-note{margin:22px 0 0;padding:14px 16px;border-radius:14px;background:rgba(22,119,255,.07);border:1px solid rgba(22,119,255,.12);color:var(--muted);font-size:13px;line-height:1.6}
  .date-block b.word{font-size:23px;letter-spacing:-.04em}
  .status-box[role="status"]{scroll-margin-top:100px}
  .filter-caption{font-size:12px;color:var(--muted);margin:0 0 12px}
  noscript .noscript-card{margin:90px auto 24px;width:min(720px,calc(100% - 32px));padding:18px 20px;border-radius:16px;background:#fff7e8;border:1px solid #f2d39c;color:#6f4305;line-height:1.6}


@media print{.site-header,.whatsapp-fab,.back-top,.cookie-banner{display:none!important}body{background:#fff!important;color:#000!important}.app-view{display:block!important}.dark{color:#000!important;background:#fff!important}}



/* ===== SOURCE: v6-final-refinements ===== */

/* V6 FINAL — refinamentos controlados, sem mudança de composição */
body{-webkit-font-smoothing:antialiased;}
.section-title{letter-spacing:-.045em;line-height:1.01}
.display{letter-spacing:-.055em;line-height:.94}

.hero-title{letter-spacing:-.058em;line-height:.92}
.hero-sub{max-width:650px;line-height:1.68}
.hero-orb,.statement-orb{animation:none!important}
.orb-ring{opacity:.72}
#energyCanvas{opacity:.66}
.photo:before{display:none!important}
.photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .7s var(--ease),filter .7s var(--ease);filter:saturate(.94) contrast(1.03)}
.photo:hover>img{transform:scale(1.035);filter:saturate(1) contrast(1.05)}
.photo.lab>img{object-position:center 42%}.photo.support>img{object-position:center 46%}.photo.control>img{object-position:center 46%}
.photo:after{background:linear-gradient(180deg,rgba(5,16,31,.02) 20%,rgba(5,16,31,.86) 100%)}
.photo p{margin:9px 0 0;color:rgba(255,255,255,.72)}
.credential-official-mark{display:flex;align-items:center;gap:15px;width:max-content;max-width:100%;margin:0 0 20px;padding:10px 14px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.72)}
.credential-official-mark span{font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.credential-official-mark img{display:block;width:100px;height:auto}
.deye-lockup-official{gap:8px}.deye-logo-surface{display:grid!important;place-items:center;padding:8px 12px!important;border-radius:11px;background:#fff}.deye-logo-surface img{display:block;width:112px;height:auto}
.operation{padding-top:122px;padding-bottom:122px}
.journeys,.tracking,.ecosystem{padding-top:126px;padding-bottom:126px}
@media(max-width:980px){
  .operation-head{gap:24px}.gallery{grid-template-rows:260px 260px}
}
@media(max-width:640px){
  .hero{padding:116px 0 30px;display:flex;flex-direction:column;justify-content:center}
  .hero-content{width:min(100% - 28px,950px);padding-top:0}
  .hero-title{font-size:clamp(44px,14vw,64px);line-height:.94;letter-spacing:-.05em}
  .hero-sub{margin-top:20px}
  .hero-actions{margin-top:24px;grid-template-columns:1fr 1fr;}
  .hero-actions .btn{padding:14px 12px}
  .hero-orb-wrap{width:102vw;top:45%;opacity:.58}
  .hero-trust{position:static;width:min(100% - 28px,640px);margin:46px auto 0;grid-template-columns:1fr 1fr;gap:7px;left:auto;right:auto;bottom:auto}
  .trust-item{padding:10px 9px;border:1px solid rgba(255,255,255,.10);border-radius:13px;background:rgba(255,255,255,.035);font-size:10px}
  .scroll-cue{display:none}
  .credential-scene,.journeys,.tracking,.process,.operation,.ecosystem{padding:88px 0}
  .gallery{grid-template-rows:360px 245px 245px}
  .photo-content{bottom:20px}.photo h3{font-size:26px}.photo p{font-size:12px}
  .credential-official-mark{width:100%;justify-content:space-between}.credential-official-mark img{width:94px}
  .whatsapp-fab{right:14px;bottom:14px;width:54px;height:54px}
  .back-top{right:20px;bottom:82px}
}
@media(max-width:430px){
  .hero-actions{grid-template-columns:1fr}
  .hero-trust{grid-template-columns:1fr}
}



/* ===== SOURCE: griddy-operational-readiness ===== */

  .hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
  .privacy-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:260;display:none;max-width:760px;margin:auto;padding:18px 20px;border-radius:18px;background:rgba(4,13,26,.97);color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 75px rgba(0,0,0,.34);backdrop-filter:blur(18px)}
  .privacy-banner.show{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}
  .privacy-banner p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.55}.privacy-banner b{display:block;color:#fff;margin-bottom:5px}
  .privacy-actions{display:flex;gap:8px}.privacy-actions button{border:0;border-radius:999px;padding:11px 14px;font-weight:850;font-size:11px;white-space:nowrap}.privacy-essential{background:rgba(255,255,255,.09);color:#fff}.privacy-accept{background:linear-gradient(135deg,var(--yellow),var(--orange));color:#071426}
  .status-box.error{background:rgba(203,47,47,.08);border-color:rgba(203,47,47,.25);color:#8f2020}
  .status-box.success{background:rgba(20,145,85,.08);border-color:rgba(20,145,85,.25);color:#116c45}
  button[aria-busy="true"]{cursor:wait;opacity:.72}
  @media(max-width:640px){.privacy-banner.show{grid-template-columns:1fr}.privacy-actions{display:grid;grid-template-columns:1fr 1fr}.privacy-actions button{white-space:normal}.privacy-banner{left:10px;right:10px;bottom:10px}}



/* ===== SOURCE: v64-credential-responsive-fix ===== */

/* V6.4 — correção focada da credencial e da transição para jornadas */
@media (max-width:980px){
  .credential-scene{
    min-height:auto;
    padding:88px 0 76px;
  }
  .credential-grid{
    gap:44px;
  }
  .credential-copy{
    text-align:center;
    max-width:760px;
    margin-inline:auto;
  }
  .credential-copy .kicker{
    justify-content:center;
  }
  .credential-copy .display{
    max-width:720px;
    margin-inline:auto;
    font-size:clamp(44px,7.8vw,68px);
    line-height:.96;
  }
  .credential-copy .lead{
    max-width:650px;
    margin-inline:auto;
  }
  .credential-badges{
    text-align:left;
  }
  .credential-official-mark{
    margin-inline:auto;
  }
  .credential-copy > .btn{
    margin-inline:auto;
  }
  .product-stage{
    min-height:340px;
    width:100%;
    margin:0 auto;
    overflow:hidden;
  }
  .inverter{
    width:min(280px,58vw);
    border-radius:30px;
    box-shadow:24px 34px 58px rgba(9,24,40,.18),inset 0 1px 0 #fff;
  }
  .inverter:before{
    border-radius:18px;
  }
  .inverter:after{
    font-size:9px;
  }
  .inverter-screen{
    width:52px;
    height:52px;
    box-shadow:0 0 18px rgba(39,215,242,.30),inset 0 0 0 5px #c7d0d8;
  }
  .inverter-shadow{
    width:56%;
    height:14%;
    bottom:5%;
    filter:blur(24px);
  }
  .tech-label,
  .section-dots{
    display:none!important;
  }
  .journeys{
    padding-top:82px;
  }
  .journey-head{
    margin-bottom:38px;
  }
  .journey-head .lead{
    max-width:620px;
  }
}
@media (max-width:640px){
  .credential-scene{
    padding:72px 0 62px!important;
  }
  .credential-grid{
    gap:30px;
  }
  .credential-copy .display{
    font-size:clamp(39px,11vw,54px);
    line-height:.98;
  }
  .credential-copy .lead{
    font-size:15px;
    line-height:1.65;
  }
  .credential-badges{
    gap:9px;
    margin:26px 0;
  }
  .credential-badge{
    padding:15px 16px;
    border-radius:15px;
  }
  .credential-official-mark{
    margin-bottom:16px;
    padding:9px 12px;
  }
  .credential-copy > .btn{
    width:100%;
    justify-content:center;
  }
  .product-stage{
    min-height:250px!important;
  }
  .inverter{
    width:min(205px,60vw);
    border-radius:24px;
    box-shadow:18px 26px 46px rgba(9,24,40,.16),inset 0 1px 0 #fff;
  }
  .inverter:before{
    border-radius:14px;
  }
  .inverter:after{
    font-size:7px;
    letter-spacing:.15em;
  }
  .inverter-screen{
    width:42px;
    height:42px;
    box-shadow:0 0 14px rgba(39,215,242,.26),inset 0 0 0 4px #c7d0d8;
  }
  .inverter-led{
    width:6px;
    height:6px;
  }
  .journeys{
    padding:68px 0!important;
  }
  .journey-head{
    margin-bottom:30px;
  }
  .journey-head .section-title{
    font-size:clamp(38px,10.5vw,50px);
    line-height:.98;
  }
  .journey-head .lead{
    margin-top:16px!important;
    font-size:14px;
    line-height:1.65;
  }
  .journey-card{
    min-height:auto;
    padding:24px;
  }
  .journey-icon{
    width:56px;
    height:56px;
    margin:26px 0 22px;
    font-size:23px;
    border-radius:18px;
  }
  .journey-card h3{
    font-size:25px;
  }
  .journey-link{
    position:static;
    display:inline-flex;
    margin-top:20px;
  }
}



/* ===== SOURCE: v65-official-deye-cleanup ===== */

/* V6.5 — simplificação da home e uso de produto oficial Deye */
.hero-orb-wrap,.hero-orb,.orb-ring{display:none!important}
.hero{min-height:clamp(720px,92svh,880px);padding:118px 0 92px}
#energyCanvas{opacity:.38}
.hero-shade{background:linear-gradient(180deg,rgba(4,14,27,.06),rgba(4,14,27,.48)),radial-gradient(circle at 50% 44%,rgba(22,119,255,.10),transparent 38%)}
.hero-content{top:47%;max-width:900px}
.hero-title{max-width:900px}
.hero-proofline{position:absolute;z-index:5;left:50%;bottom:34px;transform:translateX(-50%);width:min(1040px,calc(100% - 48px));display:flex;justify-content:center;gap:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.72);font-size:12px;font-weight:720}
.hero-proofline span{display:flex;align-items:center;gap:9px;white-space:nowrap}
.hero-proofline i{width:6px;height:6px;border-radius:50%;background:var(--orange);box-shadow:0 0 12px rgba(242,138,33,.65)}
.scroll-cue{display:none!important}

.official-deye-section{min-height:auto;padding:124px 0;background:linear-gradient(180deg,#fbfaf5 0%,#f7f5ed 100%);overflow:hidden}
.official-deye-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:7vw;align-items:center}
.official-deye-copy{max-width:690px}
.official-deye-copy .display{max-width:650px;margin-bottom:24px}
.official-deye-copy .lead{max-width:670px}
.deye-families{display:grid;gap:0;margin:34px 0 32px;border-top:1px solid rgba(7,20,38,.12)}
.deye-family{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start;padding:20px 0;border-bottom:1px solid rgba(7,20,38,.10)}
.family-number{font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--orange);padding-top:4px}
.deye-family h3{margin:0 0 5px;font-size:19px;letter-spacing:-.025em;color:var(--ink)}
.deye-family p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.official-deye-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.official-text-link{color:var(--ink);font-size:13px;font-weight:850;text-decoration:none}
.official-text-link:hover{color:var(--orange)}
.official-deye-mark{display:flex;align-items:center;gap:16px;margin-top:28px;padding-top:24px;border-top:1px solid rgba(7,20,38,.10)}
.official-deye-mark span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:850}
.official-deye-mark img{width:112px;height:auto;object-fit:contain}

.official-product-figure{margin:0;position:relative}
.official-product-panel{position:relative;min-height:570px;display:grid;place-items:center;padding:54px 42px 34px;border-radius:34px;background:#fff;box-shadow:0 35px 100px rgba(7,20,38,.12);overflow:hidden}
.official-product-panel:before{content:"";position:absolute;inset:14% 10%;border-radius:50%;background:radial-gradient(circle,rgba(39,215,242,.13),transparent 66%)}
.official-product-panel img{position:relative;z-index:2;width:min(100%,480px);height:auto;max-height:500px;object-fit:contain;filter:drop-shadow(0 28px 36px rgba(7,20,38,.16))}
.official-source{position:absolute;left:24px;top:22px;z-index:3;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.official-product-figure figcaption{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 4px 0}
.official-product-figure figcaption b{display:block;font-size:15px;color:var(--ink)}
.official-product-figure figcaption span{display:block;margin-top:4px;font-size:11px;color:var(--muted)}
.official-product-figure figcaption a{white-space:nowrap;text-decoration:none;color:var(--blue);font-size:12px;font-weight:850}

@media(max-width:980px){
  .section-dots,.back-top{display:none!important}
  .hero{min-height:auto;padding:122px 0 48px}
  .hero-content{position:relative;top:auto;left:auto;transform:none;width:min(100% - 32px,760px);margin:auto;padding:40px 0 28px}
  .hero-proofline{position:relative;left:auto;bottom:auto;transform:none;width:min(100% - 32px,760px);margin:18px auto 0;gap:16px 26px;flex-wrap:wrap;padding:18px 0 0}
  .official-deye-section{padding:94px 0}
  .official-deye-grid{grid-template-columns:1fr;gap:52px}
  .official-deye-copy{max-width:760px;margin:auto;text-align:center}
  .official-deye-copy .display,.official-deye-copy .lead{margin-left:auto;margin-right:auto}
  .deye-families{text-align:left}
  .official-deye-actions,.official-deye-mark{justify-content:center}
  .official-product-figure{width:min(100%,610px);margin:auto}
  .journeys .journey-head{gap:30px}
}

@media(max-width:640px){
  #energyCanvas{opacity:.25}
  .hero{padding:94px 0 38px;min-height:auto}
  .hero-content{width:min(100% - 36px,560px);padding:52px 0 18px}
  .hero .kicker{font-size:10px;letter-spacing:.18em;line-height:1.4}
  .hero-title{font-size:clamp(46px,13.4vw,64px);line-height:.91;letter-spacing:-.058em;margin-top:26px}
  .hero-sub{font-size:15px;line-height:1.62;margin-top:24px;max-width:35ch}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%;margin-top:28px}
  .hero-actions .btn{width:100%;min-height:56px;justify-content:center}
  .hero-proofline{display:grid;grid-template-columns:1fr;gap:10px;width:min(100% - 44px,520px);margin-top:12px;padding:20px 0 4px;border-top-color:rgba(255,255,255,.10);font-size:11px}
  .hero-proofline span{white-space:normal;justify-content:center}
  .official-deye-section{padding:76px 0 82px}
  .official-deye-grid{gap:38px}
  .official-deye-copy{text-align:left}
  .official-deye-copy .kicker{justify-content:flex-start}
  .official-deye-copy .display{font-size:clamp(38px,11vw,52px);line-height:.98;letter-spacing:-.052em;margin-bottom:20px}
  .official-deye-copy .lead{font-size:15px;line-height:1.66}
  .deye-families{margin:28px 0}
  .deye-family{grid-template-columns:36px 1fr;gap:10px;padding:17px 0}
  .deye-family h3{font-size:17px}
  .deye-family p{font-size:13px}
  .official-deye-actions{display:grid;grid-template-columns:1fr;gap:15px;align-items:stretch}
  .official-deye-actions .btn{width:100%;justify-content:center}
  .official-text-link{text-align:center;padding:7px}
  .official-deye-mark{justify-content:flex-start;gap:12px;margin-top:22px;padding-top:20px}
  .official-deye-mark span{max-width:130px;line-height:1.45}
  .official-deye-mark img{width:92px}
  .official-product-panel{min-height:420px;padding:52px 22px 24px;border-radius:26px}
  .official-product-panel img{width:min(100%,360px);max-height:350px}
  .official-product-figure figcaption{display:block;padding:15px 2px 0}
  .official-product-figure figcaption a{display:inline-block;margin-top:11px}
  .journeys{padding-top:78px!important}
  .journeys .journey-head{display:block;margin-bottom:34px}
  .journeys .journey-head .section-title{font-size:clamp(40px,11vw,53px);line-height:.98;letter-spacing:-.052em}
  .journeys .journey-head .lead{font-size:15px;line-height:1.65;margin-top:18px}
}



/* ===== SOURCE: v66-deep-audit-consolidation ===== */

/* V6.6 — correções de publicação; mantém a composição-base da V6 */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.progress-rail,.section-dots{display:none!important}
section[id]{scroll-margin-top:88px}
.official-source-links{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:20px}.official-source-links a,.official-proof-link{font-size:12px;font-weight:800;color:var(--blue);text-decoration:none}.official-source-links a:hover,.official-proof-link:hover{text-decoration:underline}.official-proof-link{display:inline-flex;margin-top:20px}
.filter-panel-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.filter-panel-head h2{font-size:20px;margin:0}.filter-panel-head>div{display:flex;align-items:center;gap:10px}.filter-panel-head button{border:0;background:none;color:var(--blue);font-weight:850;padding:7px}.filter-toggle{display:none}
.product-origin{position:absolute;left:14px;top:14px;z-index:3;padding:7px 10px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(10px)}.product-origin.is-deye{background:rgba(7,20,38,.88);color:#fff}.product-origin.is-complement{background:rgba(255,255,255,.88);color:var(--muted);border:1px solid var(--line)}.product-scope-note{display:block;margin-top:11px;font-size:10px;color:var(--muted);font-weight:750}.product-origin-detail{display:block;margin-top:11px;color:var(--muted);font-size:12px;font-weight:800}.official-detail-link{display:inline-flex;align-items:center;padding:13px 2px;color:var(--blue);font-size:12px;font-weight:850;text-decoration:none}.official-detail-link:hover{text-decoration:underline}
.official-resource-section{padding:86px 0 0;background:var(--paper-2)}.official-resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.official-resource-grid a{display:flex;flex-direction:column;min-height:142px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;text-decoration:none;transition:.25s var(--ease)}.official-resource-grid a:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(7,20,38,.08)}.official-resource-grid b{font-size:17px}.official-resource-grid span{margin-top:auto;padding-top:18px;color:var(--muted);font-size:12px;line-height:1.5}.request-doc-heading{display:grid;grid-template-columns:1fr .7fr;gap:40px;align-items:end;margin-bottom:30px}.request-doc-heading h2{margin:8px 0 0;font-size:clamp(28px,4vw,46px);letter-spacing:-.045em}.request-doc-heading p{margin:0;color:var(--muted);line-height:1.65}
.channel-link{overflow-wrap:anywhere}
@media(min-width:981px){
  .hero{min-height:720px!important;height:min(880px,100svh)!important;padding:104px 0 96px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .hero-content{position:relative!important;top:auto!important;left:auto!important;transform:none!important;padding:0 0 54px!important;margin:auto!important}
  .hero-proofline{bottom:24px!important}
  .official-deye-section{padding:108px 0!important}
  .journeys,.tracking,.process,.operation,.ecosystem{padding-top:112px!important;padding-bottom:112px!important}
}
@media(max-width:980px){
  .official-resource-grid{grid-template-columns:1fr 1fr}
  .request-doc-heading{grid-template-columns:1fr;gap:12px}
}
@media(max-width:640px){
  .hero{padding-bottom:42px!important}
  .hero-proofline{gap:8px!important;padding-top:16px!important}
  .official-deye-section{padding:70px 0!important}
  .journeys,.tracking,.process,.operation,.ecosystem{padding-top:78px!important;padding-bottom:78px!important}
  .filter-panel{padding:16px!important;border-radius:18px!important}
  .filter-toggle{display:inline-flex}
  .filter-panel .filter-groups{display:none!important;grid-template-columns:1fr!important;margin-top:15px}
  .filter-panel.open .filter-groups{display:grid!important}
  .filter-panel-head>div{gap:2px}
  .official-resource-section{padding-top:66px}.official-resource-grid{grid-template-columns:1fr;gap:10px;margin-top:24px}.official-resource-grid a{min-height:112px;padding:18px}
  .request-doc-heading{margin-bottom:22px}.request-doc-heading h2{font-size:30px}

  footer{padding-bottom:88px}
}
@media(prefers-reduced-motion:reduce){#energyCanvas{display:none!important}.reveal{opacity:1!important;transform:none!important}}



/* ===== SOURCE: v67-organize-official-deye ===== */

.official-deye-section{padding:112px 0;background:linear-gradient(180deg,#fbfaf6 0%,#f6f3ea 100%)!important}
.official-deye-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:56px;align-items:start}
.official-deye-main{max-width:none}
.official-deye-main .display{max-width:12ch;margin:14px 0 18px;font-size:clamp(48px,5.5vw,78px);line-height:.96;letter-spacing:-.05em;color:var(--ink)}
.official-deye-main .lead{max-width:62ch;font-size:16px;line-height:1.7;color:var(--muted)}
.deye-family-board{margin:34px 0 28px;display:grid;gap:12px}
.deye-family-card{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start;padding:18px 20px;border:1px solid rgba(7,20,38,.10);border-radius:20px;background:rgba(255,255,255,.58)}
.family-index{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(242,138,33,.10);color:var(--orange);font-size:11px;font-weight:900;letter-spacing:.14em}
.deye-family-card h3{margin:0 0 6px;font-size:18px;letter-spacing:-.02em;color:var(--ink)}
.deye-family-card p{margin:0;font-size:14px;line-height:1.58;color:var(--muted)}
.clean-actions{margin-top:4px;gap:18px}
.official-resource-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;padding-top:18px;border-top:1px solid rgba(7,20,38,.10)}
.official-resource-link{font-size:12px;font-weight:850;text-decoration:none;color:var(--blue)}
.official-resource-link:hover{color:var(--ink)}
.official-deye-aside{display:grid;gap:16px}
.official-badge-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border:1px solid rgba(7,20,38,.10);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(7,20,38,.06)}
.official-badge-card span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:850}
.official-badge-card img{width:122px;height:auto;object-fit:contain}
.clean-product-figure{margin:0;border:1px solid rgba(7,20,38,.09);border-radius:28px;background:#fff;box-shadow:0 20px 48px rgba(7,20,38,.08);overflow:hidden}
.clean-product-panel{min-height:430px!important;padding:46px 34px 18px!important;border-radius:0!important;box-shadow:none!important;background:linear-gradient(180deg,#fff 0%,#fbfbfb 100%)!important}
.clean-product-panel:before{inset:20% 14%!important;background:radial-gradient(circle,rgba(39,215,242,.10),transparent 68%)!important}
.clean-product-panel img{width:min(100%,340px)!important;max-height:320px!important;filter:drop-shadow(0 18px 26px rgba(7,20,38,.14))!important}
.clean-figure-caption{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px 20px!important;border-top:1px solid rgba(7,20,38,.08);background:#fff}
.clean-figure-caption b{display:block;font-size:16px;color:var(--ink)}
.clean-figure-caption span{display:block;margin-top:4px;font-size:12px;line-height:1.45;color:var(--muted)}
.clean-figure-caption a{white-space:nowrap;font-size:12px;font-weight:850;text-decoration:none;color:var(--blue)}
@media(max-width:980px){.official-deye-shell{grid-template-columns:1fr;gap:30px}.official-deye-main .display{max-width:14ch}.official-deye-aside{max-width:620px}}
@media(max-width:640px){.official-deye-section{padding:72px 0!important}.official-deye-shell{gap:24px}.official-deye-main .display{font-size:clamp(34px,10.2vw,48px);max-width:11ch;margin:12px 0 16px}.official-deye-main .lead{font-size:15px;line-height:1.64}.deye-family-board{margin:24px 0 22px;gap:10px}.deye-family-card{grid-template-columns:44px 1fr;gap:12px;padding:16px 16px;border-radius:18px}.family-index{width:34px;height:34px;border-radius:10px;font-size:10px}.deye-family-card h3{font-size:16px}.deye-family-card p{font-size:13px}.clean-actions{display:grid;grid-template-columns:1fr;gap:10px}.clean-actions .btn,.clean-actions .official-text-link{width:100%;justify-content:center;text-align:center}.official-resource-row{display:grid;gap:10px;margin-top:14px;padding-top:14px}.official-badge-card{padding:16px 18px;border-radius:18px}.official-badge-card span{font-size:10px;line-height:1.4;max-width:125px}.official-badge-card img{width:100px}.clean-product-figure{border-radius:22px}.clean-product-panel{min-height:300px!important;padding:40px 22px 12px!important}.clean-product-panel img{width:min(100%,250px)!important;max-height:240px!important}.clean-figure-caption{display:block;padding:16px 18px 18px!important}.clean-figure-caption a{display:inline-block;margin-top:10px}}



/* ===== SOURCE: v68-professional-organize ===== */

.v68-shell{grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);gap:40px;align-items:start}
.v68-main,.v68-aside{display:grid;gap:22px}
.v68-main .lead{max-width:60ch}
.v68-family-board{margin:0;gap:10px}
.v68-family-card{background:rgba(255,255,255,.72);border-color:rgba(7,20,38,.08);box-shadow:0 8px 24px rgba(7,20,38,.03)}
.v68-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.v68-actions .btn{width:100%;justify-content:center}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:0 24px;height:58px;border-radius:999px;border:1px solid rgba(7,20,38,.14);background:#fff;color:var(--ink);font-weight:850;text-decoration:none;box-shadow:0 10px 30px rgba(7,20,38,.06)}
.btn-outline:hover{border-color:rgba(7,20,38,.26);transform:translateY(-1px)}
.v68-resource-card,.v68-cred-card,.v68-product-card{background:#fff;border:1px solid rgba(7,20,38,.08);box-shadow:0 16px 36px rgba(7,20,38,.06)}
.v68-resource-card{padding:22px;border-radius:24px}
.v68-eyebrow{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--orange)}
.v68-resource-head p{margin:8px 0 0;font-size:14px;line-height:1.6;color:var(--muted)}
.v68-resource-links{display:grid;gap:10px;margin-top:16px}
.v68-resource-link{display:block;padding:16px 18px;border-radius:18px;background:#f8f8f5;border:1px solid rgba(7,20,38,.08);text-decoration:none;color:var(--ink)}
.v68-resource-link strong{display:block;font-size:16px;line-height:1.25;color:var(--blue)}
.v68-resource-link span{display:block;margin-top:5px;font-size:13px;line-height:1.45;color:var(--muted)}
.v68-cred-card{padding:24px;border-radius:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}
.v68-cred-text h3{margin:8px 0 8px;font-size:26px;line-height:1.05;letter-spacing:-.03em;color:var(--ink)}
.v68-cred-text p{margin:0;font-size:14px;line-height:1.6;color:var(--muted)}
.v68-cred-logo-wrap{display:flex;align-items:center;justify-content:center;padding:18px 20px;border-radius:20px;background:#f8f8f5;border:1px solid rgba(7,20,38,.08);min-height:104px}
.v68-cred-logo-wrap img{width:132px;height:auto}
.v68-product-card{border-radius:28px;overflow:hidden}
.v68-product-head{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:22px 24px 0}
.v68-product-head h3{margin:8px 0 0;font-size:24px;line-height:1.05;letter-spacing:-.03em;color:var(--ink)}
.v68-product-panel{min-height:320px!important;padding:26px 26px 8px!important;background:linear-gradient(180deg,#ffffff 0%,#f7f7f4 100%)!important}
.v68-product-panel:before{display:none!important}
.v68-product-panel img{width:min(100%,280px)!important;max-height:270px!important;filter:drop-shadow(0 16px 24px rgba(7,20,38,.12))!important}
.v68-caption{padding:18px 24px 22px!important}
.v68-caption b{font-size:17px}
.v68-caption span{font-size:13px;line-height:1.55;max-width:40ch}
@media(max-width:980px){.v68-shell{grid-template-columns:1fr;gap:24px}.v68-actions{grid-template-columns:1fr 1fr}.v68-aside{gap:18px}}
@media(max-width:640px){
  .v68-shell{gap:18px}
  .v68-main,.v68-aside{gap:16px}
  .v68-family-board{gap:8px}
  .v68-family-card{padding:14px 14px}
  .v68-actions{grid-template-columns:1fr;gap:10px}
  .btn-outline,.v68-actions .btn{height:54px}
  .v68-resource-card{padding:18px;border-radius:20px}
  .v68-resource-link{padding:14px 15px;border-radius:16px}
  .v68-resource-link strong{font-size:15px}
  .v68-resource-link span{font-size:12px}
  .v68-cred-card{padding:18px;border-radius:20px;grid-template-columns:1fr;gap:14px}
  .v68-cred-text h3{font-size:20px}
  .v68-cred-text p{font-size:13px}
  .v68-cred-logo-wrap{min-height:auto;padding:16px 18px;justify-content:flex-start}
  .v68-cred-logo-wrap img{width:118px}
  .v68-product-card{border-radius:22px}
  .v68-product-head{padding:18px 18px 0;display:block}
  .v68-product-head h3{font-size:20px;margin-top:6px}
  .v68-product-panel{min-height:240px!important;padding:18px 18px 4px!important}
  .v68-product-panel img{width:min(100%,210px)!important;max-height:210px!important}
  .v68-caption{padding:16px 18px 18px!important;display:block}
  .v68-caption a{display:inline-block;margin-top:10px}
}



/* ===== SOURCE: v69-clean-professional-section ===== */

.v69-section{padding:104px 0!important;background:linear-gradient(180deg,#fbfaf6 0%,#f5f2e9 100%)!important}
.v69-layout{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:64px;align-items:center}
.v69-content{max-width:650px}
.v69-content .display{font-size:clamp(50px,5.4vw,78px);line-height:.96;letter-spacing:-.055em;max-width:12ch;margin:14px 0 20px;color:var(--ink)}
.v69-content .lead{font-size:16px;line-height:1.72;max-width:58ch;color:var(--muted)}
.v69-families{margin:34px 0 30px;border-top:1px solid rgba(7,20,38,.12)}
.v69-families article{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid rgba(7,20,38,.10)}
.v69-families article>span{font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--orange);padding-top:4px}
.v69-families h3{margin:0 0 5px;font-size:18px;letter-spacing:-.025em;color:var(--ink)}
.v69-families p{margin:0;font-size:14px;line-height:1.55;color:var(--muted)}
.v69-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.v69-secondary{font-size:13px;font-weight:850;text-decoration:none;color:var(--ink)}
.v69-secondary:hover{color:var(--orange)}
.v69-doc-link{display:inline-block;margin-top:20px;padding-top:18px;border-top:1px solid rgba(7,20,38,.10);font-size:12px;font-weight:800;text-decoration:none;color:var(--blue)}
.v69-feature-card{overflow:hidden;border:1px solid rgba(7,20,38,.09);border-radius:30px;background:#fff;box-shadow:0 28px 70px rgba(7,20,38,.10)}
.v69-lockup{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px 26px;border-bottom:1px solid rgba(7,20,38,.08);background:#fff}
.v69-lockup span{display:block;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.v69-lockup strong{display:block;margin-top:4px;font-size:18px;letter-spacing:-.02em;color:var(--ink)}
.v69-lockup img{width:112px;height:auto;object-fit:contain}
.v69-product-visual{position:relative;min-height:390px;display:grid;place-items:center;padding:48px 34px 18px;background:linear-gradient(180deg,#fff 0%,#f5f6f4 100%)}
.v69-product-visual:before{content:"";position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(39,215,242,.11),transparent 68%)}
.v69-product-visual img{position:relative;z-index:2;width:min(100%,310px);max-height:310px;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(7,20,38,.14))}
.v69-label{position:absolute;z-index:3;left:24px;top:22px;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.v69-product-info{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:end;padding:22px 26px 26px;border-top:1px solid rgba(7,20,38,.08);background:#fff}
.v69-product-info small{font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}
.v69-product-info h3{margin:7px 0 7px;font-size:24px;line-height:1.05;letter-spacing:-.035em;color:var(--ink)}
.v69-product-info p{margin:0;max-width:38ch;font-size:13px;line-height:1.55;color:var(--muted)}
.v69-product-info a{white-space:nowrap;font-size:12px;font-weight:850;text-decoration:none;color:var(--blue)}
@media(max-width:980px){
  .v69-layout{grid-template-columns:1fr;gap:34px}
  .v69-content{max-width:760px}
  .v69-feature-card{max-width:620px}
}
@media(max-width:640px){
  .v69-section{padding:72px 0!important}
  .v69-layout{gap:28px}
  .v69-content .display{font-size:clamp(36px,10.5vw,50px);line-height:.98;margin:12px 0 17px}
  .v69-content .lead{font-size:15px;line-height:1.65}
  .v69-families{margin:26px 0 24px}
  .v69-families article{grid-template-columns:34px 1fr;gap:10px;padding:16px 0}
  .v69-families h3{font-size:16px}
  .v69-families p{font-size:13px}
  .v69-actions{display:grid;grid-template-columns:1fr;gap:12px}
  .v69-actions .btn{width:100%;justify-content:center}
  .v69-secondary{text-align:center;padding:7px}
  .v69-doc-link{display:block;text-align:center;margin-top:14px;padding-top:16px}
  .v69-feature-card{border-radius:22px}
  .v69-lockup{padding:17px 18px;gap:14px}
  .v69-lockup span{font-size:8px}
  .v69-lockup strong{font-size:16px}
  .v69-lockup img{width:88px}
  .v69-product-visual{min-height:275px;padding:40px 20px 10px}
  .v69-product-visual img{width:min(100%,220px);max-height:220px}
  .v69-label{left:18px;top:17px;font-size:8px}
  .v69-product-info{grid-template-columns:1fr;padding:18px 19px 21px;gap:12px}
  .v69-product-info h3{font-size:20px}
  .v69-product-info p{font-size:13px}
  .v69-product-info a{display:inline-block}
  .whatsapp-fab{width:52px!important;height:52px!important;right:14px!important;bottom:14px!important;font-size:14px!important}
}



/* ===== SOURCE: v69-final-cleanup ===== */

.v69-section .v69-doc-link{display:none!important}
.v69-section .reveal,.v69-section .v69-content,.v69-section .v69-feature-card{opacity:1!important;transform:none!important}
.v69-actions{padding-bottom:0}
@media(max-width:640px){
  .v69-actions{margin-top:2px}
  .v69-secondary{display:block;padding:10px 0 2px}
  body.credential-visible .whatsapp-fab{opacity:0!important;pointer-events:none!important;transform:translateY(12px)!important}
}



/* ===== SOURCE: v69-home-audit-final ===== */

.v69-ecosystem-title{font-size:clamp(48px,6.2vw,88px)!important;max-width:11ch;line-height:.96}
.v69-closing{min-height:auto!important;padding:108px 0!important;background:linear-gradient(180deg,#f7f4ec 0%,#f2eee4 100%)!important;border-top:1px solid rgba(7,20,38,.08)}
.v69-closing-inner{display:grid;grid-template-columns:minmax(0,1.15fr) auto;gap:56px;align-items:end}
.v69-closing-copy h2{margin:13px 0 18px;max-width:12ch;font-size:clamp(48px,6vw,82px);line-height:.94;letter-spacing:-.055em;color:var(--ink)}
.v69-closing-copy p{margin:0;max-width:58ch;font-size:16px;line-height:1.7;color:var(--muted)}
.v69-closing-actions{display:grid;gap:12px;min-width:240px}
.v69-closing-actions .btn{width:100%;justify-content:center}
.statement-orb,.statement-word{display:none!important}
@media(max-width:980px){
  .reveal{opacity:1!important;transform:none!important}
  .credential-scene,.journeys,.tracking,.process,.operation,.ecosystem{padding-top:82px!important;padding-bottom:82px!important}
  .v69-closing-inner{grid-template-columns:1fr;gap:30px;align-items:start}
  .v69-closing-actions{grid-template-columns:1fr 1fr;min-width:0}
}
@media(max-width:640px){
  .credential-scene,.journeys,.tracking,.process,.operation,.ecosystem{padding-top:72px!important;padding-bottom:72px!important}
  .v69-ecosystem-title{font-size:clamp(38px,10.5vw,52px)!important;max-width:10ch}
  .v69-closing{padding:72px 0!important}
  .v69-closing-copy h2{font-size:clamp(38px,10.8vw,52px);max-width:10ch;margin:11px 0 16px}
  .v69-closing-copy p{font-size:15px;line-height:1.65}
  .v69-closing-actions{grid-template-columns:1fr;gap:10px}
  .v69-closing-actions .btn{min-height:54px}
}



/* ===== SOURCE: v610-system-polish ===== */

/* V6.10 — consolidação visual e operacional sem redesenho */
html{scroll-padding-top:88px}
section[id],.status-box[role="status"]{scroll-margin-top:88px}
body{font-synthesis:none;}

/* Um único movimento contínuo: o canvas da home. */
.reveal,.reveal.visible,.app-view.active,.form-step.active{
  opacity:1!important;transform:none!important;animation:none!important;transition:none!important
}

/* Ritmo e superfícies compartilhados */
.surface,.form-card-v2,.product-card-v2,.download-card,.faq-item{
  box-shadow:0 12px 36px rgba(7,20,38,.045)
}
.page-heading,.section-title,.page-head h2{letter-spacing:-.048em;text-wrap:balance}
.page-copy,.lead{max-width:68ch}
.btn{min-height:52px}
.field input,.field select,.field textarea,.search-box input{font-size:16px}

/* WhatsApp discreto e sem sobreposição operacional */
.whatsapp-fab{
  width:50px!important;height:50px!important;right:14px!important;
  bottom:calc(14px + env(safe-area-inset-bottom,0px))!important;
  font-size:12px!important;letter-spacing:.03em;
  box-shadow:0 12px 28px rgba(14,122,64,.25)!important
}
body.menu-open .whatsapp-fab,
body.form-focus .whatsapp-fab,
body.footer-visible .whatsapp-fab{
  opacity:0!important;pointer-events:none!important;transform:translateY(10px)!important
}

/* Home: densidade mais equilibrada */
.journey-card,.eco-card,.tracking-demo,.photo{box-shadow:none}

@media(max-width:980px){
  .journeys,.tracking,.process,.operation,.ecosystem{padding:90px 0!important}
  .journey-head,.operation-head{margin-bottom:38px}
  .tracking-grid{gap:42px}
  .page-shell{padding:78px 0 96px}
}

@media(max-width:760px){
  html{scroll-padding-top:76px}
  section[id],.status-box[role="status"]{scroll-margin-top:76px}

  .site-header{height:68px!important;padding:0 14px!important}
  .mobile-panel{top:68px!important;padding:18px 20px 32px}
  .mobile-panel>a,.mobile-panel .mobile-route-link,
  .mobile-support-toggle{min-height:52px;padding:14px 4px!important;font-size:18px}
  .mobile-submenu a{min-height:46px;padding:12px 14px!important}
  .menu-btn{width:46px;height:46px;border-radius:14px}
  .brand{gap:10px}.brand-mark{width:37px;height:37px}.brand span{font-size:13px!important}

  .journeys,.tracking,.process,.operation,.ecosystem{padding:80px 0!important}
  .journey-head,.operation-head{margin-bottom:30px!important}
  .journey-head .lead,.operation-head .lead{margin-top:16px!important}

  .journey-tabs{gap:12px}
  .journey-card{
    min-height:auto!important;padding:22px!important;border-radius:22px;
    display:flex;flex-direction:column
  }
  .journey-icon{width:54px;height:54px;border-radius:17px;margin:24px 0 20px!important;font-size:22px}
  .journey-card h3{font-size:23px;line-height:1.08}
  .journey-card p{font-size:13px;line-height:1.6}
  .journey-link{margin-top:auto;padding-top:18px;font-size:12px}

  .tracking-grid{gap:32px!important}
  .tracking-form{margin-top:24px}
  .tracking-demo{padding:22px!important;border-radius:22px!important}
  .timeline{padding-top:22px}
  .step{min-height:76px;grid-template-columns:38px 1fr;gap:13px}
  .step-dot{width:38px;height:38px}
  .step:after{left:18px;top:38px}
  .step h4{font-size:14px}.step p{font-size:11px}

  .process-head{padding-inline:4px}
  .process-line{margin-top:36px!important;}
  .process-card{
    display:grid;grid-template-columns:50px 1fr;gap:16px;
    border-bottom:1px solid rgba(7,20,38,.09)
  }
  .process-card:last-child{border-bottom:0}
  .process-index{width:48px;height:48px;margin:0!important;font-size:14px}
  .process-card h3{font-size:18px;margin:2px 0 6px}
  .process-card p{font-size:12px;line-height:1.55}

  .operation-head{gap:12px!important}
  .gallery{gap:12px!important;grid-template-rows:340px 230px 230px!important}
  .photo{border-radius:22px}
  .photo-content{bottom:20px}

  .ecosystem-grid{gap:12px!important;margin-top:38px!important}
  .eco-card{min-height:230px!important;padding:22px!important;border-radius:22px}
  .eco-icon{margin-bottom:34px!important}
  .eco-card h3{font-size:21px}.eco-card p{font-size:12px}
  .eco-card a{position:static!important;display:inline-block;margin-top:20px}

  .v69-closing{padding:68px 0!important}

  /* Páginas internas */
  .internal-hero{padding:112px 0 58px!important}
  .internal-hero h1{font-size:clamp(40px,11.5vw,55px)!important;line-height:.96!important}
  .internal-hero p{font-size:15px!important;line-height:1.62!important;margin-top:18px!important}
  .internal-hero:after{opacity:.45}
  .page-shell{padding:60px 0 78px!important}
  .page-head{margin-bottom:32px!important}
  .page-heading{font-size:clamp(34px,9.8vw,46px)!important;line-height:1.02!important}
  .page-copy{font-size:14px;line-height:1.68}
  .surface{padding:22px!important;border-radius:21px}
  .support-grid .surface{min-height:auto!important}
  .icon-tile{width:46px;height:46px;border-radius:14px;margin-bottom:20px}
  .form-card-v2{padding:22px!important;border-radius:22px}
  .form-grid-v2{gap:14px}
  .form-nav{align-items:stretch}.form-nav .btn{flex:1}
  .product-card-v2{min-height:350px;border-radius:20px}
  .product-visual{height:170px}
  .product-body{padding:19px}
  .filter-panel{padding:17px;border-radius:18px}
  .download-grid,.training-list,.faq-list{gap:12px}
  .training-card{grid-template-columns:70px 1fr;gap:16px}
  .date-block{padding:14px 6px;border-radius:15px}
  .date-block b{font-size:27px}.date-block b.word{font-size:18px}
  .calc-result-v2{padding:24px;border-radius:22px}

  footer{padding:54px 0 calc(28px + env(safe-area-inset-bottom,0px))!important}
  footer .footer-grid-v2{gap:28px;padding-bottom:34px}
  .footer-brand p{font-size:13px}
  .footer-bottom{padding-top:20px;line-height:1.7}
}

@media(max-width:430px){
  .gallery{grid-template-rows:315px 215px 215px!important}
  .hero-proofline{width:min(100% - 36px,520px)!important}
  .v69-product-visual{min-height:250px!important}
}

@media(hover:none){
  .card-link:hover,.journey-card:hover,.product-card-v2:hover,.eco-card:hover,
  .photo:hover:before,.whatsapp-fab:hover{transform:none!important;box-shadow:inherit!important}
}



/* ===== SOURCE: v610-whatsapp-mobile-visibility ===== */

@media(max-width:760px){
  body.internal-page .whatsapp-fab,
  body:not(.internal-page):not(.wa-home-safe) .whatsapp-fab{
    transform:translateY(10px)!important
  }
}


/* =========================================================
   V6.11 — INDUSTRIAL STABILITY LAYER
   Correções consolidadas após auditoria de regressão.
========================================================= */

/* Estado previsível para elementos ocultos */
.whatsapp-fab{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  will-change:opacity,transform;
}
body.menu-open .whatsapp-fab,
body.form-focus .whatsapp-fab,
body.footer-visible .whatsapp-fab,
body.credential-visible .whatsapp-fab{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
@media(max-width:760px){
  body.internal-page .whatsapp-fab,
  body:not(.internal-page):not(.wa-home-safe) .whatsapp-fab{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}

/* Corrige a regressão de grid no fluxo operacional mobile/tablet estreito */
@media(max-width:760px){
  .process-line{
    display:block!important;
    margin-top:34px!important;
  }
  .process-card{
    display:grid!important;
    grid-template-columns:50px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:16px!important;
    row-gap:5px!important;
    align-items:start!important;
    text-align:left!important;
    padding:18px 0!important;
    min-width:0!important;
  }
  .process-card .process-index{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    align-self:start!important;
  }
  .process-card > h3{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    margin:2px 0 0!important;
  }
  .process-card > p{
    grid-column:2!important;
    grid-row:2!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
}

/* Estabilidade tipográfica e de largura */
.app-view,.container,.page-shell,.form-card-v2,.surface,
.product-card-v2,.download-card,.journey-card,.eco-card{min-width:0}
.page-copy,.lead,.process-card p,.journey-card p,.eco-card p,
.download-card p,.product-card-v2 p{overflow-wrap:break-word}

/* Estados de foco consistentes */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,
textarea:focus-visible,[tabindex]:focus-visible{
  outline:3px solid rgba(22,119,255,.34)!important;
  outline-offset:3px!important;
}

/* Evita que controles desabilitados aparentem estar ativos */
button:disabled,.btn[aria-disabled="true"]{
  opacity:.58!important;
  cursor:not-allowed!important;
  transform:none!important;
}

/* Menu móvel: estado fechado nunca captura clique */
.mobile-panel:not(.open){pointer-events:none}
.mobile-panel.open{pointer-events:auto}

/* Imagens nunca ultrapassam o contêiner */
img,svg,canvas{max-width:100%}

/* Impressão limpa */
@media print{
  .whatsapp-fab,.back-top,.cookie-banner,.mobile-panel,.menu-btn{display:none!important}
}


/* =========================================================
   V6.12 — RESPONSIVIDADE E COMPACTAÇÃO
   Execução linha a linha da auditoria visual aprovada.
========================================================= */
:root{
  --ui-radius-sm:14px;
  --ui-radius-md:20px;
  --ui-radius-lg:28px;
  --ui-border:1px solid rgba(7,20,38,.10);
  --ui-border-dark:1px solid rgba(255,255,255,.11);
  --ui-shadow:0 14px 34px rgba(7,20,38,.075);
  --ui-button-h:56px;
}

/* 12–13. Sistema tipográfico e de componentes */
.btn,
.header-cta,
.tracking-form button{
  min-height:var(--ui-button-h);
  border-radius:var(--ui-radius-sm);
  font-size:14px;
  font-weight:850;
  line-height:1.15;
}
.btn .arrow,.btn>span:last-child,.journey-link,.eco-card a,.v69-product-info a{
  font-size:13px;
}
.journey-card,.eco-card,.tracking-compact-card,.v69-feature-card{
  border-radius:var(--ui-radius-lg);
}
.kicker{font-size:11px;letter-spacing:.18em}
.dark .kicker{color:rgba(255,255,255,.72)}
.lead{font-size:16px;line-height:1.68;color:#647081}
.dark .lead{color:rgba(255,255,255,.70)}
.section-title{letter-spacing:-.052em}

/* 2. Hero: acabamento tipográfico e leitura */
.hero-title em{
  color:rgba(255,255,255,.96)!important;
  -webkit-text-stroke:0!important;
  text-stroke:0!important;
  font-style:italic!important;
  font-weight:430!important;
  letter-spacing:-.055em;
}
.hero-proofline span{color:rgba(255,255,255,.82)}
.hero-proofline i{flex:0 0 auto}

/* 3. Soluções Deye: remover repetição e compactar o destaque */
.v69-label{display:none!important}
.v69-feature-card{box-shadow:var(--ui-shadow)!important}
.v69-product-info p{font-size:14px;line-height:1.58}

/* 5. Consulta de Ordem de Serviço: fluxo compacto e conceitualmente honesto */
.tracking:before{display:none!important}
.tracking-grid-v612{align-items:center}
.tracking-compact-card{
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
  border:var(--ui-border-dark);

  box-shadow:none;
}
.tracking-compact-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.10)}
.tracking-compact-head small{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.48);font-weight:850}
.tracking-compact-head .demo-code{margin-top:6px;font-size:18px;color:var(--cyan)}
.tracking-compact-steps{list-style:none;margin:0;padding:22px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tracking-compact-steps li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:var(--ui-radius-sm);background:rgba(255,255,255,.035)}
.tracking-compact-steps li>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--yellow),var(--orange));color:var(--navy);font-size:12px;font-weight:900}
.tracking-compact-steps strong{display:block;font-size:13px;line-height:1.35;color:#fff}
.tracking-compact-steps p{margin:5px 0 0;font-size:12px;line-height:1.5;color:rgba(255,255,255,.58)}
.tracking-compact-card .demo-result{margin-top:16px}

/* 6. Fluxo operacional: aproximação e conexão discreta */
.process-line{margin-top:52px}
.process-card p{font-size:14px;line-height:1.58}
.process-index{margin-bottom:20px}

/* 7. Fotografias: contraste, labels e enquadramento */
.photo:after{background:linear-gradient(180deg,rgba(5,16,31,.02) 22%,rgba(5,16,31,.92) 100%)!important}
.photo-tag{font-size:9px!important;letter-spacing:.15em!important;color:#ffad42!important}
.photo h3{line-height:1.02!important;text-shadow:0 2px 18px rgba(0,0,0,.32)}
.photo p{color:rgba(255,255,255,.78)!important}
.photo.lab>img{object-position:center 39%!important}
.photo.support>img{object-position:center 42%!important}
.photo.control>img{object-position:center 43%!important}

/* 8. Recursos conectados: SVG coerente e cards compactos */
.eco-icon{width:52px;height:52px;margin:0 0 30px;display:grid;place-items:center;border-radius:var(--ui-radius-sm);background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10)}
.eco-icon svg,.journey-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.eco-card h3{font-size:23px;line-height:1.08}
.eco-card p{font-size:14px;line-height:1.58}
.eco-card a{font-size:13px}

/* 9. Encerramento */
.v69-closing-copy p{font-size:17px;line-height:1.65}
.v69-closing-actions .btn{min-height:var(--ui-button-h)}

/* 10. Rodapé compacto e legível */
footer{padding-top:54px!important}
footer .footer-grid-v2{gap:28px!important;padding-bottom:30px!important}
.footer-brand p{max-width:500px;color:rgba(255,255,255,.62)!important}
.footer-badges{margin-top:14px!important;gap:10px!important}
.deye-lockup-official{padding:9px 11px!important;border-radius:var(--ui-radius-sm)!important}
.footer-col-v2 a,.footer-col-v2 span{font-size:14px!important;color:rgba(255,255,255,.72)!important}
.footer-col-v2 h4{margin-bottom:10px;color:rgba(255,255,255,.58)!important}
.footer-bottom{margin-top:0!important;color:rgba(255,255,255,.52)!important}
.footer-bottom a{color:rgba(255,255,255,.68)!important}

/* 11. WhatsApp: margem segura e presença apenas em zona livre */
.whatsapp-fab{right:18px!important;bottom:18px!important}
body:not(.internal-page):not(.wa-home-safe) .whatsapp-fab,
body.internal-page .whatsapp-fab,
body.menu-open .whatsapp-fab,
body.form-focus .whatsapp-fab,
body.footer-visible .whatsapp-fab,
body.credential-visible .whatsapp-fab{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(10px)!important;
}

/* Breakpoint crítico: tablets e celulares largos */
@media(min-width:641px) and (max-width:900px){
  /* 1. Cabeçalho */
  .site-header{
    height:72px!important;
    padding:0 22px!important;
    background:rgba(8,24,42,.95)!important;
    border-bottom:1px solid rgba(255,255,255,.11)!important;
    box-shadow:0 8px 24px rgba(2,10,20,.14)!important;
  }
  .mobile-panel{top:72px!important}
  .brand{gap:11px!important}
  .brand-mark{width:46px!important;height:46px!important}
  .brand span{font-size:15px!important;line-height:1!important}
  .brand span small{display:block!important;font-size:8px!important;margin-top:3px!important}
  .menu-btn{display:block!important;width:52px!important;height:52px!important;border-radius:var(--ui-radius-sm)!important;background:rgba(255,255,255,.065)!important}
  .menu-btn span,.menu-btn:before,.menu-btn:after{width:22px!important}

  /* 2. Hero */
  .hero{min-height:auto!important;padding:106px 0 34px!important}
  .hero-content{position:relative!important;top:auto!important;left:auto!important;transform:none!important;width:min(100% - 54px,820px)!important;margin:auto!important;padding:48px 0 26px!important}
  .hero-title{font-size:clamp(58px,8.7vw,76px)!important;line-height:.91!important;max-width:900px!important}
  .hero-sub{font-size:16px!important;line-height:1.64!important;max-width:54ch!important;margin-top:24px!important}
  .hero-actions{gap:14px!important;margin-top:28px!important}
  .hero-actions .btn{min-width:190px!important;min-height:58px!important;font-size:15px!important}
  .hero-proofline{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:min(100% - 54px,820px)!important;margin:12px auto 0!important;padding:18px 0 0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;border-top:1px solid rgba(255,255,255,.13)!important;font-size:13px!important;line-height:1.4!important}
  .hero-proofline span{white-space:normal!important;justify-content:center!important;text-align:center!important}

  /* 3. Soluções Deye */
  .official-deye-section.v69-section{padding:74px 0!important}
  .v69-layout{grid-template-columns:1fr!important;gap:26px!important}
  .v69-content .display{font-size:clamp(48px,7vw,62px)!important;max-width:12ch!important}
  .v69-content .lead{font-size:16px!important;max-width:64ch!important}
  .v69-families{margin:24px 0 22px!important}
  .v69-families article{padding:15px 0!important}
  .v69-actions{gap:18px!important}
  .v69-feature-card{
    max-width:none!important;
    min-height:360px!important;
    display:grid!important;
    grid-template-columns:minmax(245px,.88fr) minmax(0,1.12fr)!important;
    grid-template-areas:"lock lock" "visual info"!important;
    align-items:stretch!important;
    overflow:hidden!important;
  }
  .v69-lockup{grid-area:lock!important;padding:16px 22px!important}
  .v69-lockup img{width:96px!important}
  .v69-product-visual{grid-area:visual!important;min-height:290px!important;padding:24px 20px!important;border-right:1px solid rgba(7,20,38,.08)!important}
  .v69-product-visual img{width:min(100%,235px)!important;max-height:245px!important}
  .v69-product-info{grid-area:info!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:14px!important;padding:30px!important;border-top:0!important}
  .v69-product-info h3{font-size:26px!important}
  .v69-product-info p{max-width:34ch!important}
  .v69-product-info a{margin-top:6px!important;font-size:13px!important}

  /* 4. Jornadas */
  .journeys{padding:72px 0!important}
  .journey-head{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;align-items:start!important;margin-bottom:30px!important}
  .journey-head .section-title{font-size:clamp(46px,6.8vw,60px)!important;max-width:13ch!important}
  .journey-head .lead{margin:0!important;max-width:62ch!important;font-size:16px!important}
  .journey-tabs{grid-template-columns:1fr!important;gap:14px!important}
  .journey-card{
    min-height:240px!important;
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    grid-template-rows:auto auto auto auto!important;
    column-gap:18px!important;
    row-gap:7px!important;
    padding:24px 26px!important;
  }
  .journey-num{grid-column:1/-1!important;margin-bottom:8px!important}
  .journey-icon{grid-column:1!important;grid-row:2/span 3!important;width:54px!important;height:54px!important;margin:0!important;border-radius:var(--ui-radius-sm)!important}
  .journey-card h3{grid-column:2!important;grid-row:2!important;font-size:24px!important;margin:0!important}
  .journey-card p{grid-column:2!important;grid-row:3!important;margin:0!important;font-size:14px!important;max-width:62ch!important}
  .journey-link{grid-column:2!important;grid-row:4!important;position:static!important;margin-top:7px!important;padding:0!important;font-size:13px!important}

  /* 5. Consulta de Ordem de Serviço */
  .tracking{padding:72px 0!important}
  .tracking-grid-v612{grid-template-columns:1fr!important;gap:28px!important}
  .tracking-copy-v612 .section-title{font-size:clamp(46px,6.8vw,60px)!important;max-width:13ch!important}
  .tracking-form{max-width:680px!important;margin-top:26px!important}
  .tracking-form input{font-size:16px!important}
  .tracking-compact-card{padding:22px!important}
  .tracking-compact-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important}

  /* 6. Fluxo */
  .process{padding:72px 0!important}
  .process-line{margin-top:42px!important;grid-template-columns:repeat(2,1fr)!important;gap:34px 20px!important}
  .process-card{padding:0 18px!important}
  .process-card:nth-child(odd):after{content:"";position:absolute;top:35px;left:calc(50% + 42px);width:calc(100% - 84px);height:1px;background:linear-gradient(90deg,var(--orange),var(--blue));opacity:.26}
  .process-index{width:68px!important;height:68px!important;margin-bottom:17px!important}
  .process-card h3{font-size:20px!important;margin-bottom:7px!important}
  .process-card p{font-size:14px!important}

  /* 7. Operação */
  .operation{padding:76px 0!important}
  .operation-head{grid-template-columns:1fr!important;gap:14px!important;margin-bottom:34px!important}
  .operation-head .section-title{font-size:clamp(46px,6.8vw,60px)!important}
  .operation-head .lead{margin:0!important;font-size:16px!important;max-width:62ch!important}
  .gallery{grid-template-rows:250px 250px!important;gap:14px!important}
  .photo-content{left:22px!important;right:22px!important;bottom:20px!important}

  /* 8. Recursos conectados */
  .ecosystem{padding:76px 0!important}
  .v69-ecosystem-title{font-size:clamp(48px,7vw,62px)!important;max-width:10ch!important}
  .ecosystem-copy .lead{font-size:16px!important;max-width:62ch!important}
  .ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin-top:34px!important}
  .eco-card{padding:24px!important}
  .eco-icon{margin-bottom:24px!important}
  .eco-card a{position:static!important;display:inline-block!important;margin-top:18px!important}

  /* 9. Encerramento */
  .v69-closing{padding:64px 0!important}
  .v69-closing-inner{grid-template-columns:1fr!important;gap:24px!important}
  .v69-closing-copy h2{font-size:clamp(46px,7vw,60px)!important;max-width:12ch!important}
  .v69-closing-actions{grid-template-columns:1fr 1fr!important;gap:12px!important}

  /* 10. Rodapé */
  footer{padding:46px 0 26px!important}
  footer .footer-grid-v2{grid-template-columns:1fr 1fr!important;gap:22px 32px!important;padding-bottom:24px!important}
  footer .footer-brand{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;gap:10px 20px!important;align-items:center!important}
  footer .footer-brand>.brand{grid-column:1!important;grid-row:1!important}
  footer .footer-brand>p{grid-column:1!important;grid-row:2!important;margin:0!important}
  footer .footer-badges{grid-column:2!important;grid-row:1/span 2!important;margin:0!important;justify-content:flex-end!important}
  footer .footer-col-v2:last-child{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px 22px!important;align-items:start!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-top:18px!important}
  footer .footer-col-v2:last-child h4{grid-column:1/-1!important;margin:0!important}
  .footer-bottom{padding-top:18px!important}
}

/* Mobile estreito: mantém coluna única somente abaixo de ~520 px */
@media(max-width:640px){
  .hero-title em{font-weight:430!important}
  .hero-proofline{font-size:12px!important}
  .official-deye-section.v69-section{padding:66px 0!important}
  .v69-product-visual{min-height:250px!important;padding:26px 18px 8px!important}
  .v69-product-visual img{width:min(100%,235px)!important;max-height:235px!important}
  .journeys,.tracking,.process,.operation,.ecosystem{padding:68px 0!important}
  .journey-card{min-height:0!important;padding:22px!important}
  .journey-icon{width:50px!important;height:50px!important;margin:20px 0 17px!important}
  .tracking-compact-card{padding:18px!important}
  .tracking-compact-head{display:block!important}
  .tracking-compact-head .demo-status{display:inline-block!important;margin-top:12px!important}
  .tracking-compact-steps{grid-template-columns:1fr!important;gap:9px!important;padding-top:16px!important}
  .tracking-compact-steps li{padding:12px!important}
  .process-card p{font-size:13px!important}
  .photo.lab>img{object-position:center 36%!important}
  .photo.support>img{object-position:center 40%!important}
  .photo.control>img{object-position:center 41%!important}
  .eco-card{min-height:220px!important;padding:22px!important}
  .eco-icon{margin-bottom:22px!important}
  .v69-closing{padding:58px 0!important}
  .v69-closing-copy p{font-size:15px!important}
  footer{padding:42px 0 24px!important}
  footer .footer-grid-v2{grid-template-columns:1fr 1fr!important;gap:22px 18px!important;padding-bottom:22px!important}
  footer .footer-brand{grid-column:1/-1!important;}
  footer .footer-badges{margin-top:13px!important;}
  footer .footer-col-v2:last-child{grid-column:1/-1!important}
  .footer-bottom{font-size:11px!important;padding-top:16px!important}
}

@media(max-width:520px){
  .ecosystem-grid{grid-template-columns:1fr!important}
  .v69-closing-actions{grid-template-columns:1fr!important}
  footer .footer-grid-v2{grid-template-columns:1fr 1fr!important}
}



/* V6.12.1 — correções de homologação em 709 px */
body.wa-home-safe:not(.internal-page):not(.menu-open):not(.form-focus):not(.footer-visible) .whatsapp-fab{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
}
@media(min-width:641px) and (max-width:900px){
  .v69-content .display{font-size:clamp(46px,6.7vw,56px)!important;max-width:13ch!important}
  .v69-families{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;border-top:0!important;margin:20px 0!important}
  .v69-families article{display:block!important;padding:14px!important;border:var(--ui-border)!important;border-radius:var(--ui-radius-sm)!important;background:rgba(255,255,255,.58)!important}
  .v69-families article>span{display:block!important;margin-bottom:10px!important;padding:0!important}
  .v69-families h3{font-size:16px!important;margin-bottom:6px!important}
  .v69-families p{font-size:13px!important;line-height:1.48!important}
  .process-line{display:grid!important}
  .process-card{min-width:0!important}
  .process-card:nth-child(odd):after{width:calc(100% - 84px)!important;left:calc(50% + 42px)!important}
  .eco-card{display:flex!important;flex-direction:column!important;min-height:235px!important}
  .eco-card p{margin-bottom:0!important}
  .eco-card a{margin-top:auto!important;padding-top:16px!important}
}



/* V6.13 — alinhamento estrutural contínuo entre mobile, tablet e desktop estreito */
@media(max-width:1024px){
  :root{--page-gutter:clamp(18px,3.2vw,32px)}
  .container{width:calc(100% - (var(--page-gutter) * 2))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}
  .site-header{padding-left:var(--page-gutter)!important;padding-right:var(--page-gutter)!important}
  .desktop-nav,.header-cta{display:none!important}
  .menu-btn{display:block!important}

  /* Todos os blocos principais passam a respeitar o mesmo eixo e largura útil. */
  .v69-layout,.journey-head,.journey-tabs,.tracking-grid-v612,.process-line,
  .operation-head,.gallery,.ecosystem-copy,.ecosystem-grid,.v69-closing-inner,
  footer .footer-grid-v2,.footer-bottom{width:100%!important;max-width:none!important;min-width:0!important}

  /* Soluções Deye: remove a coluna estreita solta e ocupa a largura do site. */
  .v69-layout{grid-template-columns:1fr!important;gap:28px!important;align-items:start!important}
  .v69-content{width:100%!important;max-width:none!important}
  .v69-feature-card{width:100%!important;max-width:none!important;justify-self:stretch!important;margin:0!important}

  /* Cabeçalhos de seção deixam de alternar entre duas colunas e uma coluna. */
  .journey-head,.operation-head{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;align-items:start!important}
  .journey-head .lead,.operation-head .lead{margin:0!important;max-width:64ch!important}

  /* Encerramento alinhado ao mesmo eixo dos títulos e grades. */
  .v69-closing-inner{margin:0!important}

  /* Rodapé: identidade e credencial Deye passam a formar um bloco único. */
  footer .footer-brand{grid-column:1/-1!important;min-width:0!important}
  footer .footer-badges{min-width:0!important}
}

@media(min-width:641px) and (max-width:1024px){
  /* Cabeçalho institucional consistente em toda a faixa intermediária. */
  .site-header{height:72px!important;background:rgba(8,24,42,.97)!important;border-bottom:1px solid rgba(255,255,255,.11)!important;box-shadow:0 8px 24px rgba(2,10,20,.14)!important}
  .mobile-panel{top:72px!important}
  .brand{gap:11px!important}
  .brand-mark{width:46px!important;height:46px!important}
  .brand span{font-size:15px!important;line-height:1!important}
  .brand span small{display:block!important;font-size:8px!important;margin-top:3px!important}
  .menu-btn{width:52px!important;height:52px!important;border-radius:14px!important}

  /* Card institucional Deye: composição horizontal e largura integral. */
  .v69-feature-card{
    min-height:360px!important;
    display:grid!important;
    grid-template-columns:minmax(230px,.86fr) minmax(0,1.14fr)!important;
    grid-template-areas:"lock lock" "visual info"!important;
    align-items:stretch!important;
  }
  .v69-lockup{grid-area:lock!important;padding:16px 22px!important}
  .v69-lockup img{width:96px!important}
  .v69-product-visual{grid-area:visual!important;min-height:286px!important;padding:22px 18px!important;border-right:1px solid rgba(7,20,38,.08)!important}
  .v69-product-visual img{width:min(100%,225px)!important;max-height:235px!important}
  .v69-product-info{grid-area:info!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:12px!important;padding:28px!important;border-top:0!important}
  .v69-product-info h3{font-size:25px!important}
  .v69-product-info p{max-width:36ch!important}
  .v69-product-info a{margin-top:4px!important}

  /* Jornadas: cabeçalho e cards começam e terminam no mesmo eixo. */
  .journey-tabs{grid-template-columns:1fr!important;gap:14px!important}
  .journey-card{width:100%!important}

  /* Recursos e encerramento ocupam a mesma largura útil. */
  .ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .v69-closing-actions{width:100%!important}

  /* Rodapé compacto, mas sem selo flutuando no centro. */
  footer .footer-grid-v2{grid-template-columns:1fr 1fr!important;gap:22px 32px!important}
  footer .footer-brand{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;gap:10px 22px!important;align-items:center!important}
  footer .footer-brand>.brand{grid-column:1!important;grid-row:1!important}
  footer .footer-brand>p{grid-column:1!important;grid-row:2!important;margin:0!important}
  footer .footer-badges{grid-column:2!important;grid-row:1/span 2!important;margin:0!important;justify-content:flex-end!important;align-self:center!important}
  footer .footer-col-v2:last-child{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px 22px!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-top:18px!important}
  footer .footer-col-v2:last-child h4{grid-column:1/-1!important;margin:0!important}
}

@media(max-width:640px){
  :root{--page-gutter:18px}

  .site-header{padding-left:18px!important;padding-right:18px!important}
  .v69-feature-card{width:100%!important;max-width:none!important}
  .journey-head,.operation-head{gap:12px!important}
  .v69-closing-inner,.ecosystem-copy,.ecosystem-grid{width:100%!important}
  footer .footer-brand{display:block!important}
  footer .footer-badges{margin-top:14px!important;justify-content:flex-start!important}
}


/* V6.17 — carrossel integrado ao card institucional Deye */
.feature-product-carousel{position:relative;overflow:hidden;display:block!important;grid-template-columns:none!important;grid-template-areas:none!important;min-height:0!important}
.feature-carousel-window{overflow:hidden;background:#fff;width:100%!important;grid-column:auto!important;grid-row:auto!important}
.feature-carousel-track{display:flex;transform:translateX(0);will-change:transform}
.feature-product-slide{flex:0 0 100%;min-width:100%;width:100%;background:#fff}
.feature-product-slide[aria-hidden="true"]{visibility:visible}
.feature-product-visual{min-height:390px}
.feature-product-visual img{transition:opacity .25s ease}
.feature-product-info{min-height:142px}
.feature-carousel-controls{
  display:grid;grid-template-columns:44px 1fr 44px;gap:14px;align-items:center;
  padding:0 22px 20px;background:#fff;
}
.feature-carousel-arrow{
  width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(7,20,38,.11);
  border-radius:14px;background:#f7f8f6;color:var(--ink);font:inherit;font-size:20px;font-weight:800;
  cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.feature-carousel-arrow:hover,.feature-carousel-arrow:focus-visible{transform:translateY(-1px);border-color:rgba(7,20,38,.24);background:#fff}
.feature-carousel-dots{display:flex;justify-content:center;align-items:center;gap:9px}
.feature-carousel-dot{
  width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(7,20,38,.18);cursor:pointer;
  transition:width .25s ease,background .25s ease,transform .25s ease;
}
.feature-carousel-dot.is-active{width:28px;background:var(--orange)}
.feature-carousel-dot:focus-visible{outline:3px solid rgba(26,111,255,.25);outline-offset:4px}
@media(min-width:641px) and (max-width:1024px){
  .feature-product-carousel{max-width:none!important;width:100%}
  .feature-product-slide{display:grid!important;grid-template-columns:minmax(270px,.92fr) minmax(0,1.08fr)!important;grid-template-rows:1fr!important;grid-template-areas:"visual info"!important}
  .feature-product-visual{grid-area:visual!important;grid-column:visual!important;grid-row:visual!important;min-height:360px!important;border-right:1px solid rgba(7,20,38,.08)}
  .feature-product-info{grid-area:info!important;grid-column:info!important;grid-row:info!important;min-height:360px!important;display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:center!important;padding:34px 34px 66px!important;border-top:0!important}
  .feature-product-info a{margin-top:24px}
  .feature-carousel-controls{grid-column:auto!important;grid-row:auto!important;position:absolute;left:calc(46% + 22px);right:22px;bottom:18px;padding:0;background:transparent;z-index:4}
}
@media(max-width:640px){
  .feature-product-visual{min-height:320px!important;padding:42px 18px 10px!important}
  .feature-product-visual img{width:min(100%,250px)!important;max-height:250px!important}
  .feature-product-info{min-height:205px!important;display:block!important;padding:22px 24px 20px!important}
  .feature-product-info a{display:inline-block;margin-top:18px}
  .feature-carousel-controls{padding:0 18px 18px;grid-template-columns:42px 1fr 42px}
  .feature-carousel-arrow{width:42px;height:42px}
}
@media(prefers-reduced-motion:reduce){.feature-carousel-track{transition:none!important}}



/* ===== HOME V7 — CÓPIA VISUAL ISOLADA E RIGOROSA ===== */
.app-view[data-route="home"].active { animation: none !important; transform: none !important; }
.v7-site-header,
.v7-mobile-panel,
.v7-hero,
.v7-next-section,
.v7-wa,
.v7-site-header *,
.v7-mobile-panel *,
.v7-hero *,
.v7-next-section * {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.v7-site-header, .v7-mobile-panel, .v7-hero { color: var(--v7-white); }
.v7-site-header a, .v7-mobile-panel a, .v7-hero a, .v7-next-section a, .v7-wa { color: inherit; text-decoration: none; }
.v7-site-header button, .v7-mobile-panel button, .v7-hero button { font: inherit; color: inherit; }
.v7-site-header a, .v7-site-header button, .v7-mobile-panel a, .v7-mobile-panel button, .v7-hero a { -webkit-tap-highlight-color: transparent; }
.v7-site-header :focus-visible, .v7-mobile-panel :focus-visible, .v7-hero :focus-visible, .v7-next-section :focus-visible, .v7-wa:focus-visible {
  outline: 2px solid var(--v7-orange); outline-offset: 4px;
}
/* Compatibilidade com o controlador de menu do site completo. */
.v7-mobile-panel.open { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
.v7-menu-toggle.open .v7-hamburger::before { top: 6px; transform: rotate(45deg); }
.v7-menu-toggle.open .v7-hamburger span { opacity: 0; }
.v7-menu-toggle.open .v7-hamburger::after { top: 6px; transform: rotate(-45deg); }
/* Os cartões continuam visualmente idênticos, mas passam a ser rotas funcionais. */
.v7-objective-card[data-route-target] { cursor: pointer; }
:root {
      --v7-navy-1000: #020a14;
      --v7-navy-950: #041225;
      --v7-navy-900: #06172c;
      --v7-navy-850: #0a203a;
      --v7-white: #f7f9fc;
      --v7-muted: #aebbc9;
      --v7-muted-2: #7f90a4;
      --v7-orange: #ffad17;
      --v7-orange-2: #ff8b11;
      --v7-cyan: #25c0f3;
      --v7-blue: #1688df;
      --v7-green: #079758;
      --v7-line: rgba(166, 191, 217, .22);
      --v7-shadow-orange: 0 18px 44px rgba(255, 143, 13, .22);
      --v7-ease-out: cubic-bezier(.16, 1, .3, 1);
      --v7-ease-premium: cubic-bezier(.22, .8, .2, 1);
      --v7-content: 1380px;
      --v7-mx: 0;
      --v7-my: 0;
    }
/* Header */
    .v7-site-header {
      position: fixed;
      z-index: 50;
      inset: 0 0 auto;
      height: 88px;
      transition: height .35s var(--v7-ease-premium), background-color .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
    }
    .v7-header-inner {
      width: min(calc(100% - 88px), var(--v7-content));
      height: 100%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
    }
    .page-scrolled .v7-site-header {
      height: 72px;
      color: #0b1d31;
      background: rgba(255,255,255,.94);
      border-bottom: 1px solid rgba(13, 39, 68, .08);
      box-shadow: 0 12px 34px rgba(8,27,48,.08);
      backdrop-filter: blur(18px) saturate(1.15);
    }

    .v7-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      width: max-content;
      min-width: 0;
    }
    .v7-brand-mark {
      width: 37px;
      height: 45px;
      flex: 0 0 auto;
      filter: drop-shadow(0 8px 15px rgba(0,0,0,.22));
    }
    .v7-brand-name {
      display: block;
      font-size: 16px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: .055em;
    }
    .v7-brand-tag {
      display: block;
      margin-top: 5px;
      color: #9ba9ba;
      font-size: 7px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: .235em;
      white-space: nowrap;
    }
    .page-scrolled .v7-brand-name { color: #0a1b2f; }
    .page-scrolled .v7-brand-tag { color: #65778a; }

    .v7-desktop-nav { display: flex; align-items: center; gap: 30px; height: 100%; }
    .v7-nav-item { position: relative; display: flex; align-items: center; height: 100%; }
    .v7-nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      height: 100%;
      color: #a8b3c2;
      font-size: 14px;
      font-weight: 520;
      transition: color .24s ease;
    }
    .v7-nav-link:hover, .v7-nav-link.active, .v7-nav-item:focus-within > .v7-nav-link { color: #fff; }
    .page-scrolled .v7-nav-link { color: #5b6d80; }
    .page-scrolled .v7-nav-link:hover, .page-scrolled .v7-nav-link.active, .page-scrolled .v7-nav-item:focus-within > .v7-nav-link { color: #0b1d31; }
    .v7-nav-link.active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 19px;
      height: 2px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--v7-orange), var(--v7-orange-2));
      transition: bottom .35s var(--v7-ease-premium);
    }
    .page-scrolled .v7-nav-link.active::after { bottom: 13px; }
    .v7-nav-caret { width: 9px; opacity: .58; transition: transform .25s ease; }
    .v7-nav-item:hover .v7-nav-caret, .v7-nav-item:focus-within .v7-nav-caret { transform: rotate(180deg); }

    .v7-dropdown {
      position: absolute;
      top: calc(100% - 9px);
      left: 50%;
      width: 250px;
      padding: 10px;
      border: 1px solid rgba(151,180,211,.15);
      border-radius: 16px;
      background: rgba(8, 25, 44, .96);
      box-shadow: 0 26px 70px rgba(0,0,0,.32);
      backdrop-filter: blur(18px);
      transform: translate(-50%, 10px) scale(.98);
      transform-origin: 50% 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .18s ease .10s, transform .26s var(--v7-ease-premium) .10s, visibility 0s linear .36s;
    }
    .v7-nav-item:hover .v7-dropdown, .v7-nav-item:focus-within .v7-dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate(-50%, 0) scale(1);
      transition-delay: .10s, .10s, 0s;
    }
    .page-scrolled .v7-dropdown {
      background: rgba(255,255,255,.98);
      border-color: rgba(17,45,76,.10);
      box-shadow: 0 22px 60px rgba(8,27,48,.15);
    }
    .v7-dropdown a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 44px;
      padding: 0 13px;
      border-radius: 10px;
      color: #b8c4d1;
      font-size: 13px;
      font-weight: 600;
      transition: color .2s ease, background-color .2s ease, transform .2s ease;
    }
    .v7-dropdown a:hover { color: #fff; background: rgba(255,255,255,.06); transform: translateX(2px); }
    .page-scrolled .v7-dropdown a { color: #536579; }
    .page-scrolled .v7-dropdown a:hover { color: #0b1d31; background: #f1f5f8; }
    .v7-dropdown-arrow { color: var(--v7-orange-2); }

    .v7-header-action { justify-self: end; }
    .v7-btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 56px;
      padding: 0 22px;
      border: 0;
      border-radius: 14px;
      font-size: 14px;
      font-weight: 760;
      line-height: 1;
      cursor: pointer;
      overflow: hidden;
      isolation: isolate;
      transition: transform .22s var(--v7-ease-premium), box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
    }
    .v7-btn::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(108deg, transparent 0 36%, rgba(255,255,255,.32) 47%, transparent 59% 100%);
      transform: translateX(-135%);
      transition: transform .65s var(--v7-ease-out);
    }
    .v7-btn:hover { transform: translateY(-2px); }
    .v7-btn:hover::before { transform: translateX(135%); }
    .v7-btn .v7-arrow { transition: transform .22s var(--v7-ease-premium); }
    .v7-btn:hover .v7-arrow { transform: translate(3px,-2px); }
    .v7-btn-primary {
      color: #071321;
      background: linear-gradient(135deg, #ffb91f 0%, #ff9412 100%);
      box-shadow: var(--v7-shadow-orange), inset 0 1px 0 rgba(255,255,255,.36);
    }
    .v7-btn-primary:hover { box-shadow: 0 20px 50px rgba(255,143,13,.30), inset 0 1px 0 rgba(255,255,255,.4); }
    .v7-btn-quiet {
      color: #f2f6fb;
      background: rgba(19,42,67,.58);
      border: 1px solid rgba(153,180,209,.26);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
      backdrop-filter: blur(10px);
    }
    .v7-btn-quiet:hover { background: rgba(27,52,80,.76); border-color: rgba(153,180,209,.42); }
    .page-scrolled .v7-header-action .v7-btn { min-height: 48px; }

    .v7-menu-toggle {
      display: none;
      place-items: center;
      justify-self: end;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 1px solid rgba(151,180,211,.20);
      border-radius: 13px;
      background: rgba(13,34,57,.52);
      cursor: pointer;
    }
    .v7-hamburger { position: relative; width: 18px; height: 14px; }
    .v7-hamburger::before, .v7-hamburger::after, .v7-hamburger span {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 1.5px;
      border-radius: 99px;
      background: currentColor;
      transition: top .28s var(--v7-ease-premium), transform .28s var(--v7-ease-premium), opacity .18s ease;
    }
    .v7-hamburger::before { top: 0; }
    .v7-hamburger span { top: 6px; }
    .v7-hamburger::after { top: 12px; }
    .menu-open .v7-hamburger::before { top: 6px; transform: rotate(45deg); }
    .menu-open .v7-hamburger span { opacity: 0; }
    .menu-open .v7-hamburger::after { top: 6px; transform: rotate(-45deg); }
    .page-scrolled .v7-menu-toggle { color: #0b1d31; background: #f4f7f9; border-color: #e0e7ed; }

    .v7-mobile-panel {
      display: none;
      position: fixed;
      z-index: 45;
      inset: 0;
      padding: 96px 18px 24px;
      background: rgba(4,17,32,.985);
      backdrop-filter: blur(18px);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: opacity .24s ease, transform .3s var(--v7-ease-premium), visibility 0s linear .30s;
    }
    .menu-open .v7-mobile-panel { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
    .v7-mobile-menu { display: grid; gap: 4px; max-width: 620px; margin: 0 auto; }
    .v7-mobile-menu > a, .v7-mobile-submenu summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 58px;
      padding: 0 14px;
      border-bottom: 1px solid rgba(150,180,211,.12);
      font-size: 18px;
      font-weight: 650;
      cursor: pointer;
    }
    .v7-mobile-submenu summary { list-style: none; }
    .v7-mobile-submenu summary::-webkit-details-marker { display: none; }
    .v7-mobile-submenu div { display: grid; gap: 2px; padding: 8px 0 12px 15px; }
    .v7-mobile-submenu div a { padding: 10px 14px; color: #b7c3d0; font-size: 14px; }
    .v7-mobile-cta { width: 100%; margin-top: 18px; }

    /* Hero */
    .v7-hero {
      position: relative;
      min-height: 820px;
      overflow: hidden;
      isolation: isolate;
      background:
        radial-gradient(66% 54% at 50% 38%, rgba(21,58,96,.42), transparent 70%),
        radial-gradient(38% 44% at 2% 58%, rgba(12,50,84,.18), transparent 82%),
        radial-gradient(38% 44% at 98% 55%, rgba(11,46,81,.16), transparent 82%),
        linear-gradient(180deg, #06162a 0%, #041326 48%, #031020 100%);
    }
    .v7-hero::before {
      content: "";
      position: absolute;
      z-index: -5;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 50% 39%, rgba(54,135,200,.07), transparent 33%),
        linear-gradient(90deg, rgba(255,255,255,.008), transparent 22%, transparent 78%, rgba(255,255,255,.008));
    }
    .v7-hero-grid {
      position: relative;
      z-index: 2;
      min-height: max(820px, 100svh);
      display: grid;
      grid-template-rows: 1fr auto;
      padding: 88px 0 22px;
    }
    .v7-hero-main {
      display: grid;
      place-items: center;
      padding: clamp(56px, 8vh, 96px) 24px 46px;
    }
    .v7-hero-content {
      width: min(100%, 1040px);
      margin: 0 auto;
      text-align: center;
    }

    .v7-hero-halo {
      position: absolute;
      z-index: -3;
      left: 50%;
      top: 40%;
      width: min(900px, 72vw);
      aspect-ratio: 1;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(38,116,181,.11) 0%, rgba(17,54,91,.046) 40%, transparent 72%);
      filter: blur(5px);
      transform: translate(calc(-50% + var(--v7-mx) * 7px), calc(-50% + var(--v7-my) * 4px));
      transition: transform .32s ease-out;
      pointer-events: none;
    }
    .v7-energy-field {
      position: absolute;
      z-index: -2;
      inset: 31% -10% 11%;
      opacity: .60;
      pointer-events: none;
      mask-image: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.37) 23%, rgba(0,0,0,.075) 50%, rgba(0,0,0,.37) 77%, rgba(0,0,0,.96));
      transform: translate3d(calc(var(--v7-mx) * 6px), calc(var(--v7-my) * 3px), 0);
      transition: transform .32s ease-out;
    }
    .v7-energy-field svg { width: 100%; height: 100%; overflow: visible; }
    .v7-wave-group { transform-origin: center; animation: v7-waveDrift 22s ease-in-out 2s infinite alternate; }
    .v7-wave-group.b { animation-duration: 28s; animation-direction: alternate-reverse; opacity: .68; }
    .v7-wave-group.c { animation-duration: 34s; opacity: .43; }
    .v7-energy-path { fill: none; stroke-linecap: round; vector-effect: non-scaling-stroke; }
    .v7-energy-path.blue { stroke: rgba(30,119,194,.17); stroke-width: 1.05; }
    .v7-energy-path.cyan { stroke: rgba(47,195,232,.10); stroke-width: .85; }
    .v7-energy-path.orange { stroke: rgba(255,151,20,.055); stroke-width: .75; }

    .v7-eyebrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-bottom: 23px;
      color: #c4ccd6;
      font-size: 11px;
      line-height: 1;
      font-weight: 780;
      letter-spacing: .205em;
      text-transform: uppercase;
    }
    .v7-eyebrow-line {
      width: 28px;
      height: 2px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--v7-orange), var(--v7-orange-2));
      box-shadow: 0 0 12px rgba(255,153,16,.22);
    }
    .v7-eyebrow-mobile { display: none; }

    .v7-hero-title {
      margin: 0;
      color: var(--v7-white);
      font-size: clamp(67px, 6.55vw, 102px);
      line-height: .92;
      letter-spacing: -.056em;
      font-weight: 760;
    }
    .v7-title-line { display: block; width: max-content; max-width: 100%; margin-inline: auto; white-space: nowrap; }
    .v7-title-first {
      color: rgba(247,249,252,.18);
      animation: v7-firstLineIn .78s var(--v7-ease-out) .16s both;
    }
    .v7-official-line {
      position: relative;
      margin-top: .04em;
      color: var(--v7-white);
      font-weight: 330;
      font-style: italic;
      letter-spacing: -.061em;
      isolation: isolate;
    }
    .v7-official-final {
      position: absolute;
      z-index: 2;
      inset: 0 auto auto 0;
      width: 0;
      overflow: hidden;
      color: var(--v7-white);
      white-space: nowrap;
      animation: v7-officialReveal .68s var(--v7-ease-premium) .72s forwards;
    }
    .v7-official-final > span { display: block; width: max-content; }
    .v7-validation-beam {
      position: absolute;
      z-index: 3;
      left: 0;
      bottom: .04em;
      width: 3.2rem;
      height: 2px;
      border-radius: 99px;
      background: linear-gradient(90deg, transparent 0%, rgba(255,173,23,.35) 20%, #ffae19 66%, #fff2cb 100%);
      box-shadow: 0 0 10px rgba(255,151,17,.55), 0 0 24px rgba(255,151,17,.20);
      opacity: 0;
      transform: translateX(-42%) scaleX(.24);
      transform-origin: right center;
      animation: v7-validationPass .80s var(--v7-ease-premium) .68s forwards;
    }
    .v7-official-period { position: relative; display: inline-block; font-style: normal; }
    .v7-official-period::after {
      content: "";
      position: absolute;
      left: 52%;
      bottom: .12em;
      width: .18em;
      aspect-ratio: 1;
      border-radius: 50%;
      background: rgba(255,165,17,.65);
      filter: blur(5px);
      opacity: 0;
      transform: translate(-50%,50%) scale(.2);
      animation: v7-periodConfirm .62s ease-out 1.34s forwards;
    }

    .v7-hero-copy {
      max-width: 750px;
      margin: 29px auto 0;
      color: rgba(191,203,216,.84);
      font-size: clamp(16px, 1.3vw, 20px);
      line-height: 1.57;
      font-weight: 420;
    }
    .v7-hero-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 13px;
      margin-top: 32px;
    }
    .v7-hero-actions .v7-btn-primary { min-width: 168px; }
    .v7-hero-actions .v7-btn-quiet { min-width: 157px; }

    .v7-trust-strip {
      width: min(calc(100% - 88px), 1110px);
      margin: 0 auto;
      padding-top: 22px;
      border-top: 1px solid var(--v7-line);
    }
    .v7-trust-items {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(30px, 4.4vw, 66px);
      color: #c0c9d3;
      font-size: 12px;
      font-weight: 650;
    }
    .v7-trust-item { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
    .v7-trust-dot {
      width: 6px;
      height: 6px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--v7-orange-2);
      box-shadow: 0 0 12px rgba(255,137,19,.42);
    }

    .v7-wa {
      position: fixed;
      z-index: 55;
      right: max(18px, env(safe-area-inset-right));
      bottom: max(18px, env(safe-area-inset-bottom));
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: var(--v7-green);
      box-shadow: 0 16px 36px rgba(4,116,66,.27);
      transition: transform .22s var(--v7-ease-premium), box-shadow .22s ease;
    }
    .v7-wa:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 42px rgba(4,116,66,.34); }
    .v7-wa svg { width: 23px; height: 23px; }

    /* Próxima seção */
    .v7-next-section { color: #0f2239; background: #fff; padding: 112px 7vw 126px; }
    .v7-section-inner { width: min(100%, 1180px); margin: 0 auto; }
    .v7-section-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #e67f09;
      font-size: 12px;
      font-weight: 820;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    .v7-section-label::before { content: ""; width: 27px; height: 2px; background: #f59615; }
    .v7-next-section h2 { max-width: 840px; margin: 20px 0 21px; font-size: clamp(38px,4.3vw,64px); line-height: 1.02; letter-spacing: -.05em; }
    .v7-section-intro { max-width: 720px; margin: 0; color: #65768a; font-size: 18px; line-height: 1.65; }
    .v7-objective-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 62px; }
    .v7-objective-card {
      min-height: 246px;
      padding: 30px;
      border: 1px solid #e7edf2;
      border-radius: 22px;
      background: linear-gradient(180deg,#fff,#fafbfd);
      box-shadow: 0 20px 55px rgba(20,45,70,.05);
      transition: transform .28s var(--v7-ease-premium), box-shadow .28s ease, border-color .28s ease;
    }
    .v7-objective-card:hover { transform: translateY(-6px); border-color: #d7e0e9; box-shadow: 0 28px 65px rgba(20,45,70,.10); }
    .v7-objective-index { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #ed8610; background: #fff4e3; font-weight: 850; }
    .v7-objective-card h3 { margin: 25px 0 10px; font-size: 22px; letter-spacing: -.03em; }
    .v7-objective-card p { margin: 0; color: #6a798a; line-height: 1.62; }

    @keyframes v7-firstLineIn {
      0% { color: rgba(247,249,252,.14); clip-path: inset(0 100% 0 0); transform: translateY(5px); filter: blur(2px); }
      35% { color: rgba(247,249,252,.55); }
      100% { color: var(--v7-white); clip-path: inset(0 0 0 0); transform: translateY(0); filter: blur(0); }
    }
    @keyframes v7-officialReveal { from { width: 0; } to { width: 100%; } }
    @keyframes v7-validationPass {
      0% { left: 0; opacity: 0; transform: translateX(-45%) scaleX(.22); }
      12% { opacity: .92; }
      72% { opacity: .96; transform: translateX(-45%) scaleX(1); }
      100% { left: 100%; opacity: 0; transform: translateX(-55%) scaleX(.15); }
    }
    @keyframes v7-periodConfirm {
      0% { opacity: 0; transform: translate(-50%,50%) scale(.2); }
      38% { opacity: .9; transform: translate(-50%,50%) scale(2.4); }
      100% { opacity: 0; transform: translate(-50%,50%) scale(3.6); }
    }
    @keyframes v7-waveDrift {
      0% { transform: translate3d(-1.2%,0,0) scaleY(.99); }
      50% { transform: translate3d(.5%,-3px,0) scaleY(1.018); }
      100% { transform: translate3d(1.2%,2px,0) scaleY(.995); }
    }

    @media (max-width: 1080px) {
      .v7-header-inner { width: min(calc(100% - 48px), var(--v7-content)); grid-template-columns: auto 1fr auto; }
      .v7-desktop-nav { justify-self: center; gap: 20px; }
      .v7-hero-title { font-size: clamp(62px,8vw,88px); }
      .v7-trust-items { gap: 24px; }
    }

    @media (max-width: 860px) {
      .v7-site-header { height: 74px; }
      .v7-header-inner { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
      .v7-desktop-nav, .v7-header-action { display: none; }
      .v7-menu-toggle { display: grid; }
      .v7-mobile-panel { display: block; }
      .page-scrolled .v7-site-header { height: 66px; }
      .v7-brand { gap: 10px; }
      .v7-brand-mark { width: 32px; height: 39px; }
      .v7-brand-name { font-size: 15px; }
      .v7-brand-tag { font-size: 6.5px; }

      .v7-hero { min-height: 720px; }
      .v7-hero-grid { min-height: max(720px,100svh); padding-top: 74px; padding-bottom: max(18px, env(safe-area-inset-bottom)); }
      .v7-hero-main { padding: clamp(48px,7vh,72px) 16px 42px; }
      .v7-hero-content { max-width: 680px; }
      .v7-eyebrow { gap: 9px; margin-bottom: 19px; font-size: 9.5px; letter-spacing: .16em; }
      .v7-eyebrow-line { width: 23px; }
      .v7-eyebrow-desktop { display: none; }
      .v7-eyebrow-mobile { display: inline; }
      .v7-hero-title { font-size: clamp(38px,10.7vw,64px);  }
      .v7-official-line { margin-top: .08em; }
      .v7-hero-copy { max-width: 540px; margin-top: 25px; font-size: 16px; line-height: 1.56; }
      .v7-hero-copy br { display: none; }
      .v7-hero-actions { margin-top: 28px; }
      .v7-hero-actions .v7-btn { min-height: 53px; }
      .v7-trust-strip { width: calc(100% - 40px); padding-top: 17px; }
      .v7-trust-items { flex-wrap: wrap; gap: 10px 24px; font-size: 10.5px; }
      .v7-trust-item:nth-child(3) { display: none; }
      .v7-energy-field { inset: 35% -22% 15%; opacity: .44; }
      .v7-wa { width: 48px; height: 48px; }
      .v7-objective-grid { grid-template-columns: 1fr; }
      .v7-objective-card { min-height: 210px; }
    }

    @media (max-width: 520px) {
      .v7-hero-grid { min-height: max(690px,100svh); }
      .v7-hero-main { padding: clamp(42px,6.4vh,58px) 15px 34px; }
      .v7-hero-title { font-size: clamp(35px,10.45vw,50px); letter-spacing: -.052em; }
      .v7-eyebrow {  font-size: 9px; letter-spacing: .135em;  }
      .v7-hero-copy { max-width: 340px; font-size: 15.5px; line-height: 1.56; color: rgba(191,203,216,.78); }
      .v7-hero-actions { gap: 10px; width: 100%; }
      .v7-hero-actions .v7-btn { min-width: 0; padding-inline: 15px;  }
      .v7-hero-actions .v7-btn-primary { flex: 1.08 1 0; }
      .v7-hero-actions .v7-btn-quiet { flex: .92 1 0; background: rgba(15,38,63,.40); }

      .v7-trust-item { white-space: normal; text-align: left; }
      .v7-next-section { padding: 82px 22px 96px; }
      .v7-section-intro { font-size: 16px; }
      .v7-objective-grid { margin-top: 43px; }
    }

    @media (max-width: 360px) {
      .v7-brand-tag { letter-spacing: .18em; }

      .v7-eyebrow { font-size: 8.5px; letter-spacing: .105em; gap: 7px; }
      .v7-eyebrow-line { width: 19px; }
      .v7-hero-copy { max-width: 300px; font-size: 15px; }
      .v7-hero-actions .v7-btn { padding-inline: 10px; font-size: 12px; }

    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
      .v7-title-first { color: var(--v7-white); clip-path: none; transform: none; filter: none; }
      .v7-official-final { width: 100%; }
      .v7-validation-beam, .v7-official-period::after { display: none; }
      .v7-wave-group { animation: none; }
    }


    /* =========================================================
       V7 — ELEGÂNCIA INSTITUCIONAL
       Refino sem alterar a arquitetura, o conteúdo ou a navegação.
    ========================================================= */
    :root {
      --v7-content: 1360px;
      --v7-line: rgba(166, 191, 217, .18);
      --v7-shadow-orange: 0 14px 34px rgba(255, 143, 13, .18);
    }

    body { text-rendering: optimizeLegibility; }

    /* Cabeçalho mais leve e preciso */
    .v7-site-header { height: 82px; }
    .v7-header-inner { width: min(calc(100% - 96px), var(--v7-content)); }
    .v7-brand { gap: 11px; }
    .v7-brand-mark { width: 35px; height: 43px; filter: drop-shadow(0 7px 14px rgba(0,0,0,.18)); }
    .v7-brand-name { font-size: 15.5px; letter-spacing: .07em; }
    .v7-brand-tag { margin-top: 4px; color: rgba(183,197,212,.66); letter-spacing: .22em; }
    .v7-desktop-nav { gap: 28px; }
    .v7-nav-link { color: rgba(205,215,225,.68); font-size: 13.5px; font-weight: 530; }
    .v7-nav-link.active::after { bottom: 17px; height: 1.5px; }
    .v7-header-action .v7-btn { min-height: 52px; padding-inline: 21px; border-radius: 13px; }

    /* Fundo: a arte entra como paisagem, nunca como ruído atrás do título */
    .v7-hero {
      min-height: 780px;
      background: #031020;
    }
    .v7-hero-background-art {
      position: absolute;
      z-index: -5;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(180deg, rgba(3,12,27,.20) 0%, rgba(3,14,30,.34) 31%, rgba(2,11,24,.50) 62%, rgba(2,10,21,.78) 100%),
        linear-gradient(90deg, rgba(2,11,24,.35), transparent 22%, transparent 78%, rgba(2,11,24,.35)),
        url("/assets/inline/934ce9b10c7bcb17.webp");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      filter: saturate(.78) contrast(1.04) brightness(.82);
      transform: scale(1.015);
    }
    .v7-hero-background-art::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(55% 44% at 50% 42%, rgba(31,99,166,.16), transparent 72%),
        radial-gradient(70% 34% at 50% 72%, transparent 26%, rgba(2,10,20,.23) 100%);
    }
    .v7-hero-ambient-glow {
      position: absolute;
      z-index: -3;
      left: 50%;
      top: 41%;
      width: min(820px, 64vw);
      height: 420px;
      pointer-events: none;
      transform: translate(-50%,-50%);
      background: radial-gradient(ellipse, rgba(37,105,171,.14), rgba(5,24,45,.035) 48%, transparent 73%);
      filter: blur(8px);
      opacity: .82;
    }
    .v7-hero::before {
      z-index: -2;
      background:
        linear-gradient(180deg, rgba(3,13,27,.08), rgba(2,10,22,.13) 52%, rgba(2,9,20,.35)),
        radial-gradient(circle at 50% 39%, rgba(54,135,200,.06), transparent 31%);
    }
    .v7-hero-halo { display: none; }
    .v7-energy-field { display: none; }

    /* Composição: menos vazio, mais intenção */
    .v7-hero-grid {
      min-height: max(780px, 100svh);
      padding: 82px 0 24px;
    }
    .v7-hero-main { padding: clamp(58px, 7.2vh, 82px) 24px 58px; }
    .v7-hero-content { width: min(100%, 1010px); }
    .v7-eyebrow {
      gap: 11px;
      margin-bottom: 25px;
      color: rgba(221,228,235,.76);
      font-size: 10.5px;
      letter-spacing: .22em;
    }
    .v7-eyebrow-line {
      width: 25px;
      height: 1.5px;
      box-shadow: 0 0 10px rgba(255,153,16,.17);
    }
    .v7-hero-title {
      font-size: clamp(66px, 6.25vw, 98px);
      line-height: .925;
      letter-spacing: -.052em;
      font-weight: 735;
      text-shadow: 0 18px 48px rgba(0,0,0,.24);
    }
    .v7-official-line {
      margin-top: .055em;
      font-size: .97em;
      font-weight: 305;
      letter-spacing: -.057em;
    }
    .v7-title-first { animation-duration: .72s; }
    .v7-official-final { animation-duration: .62s; }
    .v7-validation-beam {
      width: 2.7rem;
      height: 1.5px;
      box-shadow: 0 0 8px rgba(255,151,17,.45), 0 0 18px rgba(255,151,17,.14);
      animation-duration: .74s;
    }
    .v7-hero-copy {
      max-width: 690px;
      margin-top: 27px;
      color: rgba(207,216,226,.72);
      font-size: clamp(16px, 1.2vw, 18.5px);
      line-height: 1.62;
      font-weight: 410;
    }
    .v7-hero-actions { gap: 12px; margin-top: 30px; }
    .v7-hero-actions .v7-btn { min-height: 52px; border-radius: 12px; }
    .v7-hero-actions .v7-btn-primary { min-width: 164px; }
    .v7-hero-actions .v7-btn-quiet {
      min-width: 150px;
      background: rgba(8,29,52,.40);
      border-color: rgba(176,199,222,.21);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
    }
    .v7-btn-primary {
      background: linear-gradient(135deg, #ffbd27 0%, #ff9914 100%);
      box-shadow: 0 14px 34px rgba(255,143,13,.18), inset 0 1px 0 rgba(255,255,255,.40);
    }
    .v7-btn::before { background: linear-gradient(108deg, transparent 0 39%, rgba(255,255,255,.25) 48%, transparent 57% 100%); }

    /* Prova de autoridade mais silenciosa */
    .v7-trust-strip { width: min(calc(100% - 96px), 1100px); padding-top: 19px; }
    .v7-trust-items { gap: clamp(34px, 4.8vw, 74px); color: rgba(211,220,229,.72); font-size: 11.5px; font-weight: 600; }
    .v7-trust-dot { width: 5px; height: 5px; box-shadow: 0 0 9px rgba(255,137,19,.34); }
    .v7-trust-mobile { display: none; }

    /* WhatsApp menos dominante */
    .v7-wa { width: 48px; height: 48px; background: #07884f; box-shadow: 0 13px 30px rgba(4,116,66,.24); }
    .v7-wa svg { width: 21px; height: 21px; }

    /* Próxima seção: transição editorial e cartões mais premium */
    .v7-next-section {
      background:
        radial-gradient(70% 50% at 92% 5%, rgba(22,136,223,.045), transparent 70%),
        linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
      padding-top: 120px;
    }
    .v7-next-section h2 { letter-spacing: -.046em; }
    .v7-section-intro { color: #6d7d90; line-height: 1.7; }
    .v7-objective-grid { gap: 20px; }
    .v7-objective-card {
      position: relative;
      min-height: 252px;
      overflow: hidden;
      border-color: rgba(17,46,76,.09);
      border-radius: 20px;
      background: rgba(255,255,255,.88);
      box-shadow: 0 18px 55px rgba(20,45,70,.045);
    }
    .v7-objective-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 30px;
      width: 42px;
      height: 2px;
      background: linear-gradient(90deg, #ffb11c, #ff8e12);
      transform: scaleX(.42);
      transform-origin: left;
      transition: transform .45s var(--v7-ease-out);
    }
    .v7-objective-card::after {
      content: "↗";
      position: absolute;
      right: 25px;
      bottom: 23px;
      color: #9aabba;
      font-size: 15px;
      opacity: .58;
      transition: transform .3s var(--v7-ease-out), color .3s ease, opacity .3s ease;
    }
    .v7-objective-card:hover::before { transform: scaleX(1); }
    .v7-objective-card:hover::after { transform: translate(3px,-3px); color: #ef8710; opacity: 1; }
    .v7-objective-card:hover { transform: translateY(-5px); box-shadow: 0 26px 64px rgba(20,45,70,.09); }
    .v7-objective-index {
      width: auto;
      height: auto;
      display: inline-flex;
      border-radius: 0;
      color: #e7820e;
      background: transparent;
      font-size: 11px;
      letter-spacing: .14em;
    }
    .v7-objective-card h3 { margin-top: 31px; font-size: 23px; }
    .v7-objective-card p { max-width: 90%; color: #718093; }

    @media (max-width: 1080px) {
      .v7-header-inner { width: min(calc(100% - 52px), var(--v7-content)); }
    }

    @media (max-width: 860px) {
      .v7-site-header { height: 72px; }
      .v7-header-inner { width: calc(100% - 30px); }
      .v7-hero { min-height: 700px; }
      .v7-hero-grid { min-height: max(700px,100svh); padding-top: 72px; }
      .v7-hero-main { place-items: start center; padding: clamp(92px, 15vh, 132px) 16px 36px; }
      .v7-hero-content { max-width: 660px; }
      .v7-hero-background-art {
        background-position: 53% bottom;
        filter: saturate(.72) contrast(1.03) brightness(.72);
        transform: scale(1.025);
      }
      .v7-hero-background-art::after {
        background:
          linear-gradient(180deg, rgba(2,11,24,.14) 0%, rgba(2,11,24,.28) 44%, rgba(2,10,22,.56) 100%),
          radial-gradient(80% 45% at 50% 39%, rgba(20,78,135,.11), transparent 75%);
      }
      .v7-hero-ambient-glow { top: 38%; width: 95vw; height: 330px; opacity: .62; }
      .v7-eyebrow { margin-bottom: 20px; font-size: 9px; letter-spacing: .15em; }
      .v7-hero-title { font-size: clamp(39px,10.7vw,62px); line-height: .95; text-shadow: 0 14px 38px rgba(0,0,0,.25); }
      .v7-hero-copy { max-width: 520px; margin-top: 24px; font-size: 15.5px; line-height: 1.58; color: rgba(210,219,228,.72); }
      .v7-hero-actions { margin-top: 26px; }
      .v7-trust-strip { width: calc(100% - 38px); padding-top: 15px; }
      .v7-trust-items { gap: 10px 22px; font-size: 10px; }
      .v7-trust-desktop { display: none; }
      .v7-trust-mobile { display: inline; }
      .hero-visible .v7-wa { bottom: max(76px, calc(env(safe-area-inset-bottom) + 76px)); }
      .v7-wa { width: 46px; height: 46px; }
    }

    @media (max-width: 520px) {
      .v7-hero-grid { min-height: max(680px,100svh); }
      .v7-hero-main { padding: clamp(82px,13vh,110px) 15px 30px; }
      .v7-brand-mark { width: 31px; height: 38px; }
      .v7-brand-name { font-size: 14px; }
      .v7-brand-tag { font-size: 6px; letter-spacing: .20em; }
      .v7-menu-toggle { width: 42px; height: 42px; border-radius: 12px; }
      .v7-eyebrow { max-width: 100%; gap: 8px; font-size: 8.5px; letter-spacing: .12em; white-space: nowrap; }
      .v7-eyebrow-line { width: 20px; }
      .v7-hero-title { font-size: clamp(35px,10.5vw,49px); letter-spacing: -.048em; }
      .v7-official-line { font-size: 1.01em; }
      .v7-hero-copy { max-width: 338px; font-size: 15px; line-height: 1.55; }
      .v7-hero-actions { width: min(100%, 360px); margin-inline: auto; gap: 9px; }
      .v7-hero-actions .v7-btn { min-height: 51px; padding-inline: 14px; font-size: 12.5px; }
      .v7-hero-actions .v7-btn-primary { flex: 1.05 1 0; }
      .v7-hero-actions .v7-btn-quiet { flex: .95 1 0; }
      .v7-trust-strip { margin-top: 16px; }
      .v7-trust-items { align-items: flex-start; justify-content: center; gap: 7px 18px; }
      .v7-next-section { padding: 88px 22px 98px; }
    }

    @media (max-width: 360px) {
      .v7-hero-main { padding-top: 78px; }
      .v7-hero-title { font-size: 34px; }
      .v7-hero-copy { max-width: 292px; font-size: 14.5px; }
      .v7-hero-actions { display: grid; grid-template-columns: 1fr; max-width: 286px; }
      .v7-hero-actions .v7-btn { width: 100%; }
      .v7-trust-item:nth-child(2) { display: none; }
    }

    @media (prefers-reduced-motion: reduce) {
      .v7-hero-background-art { transform: none; }
    }

  

/* ===== V10 — REFINAMENTO EDITORIAL ELEGANTE =====
   Objetivo: elevar o acabamento do site completo sem alterar a composição
   soberana da Home V7 (hero + escolha de objetivos).
===================================================== */
:root{
  --elegant-ink:#09192d;
  --elegant-muted:#66768a;
  --elegant-paper:#faf9f6;
  --elegant-paper-warm:#f4f1e9;
  --elegant-line:rgba(9,25,45,.10);
  --elegant-line-dark:rgba(255,255,255,.11);
  --elegant-shadow:0 18px 54px rgba(7,20,38,.065);
  --elegant-shadow-hover:0 28px 74px rgba(7,20,38,.11);
  --elegant-radius:20px;
  --elegant-radius-lg:26px;
}

/* Base editorial — a Home V7 permanece isolada por namespace próprio */
body{
  background:var(--elegant-paper);
  color:var(--elegant-ink);
  font-feature-settings:"kern" 1,"liga" 1,"calt" 1;
}
.container{width:min(1200px,calc(100% - 48px))}
.kicker{
  margin-bottom:17px;
  color:#e98412;
  font-size:10px;
  font-weight:850;
  letter-spacing:.19em;
}
.kicker:before{width:25px;height:1.5px}
.display,.section-title,.page-heading{
  color:var(--elegant-ink);
  font-weight:760;
  text-wrap:balance;
}
.display{font-size:clamp(48px,6.35vw,88px);line-height:.96;letter-spacing:-.052em}
.section-title{font-size:clamp(46px,5.55vw,76px);line-height:.98;letter-spacing:-.048em}
.lead,.page-copy{color:var(--elegant-muted)}
.lead{font-size:17px;line-height:1.72}
.page-copy{line-height:1.76}
.reveal{transform:translateY(22px);transition:opacity .78s var(--ease),transform .78s var(--ease)}

/* Cabeçalho nas páginas internas: vidro mais silencioso e coerente com a V7 */
body.internal-page .v7-site-header{
  background:linear-gradient(180deg,rgba(3,15,29,.93),rgba(4,18,34,.86));
  border-bottom:1px solid rgba(255,255,255,.075);
  box-shadow:0 12px 36px rgba(0,0,0,.16);
  backdrop-filter:blur(20px) saturate(1.12);
}
body.internal-page.page-scrolled .v7-site-header,
body.internal-page .page-scrolled .v7-site-header{
  background:rgba(255,255,255,.95);
}

/* Heróis internos: autoridade, leitura e respiro sem excesso de decoração */
.app-view:not([data-route="home"]) .internal-hero{
  min-height:540px;
  display:flex;
  align-items:center;
  padding:154px 0 92px;
  background:
    radial-gradient(50% 70% at 84% 34%,rgba(37,192,243,.105),transparent 72%),
    radial-gradient(42% 66% at 12% 92%,rgba(242,138,33,.085),transparent 70%),
    linear-gradient(135deg,#061427 0%,#071b31 57%,#061326 100%);
  border-bottom:1px solid rgba(255,255,255,.055);
}
.app-view:not([data-route="home"]) .internal-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.014),transparent 20%,transparent 80%,rgba(255,255,255,.01)),
    repeating-linear-gradient(90deg,transparent 0 119px,rgba(255,255,255,.012) 120px);
  mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 94%);
}
.app-view:not([data-route="home"]) .internal-hero:after{
  right:-180px;
  bottom:-330px;
  width:650px;
  height:650px;
  border-color:rgba(255,255,255,.055);
  box-shadow:0 0 0 82px rgba(255,255,255,.012),0 0 0 164px rgba(255,255,255,.008);
}
.app-view:not([data-route="home"]) .internal-hero .container{position:relative;z-index:2}
.app-view:not([data-route="home"]) .internal-hero .kicker{color:#ff9d24}
.app-view:not([data-route="home"]) .internal-hero h1{
  max-width:12ch;
  font-size:clamp(54px,6.35vw,88px);
  line-height:.96;
  letter-spacing:-.057em;
  font-weight:735;
  text-shadow:0 16px 52px rgba(0,0,0,.22);
}
.app-view:not([data-route="home"]) .internal-hero p{
  max-width:62ch;
  margin-top:25px;
  color:rgba(217,226,235,.70);
  font-size:18px;
  line-height:1.68;
}

/* Ritmo vertical uniforme */
.page-shell{padding:clamp(88px,8vw,124px) 0}
.page-shell.alt{background:linear-gradient(180deg,#f7f4ed 0%,#f4f1e9 100%)}
.page-head{margin-bottom:52px;align-items:flex-end}
.page-heading{font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.047em}

/* Superfícies e cards: borda fina, profundidade curta e mais espaço interno */
.surface,
.form-card-v2,
.product-card-v2,
.download-card,
.faq-item,
.filter-panel{
  border-color:var(--elegant-line);
  border-radius:var(--elegant-radius);
  box-shadow:var(--elegant-shadow);
}
.surface{padding:30px;background:rgba(255,255,255,.90)}
.surface h2,.surface h3{font-weight:735;letter-spacing:-.032em}
.card-link,
.product-card-v2,
.objective-card,
.journey-card,
.eco-card{
  transition:transform .34s var(--ease),box-shadow .34s ease,border-color .34s ease,background-color .34s ease;
}
.card-link:hover,.product-card-v2:hover{
  transform:translateY(-5px);
  box-shadow:var(--elegant-shadow-hover);
  border-color:rgba(22,119,255,.22);
}
.icon-tile{
  width:48px;height:48px;border-radius:14px;
  background:linear-gradient(145deg,#0b2038,#061426);
  box-shadow:0 13px 28px rgba(7,20,38,.15);
}
.chip{font-size:10px;letter-spacing:.04em}

/* HOME após a V7 — mesma direção, linguagem mais editorial */
.tracking{
  padding:clamp(112px,9vw,142px) 0;
  background:
    radial-gradient(42% 70% at 84% 34%,rgba(39,215,242,.065),transparent 74%),
    radial-gradient(35% 54% at 15% 94%,rgba(242,138,33,.045),transparent 72%),
    linear-gradient(145deg,#061426 0%,#071a30 100%);
  border-top:1px solid rgba(255,255,255,.045);
  border-bottom:1px solid rgba(255,255,255,.055);
}
.tracking-grid-v612{grid-template-columns:minmax(0,.91fr) minmax(520px,1.09fr);gap:clamp(64px,7vw,98px)}
.tracking .section-title{max-width:8.9ch;font-size:clamp(55px,5.7vw,78px);font-weight:720}
.tracking .lead{max-width:52ch;color:rgba(218,226,235,.68)}
.tracking-form{margin-top:32px;max-width:590px;gap:10px}
.tracking-form input{
  min-height:54px;
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  border-radius:13px;
  color:#fff;
  padding-inline:18px;
}
.tracking-form input::placeholder{color:rgba(218,226,235,.46)}
.tracking-form button{
  min-height:54px;
  padding-inline:23px;
  border-radius:13px;
  background:linear-gradient(135deg,#ffba21,#ff9514);
  box-shadow:0 14px 34px rgba(242,138,33,.16);
}
.tracking-note{color:rgba(211,221,232,.45)}
.tracking-compact-card{
  padding:26px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  border-color:rgba(178,203,229,.15);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 24px 70px rgba(0,0,0,.16);
  backdrop-filter:blur(12px);
}
.tracking-compact-steps li{
  border-color:rgba(255,255,255,.085);
  background:rgba(255,255,255,.032);
}

.process{
  padding:clamp(112px,9vw,140px) 0;
  background:
    radial-gradient(65% 65% at 50% 0%,rgba(255,255,255,.64),transparent 72%),
    linear-gradient(180deg,#f5f2ea 0%,#f3efe6 100%);
}
.process-head{max-width:900px}
.process-head .section-title{max-width:13ch;margin-inline:auto;font-size:clamp(54px,5.8vw,78px);font-weight:735}
.process-head .lead{max-width:66ch;margin:24px auto 0}
.process-line{margin-top:62px}
.process-line:before{left:10%;right:10%;opacity:.42}
.process-index{
  width:72px;height:72px;
  background:rgba(247,245,239,.94);
  border-color:rgba(9,25,45,.13);
  font-size:17px;
  box-shadow:0 8px 22px rgba(7,20,38,.035);
}
.process-card h3{font-size:20px;font-weight:735;letter-spacing:-.02em}
.process-card p{max-width:30ch;margin-inline:auto;color:#68788b}
.process-card:hover .process-index{transform:translateY(-3px);background:#071426;box-shadow:0 16px 34px rgba(7,20,38,.16)}

.operation{
  padding:clamp(112px,9vw,138px) 0;
  background:
    radial-gradient(50% 38% at 98% 0%,rgba(39,215,242,.025),transparent 75%),
    #fff;
}
.operation-head{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(50px,7vw,100px);margin-bottom:58px}
.operation .section-title{font-size:clamp(52px,5.45vw,76px);font-weight:730}
.operation-head .lead{max-width:52ch;margin:0 0 4px}
.gallery{gap:15px}
.photo{
  border-radius:22px;
  border:1px solid rgba(7,20,38,.075);
  box-shadow:0 20px 56px rgba(7,20,38,.075);
}
.photo:after{background:linear-gradient(180deg,rgba(5,16,31,.01) 28%,rgba(5,16,31,.88) 100%)!important}
.photo h3{font-weight:720;letter-spacing:-.043em}

.official-deye-section.v69-section{
  padding:clamp(108px,8vw,132px) 0!important;
  background:
    radial-gradient(55% 58% at 94% 8%,rgba(22,119,255,.045),transparent 72%),
    linear-gradient(180deg,#f8f6ef 0%,#f2eee4 100%)!important;
  border-top:1px solid rgba(9,25,45,.06);
  border-bottom:1px solid rgba(9,25,45,.07);
}
.v69-layout{gap:clamp(58px,6vw,88px)}
.v69-content .display{font-size:clamp(52px,5.25vw,76px);font-weight:735;line-height:.97;max-width:12.5ch}
.v69-families article{padding:18px 0}
.v69-families h3{font-weight:720}
.v69-feature-card{
  border-radius:24px;
  border-color:rgba(9,25,45,.09);
  box-shadow:0 26px 74px rgba(7,20,38,.10)!important;
}
.v69-lockup{padding:20px 24px;background:rgba(255,255,255,.94)}
.feature-product-visual{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 44%,rgba(39,215,242,.13),transparent 39%),
    linear-gradient(180deg,#fff 0%,#f1f5f5 100%);
}
.feature-product-visual:after{
  content:"";
  position:absolute;
  inset:10% 13%;
  border-radius:50%;
  border:1px solid rgba(22,119,255,.055);
  box-shadow:0 0 0 42px rgba(22,119,255,.012);
  pointer-events:none;
}
.feature-product-visual img{
  position:absolute!important;
  z-index:2!important;
  left:50%!important;
  top:51%!important;
  width:auto!important;
  height:auto!important;
  max-width:76%!important;
  max-height:76%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:translate(-50%,-50%) scale(.90)!important;
  filter:drop-shadow(0 22px 30px rgba(7,20,38,.16))!important;
}
.feature-product-slide[data-product-key="bateria"] .feature-product-visual img{transform:translate(-50%,-50%) scale(.78)!important}
.feature-product-slide[data-product-key="monitoramento"] .feature-product-visual img{transform:translate(-50%,-50%) scale(.78)!important}
.feature-product-slide[data-product-key="microinversor"] .feature-product-visual img{transform:translate(-50%,-50%) scale(.88)!important}
.feature-product-info{padding:23px 26px 25px}
.v69-product-info h3{font-weight:730}
.feature-carousel-controls{padding-bottom:19px}
.feature-carousel-arrow{border-radius:12px;background:#f6f8f8}

.ecosystem{
  padding:clamp(112px,9vw,140px) 0;
  background:
    radial-gradient(42% 70% at 88% 16%,rgba(39,215,242,.055),transparent 72%),
    radial-gradient(34% 55% at 9% 96%,rgba(242,138,33,.045),transparent 72%),
    linear-gradient(145deg,#061426 0%,#07192e 100%);
}
.ecosystem-copy{max-width:920px}
.v69-ecosystem-title{font-size:clamp(52px,5.8vw,80px)!important;font-weight:720;line-height:.97}
.ecosystem-grid{gap:13px;margin-top:58px}
.eco-card{
  min-height:292px;
  border-radius:20px;
  padding:25px;
  border-color:rgba(255,255,255,.105);
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.022));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018);
}
.eco-card:hover{transform:translateY(-5px);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 23px 58px rgba(0,0,0,.17)}
.eco-icon{border-radius:13px;background:rgba(255,255,255,.045)}
.eco-card h3{font-weight:720}

.v69-closing{
  padding:clamp(94px,7vw,116px) 0!important;
  background:
    radial-gradient(45% 70% at 92% 10%,rgba(242,138,33,.06),transparent 72%),
    linear-gradient(180deg,#f5f2e9 0%,#f0ece2 100%)!important;
}
.v69-closing-copy h2{font-size:clamp(48px,5.5vw,74px);font-weight:735;line-height:.97}
.v69-closing-copy p{color:#66768a}
.v69-closing-actions{min-width:228px}
.v69-closing-actions .btn{border-radius:13px}

/* Catálogo: hierarquia e legibilidade mais refinadas */
.catalog-layout{grid-template-columns:260px 1fr;gap:26px}
.filter-panel{top:98px;padding:22px;background:rgba(255,255,255,.92);box-shadow:0 15px 46px rgba(7,20,38,.05)}
.search-box{border-color:var(--elegant-line);border-radius:13px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(7,20,38,.035)}
.product-grid{gap:16px}
.product-card-v2{min-height:380px;overflow:hidden;background:#fff}
.product-visual{height:200px;background:radial-gradient(circle at 75% 22%,rgba(39,215,242,.17),transparent 32%),radial-gradient(circle at 18% 82%,rgba(242,138,33,.10),transparent 31%),linear-gradient(145deg,#f2f7fa,#e5edf3)}
.product-body{padding:22px 22px 20px}
.product-body small{font-size:10px;letter-spacing:.09em}
.product-body h3{font-size:19px;line-height:1.22;font-weight:735;letter-spacing:-.025em}
.product-body p{line-height:1.58;color:#68788b}
.product-code{color:#8794a3}

/* Formulários e FAQ: menos peso visual e estados mais claros */
.form-card-v2{padding:34px;background:rgba(255,255,255,.94)}
.field label{font-size:11px;letter-spacing:.02em}
.field input,.field select,.field textarea{
  border-color:rgba(9,25,45,.12);
  border-radius:12px;
  background:#fcfdfd;
  min-height:50px;
}
.field textarea{min-height:132px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#2b83df;box-shadow:0 0 0 4px rgba(22,119,255,.075)}
.faq-list{gap:9px}
.faq-item{overflow:hidden;background:rgba(255,255,255,.92);box-shadow:none}
.faq-q-v2{padding:20px 22px;font-weight:730}
.faq-a-v2 p{padding:0 22px 22px}

/* Rodapé: presença institucional sem excesso */
footer{
  padding:62px 0 30px!important;
  background:linear-gradient(145deg,#030d19 0%,#041224 100%)!important;
  border-top:1px solid rgba(255,255,255,.055);
}
footer .footer-grid-v2{gap:38px!important;padding-bottom:36px!important}
.footer-brand p{color:rgba(219,228,237,.58)!important;line-height:1.7}
.footer-col-v2 h4{font-size:9px!important;letter-spacing:.18em!important}
.footer-col-v2 a,.footer-col-v2 span{line-height:1.62!important}
.deye-lockup-official{background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.10)!important}
.footer-bottom{padding-top:22px!important;border-top-color:rgba(255,255,255,.07)!important}

/* Tablet */
@media(max-width:1024px){
  .container{width:calc(100% - 48px)!important}
  .tracking-grid-v612{grid-template-columns:1fr!important;gap:44px!important}
  .tracking .section-title{max-width:11ch}
  .operation-head{grid-template-columns:1fr;gap:18px}
  .operation-head .lead{max-width:62ch}
  .catalog-layout{grid-template-columns:1fr}
  .filter-panel{position:static}
  .app-view:not([data-route="home"]) .internal-hero{min-height:500px;padding:140px 0 78px}
  .app-view:not([data-route="home"]) .internal-hero h1{font-size:clamp(50px,7vw,72px)}
}

/* Mobile */
@media(max-width:640px){
  .container{width:calc(100% - 36px)!important}
  .display{font-size:clamp(39px,11vw,50px)}
  .section-title{font-size:clamp(39px,10.8vw,49px)}
  .lead{font-size:15px;line-height:1.66}

  .app-view:not([data-route="home"]) .internal-hero{
    min-height:auto;
    padding:118px 0 64px;
    align-items:flex-end;
  }
  .app-view:not([data-route="home"]) .internal-hero:before{opacity:.55}
  .app-view:not([data-route="home"]) .internal-hero:after{width:390px;height:390px;right:-190px;bottom:-250px}
  .app-view:not([data-route="home"]) .internal-hero h1{
    max-width:13ch;
    font-size:clamp(39px,11.2vw,52px);
    line-height:.98;
    letter-spacing:-.049em;
  }
  .app-view:not([data-route="home"]) .internal-hero p{margin-top:18px;font-size:15px;line-height:1.62}
  .page-shell{padding:76px 0 88px}
  .page-head{margin-bottom:34px}
  .page-heading{font-size:clamp(37px,10.5vw,48px)}
  .surface,.form-card-v2{padding:22px;border-radius:17px}

  .tracking{padding:84px 0}
  .tracking .section-title{font-size:clamp(42px,11.2vw,53px);max-width:10ch}
  .tracking-grid-v612{gap:34px!important}
  .tracking-form{display:grid;grid-template-columns:1fr;margin-top:25px}
  .tracking-form input,.tracking-form button{width:100%;min-height:52px}
  .tracking-compact-card{padding:20px;border-radius:18px}
  .tracking-compact-steps{grid-template-columns:1fr;gap:9px}
  .tracking-compact-steps li{padding:12px}

  .process{padding:84px 0}
  .process-head .section-title{font-size:clamp(41px,11vw,52px);max-width:11ch}
  .process-head .lead{margin-top:18px}
  .process-line{margin-top:42px;gap:36px}
  .process-card{text-align:left;padding:0;display:grid;grid-template-columns:58px 1fr;column-gap:16px;align-items:start}
  .process-card .process-index{grid-column:1;grid-row:1/3;width:56px;height:56px;margin:0;font-size:14px}
  .process-card h3{grid-column:2;margin:3px 0 6px;text-align:left}
  .process-card p{grid-column:2;max-width:none;margin:0;text-align:left}
  .process-line:before{display:none}

  .operation{padding:84px 0}
  .operation-head{margin-bottom:34px}
  .gallery{gap:11px}
  .photo{border-radius:18px}

  .official-deye-section.v69-section{padding:82px 0!important}
  .v69-content .display{font-size:clamp(40px,11vw,51px);max-width:11ch}
  .v69-families{margin-top:24px}
  .v69-feature-card{border-radius:19px}
  .feature-product-visual{min-height:290px!important}
  .feature-product-visual img{max-width:72%!important;max-height:72%!important}
  .feature-product-info{padding:21px 21px 19px!important}

  .ecosystem{padding:84px 0}
  .v69-ecosystem-title{font-size:clamp(41px,11vw,52px)!important}
  .ecosystem-grid{margin-top:38px;gap:10px}
  .eco-card{min-height:220px;border-radius:17px;padding:21px}

  .v69-closing{padding:76px 0!important}
  .v69-closing-copy h2{font-size:clamp(40px,11vw,51px)}

  .product-grid{gap:13px}
  .product-card-v2{border-radius:17px;min-height:0}
  .product-visual{height:190px}
  .product-body{padding:20px}

  footer{padding:50px 0 26px!important}
  footer .footer-grid-v2{gap:26px!important}
}

@media(prefers-reduced-motion:reduce){
  .card-link:hover,.product-card-v2:hover,.process-card:hover .process-index,.eco-card:hover{transform:none!important}
}


/* ===== PUBLICAÇÃO V1.2 — consistência, legal e contraste ===== */
.legal-updated{display:inline-flex;margin:0 0 20px;padding:8px 12px;border-radius:999px;background:#eef4f8;color:#516578;font-size:11px;font-weight:800;letter-spacing:.03em}
.legal-card-v2 h2{scroll-margin-top:100px}.legal-card-v2 a{overflow-wrap:anywhere}
.tracking .section-title,.tracking h2,.ecosystem .section-title,.ecosystem h2,.dark .section-title,.dark h2,.dark h3,.dark-surface h2,.dark-surface h3{color:#fff}
.privacy-banner a{color:#fff;text-underline-offset:3px}
@media(max-width:640px){.legal-card-v2{padding:22px}.legal-card-v2 h2{font-size:23px}.legal-updated{white-space:normal}}

.footer-privacy-link{border:0;background:transparent;color:inherit;padding:0;font:inherit;cursor:pointer;text-decoration:underline;text-decoration-color:rgba(255,255,255,.18);text-underline-offset:3px}.footer-privacy-link:hover{color:#fff}


/* lançamento: foco visível também no skip link (achado do robô de usabilidade) */.skip{transition-property:top}.skip:focus{outline:3px solid rgba(39,215,242,.72);outline-offset:3px}

/* ===== V1.3 — arquitetura multipágina, cabeçalho adaptativo e formulários robustos ===== */
.field-help{display:block;margin-top:7px;color:#718096;font-size:11px;line-height:1.45}
.form-error-summary{margin:0 0 20px;padding:14px 16px;border:1px solid #efb3b3;border-radius:14px;background:#fff2f2;color:#8b1e1e;font-size:13px;line-height:1.55}
.form-error-summary[hidden]{display:none!important}
.field [aria-invalid="true"]{border-color:#c63737!important;box-shadow:0 0 0 4px rgba(198,55,55,.09)!important}
.connection-status{position:fixed;z-index:300;left:50%;top:88px;transform:translateX(-50%);max-width:min(620px,calc(100% - 32px));padding:10px 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#7d2d14;color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.22);font-size:12px;font-weight:750;text-align:center}
.tracking-form-v13{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto!important;max-width:850px!important}
.tracking-form-v13 input{min-width:0}
html[data-header-theme="dark"].page-scrolled .v7-site-header,
html[data-header-theme="dark"] .site-header.scrolled{color:#fff;background:rgba(4,17,32,.90)!important;border-bottom-color:rgba(255,255,255,.09)!important;box-shadow:0 12px 36px rgba(0,0,0,.22)!important;backdrop-filter:blur(18px) saturate(1.15)}
html[data-header-theme="dark"].page-scrolled .v7-brand-name,
html[data-header-theme="dark"].page-scrolled .v7-nav-link,
html[data-header-theme="dark"] .site-header.scrolled .desktop-nav a{color:#fff!important}
html[data-header-theme="dark"].page-scrolled .v7-brand-tag{color:rgba(255,255,255,.58)!important}
html[data-header-theme="dark"].page-scrolled .v7-menu-toggle{color:#fff!important;background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.16)!important}
html[data-header-theme="light"].page-scrolled .v7-site-header,
html[data-header-theme="light"] .site-header.scrolled{color:#0b1d31;background:rgba(255,255,255,.94)!important;border-bottom-color:rgba(13,39,68,.08)!important;box-shadow:0 12px 34px rgba(8,27,48,.08)!important}
@media(max-width:760px){
  .tracking-form-v13{grid-template-columns:1fr!important}
  .connection-status{top:76px;border-radius:14px}
  .form-grid-v2{gap:15px}
}


/* ===== V1.4 — CONTEÚDO E JORNADAS ===== */
.operational-notice{
  margin-top:22px;
  padding:18px 20px;
  border:1px solid rgba(242,138,33,.28);
  border-radius:18px;
  background:linear-gradient(180deg,#fff9ef 0%,#fff5e4 100%);
  color:#6f4305;
  box-shadow:0 10px 30px rgba(124,75,5,.045);
}
.operational-notice strong{
  display:block;
  margin-bottom:7px;
  color:#8b4b05;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.operational-notice p{
  margin:0;
  font-size:14px;
  line-height:1.65;
}
.v7-hero-copy{max-width:820px}
.v7-objective-card p{max-width:31ch}
@media(max-width:860px){
  .v7-hero-copy{max-width:590px}
}
@media(max-width:640px){
  .operational-notice{padding:16px;border-radius:16px}
  .operational-notice p{font-size:13px}
}


/* ===== V1.5 — CENTRAL DIGITAL, Ordem de Serviço E SUPORTE TÉCNICO ===== */
:root{
  --service-green:#0b8f58;
  --service-green-dark:#076b43;
  --service-blue:#0e63c7;
  --service-soft:#eef6fb;
}

/* Home: quatro objetivos sem comprimir a leitura. */
@media(min-width:1181px){
  .v7-objective-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .v7-objective-card{min-height:274px!important;padding:27px!important}
  .v7-objective-card h3{font-size:21px!important}
}
@media(min-width:761px) and (max-width:1180px){

}

/* Consulta de Ordem de Serviço: autosserviço primeiro; atendimento humano como contingência. */
.os-access-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:22px;
  align-items:stretch;
}
.os-primary-card,.os-assist-card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:34px;
}
.os-primary-card{
  color:#fff;
  background:
    radial-gradient(circle at 90% 8%,rgba(39,215,242,.19),transparent 31%),
    radial-gradient(circle at 8% 100%,rgba(242,138,33,.13),transparent 32%),
    linear-gradient(145deg,#0a2038 0%,#061426 76%);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 24px 70px rgba(2,12,25,.22);
}
.os-primary-card:after{
  content:"";position:absolute;right:-120px;bottom:-170px;width:360px;height:360px;border-radius:50%;
  border:1px solid rgba(255,255,255,.07);box-shadow:0 0 0 62px rgba(255,255,255,.018),0 0 0 124px rgba(255,255,255,.012);
}
.os-primary-card>*{position:relative;z-index:2}
.os-primary-card .kicker{color:#ffb342}
.os-primary-card h2{margin:0;max-width:12ch;font-size:clamp(42px,5.4vw,72px);line-height:.96;letter-spacing:-.052em;color:#fff}
.os-primary-card .lead{max-width:56ch;color:rgba(255,255,255,.72);margin:22px 0 0}
.os-portal-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px}
.os-portal-link{
  min-height:56px;padding:0 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  color:#071426;text-decoration:none;font-size:14px;font-weight:900;background:linear-gradient(135deg,var(--yellow),var(--orange));
  box-shadow:0 14px 34px rgba(242,138,33,.22);transition:transform .22s var(--ease),box-shadow .22s var(--ease)
}
.os-portal-link:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(242,138,33,.29)}
.os-portal-note{margin:0;color:rgba(255,255,255,.54);font-size:12px;line-height:1.55}
.os-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:34px}
.os-feature{
  min-height:110px;padding:17px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035)
}
.os-feature b{display:block;color:#fff;font-size:13px;line-height:1.35}
.os-feature span{display:block;margin-top:7px;color:rgba(255,255,255,.55);font-size:12px;line-height:1.5}
.os-assist-card{background:#fff;border:1px solid rgba(7,20,38,.11);box-shadow:0 18px 54px rgba(7,20,38,.07)}
.os-assist-card h3{margin:0;font-size:30px;line-height:1.04;letter-spacing:-.04em;color:var(--ink)}
.os-assist-card>p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.65}
.os-assist-card .tracking-form-v13{grid-template-columns:1fr!important;margin-top:24px!important;max-width:none!important}
.os-assist-card .tracking-form input{color:var(--ink);background:#f8fafc;border-color:#dbe3eb}
.os-assist-card .tracking-form button{min-height:54px;padding:0 18px}
.os-assist-status{margin-top:14px;padding:13px 15px;border-radius:14px;background:#f3f7fa;border:1px solid #e0e8ef}
.os-assist-status .demo-code{display:block;color:var(--service-blue);font-size:12px}
.os-assist-status .demo-result{display:none;color:#466176;background:transparent;border:0;padding:0;margin:7px 0 0}
.os-assist-status .demo-result.show{display:block}

/* Página interna de consulta. */
.os-page-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:24px;align-items:stretch}
.os-page-portal{padding:34px;border-radius:28px;background:linear-gradient(145deg,#071a30,#0b2948);color:#fff;overflow:hidden;position:relative}
.os-page-portal:after{content:"";position:absolute;right:-110px;top:-140px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(39,215,242,.18),transparent 68%)}
.os-page-portal>*{position:relative;z-index:2}
.os-page-portal h2{margin:0;font-size:clamp(38px,5vw,64px);line-height:.97;letter-spacing:-.05em;color:#fff;max-width:12ch}
.os-page-portal p{max-width:58ch;color:rgba(255,255,255,.70);line-height:1.68}
.os-page-steps{display:grid;gap:12px}
.os-page-step{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}
.os-page-step>span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#fff2dd;color:#db7407;font-weight:900}
.os-page-step h3{margin:1px 0 6px;font-size:17px}
.os-page-step p{margin:0;color:var(--muted);font-size:13px;line-height:1.58}
.os-help-shell{max-width:900px}
.os-help-form{margin-top:26px}
.os-help-form .tracking-form-v13{max-width:none!important}

/* Suporte técnico dedicado. */
.tech-topic-grid .surface{min-height:260px;display:flex;flex-direction:column}
.tech-topic-index{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;margin-bottom:24px;background:#edf5ff;color:#145fbb;font-size:12px;font-weight:900}
.tech-topic-grid h3{font-size:22px;line-height:1.08;margin-bottom:10px}
.tech-topic-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}
.tech-topic-grid .text-link{margin-top:auto;padding-top:22px}
.technical-checklist{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:11px}
.technical-checklist li{position:relative;padding:15px 16px 15px 48px;border:1px solid var(--line);border-radius:15px;background:#fff;color:#4f6072;font-size:14px;line-height:1.55}
.technical-checklist li:before{content:"✓";position:absolute;left:16px;top:14px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e8f7ef;color:var(--service-green);font-size:12px;font-weight:900}
.support-escalation{display:flex;flex-direction:column;justify-content:center;min-height:100%}
.support-escalation .page-copy{color:rgba(255,255,255,.68)}
.support-escalation .feature-list li{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.10);color:rgba(255,255,255,.72)}
.support-escalation .feature-list li:before{color:#69dda8}
.support-path-grid .surface{min-height:248px;display:flex;flex-direction:column}
.support-path-grid .text-link{margin-top:auto;padding-top:20px}
.safety-note{margin-top:18px;padding:16px 18px;border-radius:16px;border:1px solid #eed39e;background:#fff8e8;color:#714807;font-size:13px;line-height:1.62}
.safety-note strong{display:block;margin-bottom:5px}

/* Garantia: clareza do que acontece depois da abertura. */
.warranty-after{background:var(--paper);border-top:1px solid rgba(7,20,38,.08)}
.warranty-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:38px}
.warranty-flow-card{position:relative;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;min-height:210px}
.warranty-flow-card>span{display:block;color:var(--orange);font-size:10px;font-weight:900;letter-spacing:.16em}
.warranty-flow-card h3{margin:22px 0 9px;font-size:20px;line-height:1.08}
.warranty-flow-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}

@media(max-width:1024px){
  .os-access-grid,.os-page-grid{grid-template-columns:1fr}
  .os-feature-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .warranty-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .os-primary-card,.os-assist-card,.os-page-portal{padding:24px;border-radius:22px}
  .os-primary-card h2,.os-page-portal h2{font-size:clamp(38px,11vw,50px)}
  .os-feature-list{grid-template-columns:1fr;gap:8px;margin-top:26px}
  .os-feature{min-height:0}
  .os-portal-actions{display:grid;grid-template-columns:1fr;align-items:stretch}
  .os-portal-link{width:100%}
  .os-portal-note{text-align:center}
  .os-page-step{padding:17px}
  .tech-topic-grid .surface,.support-path-grid .surface{min-height:0}
  .warranty-flow-grid{grid-template-columns:1fr;gap:10px}
  .warranty-flow-card{min-height:0}
}



/* =========================================================
   V1.6 — INDUSTRIAL READINESS LAYER
   Governança, base de conhecimento, revisão de garantia e homologação.
========================================================= */

/* Matriz de canais operacionais */
.service-mode-section{border-top:1px solid rgba(7,20,38,.06)}
.service-mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.service-mode-card{min-width:0;padding:24px;border:1px solid rgba(7,20,38,.10);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(7,20,38,.045)}
.service-mode-card h3{margin:15px 0 8px;font-size:20px;letter-spacing:-.025em}
.service-mode-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.62}
.service-mode-label{display:flex;align-items:center;justify-content:space-between;gap:10px}
.service-mode-label>span:first-child{font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}
.service-status-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap;background:#f0f3f6;color:#5f6e80;border:1px solid rgba(7,20,38,.08)}
.service-status-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:#8291a2}
.service-status-pill.is-online{background:rgba(13,157,93,.08);color:#087445;border-color:rgba(13,157,93,.18)}
.service-status-pill.is-online:before{background:#0d9d5d;box-shadow:0 0 0 4px rgba(13,157,93,.10)}
.service-status-pill.is-assisted{background:rgba(242,138,33,.09);color:#8b4a0b;border-color:rgba(242,138,33,.20)}
.service-status-pill.is-assisted:before{background:var(--orange);box-shadow:0 0 0 4px rgba(242,138,33,.10)}
.service-mode-card a{display:inline-flex;margin-top:18px;font-size:12px;font-weight:850;color:var(--blue);text-decoration:none}
.service-mode-card a:hover{text-decoration:underline}
.service-mode-note{margin:18px 0 0;color:var(--muted);font-size:12px;line-height:1.6}

/* Base de conhecimento pesquisável */
.knowledge-section{border-top:1px solid rgba(7,20,38,.06);border-bottom:1px solid rgba(7,20,38,.06)}
.kb-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:14px;align-items:center;margin:30px 0 24px}
.kb-search{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:15px;background:#fff;padding:0 15px}
.kb-search svg{width:20px;height:20px;fill:none;stroke:var(--muted);stroke-width:1.8;flex:0 0 auto}
.kb-search input{width:100%;min-height:54px;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px}
.kb-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.kb-filter{min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px;font-weight:850}
.kb-filter.is-active{background:var(--navy);border-color:var(--navy);color:#fff}
.kb-summary{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:14px;color:var(--muted);font-size:12px}
.kb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.kb-card{min-width:0;border:1px solid rgba(7,20,38,.10);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(7,20,38,.04)}
.kb-card summary{list-style:none;cursor:pointer;padding:23px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start}
.kb-card summary::-webkit-details-marker{display:none}
.kb-card-category{display:block;margin-bottom:10px;color:var(--orange);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.kb-card h3{margin:0;font-size:21px;line-height:1.15;letter-spacing:-.03em}
.kb-card-summary{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.6}
.kb-card-toggle{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#f3f6f8;color:var(--ink);font-weight:900;transition:transform .2s ease}
.kb-card[open] .kb-card-toggle{transform:rotate(45deg);background:#fff3df;color:#a65b0b}
.kb-card-body{padding:0 23px 23px;border-top:1px solid rgba(7,20,38,.08)}
.kb-card-body ol,.kb-card-body ul{margin:20px 0;padding-left:20px;color:var(--muted);font-size:13px;line-height:1.65}
.kb-card-body li+li{margin-top:7px}
.kb-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.kb-card-actions a{min-height:44px;padding:0 14px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);font-size:12px;font-weight:850;text-decoration:none;color:var(--ink)}
.kb-card-actions a.primary{background:var(--navy);border-color:var(--navy);color:#fff}
.kb-empty{padding:44px 20px;text-align:center;border:1px dashed var(--line);border-radius:22px;color:var(--muted)}

/* Formulário de garantia: navegação e revisão */
.wizard-step-labels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:-12px 0 26px;padding:0;list-style:none}
.wizard-step-labels li{min-width:0;padding:10px 11px;border:1px solid rgba(7,20,38,.09);border-radius:12px;background:#f8fafb;color:#7b8795;font-size:11px;font-weight:800;line-height:1.25}
.wizard-step-labels li b{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:7px;border-radius:7px;background:#e6ebef;color:#667689;font-size:10px}
.wizard-step-labels li.is-active{background:#fff7e8;border-color:rgba(242,138,33,.28);color:#814508}
.wizard-step-labels li.is-active b{background:linear-gradient(135deg,var(--yellow),var(--orange));color:var(--navy)}
.wizard-step-labels li.is-done{background:#eff9f4;border-color:rgba(13,157,93,.18);color:#116c45}
.wizard-step-labels li.is-done b{background:#0d9d5d;color:#fff}
.warranty-review{margin:22px 0 6px;padding:20px;border:1px solid rgba(7,20,38,.10);border-radius:18px;background:#f8fafb}
.warranty-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.warranty-review-head h3{margin:0;font-size:19px;letter-spacing:-.025em}
.warranty-review-head p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.warranty-review-head button{border:0;background:transparent;color:var(--blue);font-size:11px;font-weight:850;padding:5px}
.warranty-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}
.warranty-review-grid>div{min-width:0;padding:12px;border:1px solid rgba(7,20,38,.08);border-radius:12px;background:#fff}
.warranty-review-grid dt{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#7b8795}
.warranty-review-grid dd{margin:5px 0 0;color:var(--ink);font-size:13px;font-weight:750;line-height:1.4;overflow-wrap:anywhere}
.warranty-review-mode{margin:12px 0 0;padding:11px 12px;border-radius:12px;background:#fff7e8;color:#7c4b05;font-size:11px;line-height:1.55}

/* Governança documental */
.document-governance{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:start;margin:0 0 25px;padding:18px;border:1px solid rgba(22,119,255,.14);border-radius:18px;background:rgba(22,119,255,.055)}
.document-governance-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--navy);color:#fff;font-weight:900}
.document-governance h3{margin:0 0 6px;font-size:17px}
.document-governance p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.doc-badges{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 18px}
.doc-badge{padding:6px 8px;border-radius:999px;background:#f1f4f6;color:#657386;border:1px solid rgba(7,20,38,.07);font-size:9px;font-weight:850}
.doc-badge.is-source{background:rgba(22,119,255,.07);color:#145bb5;border-color:rgba(22,119,255,.12)}

.download-card>.btn{margin-top:auto}
.download-card .download-meta{margin-top:18px}

/* Documentos relacionados ao produto */
.related-documents-section{border-top:1px solid rgba(7,20,38,.06)}
.related-docs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.related-doc-card{display:flex;flex-direction:column;min-height:235px;padding:22px;border:1px solid rgba(7,20,38,.10);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(7,20,38,.04)}
.related-doc-card small{color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.related-doc-card h3{margin:11px 0 7px;font-size:18px;line-height:1.2}
.related-doc-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.related-doc-card .btn{margin-top:auto}
.related-doc-empty{padding:26px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);font-size:13px;line-height:1.6}

@media(max-width:1050px){
  .service-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .related-docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .kb-toolbar{grid-template-columns:1fr}
  .kb-filters{justify-content:flex-start}
  .kb-grid{grid-template-columns:1fr}
  .warranty-review-grid{grid-template-columns:1fr}
  .related-docs-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .service-mode-grid{grid-template-columns:1fr}
  .wizard-step-labels{gap:5px}
  .wizard-step-labels li{padding:8px 7px;font-size:9px}
  .wizard-step-labels li b{display:none}
  .warranty-review-head{display:block}
  .warranty-review-head button{margin-top:8px;padding-left:0}
}


/* =========================================================
   V1.6.1 — SISTEMA TIPOGRÁFICO E DENSIDADE EDITORIAL
   Revisão conduzida pela persona de Diretor de UI especializado
   em tipografia responsiva, ritmo vertical e sistemas de design.
========================================================= */
:root{
  --type-hero-home:clamp(68px,5.65vw,82px);
  --type-hero-internal:clamp(46px,4.15vw,60px);
  --type-section-xl:clamp(40px,3.65vw,52px);
  --type-section:clamp(34px,3.05vw,44px);
  --type-subsection:clamp(25px,2.15vw,31px);
  --type-card:20px;
  --type-body-lg:17px;
  --type-body:15px;
  --type-small:13px;
  --space-section:84px;
  --space-section-compact:68px;
  --reading-wide:68ch;
  --reading-standard:62ch;
}

/* Base editorial: leitura, pesos e largura de linha */
body{line-height:1.6}
.kicker,
.v7-section-label,
.v68-eyebrow,
.kb-card-category,
.photo-tag{font-size:10px!important;line-height:1.35!important;letter-spacing:.16em!important;margin-bottom:14px}
.lead{font-size:var(--type-body-lg)!important;line-height:1.65!important;max-width:var(--reading-standard)!important}
.page-copy{font-size:var(--type-body)!important;line-height:1.68!important;max-width:var(--reading-wide)!important}
.page-copy+p{margin-top:14px}

/* HOME — hierarquia premium, mas sem títulos monumentais */
.v7-hero{min-height:clamp(700px,86svh,820px)!important}
.v7-hero-grid{min-height:clamp(700px,86svh,820px)!important}
.v7-hero-main{padding-top:clamp(46px,6.5vh,72px)!important;padding-bottom:38px!important}
.v7-hero-title{
  font-size:var(--type-hero-home)!important;
  line-height:.95!important;
  letter-spacing:-.048em!important;
  max-width:900px!important;
}
.v7-hero-copy{font-size:17px!important;line-height:1.62!important;max-width:680px!important;margin-top:24px!important}
.v7-hero-actions{margin-top:27px!important}
.v7-trust-strip{padding-top:18px!important}

.v7-next-section{padding:82px max(24px,6vw) 92px!important}
.v7-next-section h2{
  font-size:var(--type-section-xl)!important;
  line-height:1.03!important;
  letter-spacing:-.038em!important;
  max-width:760px!important;
  margin:16px 0 16px!important;
}
.v7-section-intro{font-size:16px!important;line-height:1.65!important;max-width:700px!important}
.v7-objective-grid{margin-top:40px!important;gap:15px!important}
.v7-objective-card{min-height:222px!important;padding:24px!important;border-radius:20px!important}
.v7-objective-index{width:42px!important;height:42px!important;border-radius:12px!important}
.v7-objective-card h3{font-size:20px!important;line-height:1.14!important;margin:21px 0 9px!important}
.v7-objective-card p{font-size:14px!important;line-height:1.58!important}

/* Home: todas as seções passam a usar a mesma escala e ritmo */
.app-view[data-route="home"] .tracking,
.app-view[data-route="home"] .process,
.app-view[data-route="home"] .operation,
.app-view[data-route="home"] .ecosystem,
.app-view[data-route="home"] .v69-section{padding-top:var(--space-section)!important;padding-bottom:var(--space-section)!important}
.app-view[data-route="home"] .section-title{
  font-size:var(--type-section-xl)!important;
  line-height:1.03!important;
  letter-spacing:-.04em!important;
}
.app-view[data-route="home"] .display,
.app-view[data-route="home"] .v69-content .display,
.app-view[data-route="home"] .v69-ecosystem-title{
  font-size:var(--type-section-xl)!important;
  line-height:1.02!important;
  letter-spacing:-.042em!important;
  max-width:13ch!important;
}
.os-primary-card,.os-assist-card{padding:28px!important;border-radius:25px!important}
.os-primary-card h2{font-size:var(--type-section-xl)!important;line-height:1.02!important;letter-spacing:-.04em!important;max-width:13ch!important}
.os-primary-card .lead{margin-top:16px!important}
.os-portal-actions{margin-top:23px!important}
.os-feature-list{margin-top:26px!important}
.os-feature{min-height:94px!important;padding:14px!important}
.os-assist-card h3{font-size:25px!important;line-height:1.08!important;letter-spacing:-.03em!important}
.os-assist-card>p{font-size:14px!important;line-height:1.62!important}

.process-head{max-width:780px!important}
.process-line{margin-top:42px!important}
.process-index{width:64px!important;height:64px!important;margin-bottom:17px!important;font-size:16px!important}
.process-card h3{font-size:19px!important}
.process-card p{line-height:1.58!important}
.operation-head{margin-bottom:42px!important}
.photo h3{font-size:clamp(24px,2.25vw,32px)!important;line-height:1.05!important}
.photo p{font-size:13px!important;line-height:1.55!important}

.v69-layout{gap:48px!important}
.v69-content .lead{font-size:16px!important}
.v69-families{margin:26px 0 24px!important}
.v69-families article{padding:15px 0!important}
.v69-families h3{font-size:17px!important}
.v69-families p{line-height:1.55!important}
.v69-product-visual{min-height:330px!important}
.v69-product-visual img{max-height:270px!important;width:min(100%,270px)!important}
.v69-product-info{padding:19px 22px 22px!important}
.v69-product-info h3{font-size:21px!important;line-height:1.1!important}
.v69-product-info p{font-size:13px!important}
.v69-lockup{padding:18px 22px!important}

.ecosystem-copy{max-width:820px!important}
.ecosystem-grid{margin-top:42px!important;gap:13px!important}
.eco-card{min-height:250px!important;padding:22px!important;border-radius:21px!important}
.eco-icon{margin-bottom:25px!important}
.eco-card h3{font-size:20px!important;line-height:1.12!important}
.eco-card p{font-size:13px!important;line-height:1.58!important}


.v69-closing{padding:72px 0!important}
.v69-closing-inner{gap:42px!important}
.v69-closing-copy h2{font-size:var(--type-section-xl)!important;line-height:1.02!important;letter-spacing:-.04em!important;max-width:13ch!important;margin:10px 0 15px!important}
.v69-closing-copy p{font-size:16px!important;line-height:1.65!important}

/* PÁGINAS INTERNAS — H1 menor, herói compacto e leitura objetiva */
.internal-hero{

  padding:132px 0 62px!important;
}
.internal-hero h1{
  font-size:var(--type-hero-internal)!important;

  letter-spacing:-.038em!important;
  font-weight:790!important;
  max-width:1050px!important;
  text-wrap:balance!important;
}
.internal-hero p{
  font-size:17px!important;
  line-height:1.62!important;
  max-width:68ch!important;
  margin-top:18px!important;
}
.internal-hero:after{opacity:.34!important;transform:scale(.82);transform-origin:right bottom}
.page-shell{padding:72px 0 84px!important}
.page-shell.compact-shell{padding-top:58px!important;padding-bottom:68px!important}
.page-head{margin-bottom:34px!important;gap:34px!important}
.page-heading{
  font-size:var(--type-section)!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  font-weight:780!important;
  text-wrap:balance!important;
}
.app-view:not([data-route="home"]) .section-title{
  font-size:var(--type-section-xl)!important;
  line-height:1.04!important;
  letter-spacing:-.038em!important;
  font-weight:790!important;
}

/* Superfícies e cards: menos altura vazia, títulos mais próximos do conteúdo */
.surface{padding:24px!important;border-radius:20px!important}
.surface h2:not(.page-heading):not(.section-title){font-size:22px;line-height:1.16;letter-spacing:-.025em}
.surface h3{font-size:19px;line-height:1.18;letter-spacing:-.02em}
.grid-2{gap:20px!important}
.grid-3{gap:16px!important}
.grid-4{gap:14px!important}
.icon-tile{width:46px!important;height:46px!important;margin-bottom:18px!important}
.support-grid .surface{min-height:222px!important}
.tech-topic-grid .surface{min-height:224px!important}
.tech-topic-index{width:42px!important;height:42px!important;margin-bottom:18px!important}
.tech-topic-grid h3{font-size:20px!important}
.tech-topic-grid p{line-height:1.6!important}
.support-path-grid .surface{min-height:212px!important}
.support-path-grid .text-link,.tech-topic-grid .text-link{padding-top:17px!important}
.value-card{min-height:205px!important}
.value-card b{font-size:38px!important;margin-bottom:15px!important}
.history-line{gap:28px!important}
.history-item h3{font-size:19px!important}
.history-item p{line-height:1.65!important}

/* Suporte, base de conhecimento e canais */
.service-mode-grid{gap:12px!important}
.service-mode-card{padding:20px!important;border-radius:19px!important}
.service-mode-card h3{font-size:18px!important;margin:13px 0 7px!important}
.service-mode-card p{font-size:13px!important;line-height:1.58!important}
.kb-toolbar{margin:24px 0 20px!important}
.kb-grid{gap:12px!important}
.kb-card{border-radius:19px!important}
.kb-card summary{padding:19px!important}
.kb-card h3{font-size:19px!important;line-height:1.2!important}
.kb-card-summary{font-size:13px!important;line-height:1.57!important;margin-top:8px!important}
.kb-card-body{padding:0 19px 19px!important}
.kb-card-body ol,.kb-card-body ul{font-size:13px!important;line-height:1.62!important}
.technical-checklist{margin-top:22px!important;gap:9px!important}
.technical-checklist li{padding:13px 14px 13px 43px!important;line-height:1.55!important}
.support-escalation h2{font-size:var(--type-subsection)!important;line-height:1.1!important}

/* Consulta de Ordem de Serviço */
.os-page-grid{gap:20px!important}
.os-page-portal{padding:28px!important;border-radius:24px!important}
.os-page-portal h2{font-size:var(--type-section)!important;line-height:1.05!important;letter-spacing:-.035em!important;max-width:14ch!important}
.os-page-portal p{font-size:15px!important;line-height:1.64!important}
.os-page-steps{gap:10px!important}
.os-page-step{padding:17px!important;border-radius:16px!important}
.os-page-step>span{width:40px!important;height:40px!important}

.os-page-step p{font-size:13px!important}

/* Garantia e formulários */
.form-card-v2{padding:28px!important;border-radius:23px!important}
.form-card-v2 h2{font-size:24px!important;line-height:1.15!important;letter-spacing:-.025em!important}
.form-card-v2 h3{font-size:18px!important;line-height:1.18!important}
.form-grid-v2{gap:15px!important}
.field label{font-size:12px!important}
.field input,.field select,.field textarea{font-size:15px!important;padding:13px!important}
.field textarea{min-height:112px!important}
.form-note,.field-help{font-size:11px!important;line-height:1.55!important}
.wizard-step-labels{margin-bottom:22px!important}
.warranty-review{padding:17px!important;}
.warranty-flow-grid{margin-top:28px!important;gap:12px!important}
.warranty-flow-card{padding:20px!important;min-height:178px!important;border-radius:18px!important}
.warranty-flow-card h3{font-size:18px!important;margin:17px 0 8px!important}
.warranty-flow-card p{font-size:13px!important;line-height:1.58!important}

/* Catálogo e detalhes de produto */

.filter-panel{padding:20px!important}
.product-grid{gap:15px!important}
.product-card-v2{min-height:360px!important;border-radius:19px!important}
.product-visual{height:172px!important}
.product-body{padding:19px!important}
.product-body h3{font-size:18px!important;line-height:1.24!important}
.product-body p{font-size:13px!important;line-height:1.55!important}
.product-detail-grid{gap:48px!important}
.product-detail-stage{min-height:470px!important;border-radius:26px!important}
.product-detail-grid .page-heading{font-size:40px!important}
.related-documents{padding-top:60px!important}
.related-docs-grid{gap:12px!important}
.related-doc-card{padding:20px!important}
.request-doc-heading h2{font-size:38px!important;line-height:1.08!important}

/* Documentos, treinamentos e calculadora */
.official-resource-section{padding-top:60px!important}
.official-resource-grid{margin-top:26px!important}
.download-grid{gap:15px!important}
.download-card h3{font-size:18px!important;line-height:1.24!important}
.download-card p{font-size:13px!important}
.document-governance{padding:16px!important;}
.training-list{gap:13px!important}
.training-card{padding:22px!important}
.training-card h3{font-size:20px!important;line-height:1.18!important}
.training-card .page-copy{font-size:14px!important}
.date-block{padding:15px 7px!important}
.calc-layout{gap:24px!important}
.calc-option-v2{padding:15px!important}
.calc-result-v2{padding:28px!important;border-radius:23px!important}
.calc-result-v2 h2{font-size:28px!important;line-height:1.12!important}
.result-metric{padding:15px 0!important}

/* Páginas legais: escala documental, não promocional */
.legal-card-v2{max-width:820px!important;padding:34px!important}
.legal-card-v2 h2{font-size:23px!important;letter-spacing:-.02em!important;margin:29px 0 10px!important}
.legal-card-v2 p,.legal-card-v2 li{font-size:15px!important;}
.legal-card-v2 ul{padding-left:22px}


/* Rodapé: densidade discreta */


.footer-brand p{font-size:13px!important;line-height:1.6!important}
.footer-col-v2 a,.footer-col-v2 span{font-size:13px!important;line-height:1.5!important}
.footer-bottom{font-size:11px!important}

/* Tablet */
@media(max-width:1024px){
  :root{
    --type-hero-internal:clamp(43px,5.65vw,50px);
    --type-section-xl:clamp(38px,5.2vw,46px);
    --type-section:clamp(32px,4.7vw,40px);
    --space-section:72px;
  }
  .internal-hero{padding:116px 0 54px!important}
  .internal-hero h1{max-width:880px!important}
  .page-shell{padding:62px 0 72px!important}
  .v7-next-section{padding-top:72px!important;padding-bottom:80px!important}
  .v7-objective-card{min-height:205px!important}
  .app-view[data-route="home"] .tracking,
  .app-view[data-route="home"] .process,
  .app-view[data-route="home"] .operation,
  .app-view[data-route="home"] .ecosystem,
  .app-view[data-route="home"] .v69-section{padding-top:72px!important;padding-bottom:72px!important}
  .v69-product-visual{min-height:290px!important}
  .product-detail-stage{min-height:410px!important}
  .legal-card-v2{padding:30px!important}
}

/* Mobile */
@media(max-width:640px){
  :root{
    --type-hero-home:clamp(38px,10.7vw,43px);
    --type-hero-internal:clamp(35px,9.6vw,39px);
    --type-section-xl:clamp(32px,8.9vw,37px);
    --type-section:clamp(29px,8vw,34px);
    --type-subsection:24px;
    --space-section:56px;
  }
  .kicker,.v7-section-label{font-size:9px!important;letter-spacing:.145em!important;margin-bottom:11px!important}
  .v7-hero{min-height:730px!important}
  .v7-hero-grid{min-height:730px!important}
  .v7-hero-main{padding:42px 16px 28px!important}
  .v7-hero-title{line-height:.98!important;letter-spacing:-.035em!important}
  .v7-hero-copy{font-size:15px!important;line-height:1.58!important;max-width:35ch!important;margin-top:19px!important}
  .v7-hero-actions{margin-top:23px!important}
  .v7-next-section{padding:56px 18px 64px!important}
  .v7-next-section h2{margin:13px 0 13px!important;line-height:1.07!important}
  .v7-section-intro{font-size:15px!important;line-height:1.62!important}
  .v7-objective-grid{margin-top:30px!important;gap:10px!important}
  .v7-objective-card{min-height:0!important;padding:20px!important}
  .v7-objective-index{width:38px!important;height:38px!important}
  .v7-objective-card h3{font-size:19px!important;margin:17px 0 7px!important}
  .v7-objective-card p{font-size:13px!important}

  .app-view[data-route="home"] .tracking,
  .app-view[data-route="home"] .process,
  .app-view[data-route="home"] .operation,
  .app-view[data-route="home"] .ecosystem,
  .app-view[data-route="home"] .v69-section{padding-top:56px!important;padding-bottom:56px!important}
  .app-view[data-route="home"] .section-title,
  .app-view[data-route="home"] .display,
  .app-view[data-route="home"] .v69-content .display,
  .app-view[data-route="home"] .v69-ecosystem-title{line-height:1.06!important;letter-spacing:-.035em!important;max-width:14ch!important}
  .os-primary-card,.os-assist-card{padding:21px!important;border-radius:21px!important}
  .os-primary-card h2{max-width:14ch!important}
  .os-feature-list{grid-template-columns:1fr!important;gap:8px!important;margin-top:21px!important}
  .os-feature{min-height:0!important;padding:13px!important}
  .os-assist-card h3{font-size:22px!important}
  .process-line{margin-top:27px!important}
  .process-card{padding:14px 0!important}
  .process-index{width:46px!important;height:46px!important}
  .operation-head{margin-bottom:26px!important}
  .photo h3{font-size:24px!important}
  .v69-layout{gap:24px!important}
  .v69-families{margin:21px 0!important}
  .v69-product-visual{min-height:240px!important;padding-top:28px!important}
  .v69-product-visual img{max-height:205px!important;width:min(100%,205px)!important}
  .v69-product-info{padding:17px 18px 19px!important}
  .ecosystem-grid{margin-top:28px!important;gap:10px!important}
  .eco-card{min-height:0!important;padding:19px!important}
  .eco-icon{margin-bottom:18px!important}
  .v69-closing{padding:52px 0!important}
  .v69-closing-inner{gap:22px!important}

  .internal-hero{padding:102px 0 42px!important}
  .internal-hero h1{line-height:1.07!important;letter-spacing:-.025em!important;max-width:100%!important}
  .internal-hero p{font-size:15px!important;line-height:1.58!important;margin-top:14px!important}
  .internal-hero:after{opacity:.22!important}
  .page-shell{padding:48px 0 58px!important}
  .page-head{margin-bottom:25px!important;gap:12px!important}
  .page-heading{line-height:1.1!important;letter-spacing:-.025em!important}
  .page-copy{font-size:14px!important;line-height:1.65!important}
  .lead{font-size:15px!important;line-height:1.62!important}
  .surface{padding:19px!important;border-radius:18px!important}
  .surface h2:not(.page-heading):not(.section-title){font-size:21px!important}
  .surface h3{font-size:18px!important}
  .grid-2,.grid-3,.grid-4{gap:11px!important}
  .support-grid .surface,.tech-topic-grid .surface,.support-path-grid .surface,.value-card{min-height:0!important}
  .tech-topic-index{margin-bottom:15px!important}
  .service-mode-grid,.kb-grid{gap:10px!important}
  .service-mode-card{padding:18px!important}
  .kb-toolbar{margin:20px 0 17px!important}
  .kb-card summary{padding:17px!important}
  .kb-card h3{font-size:18px!important}
  .kb-card-body{padding:0 17px 17px!important}
  .technical-checklist{margin-top:18px!important}

  .os-page-portal{padding:21px!important;border-radius:20px!important}
  .os-page-step{padding:15px!important}
  .form-card-v2{padding:19px!important;border-radius:19px!important}
  .form-card-v2 h2{font-size:22px!important}
  .form-grid-v2{gap:12px!important}
  .field input,.field select,.field textarea{font-size:16px!important}
  .warranty-flow-grid{margin-top:22px!important}
  .warranty-flow-card{padding:18px!important;min-height:0!important}
  .product-card-v2{min-height:335px!important}
  .product-detail-stage{min-height:330px!important}
  .product-detail-grid .page-heading{font-size:32px!important}
  .request-doc-heading h2{font-size:30px!important}
  .training-card{padding:18px!important}
  .training-card h3{font-size:18px!important}
  .calc-result-v2{padding:21px!important}
  .result-metric strong{font-size:30px!important}
  .legal-card-v2{padding:21px!important}
  .legal-card-v2 h2{font-size:21px!important;margin-top:25px!important}
  .legal-card-v2 p,.legal-card-v2 li{font-size:14px!important;line-height:1.7!important}
  footer{padding-top:38px!important}
}


/* V1.6.1.1 — matriz tipográfica por natureza da página */
@media(min-width:1025px){
  /* Jornadas complexas: mais largura de leitura e menor escala. */
  .app-view[data-route="produtos"] .internal-hero h1,
  .app-view[data-route="suporte"] .internal-hero h1,
  .app-view[data-route="suporte-tecnico"] .internal-hero h1,
  .app-view[data-route="treinamentos"] .internal-hero h1,
  .app-view[data-route="calculadora"] .internal-hero h1{
    max-width:23ch!important;
    font-size:clamp(46px,3.75vw,54px)!important;
  }
  /* Jornadas operacionais: presença forte, porém sem ocupar o quadro inteiro. */
  .app-view[data-route="sobre"] .internal-hero h1,
  .app-view[data-route="garantia"] .internal-hero h1,
  .app-view[data-route="consulta"] .internal-hero h1,
  .app-view[data-route="downloads"] .internal-hero h1,
  .app-view[data-route="produto"] .internal-hero h1{
    max-width:21ch!important;
    font-size:clamp(46px,3.95vw,57px)!important;
  }
  /* Páginas curtas e legais: escala editorial, não promocional. */
  .app-view[data-route="contato"] .internal-hero h1,
  .app-view[data-route="politica-privacidade"] .internal-hero h1,
  .app-view[data-route="politica-cookies"] .internal-hero h1,
  .app-view[data-route="termos-uso"] .internal-hero h1,
  .app-view[data-route="lgpd"] .internal-hero h1{
    max-width:20ch!important;
    font-size:clamp(44px,3.62vw,52px)!important;
  }
}
@media(min-width:641px) and (max-width:1024px){
  .app-view[data-route="produtos"] .internal-hero h1,
  .app-view[data-route="suporte"] .internal-hero h1,
  .app-view[data-route="suporte-tecnico"] .internal-hero h1,
  .app-view[data-route="treinamentos"] .internal-hero h1,
  .app-view[data-route="calculadora"] .internal-hero h1{font-size:clamp(40px,5.5vw,46px)!important;max-width:23ch!important}
  .app-view[data-route="contato"] .internal-hero h1,
  .app-view[data-route="politica-privacidade"] .internal-hero h1,
  .app-view[data-route="politica-cookies"] .internal-hero h1,
  .app-view[data-route="termos-uso"] .internal-hero h1,
  .app-view[data-route="lgpd"] .internal-hero h1{font-size:clamp(39px,5.2vw,43px)!important}
}
@media(max-width:640px){
  .app-view[data-route="produtos"] .internal-hero h1,
  .app-view[data-route="suporte"] .internal-hero h1,
  .app-view[data-route="suporte-tecnico"] .internal-hero h1,
  .app-view[data-route="treinamentos"] .internal-hero h1,
  .app-view[data-route="calculadora"] .internal-hero h1{
    font-size:clamp(32px,8.75vw,35px)!important;
    line-height:1.06!important;
  }
  .app-view[data-route="sobre"] .internal-hero h1,
  .app-view[data-route="garantia"] .internal-hero h1,
  .app-view[data-route="consulta"] .internal-hero h1,
  .app-view[data-route="downloads"] .internal-hero h1,
  .app-view[data-route="produto"] .internal-hero h1{
    font-size:clamp(33px,9.15vw,37px)!important;
  }
  .app-view[data-route="contato"] .internal-hero h1,
  .app-view[data-route="politica-privacidade"] .internal-hero h1,
  .app-view[data-route="politica-cookies"] .internal-hero h1,
  .app-view[data-route="termos-uso"] .internal-hero h1,
  .app-view[data-route="lgpd"] .internal-hero h1{
    font-size:clamp(32px,8.55vw,34px)!important;
  }
}



/* =========================================================
   V1.6.2 — COPY, SEMÂNTICA E DENSIDADE RESPONSIVA
   Personas: Content Designer / UX Writer, Arquiteto de Informação,
   Diretor de Design Systems e Especialista em Front-end Responsivo.
========================================================= */
:root{
  --v162-home-h1:clamp(58px,4.8vw,72px);
  --v162-internal-h1:clamp(40px,3.35vw,50px);
  --v162-legal-h1:clamp(38px,3vw,46px);
  --v162-section-h2:clamp(32px,2.75vw,40px);
  --v162-page-h2:clamp(29px,2.4vw,36px);
  --v162-card-h3:19px;
  --v162-lead:16px;
  --v162-body:15px;
  --v162-small:12px;
  --v162-section-space:72px;
  --v162-page-space:64px;
  --v162-gap:16px;
}
body{font-size:16px;line-height:1.58}
.app-view p,.app-view li{font-size:var(--v162-body);line-height:1.62}
.kicker,.v7-section-label{font-size:10px!important;line-height:1.3!important;letter-spacing:.15em!important;margin-bottom:12px!important}
.lead{font-size:var(--v162-lead)!important;line-height:1.62!important;max-width:62ch!important}
.page-copy{font-size:var(--v162-body)!important;line-height:1.62!important;max-width:66ch!important}
.section-title,.page-heading{font-weight:820!important;text-wrap:balance}
.section-title{font-size:var(--v162-section-h2)!important;line-height:1.04!important;letter-spacing:-.038em!important}
.page-heading{font-size:var(--v162-page-h2)!important;line-height:1.07!important;letter-spacing:-.032em!important}
.surface h3,.card-link h3{font-size:var(--v162-card-h3)!important;line-height:1.18!important;letter-spacing:-.018em!important}
.btn,.v7-btn,.os-portal-link{min-height:50px!important;font-size:13px!important}

/* Home: presença institucional sem ocupar duas telas antes da ação. */
.v7-hero,.v7-hero-grid{min-height:700px!important;height:auto!important}
.v7-hero-main{padding:52px 24px 26px!important}
.v7-hero-title{font-size:var(--v162-home-h1)!important;line-height:.96!important;letter-spacing:-.044em!important}
.v7-hero-copy{font-size:16px!important;line-height:1.58!important;max-width:650px!important;margin-top:21px!important}
.v7-hero-actions{margin-top:24px!important}
.v7-trust-strip{padding-top:16px!important}
.v7-next-section{padding:64px max(24px,6vw) 72px!important}
.v7-next-section h2{font-size:var(--v162-section-h2)!important;line-height:1.04!important;letter-spacing:-.036em!important;margin:14px 0 13px!important;max-width:720px!important}
.v7-section-intro{font-size:15px!important;line-height:1.6!important;max-width:660px!important}
.v7-objective-grid{margin-top:30px!important;gap:12px!important}
.v7-objective-card{min-height:176px!important;padding:20px!important;border-radius:18px!important}
.v7-objective-index{width:36px!important;height:36px!important;border-radius:11px!important;font-size:12px!important}
.v7-objective-card h3{font-size:18px!important;line-height:1.15!important;margin:17px 0 7px!important}
.v7-objective-card p{font-size:13px!important;line-height:1.55!important}
.app-view[data-route="home"] .tracking,
.app-view[data-route="home"] .process,
.app-view[data-route="home"] .operation,
.app-view[data-route="home"] .ecosystem,
.app-view[data-route="home"] .v69-section{padding:var(--v162-section-space) 0!important}
.app-view[data-route="home"] .display,
.app-view[data-route="home"] .v69-content .display,
.app-view[data-route="home"] .v69-ecosystem-title{font-size:var(--v162-section-h2)!important;line-height:1.04!important;letter-spacing:-.038em!important;max-width:16ch!important}
.os-access-grid{gap:16px!important;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr)!important}
.os-primary-card,.os-assist-card{padding:24px!important;border-radius:22px!important}
.os-primary-card h2{font-size:var(--v162-section-h2)!important;line-height:1.04!important;max-width:15ch!important}
.os-primary-card .lead{margin-top:13px!important}
.os-portal-actions{margin-top:20px!important}
.os-feature-list{margin-top:20px!important;gap:8px!important}
.os-feature{min-height:78px!important;padding:12px!important}
.os-assist-card h3{font-size:23px!important;line-height:1.1!important}
.process-line{margin-top:34px!important}
.process-index{width:56px!important;height:56px!important;margin-bottom:14px!important;font-size:15px!important}
.process-card h3{font-size:18px!important}
.process-card p{font-size:13px!important;line-height:1.55!important}
.operation-head{margin-bottom:30px!important}
.gallery{grid-template-rows:230px 230px!important;gap:12px!important}
.photo h3{font-size:clamp(22px,2vw,29px)!important}
.photo p{font-size:12px!important}
.v69-layout{gap:38px!important}
.v69-content .lead{font-size:15px!important}
.v69-families{margin:22px 0 20px!important}
.v69-families article{padding:12px 0!important}
.v69-families h3{font-size:16px!important}
.v69-families p{font-size:13px!important}
.v69-lockup{padding:15px 19px!important}
.v69-product-visual{min-height:270px!important;padding:34px 24px 10px!important}
.v69-product-visual img{width:min(100%,230px)!important;max-height:230px!important}
.v69-product-info{padding:17px 20px 19px!important}
.v69-product-info h3{font-size:19px!important}
.v69-product-info p{font-size:12.5px!important}
.feature-carousel-controls{padding-bottom:14px!important}
.ecosystem-grid{margin-top:30px!important;gap:11px!important}
.eco-card{min-height:205px!important;padding:19px!important;border-radius:18px!important}
.eco-icon{width:46px!important;height:46px!important;margin-bottom:18px!important}
.eco-card h3{font-size:18px!important}
.eco-card p{font-size:12.5px!important;line-height:1.55!important}
.eco-card a{font-size:12px!important;margin-top:15px!important}
.v69-closing{padding:56px 0!important}
.v69-closing-copy h2{font-size:var(--v162-section-h2)!important;line-height:1.04!important;max-width:15ch!important}
.v69-closing-copy p{font-size:15px!important}

/* Páginas internas: herói editorial, não publicitário. */
.internal-hero{padding:126px 0 48px!important;min-height:0!important}
.internal-hero h1{font-size:var(--v162-internal-h1)!important;line-height:1.02!important;letter-spacing:-.035em!important;max-width:22ch!important}
.internal-hero p{font-size:16px!important;line-height:1.58!important;max-width:64ch!important;margin-top:16px!important}
.app-view[data-route="politica-privacidade"] .internal-hero h1,
.app-view[data-route="politica-cookies"] .internal-hero h1,
.app-view[data-route="termos-uso"] .internal-hero h1,
.app-view[data-route="lgpd"] .internal-hero h1{font-size:var(--v162-legal-h1)!important}
.page-shell{padding:var(--v162-page-space) 0 72px!important}
.page-shell+.page-shell{border-top:1px solid rgba(7,20,38,.055)}
.page-head{margin-bottom:30px!important;gap:28px!important}
.grid-2,.grid-3,.grid-4{gap:var(--v162-gap)!important}
.surface{padding:21px!important;border-radius:19px!important}
.surface h2:not(.page-heading):not(.section-title){font-size:24px!important;line-height:1.1!important}
.value-card,.support-grid .surface,.tech-topic-grid .surface,.support-path-grid .surface{min-height:0!important}
.value-card b{font-size:34px!important;margin-bottom:14px!important}
.history-line{gap:24px!important}
.history-item p{font-size:14px!important;line-height:1.58!important}
.feature-list{gap:8px!important;margin:20px 0!important}
.feature-list li{padding:11px 12px!important;font-size:14px!important;line-height:1.55!important}

/* Catálogo: lista progressiva para evitar uma página móvel excessiva. */
.catalog-layout{gap:24px!important}
.product-grid{gap:13px!important}
.product-card-v2{min-height:340px!important;border-radius:18px!important}
.product-visual{height:158px!important}
.product-body{padding:18px!important}
.product-body h3{font-size:17px!important;margin:8px 0 6px!important}
.product-body p{font-size:12.5px!important;line-height:1.5!important}
.product-code{padding-top:13px!important}
.catalog-more,.kb-more{display:flex;align-items:center;justify-content:center;min-height:48px;margin:22px auto 0;padding:0 20px;border:1px solid rgba(7,20,38,.13);border-radius:999px;background:#fff;color:var(--ink);font-size:13px;font-weight:850;box-shadow:0 9px 24px rgba(7,20,38,.05)}
.catalog-more[hidden],.kb-more[hidden]{display:none!important}

/* Central de suporte: hierarquia simples e sem conteúdo interno de homologação. */
.app-view[data-route="suporte"] .journeys{padding:var(--v162-section-space) 0!important}
.journey-head{margin-bottom:30px!important}
.journey-tabs{gap:12px!important}
.journey-card{min-height:270px!important;padding:23px!important;border-radius:20px!important}
.journey-icon{width:54px!important;height:54px!important;margin:29px 0 21px!important;border-radius:16px!important}
.journey-card h3{font-size:21px!important;line-height:1.12!important}
.journey-card p{font-size:13px!important;line-height:1.55!important}
.journey-link{left:23px!important;bottom:21px!important;font-size:12px!important}
.support-grid .surface{display:flex!important;flex-direction:column!important}
.support-grid .text-link{margin-top:auto!important;padding-top:16px!important}
.faq-q-v2{padding:16px 17px!important;font-size:14px!important}
.faq-a-v2 p{padding:0 17px 17px!important;font-size:13px!important}

/* Suporte técnico: cards mais densos e conteúdo progressivo no mobile. */
.tech-topic-index{width:40px!important;height:40px!important;margin-bottom:17px!important}
.tech-topic-grid h3{font-size:18px!important}
.tech-topic-grid p{font-size:13px!important;line-height:1.55!important}
.tech-topic-grid .text-link{padding-top:16px!important;font-size:12px!important}
.kb-toolbar{margin:24px 0 18px!important;gap:10px!important}
.kb-summary{margin-bottom:11px!important;font-size:11px!important}
.kb-grid{gap:11px!important}
.kb-card{border-radius:18px!important}
.kb-card summary{padding:18px!important;gap:13px!important}
.kb-card h3{font-size:18px!important;line-height:1.18!important}
.kb-card-summary{font-size:12.5px!important;line-height:1.55!important;margin-top:7px!important}
.kb-card-toggle{width:32px!important;height:32px!important}
.kb-card-body{padding:0 18px 18px!important}
.kb-card-body ol{font-size:13px!important;line-height:1.58!important;margin:16px 0!important}
.technical-checklist{margin-top:20px!important;gap:8px!important}
.technical-checklist li{padding:12px 13px 12px 43px!important;font-size:13px!important;line-height:1.53!important}
.technical-checklist li:before{left:13px!important;top:11px!important}
.support-escalation h2{font-size:var(--v162-page-h2)!important;line-height:1.08!important}
.support-path-grid .surface{min-height:0!important}

/* Garantia e formulários: leitura por tarefa, sem título competindo com os campos. */
.operational-notice{margin:20px 0!important;padding:15px 17px!important}
.operational-notice p{font-size:13px!important;line-height:1.55!important}
.form-card-v2{padding:25px!important;border-radius:22px!important}
.form-step-title{margin:0 0 18px!important;font-size:23px!important;line-height:1.12!important;letter-spacing:-.025em!important}
.form-grid-v2{gap:13px!important}
.field label{font-size:11px!important;margin-bottom:6px!important}
.field input,.field select,.field textarea{padding:12px 13px!important}
.field textarea{min-height:108px!important}
.wizard-step-labels{margin:-8px 0 22px!important}
.warranty-review{padding:16px!important;margin-top:18px!important}
.warranty-flow-grid{margin-top:25px!important;gap:10px!important}
.warranty-flow-card{padding:18px!important;min-height:150px!important;border-radius:17px!important}
.warranty-flow-card h3{font-size:17px!important;margin:14px 0 7px!important}
.warranty-flow-card p{font-size:12.5px!important;line-height:1.55!important}

/* Consulta, documentos, treinamentos, calculadora e produto. */
.os-page-grid{gap:16px!important}
.os-page-portal{padding:25px!important;border-radius:22px!important}
.os-page-portal h2{font-size:var(--v162-page-h2)!important;line-height:1.07!important;max-width:15ch!important}
.os-page-step{padding:16px!important}
.os-page-step h3{font-size:16px!important}
.official-resource-section{padding-top:54px!important}
.official-resource-grid{margin-top:25px!important;gap:11px!important}
.official-resource-grid a{min-height:115px!important;padding:17px!important;border-radius:16px!important}
.request-doc-heading{margin-bottom:22px!important}
.request-doc-heading h2{font-size:var(--v162-page-h2)!important}
.document-governance{padding:15px!important;margin-bottom:20px!important}
.download-grid{gap:12px!important}
.download-card h3{font-size:17px!important;line-height:1.2!important}
.download-card p{font-size:12.5px!important}
.download-card .btn{min-height:46px!important}
.training-list{gap:11px!important}
.training-card{padding:19px!important;gap:17px!important}
.training-card h3{font-size:18px!important}
.calc-layout{gap:20px!important}
.calc-result-v2{padding:26px!important;border-radius:22px!important}
.result-metric{padding:14px 0!important}
.result-metric strong{font-size:34px!important}
.product-detail-grid{gap:42px!important}
.product-detail-stage{min-height:430px!important}
.related-documents-section{padding-top:54px!important}
.related-doc-card{min-height:190px!important;padding:18px!important}

/* Páginas legais: largura e ritmo de leitura. */
.legal-card-v2{max-width:800px!important;padding:28px!important}
.legal-card-v2 h2{font-size:21px!important;line-height:1.25!important;margin:30px 0 10px!important}
.legal-card-v2 p,.legal-card-v2 li{font-size:14.5px!important;line-height:1.72!important}
.legal-card-v2 ul{padding-left:20px}
.legal-updated{font-size:12px!important}

footer{padding-top:46px!important}
footer .footer-grid-v2{gap:24px!important;padding-bottom:26px!important}
.footer-brand p,.footer-col-v2 a,.footer-col-v2 span{font-size:13px!important}

@media(min-width:761px) and (max-width:1180px){
  .v7-objective-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .v7-objective-card{min-height:150px!important}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:760px){
  :root{
    --v162-home-h1:clamp(39px,10.8vw,46px);
    --v162-internal-h1:clamp(32px,8.9vw,37px);
    --v162-legal-h1:clamp(31px,8.3vw,35px);
    --v162-section-h2:clamp(28px,7.9vw,33px);
    --v162-page-h2:clamp(26px,7.2vw,30px);
    --v162-card-h3:18px;
    --v162-lead:15px;
    --v162-body:14px;
    --v162-section-space:52px;
    --v162-page-space:44px;
    --v162-gap:10px;
  }
  body{line-height:1.56}
  .app-view p,.app-view li{line-height:1.58}
  .kicker,.v7-section-label{margin-bottom:10px!important;font-size:9px!important}
  .v7-hero,.v7-hero-grid{min-height:650px!important}
  .v7-hero-main{padding:36px 18px 20px!important}
  .v7-hero-title{line-height:.99!important;letter-spacing:-.032em!important}
  .v7-hero-copy{font-size:14.5px!important;line-height:1.56!important;max-width:34ch!important;margin-top:17px!important}
  .v7-hero-actions{margin-top:20px!important;gap:8px!important}
  .v7-hero-actions .v7-btn{min-height:50px!important;font-size:12px!important}
  .v7-trust-strip{padding-top:13px!important}
  .v7-trust-items{font-size:10px!important;gap:8px 16px!important}
  .v7-next-section{padding:46px 18px 54px!important}
  .v7-next-section h2{margin:11px 0!important}
  .v7-section-intro{font-size:14px!important;line-height:1.56!important}
  .v7-objective-grid{margin-top:24px!important;gap:8px!important}
  .v7-objective-card{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:13px!important;row-gap:4px!important;min-height:0!important;padding:15px!important;border-radius:16px!important}
  .v7-objective-index{grid-column:1!important;grid-row:1/span 2!important;width:36px!important;height:36px!important}
  .v7-objective-card h3{grid-column:2!important;grid-row:1!important;margin:0!important;font-size:17px!important}
  .v7-objective-card p{grid-column:2!important;grid-row:2!important;margin:0!important;font-size:12.5px!important}
  .app-view[data-route="home"] .tracking,
  .app-view[data-route="home"] .process,
  .app-view[data-route="home"] .operation,
  .app-view[data-route="home"] .ecosystem,
  .app-view[data-route="home"] .v69-section{padding:var(--v162-section-space) 0!important}
  .os-access-grid{grid-template-columns:1fr!important;gap:10px!important}
  .os-primary-card,.os-assist-card{padding:18px!important;border-radius:18px!important}
  .os-feature-list{grid-template-columns:1fr!important;margin-top:16px!important}
  .os-feature{min-height:0!important}
  .process-line{margin-top:22px!important}
  .process-card{padding:12px 0!important}
  .process-index{width:44px!important;height:44px!important}
  .gallery{grid-template-rows:280px 185px 185px!important;gap:9px!important}
  .photo-content{left:17px!important;right:17px!important;bottom:16px!important}
  .v69-layout{gap:20px!important}
  .v69-families{margin:18px 0!important}
  .v69-product-visual{min-height:215px!important;padding:25px 16px 6px!important}
  .v69-product-visual img{width:min(100%,185px)!important;max-height:185px!important}
  .feature-product-info{min-height:0!important}
  .feature-carousel-controls{padding:0 14px 13px!important}
  .ecosystem-grid{margin-top:23px!important;gap:8px!important}
  .eco-card{min-height:0!important;padding:16px!important}
  .eco-icon{margin-bottom:14px!important}
  .v69-closing{padding:44px 0!important}

  .internal-hero{padding:96px 0 34px!important}
  .internal-hero h1{line-height:1.06!important;letter-spacing:-.025em!important;max-width:100%!important}
  .internal-hero p{font-size:14.5px!important;line-height:1.56!important;margin-top:12px!important}
  .page-shell{padding:var(--v162-page-space) 0 52px!important}
  .page-head{margin-bottom:22px!important;gap:10px!important}
  .surface{padding:16px!important;border-radius:16px!important}
  .surface h2:not(.page-heading):not(.section-title){font-size:21px!important}
  .grid-2,.grid-3,.grid-4{gap:9px!important}
  .feature-list{margin:16px 0!important}
  .feature-list li{font-size:13px!important;padding:10px!important}
  .history-line{gap:19px!important;padding-left:34px!important}
  .value-card b{font-size:28px!important;margin-bottom:9px!important}

  .product-grid{grid-template-columns:1fr!important;gap:9px!important}
  .product-card-v2{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;border-radius:16px!important}
  .product-visual{height:100%!important;min-height:156px!important}
  .product-visual .device-art{transform:scale(.78)!important}
  .product-body{padding:14px!important}
  .product-body small{font-size:9px!important}
  .product-body h3{font-size:16px!important;margin:6px 0 5px!important}
  .product-body p{font-size:12px!important}
  .product-code{padding-top:9px!important;font-size:10px!important}
  .product-scope-note{font-size:9px!important;margin-top:7px!important}
  .catalog-more,.kb-more{margin-top:16px!important;min-height:45px!important}

  .app-view[data-route="suporte"] .journeys{padding:var(--v162-section-space) 0!important}
  .journey-head{margin-bottom:22px!important}
  .journey-card{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;column-gap:12px!important;row-gap:5px!important;min-height:0!important;padding:16px!important}
  .journey-num{grid-column:1/-1!important;margin-bottom:5px!important}
  .journey-icon{grid-column:1!important;grid-row:2/span 2!important;width:42px!important;height:42px!important;margin:0!important}
  .journey-card h3{grid-column:2!important;grid-row:2!important;margin:0!important;font-size:18px!important}
  .journey-card p{grid-column:2!important;grid-row:3!important;margin:0!important;font-size:12.5px!important}
  .journey-link{grid-column:2!important;position:static!important;margin-top:7px!important;padding:0!important;font-size:12px!important}
  .support-grid .surface{min-height:0!important}
  .faq-q-v2{padding:14px!important;font-size:13px!important}

  .tech-topic-grid .surface{min-height:0!important}
  .tech-topic-index{margin-bottom:12px!important}
  .kb-toolbar{margin:18px 0 14px!important}
  .kb-filters{gap:6px!important}
  .kb-filter{min-height:38px!important;padding:0 11px!important;font-size:11px!important}
  .kb-summary{display:block!important}
  .kb-summary span+span{display:block;margin-top:4px}
  .kb-card summary{padding:14px!important}
  .kb-card h3{font-size:17px!important}
  .kb-card-summary{font-size:12px!important}
  .kb-card-body{padding:0 14px 14px!important}
  .technical-checklist{gap:7px!important}
  .technical-checklist li{font-size:12.5px!important;padding:11px 11px 11px 40px!important}
  .support-escalation h2{font-size:var(--v162-page-h2)!important}

  .operational-notice{padding:13px 14px!important}
  .form-card-v2{padding:17px!important;border-radius:18px!important}
  .form-step-title{font-size:20px!important;margin-bottom:15px!important}
  .wizard-step-labels{gap:5px!important;margin-bottom:18px!important}
  .wizard-step-labels li{padding:8px 6px!important;font-size:9px!important}
  .form-grid-v2{gap:10px!important}
  .field label{font-size:11px!important}
  .warranty-review{padding:13px!important}
  .warranty-flow-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:18px!important}
  .warranty-flow-card{padding:14px!important;min-height:0!important}
  .warranty-flow-card h3{font-size:16px!important;margin:11px 0 6px!important}
  .warranty-flow-card p{font-size:12px!important}

  .os-page-grid{gap:9px!important}
  .os-page-portal{padding:18px!important}
  .os-page-steps{gap:8px!important}
  .os-page-step{padding:13px!important;grid-template-columns:38px 1fr!important}
  .os-page-step>span{width:36px!important;height:36px!important}
  .official-resource-section{padding-top:42px!important}
  .official-resource-grid a{min-height:0!important;padding:14px!important}
  .document-governance{grid-template-columns:36px 1fr!important;padding:13px!important}
  .document-governance-icon{width:36px!important;height:36px!important}
  .download-grid{gap:8px!important}
  .download-card{display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:"type type" "title action" "desc action" "badges badges" "meta meta"!important;column-gap:12px!important;padding:15px!important}
  .download-card .doc-type{grid-area:type!important}
  .download-card h3{grid-area:title!important;margin:7px 0 4px!important}
  .download-card>p{grid-area:desc!important;margin:0!important}
  .download-card .doc-badges{grid-area:badges!important;margin:10px 0 0!important}
  .download-card>.btn{grid-area:action!important;align-self:center!important;min-height:42px!important;padding:0 12px!important;font-size:11px!important}
  .download-card .download-meta{grid-area:meta!important;margin-top:11px!important;padding-top:10px!important}
  .training-card{grid-template-columns:64px 1fr!important;padding:15px!important}
  .date-block{padding:12px 5px!important}
  .calc-result-v2{padding:18px!important}
  .result-metric strong{font-size:28px!important}
  .product-detail-grid{gap:24px!important}
  .product-detail-stage{min-height:285px!important}
  .related-documents-section{padding-top:42px!important}
  .legal-card-v2{padding:18px!important}
  .legal-card-v2 h2{font-size:19px!important;margin-top:24px!important}
  .legal-card-v2 p,.legal-card-v2 li{font-size:14px!important;line-height:1.68!important}
  footer{padding-top:36px!important}
}

@media(max-width:420px){
  .warranty-flow-grid{grid-template-columns:1fr!important}
  .download-card{grid-template-columns:1fr!important;grid-template-areas:"type" "title" "desc" "badges" "action" "meta"!important}
  .download-card>.btn{width:100%!important;margin-top:5px!important}
}


/* =========================================================
   V1.6.2.1 — CALIBRAÇÃO FINAL DE ESCALA E DENSIDADE
   Uniformiza títulos entre rotas, reduz títulos editoriais que
   ainda herdavam a escala anterior e elimina sobreposição móvel.
========================================================= */
@media(min-width:1025px){
  .app-view[data-route="produtos"] .internal-hero h1,
  .app-view[data-route="suporte"] .internal-hero h1,
  .app-view[data-route="suporte-tecnico"] .internal-hero h1,
  .app-view[data-route="treinamentos"] .internal-hero h1,
  .app-view[data-route="calculadora"] .internal-hero h1{
    font-size:clamp(44px,3.15vw,48px)!important;
    max-width:24ch!important;
  }
  .app-view[data-route="sobre"] .internal-hero h1,
  .app-view[data-route="garantia"] .internal-hero h1,
  .app-view[data-route="consulta"] .internal-hero h1,
  .app-view[data-route="downloads"] .internal-hero h1,
  .app-view[data-route="produto"] .internal-hero h1{
    font-size:clamp(45px,3.25vw,50px)!important;
    max-width:23ch!important;
  }
  .app-view[data-route="contato"] .internal-hero h1{
    font-size:46px!important;
  }
  .app-view[data-route="politica-privacidade"] .internal-hero h1,
  .app-view[data-route="politica-cookies"] .internal-hero h1,
  .app-view[data-route="termos-uso"] .internal-hero h1,
  .app-view[data-route="lgpd"] .internal-hero h1{
    font-size:42px!important;
  }
}

@media(min-width:761px){
  .app-view[data-route="home"] .section-title,
  .app-view[data-route="home"] .display,
  .app-view[data-route="home"] .v69-content .display,
  .app-view[data-route="home"] .v69-ecosystem-title,
  .app-view[data-route="home"] .os-primary-card h2,
  .app-view[data-route="home"] .v69-closing-copy h2,
  .app-view[data-route="suporte"] .section-title{
    font-size:clamp(32px,2.75vw,40px)!important;
    line-height:1.04!important;
    letter-spacing:-.038em!important;
  }
}

@media(max-width:760px){
  /* No mobile, o botão flutuante cobria títulos, cards e campos. */
  .v7-wa{display:none!important}

  .app-view[data-route]:not([data-route="home"]) .internal-hero h1{
    font-size:clamp(32px,8.7vw,34px)!important;
    line-height:1.06!important;
    max-width:100%!important;
  }
  .app-view[data-route="politica-privacidade"] .internal-hero h1,
  .app-view[data-route="politica-cookies"] .internal-hero h1,
  .app-view[data-route="termos-uso"] .internal-hero h1,
  .app-view[data-route="lgpd"] .internal-hero h1{
    font-size:clamp(29px,8vw,31px)!important;
  }
  .app-view[data-route="home"] .section-title,
  .app-view[data-route="home"] .display,
  .app-view[data-route="home"] .v69-content .display,
  .app-view[data-route="home"] .v69-ecosystem-title,
  .app-view[data-route="home"] .os-primary-card h2,
  .app-view[data-route="home"] .v69-closing-copy h2,
  .app-view[data-route="suporte"] .section-title{
    font-size:clamp(28px,7.9vw,31px)!important;
    line-height:1.05!important;
    letter-spacing:-.03em!important;
  }

  /* Recursos da home passam a funcionar como lista compacta. */
  .app-view[data-route="home"] .ecosystem-grid{gap:8px!important}
  .app-view[data-route="home"] .eco-card{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    grid-template-areas:"icon title" "icon copy" "icon action"!important;
    column-gap:12px!important;
    row-gap:4px!important;
    min-height:0!important;
    padding:15px!important;
  }
  .app-view[data-route="home"] .eco-icon{grid-area:icon!important;width:42px!important;height:42px!important;margin:0!important}
  .app-view[data-route="home"] .eco-card h3{grid-area:title!important;margin:0!important;font-size:17px!important}
  .app-view[data-route="home"] .eco-card p{grid-area:copy!important;margin:0!important;font-size:12.5px!important}
  .app-view[data-route="home"] .eco-card a{grid-area:action!important;margin:5px 0 0!important;padding:0!important}

  /* Os assuntos técnicos deixam de parecer quatro mini-páginas. */
  .app-view[data-route="suporte-tecnico"] .tech-topic-grid .surface{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr)!important;
    grid-template-areas:"index title" "index copy" "index action"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    min-height:0!important;
    padding:15px!important;
  }
  .app-view[data-route="suporte-tecnico"] .tech-topic-index{grid-area:index!important;width:40px!important;height:40px!important;margin:0!important}
  .app-view[data-route="suporte-tecnico"] .tech-topic-grid h3{grid-area:title!important;margin:0!important;font-size:17px!important}
  .app-view[data-route="suporte-tecnico"] .tech-topic-grid p{grid-area:copy!important;margin:0!important}
  .app-view[data-route="suporte-tecnico"] .tech-topic-grid .text-link{grid-area:action!important;padding:4px 0 0!important;margin:0!important}
}

/* =========================================================
   GRIDDY V1.6.2 — REVISÃO EDITORIAL E RESPONSIVA FINAL
   Direção: UX Writing + Arquitetura da Informação +
   Tipografia de Produto + Front-end Responsivo.
========================================================= */
:root{
  --g-home-h1:clamp(56px,4.35vw,68px);
  --g-page-h1:clamp(40px,3.12vw,48px);
  --g-long-h1:clamp(38px,2.92vw,44px);
  --g-legal-h1:clamp(36px,2.7vw,42px);
  --g-section-h2:clamp(30px,2.45vw,38px);
  --g-page-h2:clamp(27px,2.10vw,34px);
  --g-card-h3:18px;
  --g-body:15px;
  --g-lead:15.5px;
  --g-section-y:64px;
  --g-page-y:56px;
}
html body{line-height:1.58}
html body .app-view p,
html body .app-view li{font-size:var(--g-body);line-height:1.60}
html body .page-copy{font-size:var(--g-body)!important;line-height:1.62!important;max-width:64ch!important}
html body .lead{font-size:var(--g-lead)!important;max-width:60ch!important}
html body .kicker,
html body .v7-section-label{font-size:10px!important;line-height:1.3!important;letter-spacing:.145em!important;margin-bottom:10px!important}
html body .section-title{font-size:var(--g-section-h2)!important;line-height:1.05!important;letter-spacing:-.035em!important}
html body .page-heading{font-size:var(--g-page-h2)!important;line-height:1.08!important;letter-spacing:-.028em!important}
html body .surface h3,
html body .card-link h3{font-size:var(--g-card-h3)!important;line-height:1.18!important;letter-spacing:-.015em!important}

html body .btn,
html body .v7-btn,
html body .os-portal-link{min-height:48px!important;font-size:13px!important}

/* Home: cabe no primeiro viewport sem perder presença institucional. */
html body .app-view[data-route="home"] .v7-hero,
html body .app-view[data-route="home"] .v7-hero-grid{
  min-height:clamp(610px,68svh,660px)!important;

}
html body .app-view[data-route="home"] .v7-hero-grid{padding:82px 0 15px!important}
html body .app-view[data-route="home"] .v7-hero-main{padding:38px 24px 21px!important}
html body .app-view[data-route="home"] .v7-hero-title{
  font-size:var(--g-home-h1)!important;
  line-height:.97!important;
  letter-spacing:-.041em!important;
}
html body .app-view[data-route="home"] .v7-hero-copy{
  margin-top:18px!important;
  max-width:620px!important;
  font-size:15.5px!important;
  line-height:1.57!important;
}
html body .app-view[data-route="home"] .v7-hero-actions{margin-top:21px!important}
html body .app-view[data-route="home"] .v7-trust-strip{padding-top:13px!important}
html body .app-view[data-route="home"] .v7-next-section{padding:56px max(24px,6vw) 62px!important}
html body .app-view[data-route="home"] .v7-next-section h2{
  margin:12px 0 11px!important;
  max-width:700px!important;
  font-size:var(--g-section-h2)!important;
  line-height:1.05!important;
  letter-spacing:-.032em!important;
}
html body .app-view[data-route="home"] .v7-section-intro{max-width:620px!important;font-size:15px!important;line-height:1.58!important}
html body .app-view[data-route="home"] .v7-objective-grid{margin-top:26px!important;gap:11px!important}
html body .app-view[data-route="home"] .v7-objective-card{min-height:164px!important;padding:19px!important}
html body .app-view[data-route="home"] .v7-objective-card h3{font-size:18px!important;margin:15px 0 6px!important}
html body .app-view[data-route="home"] .v7-objective-card p{font-size:13px!important;line-height:1.52!important}
html body .app-view[data-route="home"] .tracking,
html body .app-view[data-route="home"] .process,
html body .app-view[data-route="home"] .operation,
html body .app-view[data-route="home"] .ecosystem,
html body .app-view[data-route="home"] .v69-section{padding:var(--g-section-y) 0!important}
html body .app-view[data-route="home"] .display,
html body .app-view[data-route="home"] .v69-content .display,
html body .app-view[data-route="home"] .v69-ecosystem-title,
html body .app-view[data-route="home"] .v69-closing-copy h2{
  font-size:var(--g-section-h2)!important;
  line-height:1.05!important;
  letter-spacing:-.034em!important;
}
html body .app-view[data-route="home"] .os-primary-card,
html body .app-view[data-route="home"] .os-assist-card{padding:22px!important}
html body .app-view[data-route="home"] .process-line{margin-top:30px!important}
html body .app-view[data-route="home"] .operation-head{margin-bottom:26px!important}
html body .app-view[data-route="home"] .gallery{grid-template-rows:220px 220px!important}
html body .app-view[data-route="home"] .v69-product-visual{min-height:250px!important}
html body .app-view[data-route="home"] .ecosystem-grid{margin-top:26px!important}
html body .app-view[data-route="home"] .eco-card{min-height:195px!important}
html body .app-view[data-route="home"] .v69-closing{padding:52px 0!important}

/* Internal pages: headings behave as product UI, not campaign banners. */
html body .app-view:not([data-route="home"]) .internal-hero{

  padding:112px 0 38px!important;
}
html body .app-view:not([data-route="home"]) .internal-hero h1{
  font-size:var(--g-page-h1)!important;

  letter-spacing:-.030em!important;

}
html body .app-view[data-route="produtos"] .internal-hero h1,
html body .app-view[data-route="suporte"] .internal-hero h1,
html body .app-view[data-route="suporte-tecnico"] .internal-hero h1,
html body .app-view[data-route="treinamentos"] .internal-hero h1,
html body .app-view[data-route="calculadora"] .internal-hero h1{
  font-size:var(--g-long-h1)!important;
  max-width:25ch!important;
}
html body .app-view[data-route="politica-privacidade"] .internal-hero h1,
html body .app-view[data-route="politica-cookies"] .internal-hero h1,
html body .app-view[data-route="termos-uso"] .internal-hero h1,
html body .app-view[data-route="lgpd"] .internal-hero h1{
  font-size:var(--g-legal-h1)!important;
  max-width:24ch!important;
}
html body .app-view:not([data-route="home"]) .internal-hero p{
  margin-top:13px!important;

  font-size:15.5px!important;
  line-height:1.57!important;
}
html body .app-view:not([data-route="home"]) .page-shell{padding:var(--g-page-y) 0 62px!important}
html body .app-view:not([data-route="home"]) .page-head{margin-bottom:26px!important;gap:24px!important}
html body .app-view:not([data-route="home"]) .surface{padding:20px!important;border-radius:18px!important}
html body .app-view:not([data-route="home"]) .grid-2,
html body .app-view:not([data-route="home"]) .grid-3,
html body .app-view:not([data-route="home"]) .grid-4{gap:13px!important}

/* Support hub: card action follows the copy; no overlap at any width. */
html body .app-view[data-route="suporte"] .journey-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:250px!important;
  padding:21px!important;
}
html body .app-view[data-route="suporte"] .journey-icon{margin:25px 0 18px!important}
html body .app-view[data-route="suporte"] .journey-card p{margin:0!important}
html body .app-view[data-route="suporte"] .journey-link{
  position:static!important;
  left:auto!important;
  bottom:auto!important;
  display:inline-flex!important;
  margin-top:auto!important;
  padding-top:14px!important;
}
html body .app-view[data-route="suporte"] .support-grid .surface{min-height:205px!important}

/* Forms and task pages: labels remain readable on Windows and mobile. */
html body .form-card-v2{padding:23px!important;border-radius:21px!important}
html body .form-step-title{font-size:22px!important;line-height:1.14!important}
html body .field input,
html body .field select,
html body .field textarea{font-size:15px!important;padding:12px 13px!important}
html body .operational-notice p,
html body .form-note,
html body .field-help{font-size:12.5px!important;line-height:1.55!important}
html body .warranty-flow-card{min-height:138px!important;padding:17px!important}

/* Catalogue, technical knowledge and documents. */
html body .product-card-v2{min-height:325px!important}
html body .product-body h3{font-size:17px!important}
html body .kb-card h3{font-size:17px!important}
html body .technical-checklist li{font-size:13px!important}
html body .download-card h3{font-size:17px!important}
html body .legal-card-v2{max-width:790px!important}
html body .legal-card-v2 h2{font-size:21px!important}
html body .legal-card-v2 p,
html body .legal-card-v2 li{font-size:14.5px!important;line-height:1.70!important}

@media(min-width:761px) and (max-width:1180px){
  :root{
    --g-home-h1:clamp(52px,6vw,64px);
    --g-page-h1:clamp(38px,4.6vw,46px);
    --g-long-h1:clamp(36px,4.2vw,43px);
    --g-section-h2:clamp(29px,3.6vw,36px);
  }
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{min-height:610px!important}

  html body .app-view[data-route="home"] .v7-objective-card{min-height:145px!important}
}

@media(max-width:760px){
  :root{
    --g-home-h1:clamp(36px,10.25vw,42px);
    --g-page-h1:clamp(30px,8.35vw,34px);
    --g-long-h1:clamp(29px,8vw,33px);
    --g-legal-h1:clamp(29px,7.7vw,32px);
    --g-section-h2:clamp(27px,7.45vw,31px);
    --g-page-h2:clamp(25px,6.8vw,29px);
    --g-card-h3:17px;
    --g-body:14px;
    --g-lead:14.5px;
    --g-section-y:46px;
    --g-page-y:40px;
  }
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{
    min-height:570px!important;
    height:auto!important;
  }
  html body .app-view[data-route="home"] .v7-hero-grid{padding:66px 0 12px!important}
  html body .app-view[data-route="home"] .v7-hero-main{padding:29px 16px 18px!important}
  html body .app-view[data-route="home"] .v7-hero-title{line-height:1!important;letter-spacing:-.028em!important}
  html body .app-view[data-route="home"] .v7-hero-copy{font-size:14px!important;line-height:1.55!important;max-width:35ch!important;margin-top:15px!important}
  html body .app-view[data-route="home"] .v7-hero-actions{margin-top:18px!important;gap:8px!important}
  html body .app-view[data-route="home"] .v7-hero-actions .v7-btn{min-height:48px!important;font-size:12px!important}
  html body .app-view[data-route="home"] .v7-trust-strip{padding-top:11px!important}
  html body .app-view[data-route="home"] .v7-next-section{padding:42px 18px 48px!important}
  html body .app-view[data-route="home"] .v7-section-intro{font-size:14px!important}
  html body .app-view[data-route="home"] .v7-objective-grid{margin-top:21px!important;gap:8px!important}
  html body .app-view[data-route="home"] .v7-objective-card{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:12px!important;
    row-gap:3px!important;

    padding:14px!important;
  }
  html body .app-view[data-route="home"] .v7-objective-index{grid-column:1!important;grid-row:1/span 2!important}
  html body .app-view[data-route="home"] .v7-objective-card h3{grid-column:2!important;grid-row:1!important;margin:0!important;font-size:17px!important}
  html body .app-view[data-route="home"] .v7-objective-card p{grid-column:2!important;grid-row:2!important;margin:0!important;font-size:12.5px!important}
  html body .app-view[data-route="home"] .os-access-grid{gap:8px!important}
  html body .app-view[data-route="home"] .os-primary-card,
  html body .app-view[data-route="home"] .os-assist-card{padding:16px!important}
  html body .app-view[data-route="home"] .process-line{margin-top:24px!important}
  html body .app-view[data-route="home"] .gallery{grid-template-rows:280px 185px 185px!important}
  html body .app-view[data-route="home"] .v69-product-visual{min-height:215px!important}
  html body .app-view[data-route="home"] .eco-card{padding:16px!important}
  html body .app-view[data-route="home"] .v69-closing{padding:42px 0!important}

  html body .app-view:not([data-route="home"]) .internal-hero{padding:92px 0 27px!important}
  html body .app-view:not([data-route="home"]) .internal-hero h1{line-height:1.07!important;letter-spacing:-.022em!important;max-width:100%!important}
  html body .app-view:not([data-route="home"]) .internal-hero p{font-size:14px!important;line-height:1.54!important;margin-top:10px!important}
  html body .app-view:not([data-route="home"]) .page-shell{padding:var(--g-page-y) 0 48px!important}
  html body .app-view:not([data-route="home"]) .page-head{margin-bottom:20px!important;gap:9px!important}
  html body .app-view:not([data-route="home"]) .surface{padding:16px!important;border-radius:16px!important}
  html body .app-view[data-route="suporte"] .journey-card{min-height:0!important;padding:16px!important}
  html body .app-view[data-route="suporte"] .journey-link{margin-top:12px!important;padding-top:0!important}
  html body .app-view[data-route="suporte"] .support-grid .surface{min-height:0!important}
  html body .form-card-v2{padding:17px!important;border-radius:18px!important}
  html body .form-step-title{font-size:20px!important}
  html body .field input,
  html body .field select,
  html body .field textarea{font-size:16px!important}
  html body .warranty-flow-card{min-height:0!important}
  html body .product-card-v2{min-height:0!important}
  html body .legal-card-v2{padding:18px!important}
  html body .legal-card-v2 h2{font-size:19px!important;margin-top:23px!important}
  html body .legal-card-v2 p,
  html body .legal-card-v2 li{font-size:14px!important;line-height:1.67!important}
}

@media(max-width:390px){
  :root{--g-home-h1:clamp(35px,10vw,39px);--g-page-h1:31px;--g-long-h1:30px}
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{min-height:550px!important}
  html body .app-view[data-route="home"] .v7-hero-actions .v7-btn{padding-inline:11px!important}
}

/* =========================================================
   GRIDDY V1.6.4 — CONVERSÃO, PROVA E COERÊNCIA OPERACIONAL
   A direção de arte da V1.6.3 é preservada. Esta camada torna
   ações, credenciais e próximos passos explícitos.
========================================================= */
:root{
  --v164-orange:#ff9f16;
  --v164-orange-dark:#a85208;
  --v164-ink:#071426;
  --v164-muted:#5f7084;
  --v164-line:rgba(7,20,38,.12);
  --v164-soft:#f6f3eb;
}

/* Provas do hero passam a ser links verificáveis. */
.v164-proof-link{text-decoration:none!important;color:inherit!important;transition:color .2s ease,transform .2s ease}
.v164-proof-link::after{content:"↗";font-size:10px;color:var(--v7-orange-2);opacity:.82;margin-left:1px}
.v164-proof-link:hover{color:#fff!important;transform:translateY(-1px)}

/* Ação explícita nos cards de decisão. */
.v7-objective-card .v164-card-action{
  display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:24px;
  color:#17395d;font-size:12px;font-weight:850;letter-spacing:.01em
}
.v7-objective-card .v164-card-action b{color:var(--v164-orange);font-size:16px;transition:transform .2s ease}
.v7-objective-card:hover .v164-card-action b{transform:translateX(4px)}

/* Ações contextuais nos heróis internos. */
.v164-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}
.v164-hero-action{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:0 18px;border-radius:13px;text-decoration:none;font-size:13px;font-weight:820;
  transition:transform .2s ease,background .2s ease,border-color .2s ease
}
.v164-hero-action:hover{transform:translateY(-2px)}
.v164-hero-action.primary{color:#071426;background:linear-gradient(135deg,#ffbd23,#ff9412);box-shadow:0 13px 34px rgba(255,148,18,.18)}
.v164-hero-action.secondary{color:#f6f9fc;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18)}
.v164-hero-action.secondary:hover{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.30)}

/* A credencial da página Sobre vira uma matriz de provas, não uma lista genérica. */
.app-view[data-route="sobre"] .v164-proof-card{padding:30px!important;background:linear-gradient(145deg,#fff,#fbfaf6)!important}
.app-view[data-route="sobre"] .v164-proof-card>h2{font-size:30px!important;line-height:1.08!important;margin:18px 0 22px!important}
.app-view[data-route="sobre"] .v164-proof-card .feature-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:20px 0!important}
.app-view[data-route="sobre"] .v164-proof-card .feature-list li{
  min-height:112px;display:block!important;padding:17px!important;border-radius:16px!important;
  background:#f7f8f6!important;color:#4e6073!important;font-size:13px!important;line-height:1.55!important
}
.app-view[data-route="sobre"] .v164-proof-card .feature-list li::before{display:block;margin-bottom:10px}
.app-view[data-route="sobre"] .v164-proof-card .official-proof-link{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;
  border-radius:13px;background:var(--navy);color:#fff!important;text-decoration:none!important
}

/* Garantia: preparação compacta, formulário mais próximo da intenção. */
.app-view[data-route="garantia"] .v164-warranty-guide{max-width:540px}
.app-view[data-route="garantia"] .v164-ready-list{list-style:none;margin:28px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.app-view[data-route="garantia"] .v164-ready-list li{
  min-height:136px;display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;align-items:start;
  padding:17px;border:1px solid var(--v164-line);border-radius:17px;background:rgba(255,255,255,.72)
}
.app-view[data-route="garantia"] .v164-ready-list li>span{
  width:34px;height:34px;display:grid;place-items:center;border-radius:11px;
  background:#fff1dd;color:var(--v164-orange-dark);font-size:10px;font-weight:900
}
.app-view[data-route="garantia"] .v164-ready-list strong{display:block;font-size:15px;color:var(--v164-ink);line-height:1.25}
.app-view[data-route="garantia"] .v164-ready-list p{margin:6px 0 0!important;font-size:12.5px!important;line-height:1.55!important;color:var(--v164-muted)!important}
.app-view[data-route="garantia"] .v164-inline-anchor{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:#145db5;text-decoration:none;font-size:13px;font-weight:850}
#warrantyForm{scroll-margin-top:100px}

/* Contato: escolha rápida antes do formulário. */
.v164-form-intro{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.55}
.v164-topic-chooser{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0 22px}
.v164-topic-chooser button{
  min-height:37px;padding:0 12px;border:1px solid var(--v164-line);border-radius:999px;
  background:#f8fafb;color:#526579;font-size:11px;font-weight:800
}
.v164-topic-chooser button:hover,.v164-topic-chooser button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}

/* Produto: o card termina com uma ação clara e uma indicação de aplicação. */
.product-card-v2 .v164-product-purpose{
  display:inline-flex;width:max-content;max-width:100%;margin-top:11px;padding:6px 9px;border-radius:999px;
  background:rgba(22,119,255,.07);color:#225f9e;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase
}
.product-card-v2 .v164-product-action{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:17px;padding-top:15px;
  border-top:1px solid rgba(7,20,38,.09);color:#183a60;font-size:12px;font-weight:850
}
.product-card-v2 .v164-product-action b{color:var(--v164-orange);font-size:16px;transition:transform .2s ease}
.product-card-v2:hover .v164-product-action b{transform:translateX(4px)}
.product-card-v2 .product-code{margin-top:16px!important;padding-top:0!important}

/* Ações dos cards funcionais devem ser percebidas como conclusão do conteúdo. */
.journey-link,.text-link,.eco-card a{display:inline-flex;align-items:center;gap:7px}

@media(max-width:760px){
  .v164-proof-link::after{display:none}
  .v164-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}
  .v164-hero-action{min-height:46px;padding:0 12px;font-size:12px;text-align:center}
  .app-view[data-route="sobre"] .v164-proof-card .feature-list{grid-template-columns:1fr!important}
  .app-view[data-route="sobre"] .v164-proof-card .feature-list li{min-height:0}
  .app-view[data-route="garantia"] .v164-ready-list{grid-template-columns:1fr;gap:8px;margin-top:22px}
  .app-view[data-route="garantia"] .v164-ready-list li{min-height:0;padding:14px}
  .v164-topic-chooser{display:grid;grid-template-columns:1fr 1fr}
  .v164-topic-chooser button{width:100%;min-height:42px;border-radius:12px}
}
@media(max-width:390px){
  .v164-hero-actions{grid-template-columns:1fr}
  .v164-topic-chooser{grid-template-columns:1fr}
}

/* =========================================================
   GRIDDY V1.6.5 — HOMOLOGAÇÃO VISUAL E DE CONTEÚDO
   Camada final da família V1.6. Sem redesenho geral:
   ativos reais, origem do conteúdo, consistência e QA por página.
========================================================= */
:root{
  --v165-ink:#071426;
  --v165-muted:#5b6d80;
  --v165-soft:#f6f4ed;
  --v165-line:rgba(7,20,38,.11);
  --v165-orange:#ff9d14;
  --v165-blue:#1677ff;
  --v165-green:#0b8b55;
}

/* Registros operacionais mais legíveis e identificados. */
.app-view[data-route="home"] .operation .photo:after{
  background:linear-gradient(180deg,rgba(4,15,29,.02) 18%,rgba(4,15,29,.28) 55%,rgba(4,15,29,.88) 100%)!important;
}
.app-view[data-route="home"] .operation .photo>img{filter:saturate(.98) contrast(1.02) brightness(1.04)!important}
.app-view[data-route="home"] .operation .photo-tag::before{content:"REGISTRO · ";color:rgba(255,255,255,.56)}

/* Página Sobre: prova visual baseada nos registros já incorporados ao protótipo. */
.v165-about-evidence{
  min-height:clamp(720px,92svh,920px);display:grid;align-items:center;padding:104px 0;
  background:linear-gradient(180deg,#071426 0%,#091c31 100%);color:#fff;overflow:hidden
}
.v165-about-evidence::before{content:"";position:absolute;right:-260px;top:-260px;width:680px;height:680px;border-radius:50%;border:1px solid rgba(39,215,242,.08);box-shadow:0 0 0 90px rgba(39,215,242,.018),0 0 0 180px rgba(255,157,20,.014)}
.v165-about-evidence>.container{position:relative;z-index:2}
.v165-about-evidence-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:56px;align-items:end;margin-bottom:40px}
.v165-about-evidence .section-title{max-width:13ch;color:#fff}
.v165-about-evidence .lead{color:rgba(255,255,255,.68)!important;margin:0 0 15px!important}
.v165-about-evidence .text-link{color:#fff}
.v165-evidence-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:14px}
.v165-evidence-photo{position:relative;min-height:430px;margin:0;border-radius:26px;overflow:hidden;background:#10243b}
.v165-evidence-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.03)}
.v165-evidence-photo:nth-child(1) img{object-position:center 36%}
.v165-evidence-photo:nth-child(2) img{object-position:center 42%}
.v165-evidence-photo:nth-child(3) img{object-position:center 42%}
.v165-evidence-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(3,13,26,.91) 100%)}
.v165-evidence-photo figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}
.v165-evidence-photo figcaption span{font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#ffae42}
.v165-evidence-photo h3{margin:8px 0 7px;font-size:clamp(21px,2vw,31px);line-height:1.02;letter-spacing:-.035em}
.v165-evidence-photo p{margin:0;color:rgba(255,255,255,.72);font-size:13px!important;line-height:1.55!important}

/* Catálogo: imagens de produto/família já disponíveis no protótipo. */
.product-visual.v165-has-media{height:220px!important;background:linear-gradient(180deg,#fff 0%,#f2f6f8 100%)!important}
.product-visual.v165-has-media>.device-art{display:none!important}
.v165-product-media{position:absolute;inset:35px 18px 22px;display:grid;place-items:center}
.v165-product-media img{width:100%;height:100%;max-width:250px;max-height:165px;object-fit:contain;filter:drop-shadow(0 17px 24px rgba(7,20,38,.15))}
.v165-media-label{position:absolute;right:12px;bottom:11px;z-index:4;padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.90);border:1px solid rgba(7,20,38,.08);color:#647487;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.v165-product-specs{display:grid;gap:6px;margin-top:13px}
.v165-product-specs span{display:flex;align-items:flex-start;gap:7px;color:#5f7084;font-size:11px;line-height:1.42}
.v165-product-specs span::before{content:"•";color:var(--v165-orange);font-weight:900}
.product-card-v2{min-height:445px!important}
.product-card-v2 .v164-product-action{margin-top:auto!important}

/* Detalhe do produto: imagem, origem visual e resumo técnico. */
.v165-detail-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 0}
.v165-detail-specs span{padding:11px 12px;border:1px solid var(--v165-line);border-radius:12px;background:#fff;color:#526477;font-size:12px;line-height:1.4}

/* Documentos: diferença honesta entre PDF, central oficial e solicitação. */
.download-card{display:flex;flex-direction:column}
.v165-doc-access{position:absolute;right:16px;top:15px;padding:6px 8px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.v165-doc-access.direct{background:#e8f8ef;color:#087345}
.v165-doc-access.source{background:#eaf3ff;color:#175fae}
.v165-doc-access.request{background:#fff0db;color:#9a510a}
.v165-doc-details{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 0}
.v165-doc-details span{padding:6px 8px;border-radius:999px;background:#f4f6f8;color:#657487;font-size:9px;font-weight:800}
.download-card>.btn{margin-top:auto!important}
.related-doc-card .v165-doc-details{margin-bottom:12px}

/* Treinamentos: programa real, sem datas fictícias. */
.v165-training-track{background:linear-gradient(145deg,#071426,#113557)!important}
.v165-training-track b.word{font-size:16px!important;letter-spacing:.08em!important}
.v165-training-track span{display:block;margin-top:6px;color:#ffb347!important;font-size:9px!important;letter-spacing:.10em!important;overflow-wrap:anywhere}

/* Índice das páginas legais: navegação local sem alterar a SPA. */
.v165-legal-index{margin:0 0 32px;padding:18px;border:1px solid var(--v165-line);border-radius:16px;background:#f7f8f7}
.v165-legal-index strong{display:block;margin-bottom:11px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#33475d}
.v165-legal-index div{display:flex;flex-wrap:wrap;gap:7px}
.v165-legal-index button{border:1px solid rgba(7,20,38,.10);border-radius:999px;background:#fff;padding:8px 10px;color:#5b6d80;font-size:10px;font-weight:800}
.v165-legal-index button:hover{border-color:#1677ff;color:#145fae}

@media(max-width:980px){
  .v165-about-evidence{min-height:0;padding:84px 0}
  .v165-about-evidence-head{grid-template-columns:1fr;gap:18px}
  .v165-evidence-grid{grid-template-columns:1fr 1fr}
  .v165-evidence-photo:first-child{grid-column:1/-1}
  .product-card-v2{min-height:430px!important}
}
@media(max-width:760px){
  .v165-about-evidence{padding:72px 0}
  .v165-about-evidence .section-title{font-size:clamp(34px,9.8vw,44px)!important}
  .v165-evidence-grid{grid-template-columns:1fr;gap:10px}
  .v165-evidence-photo,.v165-evidence-photo:first-child{grid-column:auto;min-height:320px;border-radius:21px}
  .v165-evidence-photo figcaption{left:18px;right:18px;bottom:17px}
  .product-visual.v165-has-media{height:205px!important}
  .v165-product-media{inset:26px 5px 18px}
  .v165-product-media img{max-width:108%;max-height:150px}
  .v165-media-microinversor img{transform:scale(1.34)}
  .v165-media-string img{transform:scale(1.22)}
  .v165-media-hibrido img{transform:scale(1.13)}
  .v165-media-bateria img{transform:scale(1.06)}
  .v165-media-monitoramento img{transform:scale(1.15)}
  .product-card-v2{min-height:0!important}
  .v165-product-specs span{font-size:12px}
  .v165-detail-specs{grid-template-columns:1fr}
  .v165-legal-index{padding:14px}
  .v165-legal-index div{display:grid;grid-template-columns:1fr 1fr}
  .v165-legal-index button{text-align:left;border-radius:11px}
}
@media(max-width:390px){.v165-legal-index div{grid-template-columns:1fr}}

/* Seções redundantes foram removidas do HTML; permanecem somente regras operacionais. */
html[data-initial-route]:not([data-initial-route="home"]) .app-view[data-route="home"].active{display:none!important}

.app-view[data-route="home"] .operation{--v163-chapter:"02"}
.app-view[data-route="home"] .v69-section{--v163-chapter:"03"}
.app-view[data-route="home"] .v69-closing{--v163-chapter:"04"}


:root{
  --v163-header:72px;
  --v163-screen:calc(100svh - var(--v163-header));
  --v163-immersive:clamp(720px,var(--v163-screen),940px);
  --v163-major:clamp(620px,82svh,820px);
  --v163-medium:clamp(500px,66svh,680px);
  --v163-compact:clamp(380px,50svh,540px);
  --v163-section-pad:clamp(88px,10vh,126px);
  --v163-body:16px;
  --v163-lead:17px;
  --v163-card-copy:14px;
  --v163-soft:#f4f1e8;
  --v163-soft-blue:#f3f7fb;
  --v163-line:rgba(7,20,38,.10);
}


html body .page-copy{font-size:var(--v163-body)!important;}
html body .lead{font-size:var(--v163-lead)!important;line-height:1.68!important}
html body .v7-section-intro{font-size:16px!important;line-height:1.65!important}
html body .v7-objective-card p,
html body .journey-card p,
html body .eco-card p,
html body .product-body p,
html body .download-card p,
html body .support-grid p,
html body .tech-topic-grid p{font-size:var(--v163-card-copy)!important;line-height:1.58!important}



.app-view > section{isolation:isolate}
.app-view > section > .container,
.app-view > section > .v7-section-inner{position:relative;z-index:2}


html body .app-view:not([data-route="home"]) .internal-hero{
  min-height:clamp(300px,36svh,410px)!important;


  padding:calc(var(--v163-header) + 34px) 0 58px!important;
}
html body .app-view:not([data-route="home"]) .internal-hero h1{
  max-width:21ch!important;
}
html body .app-view:not([data-route="home"]) .internal-hero p{
  max-width:62ch!important;
  font-size:16px!important;
}
html body .app-view[data-route="politica-privacidade"] .internal-hero,
html body .app-view[data-route="politica-cookies"] .internal-hero,
html body .app-view[data-route="termos-uso"] .internal-hero,
html body .app-view[data-route="lgpd"] .internal-hero{
  min-height:clamp(235px,28svh,315px)!important;
  padding-bottom:42px!important;
}


html body .app-view[data-route="home"] .v7-hero,
html body .app-view[data-route="home"] .v7-hero-grid{
  min-height:clamp(760px,100svh,960px)!important;

}
html body .app-view[data-route="home"] .v7-hero-grid{padding:82px 0 28px!important}
html body .app-view[data-route="home"] .v7-hero-main{padding:clamp(78px,11vh,126px) 24px 68px!important}


.app-view[data-route="home"] > section:not(.v7-hero){position:relative;overflow:hidden}
.app-view[data-route="home"] > section:not(.v7-hero)::after{
  content:var(--v163-chapter,"");
  position:absolute;
  z-index:0;
  right:clamp(24px,4vw,72px);
  top:clamp(28px,5vh,64px);
  color:rgba(7,20,38,.035);
  font-size:clamp(100px,11vw,176px);
  font-weight:900;
  line-height:.78;
  letter-spacing:-.08em;
  pointer-events:none;
}
.app-view[data-route="home"] > .dark::after{color:rgba(255,255,255,.035)!important}
.app-view[data-route="home"] .v7-next-section{--v163-chapter:"01"}
.app-view[data-route="home"] .tracking{--v163-chapter:"02"}
.app-view[data-route="home"] .process{--v163-chapter:"03"}
.app-view[data-route="home"] .operation{--v163-chapter:"04"}
.app-view[data-route="home"] .v69-section{--v163-chapter:"05"}
.app-view[data-route="home"] .ecosystem{--v163-chapter:"06"}
.app-view[data-route="home"] .v69-closing{--v163-chapter:"07"}

html body .app-view[data-route="home"] .v7-next-section{
  min-height:clamp(640px,82svh,820px)!important;
  display:grid!important;
  align-items:center!important;
  padding:var(--v163-section-pad) max(24px,7vw)!important;
  background:
    radial-gradient(circle at 82% 18%,rgba(22,119,255,.055),transparent 28%),
    #fff!important;
}
html body .app-view[data-route="home"] .v7-next-section h2{font-size:clamp(42px,4vw,58px)!important}
html body .app-view[data-route="home"] .v7-objective-grid{margin-top:44px!important;gap:18px!important}
html body .app-view[data-route="home"] .v7-objective-card{
  min-height:255px!important;
  padding:30px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  border-radius:24px!important;
}
html body .app-view[data-route="home"] .v7-objective-card h3{font-size:21px!important;margin:27px 0 10px!important}
html body .app-view[data-route="home"] .v7-objective-card p{margin-bottom:0!important}

html body .app-view[data-route="home"] .tracking{
  min-height:clamp(700px,90svh,900px)!important;
  display:grid!important;
  align-items:center!important;
  padding:var(--v163-section-pad) 0!important;
  background:
    radial-gradient(circle at 18% 34%,rgba(22,119,255,.16),transparent 34%),
    radial-gradient(circle at 88% 72%,rgba(39,215,242,.07),transparent 30%),
    var(--navy)!important;
}
html body .app-view[data-route="home"] .os-access-grid{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr)!important;gap:28px!important;align-items:stretch!important}
html body .app-view[data-route="home"] .os-primary-card,
html body .app-view[data-route="home"] .os-assist-card{
  min-height:500px!important;
  padding:38px!important;
  border-radius:30px!important;
}
html body .app-view[data-route="home"] .os-primary-card{display:flex!important;flex-direction:column!important;justify-content:center!important}
html body .app-view[data-route="home"] .os-assist-card{display:flex!important;flex-direction:column!important;justify-content:center!important}
html body .app-view[data-route="home"] .os-primary-card h2{font-size:clamp(42px,4vw,58px)!important;max-width:11ch!important}
html body .app-view[data-route="home"] .os-feature-list{margin-top:34px!important;gap:12px!important}
html body .app-view[data-route="home"] .os-feature{padding:17px!important}

html body .app-view[data-route="home"] .process{
  min-height:clamp(610px,76svh,760px)!important;
  display:grid!important;
  align-items:center!important;
  padding:var(--v163-section-pad) 0!important;
  background:
    radial-gradient(circle at 50% 0,rgba(242,138,33,.065),transparent 28%),
    var(--paper)!important;
}
html body .app-view[data-route="home"] .process-head{max-width:860px!important}
html body .app-view[data-route="home"] .process-head .section-title{font-size:clamp(42px,4.2vw,60px)!important}
html body .app-view[data-route="home"] .process-line{margin-top:62px!important}
html body .app-view[data-route="home"] .process-index{width:78px!important;height:78px!important;font-size:18px!important;margin-bottom:24px!important}
html body .app-view[data-route="home"] .process-card h3{font-size:21px!important}
html body .app-view[data-route="home"] .process-card p{font-size:14px!important;max-width:31ch!important}

html body .app-view[data-route="home"] .operation{
  min-height:clamp(780px,100svh,960px)!important;
  display:grid!important;
  align-items:center!important;
  padding:var(--v163-section-pad) 0!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(39,215,242,.055),transparent 27%),
    #fff!important;
}
html body .app-view[data-route="home"] .operation-head{margin-bottom:52px!important}
html body .app-view[data-route="home"] .operation .section-title{font-size:clamp(44px,4.5vw,64px)!important;}
html body .app-view[data-route="home"] .gallery{grid-template-rows:300px 300px!important;gap:18px!important}
html body .app-view[data-route="home"] .photo{border-radius:30px!important}
html body .app-view[data-route="home"] .photo h3{font-size:clamp(28px,3vw,42px)!important}


html body .app-view[data-route="home"] .v69-section{
  min-height:clamp(780px,100svh,960px)!important;
  display:grid!important;
  align-items:center!important;
  padding:var(--v163-section-pad) 0!important;
}
html body .app-view[data-route="home"] .v69-layout{gap:clamp(48px,6vw,84px)!important}
html body .app-view[data-route="home"] .v69-content .display{font-size:clamp(46px,4.9vw,70px)!important}
html body .app-view[data-route="home"] .v69-product-visual{min-height:430px!important}
html body .app-view[data-route="home"] .feature-product-info{min-height:170px!important}

html body .app-view[data-route="home"] .ecosystem{
  min-height:clamp(690px,88svh,860px)!important;
  display:grid!important;
  align-items:center!important;
  padding:var(--v163-section-pad) 0!important;
  background:
    radial-gradient(circle at 78% 28%,rgba(39,215,242,.09),transparent 28%),
    radial-gradient(circle at 18% 82%,rgba(242,138,33,.055),transparent 25%),
    var(--navy)!important;
}
html body .app-view[data-route="home"] .v69-ecosystem-title{font-size:clamp(46px,4.8vw,68px)!important;max-width:12ch!important}
html body .app-view[data-route="home"] .ecosystem-grid{margin-top:50px!important;gap:18px!important}
html body .app-view[data-route="home"] .eco-card{min-height:285px!important;padding:28px!important}
html body .app-view[data-route="home"] .eco-icon{width:58px!important;height:58px!important;margin-bottom:45px!important}
html body .app-view[data-route="home"] .eco-card h3{font-size:23px!important}

html body .app-view[data-route="home"] .v69-closing{
  min-height:clamp(430px,56svh,570px)!important;
  display:grid!important;
  align-items:center!important;
  padding:82px 0!important;
}
html body .app-view[data-route="home"] .v69-closing-copy h2{font-size:clamp(44px,4.6vw,66px)!important;max-width:12ch!important}
html body .app-view[data-route="home"] .v69-closing-copy p{font-size:17px!important}


@media(min-width:1181px){
  html body .app-view[data-route="sobre"] > section:nth-of-type(2){
    min-height:clamp(680px,90svh,880px)!important;
    background:radial-gradient(circle at 88% 12%,rgba(22,119,255,.055),transparent 28%),#fff!important;
  }
  html body .app-view[data-route="sobre"] > section:nth-of-type(2) .container{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;gap:64px!important;align-items:center!important}
  html body .app-view[data-route="sobre"] > section:nth-of-type(2) .surface{padding:38px!important;border-radius:28px!important}

  html body .app-view[data-route="sobre"] > section:nth-of-type(3){
    min-height:clamp(610px,78svh,760px)!important;
  }
  html body .app-view[data-route="sobre"] .history-line{
    display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;
    padding:58px 0 0!important;margin-top:18px!important;
  }
  html body .app-view[data-route="sobre"] .history-line::before{
    left:4%!important;right:4%!important;top:20px!important;bottom:auto!important;width:auto!important;height:2px!important;
    background:linear-gradient(90deg,var(--orange),var(--blue),var(--cyan))!important;
  }
  html body .app-view[data-route="sobre"] .history-item{padding:0 24px 0 0!important}
  html body .app-view[data-route="sobre"] .history-item::before{left:0!important;top:-45px!important}
  html body .app-view[data-route="sobre"] .history-item h3{font-size:20px!important}
  html body .app-view[data-route="sobre"] .history-item p{font-size:15px!important}

  html body .app-view[data-route="sobre"] > section:nth-of-type(4){
    min-height:clamp(540px,70svh,690px)!important;
    background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
  }
  html body .app-view[data-route="sobre"] > section:nth-of-type(4) .value-card{min-height:300px!important;padding:34px!important}
  html body .app-view[data-route="sobre"] > section:nth-of-type(4) .value-card b{font-size:62px!important;margin-bottom:34px!important}
}


html body .app-view[data-route="produtos"] > .page-shell{
  min-height:calc(100svh - 300px)!important;
  padding:82px 0 112px!important;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}
html body .app-view[data-route="produtos"] .product-card-v2{min-height:390px!important;border-radius:24px!important}
html body .app-view[data-route="produtos"] .product-visual{height:210px!important}
html body .app-view[data-route="produtos"] .product-body{padding:23px!important}
html body .app-view[data-route="produtos"] .product-body h3{font-size:19px!important}


@media(min-width:1181px){
  html body .app-view[data-route="suporte"] > .journeys{
    min-height:clamp(660px,86svh,840px)!important;display:flex!important;align-items:center!important;padding:var(--v163-section-pad) 0!important;
    background:radial-gradient(circle at 88% 18%,rgba(22,119,255,.055),transparent 26%),#fff!important;
  }
  html body .app-view[data-route="suporte"] .journey-tabs{gap:22px!important}
  html body .app-view[data-route="suporte"] .journey-card{min-height:350px!important;padding:32px!important;border-radius:28px!important}
  html body .app-view[data-route="suporte"] .journey-icon{width:70px!important;height:70px!important;margin:42px 0 28px!important}
  html body .app-view[data-route="suporte"] .journey-card h3{font-size:27px!important}

  html body .app-view[data-route="suporte"] > section:nth-of-type(3){
    min-height:clamp(540px,70svh,700px)!important;background:var(--v163-soft)!important;
  }
  html body .app-view[data-route="suporte"] > section:nth-of-type(3) .support-grid .surface{min-height:270px!important;padding:30px!important}

  html body .app-view[data-route="suporte"] > #faq{
    min-height:clamp(470px,60svh,620px)!important;display:flex!important;align-items:center!important;background:#fff!important;
  }
}


@media(min-width:1181px){
  html body .app-view[data-route="suporte-tecnico"] > .support-tech-overview{
    min-height:clamp(600px,78svh,760px)!important;display:flex!important;align-items:center!important;
    background:radial-gradient(circle at 82% 18%,rgba(39,215,242,.06),transparent 28%),#fff!important;
  }
  html body .app-view[data-route="suporte-tecnico"] .tech-topic-grid{gap:18px!important}
  html body .app-view[data-route="suporte-tecnico"] .tech-topic-grid .surface{min-height:275px!important;padding:30px!important}

  html body .app-view[data-route="suporte-tecnico"] > .knowledge-section{padding:104px 0 118px!important;background:var(--v163-soft)!important}

  html body .app-view[data-route="suporte-tecnico"] > #evidencias{
    min-height:clamp(760px,100svh,960px)!important;display:flex!important;align-items:center!important;
    background:radial-gradient(circle at 12% 18%,rgba(22,119,255,.055),transparent 28%),#fff!important;
  }
  html body .app-view[data-route="suporte-tecnico"] > #evidencias .container{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;gap:56px!important;align-items:center!important}
  html body .app-view[data-route="suporte-tecnico"] .support-escalation{padding:38px!important;border-radius:30px!important}
  html body .app-view[data-route="suporte-tecnico"] .support-escalation h2{font-size:clamp(34px,3.2vw,46px)!important}

  html body .app-view[data-route="suporte-tecnico"] > section:nth-of-type(5){
    min-height:clamp(480px,62svh,640px)!important;background:#f8fafc!important;
  }
  html body .app-view[data-route="suporte-tecnico"] > section:nth-of-type(5) .support-path-grid .surface{min-height:250px!important}
}


@media(min-width:1181px){
  html body .app-view[data-route="garantia"] > section:nth-of-type(2){
    min-height:clamp(850px,110svh,1080px)!important;display:flex!important;align-items:center!important;
    background:radial-gradient(circle at 88% 12%,rgba(242,138,33,.055),transparent 28%),#fff!important;
  }
  html body .app-view[data-route="garantia"] > section:nth-of-type(2) > .container{
    grid-template-columns:minmax(320px,.76fr) minmax(0,1.24fr)!important;gap:56px!important;align-items:center!important;
  }
  html body .app-view[data-route="garantia"] .warranty-prep-grid{gap:12px!important}
  html body .app-view[data-route="garantia"] .warranty-prep-grid .surface{padding:20px!important;min-height:145px!important}
  html body .app-view[data-route="garantia"] .form-card-v2{padding:34px!important;border-radius:28px!important}
  html body .app-view[data-route="garantia"] > .warranty-after{
    min-height:clamp(500px,66svh,680px)!important;display:flex!important;align-items:center!important;background:var(--v163-soft)!important;
  }
  html body .app-view[data-route="garantia"] .warranty-flow-card{min-height:195px!important;padding:24px!important}
}


@media(min-width:1181px){
  html body .app-view[data-route="consulta"] > section:nth-of-type(2){
    min-height:clamp(680px,88svh,860px)!important;
    background:radial-gradient(circle at 12% 20%,rgba(22,119,255,.06),transparent 27%),#fff!important;
  }
  html body .app-view[data-route="consulta"] .os-page-grid{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr)!important;gap:42px!important;align-items:stretch!important}
  html body .app-view[data-route="consulta"] .os-page-portal{padding:42px!important;border-radius:30px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  html body .app-view[data-route="consulta"] .os-page-portal h2{font-size:clamp(40px,4vw,56px)!important;max-width:11ch!important}
  html body .app-view[data-route="consulta"] .os-page-step{padding:24px!important}
  html body .app-view[data-route="consulta"] > section:nth-of-type(3){
    min-height:clamp(470px,60svh,620px)!important;display:flex!important;align-items:center!important;background:var(--v163-soft)!important;
  }
}


html body .app-view[data-route="downloads"].active{display:flex!important;flex-direction:column!important}
html body .app-view[data-route="downloads"] > .internal-hero{order:1}
html body .app-view[data-route="downloads"] > .page-shell{order:2;padding:88px 0 118px!important;background:#fff!important}
html body .app-view[data-route="downloads"] > .official-resource-section{order:3}
@media(min-width:1181px){
  html body .app-view[data-route="downloads"] > .page-shell{min-height:calc(100svh - 300px)!important}
  html body .app-view[data-route="downloads"] > .official-resource-section{
    min-height:clamp(470px,60svh,620px)!important;display:flex!important;align-items:center!important;padding:82px 0!important;background:var(--v163-soft)!important;
  }
  html body .app-view[data-route="downloads"] .official-resource-grid a{min-height:175px!important;padding:26px!important}
}


@media(min-width:1181px){
  html body .app-view[data-route="treinamentos"] > .page-shell{
    min-height:clamp(780px,100svh,980px)!important;display:flex!important;align-items:center!important;
    background:radial-gradient(circle at 88% 18%,rgba(22,119,255,.05),transparent 28%),#fff!important;
  }
  html body .app-view[data-route="treinamentos"] > .page-shell > .container{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;gap:54px!important;align-items:center!important}
  html body .app-view[data-route="treinamentos"] .training-card{padding:24px!important;border-radius:24px!important}
  html body .app-view[data-route="treinamentos"] .form-card-v2{padding:34px!important;border-radius:28px!important}
}


@media(min-width:1181px){
  html body .app-view[data-route="calculadora"] > section:nth-of-type(2){
    min-height:clamp(760px,98svh,930px)!important;display:flex!important;align-items:center!important;background:#fff!important;
  }
  html body .app-view[data-route="calculadora"] .calc-layout{grid-template-columns:minmax(0,.86fr) minmax(430px,1.14fr)!important;gap:42px!important;align-items:center!important}
  html body .app-view[data-route="calculadora"] .calc-result-v2{padding:42px!important;border-radius:30px!important;position:static!important}
}


@media(min-width:1181px){
  html body .app-view[data-route="contato"] > .page-shell{
    min-height:clamp(720px,94svh,900px)!important;display:flex!important;align-items:center!important;
    background:radial-gradient(circle at 12% 18%,rgba(39,215,242,.055),transparent 28%),#fff!important;
  }
  html body .app-view[data-route="contato"] > .page-shell > .container{grid-template-columns:minmax(0,.86fr) minmax(430px,1.14fr)!important;gap:56px!important;align-items:center!important}
  html body .app-view[data-route="contato"] .form-card-v2{padding:34px!important;border-radius:28px!important}
}


html body .app-view[data-route="politica-privacidade"] > .page-shell,
html body .app-view[data-route="politica-cookies"] > .page-shell,
html body .app-view[data-route="termos-uso"] > .page-shell,
html body .app-view[data-route="lgpd"] > .page-shell{
  padding:84px 0 112px!important;background:linear-gradient(180deg,#fff 0%,#fafbf9 100%)!important;
}
html body .legal-card-v2{max-width:830px!important;padding:42px!important;border-radius:26px!important}


@media(min-width:1181px){
  html body .app-view[data-route="produto"] > section:nth-of-type(2){
    min-height:clamp(760px,98svh,940px)!important;display:flex!important;align-items:center!important;background:#fff!important;
  }
  html body .app-view[data-route="produto"] .product-detail-grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;gap:72px!important}
  html body .app-view[data-route="produto"] .product-detail-stage{min-height:600px!important;border-radius:34px!important}
  html body .app-view[data-route="produto"] > .related-documents-section{
    min-height:clamp(470px,60svh,620px)!important;display:flex!important;align-items:center!important;background:var(--v163-soft)!important;
  }
}


@media(min-width:761px) and (max-width:1180px){
  :root{--v163-section-pad:82px}
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{min-height:max(720px,92svh)!important}
  html body .app-view[data-route="home"] .v7-next-section{min-height:700px!important}
  html body .app-view[data-route="home"] .v7-objective-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .app-view[data-route="home"] .v7-objective-card{min-height:190px!important}
  html body .app-view[data-route="home"] .tracking,
  html body .app-view[data-route="home"] .process,
  html body .app-view[data-route="home"] .operation,
  html body .app-view[data-route="home"] .v69-section,
  html body .app-view[data-route="home"] .ecosystem{min-height:auto!important;padding:88px 0!important}
  html body .app-view[data-route="home"] .os-access-grid{grid-template-columns:1fr!important}
  html body .app-view[data-route="home"] .os-primary-card,
  html body .app-view[data-route="home"] .os-assist-card{min-height:0!important}
  html body .app-view[data-route="home"] .gallery{grid-template-rows:270px 270px!important}
  html body .app-view[data-route="home"] .ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .app-view:not([data-route="home"]) .internal-hero{min-height:330px!important}
}


@media(max-width:760px){
  :root{
    --v163-body:15px;
    --v163-lead:15.5px;
    --v163-card-copy:14px;
  }
  html body .app-view:not([data-route="home"]) .internal-hero,
  html body .app-view[data-route="politica-privacidade"] .internal-hero,
  html body .app-view[data-route="politica-cookies"] .internal-hero,
  html body .app-view[data-route="termos-uso"] .internal-hero,
  html body .app-view[data-route="lgpd"] .internal-hero{
    min-height:0!important;
    padding:100px 0 34px!important;
  }
  html body .app-view:not([data-route="home"]) .internal-hero p{font-size:15px!important}
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{min-height:max(690px,88svh)!important}
  html body .app-view[data-route="home"] .v7-hero-grid{padding:68px 0 18px!important}
  html body .app-view[data-route="home"] .v7-hero-main{padding:58px 16px 34px!important}
  html body .app-view[data-route="home"] .v7-hero-copy{font-size:15px!important}

  .app-view[data-route="home"] > section:not(.v7-hero)::after{display:none!important}
  html body .app-view[data-route="home"] .v7-next-section,
  html body .app-view[data-route="home"] .tracking,
  html body .app-view[data-route="home"] .process,
  html body .app-view[data-route="home"] .operation,
  html body .app-view[data-route="home"] .v69-section,
  html body .app-view[data-route="home"] .ecosystem,
  html body .app-view[data-route="home"] .v69-closing{
    min-height:0!important;
    display:block!important;
  }
  html body .app-view[data-route="home"] .v7-next-section{padding:72px 18px 78px!important}
  html body .app-view[data-route="home"] .v7-objective-card{min-height:0!important;padding:17px!important}
  html body .app-view[data-route="home"] .tracking,
  html body .app-view[data-route="home"] .process,
  html body .app-view[data-route="home"] .operation,
  html body .app-view[data-route="home"] .v69-section,
  html body .app-view[data-route="home"] .ecosystem{padding:76px 0!important}
  html body .app-view[data-route="home"] .os-access-grid{grid-template-columns:1fr!important;gap:12px!important}
  html body .app-view[data-route="home"] .os-primary-card,
  html body .app-view[data-route="home"] .os-assist-card{min-height:0!important;padding:21px!important;border-radius:23px!important}
  html body .app-view[data-route="home"] .os-primary-card h2{font-size:32px!important}
  html body .app-view[data-route="home"] .process-index{width:48px!important;height:48px!important}
  html body .app-view[data-route="home"] .gallery{grid-template-rows:360px 235px 235px!important}
  html body .app-view[data-route="home"] .v69-product-visual{min-height:290px!important}
  html body .app-view[data-route="home"] .ecosystem-grid{grid-template-columns:1fr!important;gap:12px!important}
  html body .app-view[data-route="home"] .eco-card{min-height:0!important;padding:22px!important}
  html body .app-view[data-route="home"] .v69-closing{padding:68px 0!important}

  html body .app-view:not([data-route="home"]) > .page-shell,
  html body .app-view:not([data-route="home"]) > .journeys,
  html body .app-view:not([data-route="home"]) > .official-resource-section{
    min-height:0!important;
    display:block!important;
    padding-top:64px!important;
    padding-bottom:74px!important;
  }
  html body .app-view[data-route="downloads"].active{display:flex!important}
  html body .app-view[data-route="garantia"] .warranty-prep-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}
  html body .app-view[data-route="garantia"] .warranty-prep-grid .surface{padding:14px!important;min-height:0!important}
  html body .app-view[data-route="garantia"] .warranty-prep-grid .surface h3{font-size:15px!important}
  html body .app-view[data-route="garantia"] .warranty-prep-grid .surface p{font-size:12px!important}
  html body .app-view[data-route="downloads"] > .official-resource-section{padding:68px 0 74px!important}
  html body .legal-card-v2{padding:20px!important;border-radius:20px!important}
}

@media(max-width:390px){
  html body .app-view[data-route="garantia"] .warranty-prep-grid{grid-template-columns:1fr!important}
}

/* =========================================================
   GRIDDY V1.6.5.1 — RECALIBRAÇÃO TIPOGRÁFICA E DE SEÇÕES
   Intervenção isolada: somente escala tipográfica, entrelinha,
   espaçamento vertical e altura das seções. Conteúdo, cores,
   imagens, grids, cards, rotas e funcionalidades preservados.
========================================================= */
:root{
  --v1651-home-h1:clamp(68px,5.65vw,82px);
  --v1651-internal-h1:clamp(46px,4.15vw,60px);
  --v1651-legal-h1:clamp(42px,3.65vw,52px);
  --v1651-section-xl:clamp(40px,3.65vw,52px);
  --v1651-section:clamp(34px,3.05vw,44px);
  --v1651-subsection:clamp(25px,2.15vw,31px);
  --v1651-card-title:20px;
  --v1651-lead:17px;
  --v1651-body:15px;
  --v1651-card-copy:14px;
  --v1651-section-y:84px;
  --v1651-page-y-top:72px;
  --v1651-page-y-bottom:84px;
}

/* Leitura e hierarquia compartilhadas */
html body{font-size:16px;line-height:1.60}
html body .kicker,
html body .v7-section-label,
html body .v68-eyebrow,
html body .kb-card-category,
html body .photo-tag{
  font-size:10px!important;letter-spacing:.16em!important;margin-bottom:14px!important
}
html body .lead{font-size:var(--v1651-lead)!important;line-height:1.65!important;}
html body .page-copy{font-size:var(--v1651-body)!important;line-height:1.68!important;max-width:68ch!important}
html body .app-view p,
html body .app-view li{line-height:1.62}
html body .field label{font-size:12px!important;}

/* Home: título maior, capítulos naturais e proporcionais */
html body .app-view[data-route="home"] .v7-hero,
html body .app-view[data-route="home"] .v7-hero-grid{
  min-height:clamp(700px,86svh,820px)!important;height:auto!important
}
html body .app-view[data-route="home"] .v7-hero-grid{padding:82px 0 20px!important}
html body .app-view[data-route="home"] .v7-hero-main{padding:clamp(46px,6.5vh,72px) 24px 38px!important}
html body .app-view[data-route="home"] .v7-hero-title{
  font-size:var(--v1651-home-h1)!important;line-height:.95!important;letter-spacing:-.048em!important;
}
html body .app-view[data-route="home"] .v7-hero-copy{
  line-height:1.62!important;max-width:680px!important;margin-top:24px!important
}
html body .app-view[data-route="home"] .v7-hero-actions{margin-top:27px!important}
html body .app-view[data-route="home"] .v7-trust-strip{padding-top:18px!important}

html body .app-view[data-route="home"] .v7-next-section{
  min-height:0!important;padding:82px max(24px,6vw) 92px!important
}
html body .app-view[data-route="home"] .v7-next-section h2{
  font-size:var(--v1651-section-xl)!important;line-height:1.03!important;letter-spacing:-.038em!important;max-width:760px!important;margin:16px 0!important
}
html body .app-view[data-route="home"] .v7-section-intro{max-width:700px!important}
html body .app-view[data-route="home"] .v7-objective-card h3{font-size:20px!important;line-height:1.14!important}
html body .app-view[data-route="home"] .v7-objective-card p{font-size:14px!important;line-height:1.58!important}

html body .app-view[data-route="home"] .tracking,
html body .app-view[data-route="home"] .process,
html body .app-view[data-route="home"] .operation,
html body .app-view[data-route="home"] .v69-section,
html body .app-view[data-route="home"] .ecosystem{
  min-height:0!important;padding-top:var(--v1651-section-y)!important;padding-bottom:var(--v1651-section-y)!important
}
html body .app-view[data-route="home"] .section-title,
html body .app-view[data-route="home"] .display,
html body .app-view[data-route="home"] .v69-content .display,
html body .app-view[data-route="home"] .v69-ecosystem-title,
html body .app-view[data-route="home"] .v69-closing-copy h2,
html body .app-view[data-route="home"] .os-primary-card h2{
  font-size:var(--v1651-section-xl)!important;line-height:1.03!important;letter-spacing:-.040em!important
}
html body .app-view[data-route="home"] .process-head .section-title{font-size:var(--v1651-section-xl)!important}
html body .app-view[data-route="home"] .operation .section-title{font-size:var(--v1651-section-xl)!important;max-width:15ch!important}
html body .app-view[data-route="home"] .photo h3{font-size:clamp(24px,2.25vw,32px)!important;line-height:1.05!important}
html body .app-view[data-route="home"] .photo p{font-size:13px!important;}
html body .app-view[data-route="home"] .gallery{grid-template-rows:270px 270px!important}
html body .app-view[data-route="home"] .v69-product-visual{min-height:330px!important}
html body .app-view[data-route="home"] .feature-product-info{min-height:142px!important}
html body .app-view[data-route="home"] .eco-card h3{font-size:20px!important;line-height:1.12!important}
html body .app-view[data-route="home"] .eco-card p{font-size:13px!important;line-height:1.58!important}
html body .app-view[data-route="home"] .v69-closing{min-height:0!important;padding:72px 0!important}

/* Páginas internas: herói compacto, títulos legíveis e seções orientadas ao conteúdo */
html body .app-view:not([data-route="home"]) .internal-hero{
  min-height:0!important;padding:132px 0 62px!important;display:block!important
}
html body .app-view:not([data-route="home"]) .internal-hero h1{
  font-size:var(--v1651-internal-h1)!important;line-height:1.02!important;letter-spacing:-.038em!important;max-width:1050px!important
}
html body .app-view[data-route="politica-privacidade"] .internal-hero h1,
html body .app-view[data-route="politica-cookies"] .internal-hero h1,
html body .app-view[data-route="termos-uso"] .internal-hero h1,
html body .app-view[data-route="lgpd"] .internal-hero h1{
  font-size:var(--v1651-legal-h1)!important
}
html body .app-view:not([data-route="home"]) .internal-hero p{
  max-width:68ch!important;margin-top:18px!important
}
html body .app-view:not([data-route="home"]) .page-shell,
html body .app-view[data-route="downloads"] > .official-resource-section,
html body .app-view[data-route="produto"] > .related-documents-section{
  min-height:0!important;padding-top:var(--v1651-page-y-top)!important;padding-bottom:var(--v1651-page-y-bottom)!important
}
html body .app-view:not([data-route="home"]) .page-heading{
  font-size:var(--v1651-section)!important;line-height:1.06!important;letter-spacing:-.035em!important
}
html body .app-view:not([data-route="home"]) .section-title{
  font-size:var(--v1651-section-xl)!important;line-height:1.04!important;letter-spacing:-.038em!important
}
html body .app-view:not([data-route="home"]) .page-head{margin-bottom:34px!important}
html body .app-view:not([data-route="home"]) .surface h2:not(.page-heading):not(.section-title){font-size:22px!important;line-height:1.16!important}
html body .app-view:not([data-route="home"]) .surface h3,
html body .app-view:not([data-route="home"]) .card-link h3{font-size:19px!important;line-height:1.18!important}
html body .app-view[data-route="suporte"] .journey-head .section-title{font-size:var(--v1651-section-xl)!important}
html body .app-view[data-route="suporte"] .journey-card h3{font-size:25px!important;line-height:1.08!important}
html body .app-view[data-route="suporte"] .journey-card p{font-size:14px!important;line-height:1.60!important}
html body .app-view[data-route="suporte-tecnico"] .support-escalation h2{font-size:var(--v1651-subsection)!important;line-height:1.10!important}
html body .app-view[data-route="consulta"] .os-page-portal h2{font-size:var(--v1651-section)!important;line-height:1.05!important}
html body .form-card-v2 h2{font-size:24px!important;}
html body .form-card-v2 h3,
html body .form-step-title{font-size:18px!important;line-height:1.18!important}
html body .product-detail-grid .page-heading{font-size:40px!important}
html body .request-doc-heading h2{font-size:38px!important;line-height:1.08!important}
html body .training-card h3{font-size:20px!important;line-height:1.18!important}
html body .calc-result-v2 h2{font-size:28px!important;}
html body .legal-card-v2 h2{font-size:23px!important;line-height:1.25!important;margin:29px 0 10px!important}
html body .legal-card-v2 p,
html body .legal-card-v2 li{font-size:15px!important;line-height:1.72!important}
html body .v165-about-evidence{min-height:0!important;padding:84px 0!important}

/* Desativa somente as alturas artificiais de tela da V1.6.3. */
@media(min-width:1181px){
  html body .app-view[data-route="sobre"] > .page-shell,
  html body .app-view[data-route="suporte"] > .journeys,
  html body .app-view[data-route="suporte"] > .page-shell,
  html body .app-view[data-route="suporte-tecnico"] > .page-shell,
  html body .app-view[data-route="garantia"] > .page-shell,
  html body .app-view[data-route="consulta"] > .page-shell,
  html body .app-view[data-route="downloads"] > .page-shell,
  html body .app-view[data-route="downloads"] > .official-resource-section,
  html body .app-view[data-route="treinamentos"] > .page-shell,
  html body .app-view[data-route="calculadora"] > .page-shell,
  html body .app-view[data-route="contato"] > .page-shell,
  html body .app-view[data-route="produto"] > .page-shell,
  html body .app-view[data-route="produto"] > .related-documents-section{
    min-height:0!important
  }
}

/* Tablet */
@media(min-width:641px) and (max-width:1180px){
  :root{
    --v1651-internal-h1:clamp(43px,5.65vw,50px);
    --v1651-section-xl:clamp(38px,5.2vw,46px);
    --v1651-section:clamp(32px,4.7vw,40px);
    --v1651-section-y:72px;
    --v1651-page-y-top:62px;
    --v1651-page-y-bottom:72px;
  }
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{min-height:clamp(700px,88svh,820px)!important}
  html body .app-view:not([data-route="home"]) .internal-hero{padding:116px 0 54px!important}
  html body .app-view[data-route="home"] .gallery{grid-template-rows:260px 260px!important}
  html body .v165-about-evidence{padding:72px 0!important}
}

/* Mobile */
@media(max-width:640px){
  :root{
    --v1651-home-h1:clamp(38px,10.7vw,43px);
    --v1651-internal-h1:clamp(35px,9.6vw,39px);
    --v1651-legal-h1:clamp(32px,8.8vw,36px);
    --v1651-section-xl:clamp(32px,8.9vw,37px);
    --v1651-section:clamp(29px,8vw,34px);
    --v1651-subsection:24px;
    --v1651-lead:15.5px;
    --v1651-body:15px;
    --v1651-card-copy:13px;
    --v1651-section-y:56px;
    --v1651-page-y-top:56px;
    --v1651-page-y-bottom:68px;
  }
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{min-height:730px!important}
  html body .app-view[data-route="home"] .v7-hero-grid{padding:68px 0 16px!important}
  html body .app-view[data-route="home"] .v7-hero-main{padding:42px 16px 28px!important}
  html body .app-view[data-route="home"] .v7-hero-title{line-height:.98!important;letter-spacing:-.035em!important}
  html body .app-view[data-route="home"] .v7-hero-copy{font-size:15px!important;line-height:1.58!important;max-width:35ch!important;margin-top:19px!important}
  html body .app-view[data-route="home"] .v7-next-section{padding:56px 18px 64px!important}
  html body .app-view[data-route="home"] .tracking,
  html body .app-view[data-route="home"] .process,
  html body .app-view[data-route="home"] .operation,
  html body .app-view[data-route="home"] .v69-section,
  html body .app-view[data-route="home"] .ecosystem{padding-top:56px!important;padding-bottom:56px!important}

  html body .app-view[data-route="home"] .v69-product-visual{min-height:240px!important}
  html body .app-view[data-route="home"] .v69-closing{padding:52px 0!important}
  html body .app-view:not([data-route="home"]) .internal-hero{padding:102px 0 42px!important}
  html body .app-view:not([data-route="home"]) .internal-hero p{font-size:15px!important;line-height:1.60!important}
  html body .app-view:not([data-route="home"]) .page-shell,
  html body .app-view[data-route="downloads"] > .official-resource-section,
  html body .app-view[data-route="produto"] > .related-documents-section{padding-top:56px!important;padding-bottom:68px!important}
  html body .v165-about-evidence{padding:64px 0!important}
  html body .v165-about-evidence .section-title{font-size:var(--v1651-section-xl)!important}
  html body .v165-evidence-photo h3{font-size:24px!important}
  html body .v165-evidence-photo p{font-size:13px!important}
}

/* =========================================================
   GRIDDY V1.6.5.2 — SISTEMA DE ESCALA E RITMO POR PÁGINA
   Correção final, página a página, de tipografia e altura.
   100% da tela apenas para capítulos imersivos e funcionais.
   Listas, catálogos, base técnica e documentos seguem conteúdo.
========================================================= */
:root{
  /* Tipografia desktop */
  --v1652-hero-home:clamp(62px,4.90vw,76px);
  --v1652-hero-internal:clamp(42px,3.45vw,54px);
  --v1652-hero-legal:clamp(36px,2.80vw,44px);
  --v1652-title-immersive:clamp(38px,3.00vw,46px);
  --v1652-title-section:clamp(32px,2.48vw,40px);
  --v1652-title-subsection:clamp(24px,1.90vw,30px);
  --v1652-title-card:20px;
  --v1652-lead:18px;
  --v1652-body:16px;
  --v1652-card-copy:14.5px;
  --v1652-small:13px;

  /* Alturas desktop por função */
  --v1652-screen-full:clamp(720px,100svh,1200px);
  --v1652-screen-major:clamp(620px,82svh,900px);
  --v1652-screen-medium:clamp(500px,64svh,700px);
  --v1652-screen-compact:clamp(380px,48svh,500px);
  --v1652-pad-full:clamp(72px,8.5vh,104px);
  --v1652-pad-major:clamp(68px,7.5vh,92px);
  --v1652-pad-medium:clamp(58px,6.5vh,78px);
  --v1652-header:80px;
}

/* ---------- BASE DE LEITURA ---------- */
html body{
  font-size:16px!important;
  line-height:1.62!important;
  text-rendering:optimizeLegibility;
}
html body .kicker,
html body .v7-section-label,
html body .v68-eyebrow,
html body .kb-card-category,
html body .photo-tag{
  font-size:11px!important;
  line-height:1.35!important;
  letter-spacing:.155em!important;
  margin-bottom:13px!important;
}
html body .lead{
  font-size:var(--v1652-lead)!important;
  line-height:1.62!important;
  max-width:62ch!important;
}
html body .page-copy{
  font-size:var(--v1652-body)!important;
  line-height:1.70!important;
  max-width:66ch!important;
}
html body .app-view p,
html body .app-view li{line-height:1.65}
html body .field label{font-size:13px!important;line-height:1.35!important}
html body .field input,
html body .field select,
html body .field textarea{font-size:16px!important;line-height:1.45!important}
html body .form-note,
html body .field-help,
html body .operational-notice p{font-size:13px!important;line-height:1.55!important}

/* ---------- HOME: HIERARQUIA ---------- */
html body .app-view[data-route="home"] .v7-hero-title{
  font-size:var(--v1652-hero-home)!important;
  line-height:.94!important;
  letter-spacing:-.045em!important;
  max-width:900px!important;
}
html body .app-view[data-route="home"] .v7-hero-copy{
  font-size:17px!important;
  line-height:1.60!important;
  max-width:650px!important;
  margin-top:22px!important;
}
html body .app-view[data-route="home"] .v7-next-section h2,
html body .app-view[data-route="home"] .section-title,
html body .app-view[data-route="home"] .display,
html body .app-view[data-route="home"] .v69-content .display,
html body .app-view[data-route="home"] .v69-ecosystem-title,
html body .app-view[data-route="home"] .v69-closing-copy h2,
html body .app-view[data-route="home"] .os-primary-card h2{
  font-size:var(--v1652-title-immersive)!important;
  line-height:1.04!important;
  letter-spacing:-.036em!important;
}
html body .app-view[data-route="home"] .v7-section-intro{font-size:16px!important;line-height:1.65!important}
html body .app-view[data-route="home"] .v7-objective-card h3,
html body .app-view[data-route="home"] .eco-card h3{font-size:20px!important;line-height:1.16!important}
html body .app-view[data-route="home"] .v7-objective-card p,
html body .app-view[data-route="home"] .eco-card p,
html body .app-view[data-route="home"] .process-card p,
html body .app-view[data-route="home"] .v69-families p,
html body .app-view[data-route="home"] .v69-product-info p{
  font-size:var(--v1652-card-copy)!important;
  line-height:1.58!important;
}
html body .app-view[data-route="home"] .process-card h3,
html body .app-view[data-route="home"] .v69-families h3{font-size:19px!important;line-height:1.20!important}
html body .app-view[data-route="home"] .photo h3{font-size:clamp(24px,2vw,31px)!important;line-height:1.06!important}
html body .app-view[data-route="home"] .photo p{font-size:14px!important;line-height:1.55!important}
/* Neutraliza exceções antigas mais específicas. */
html body .app-view[data-route="home"] .process-head .section-title,
html body .app-view[data-route="home"] .operation-head .section-title{
  font-size:var(--v1652-title-immersive)!important;
  line-height:1.04!important;
  letter-spacing:-.036em!important;
}
html body .app-view[data-route="home"] .v69-content .lead,
html body .app-view[data-route="home"] .ecosystem-copy .lead{
  font-size:var(--v1652-lead)!important;
  line-height:1.62!important;
}
html body .app-view[data-route="consulta"] .os-page-portal h2{
  font-size:var(--v1652-title-section)!important;
  line-height:1.08!important;
}

/* ---------- HERÓIS INTERNOS ---------- */
html body .app-view:not([data-route="home"]) .internal-hero{
  min-height:clamp(360px,44svh,440px)!important;
  padding:calc(var(--v1652-header) + 32px) 0 44px!important;
  display:flex!important;
  align-items:center!important;
}
html body .app-view:not([data-route="home"]) .internal-hero h1{
  font-size:var(--v1652-hero-internal)!important;
  line-height:1.04!important;
  letter-spacing:-.034em!important;
  max-width:22ch!important;
}
html body .app-view:not([data-route="home"]) .internal-hero p{
  font-size:17px!important;
  line-height:1.62!important;
  max-width:64ch!important;
  margin-top:16px!important;
}
html body .app-view[data-route="politica-privacidade"] .internal-hero,
html body .app-view[data-route="politica-cookies"] .internal-hero,
html body .app-view[data-route="termos-uso"] .internal-hero,
html body .app-view[data-route="lgpd"] .internal-hero{
  min-height:clamp(270px,33svh,340px)!important;
  padding:calc(var(--v1652-header) + 20px) 0 34px!important;
}
html body .app-view[data-route="politica-privacidade"] .internal-hero h1,
html body .app-view[data-route="politica-cookies"] .internal-hero h1,
html body .app-view[data-route="termos-uso"] .internal-hero h1,
html body .app-view[data-route="lgpd"] .internal-hero h1{
  font-size:var(--v1652-hero-legal)!important;
}

/* ---------- TÍTULOS INTERNOS ---------- */
html body .app-view:not([data-route="home"]) .section-title{
  font-size:var(--v1652-title-immersive)!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
}
html body .app-view:not([data-route="home"]) .page-heading{
  font-size:var(--v1652-title-section)!important;
  line-height:1.08!important;
  letter-spacing:-.030em!important;
}
html body .app-view:not([data-route="home"]) .surface h2:not(.page-heading):not(.section-title),
html body .request-doc-heading h2{
  font-size:var(--v1652-title-subsection)!important;
  line-height:1.14!important;
  letter-spacing:-.022em!important;
}
html body .app-view:not([data-route="home"]) .surface h3,
html body .app-view:not([data-route="home"]) .card-link h3,
html body .training-card h3,
html body .download-card h3,
html body .kb-card h3,
html body .product-body h3{
  font-size:var(--v1652-title-card)!important;
  line-height:1.22!important;
}
html body .journey-card h3{font-size:23px!important;line-height:1.10!important}
html body .journey-card p,
html body .tech-topic-grid p,
html body .support-path-grid p,
html body .download-card p,
html body .product-body p,
html body .training-card .page-copy{
  font-size:var(--v1652-card-copy)!important;
  line-height:1.60!important;
}
html body .form-card-v2 h2{font-size:26px!important;line-height:1.15!important}
html body .form-step-title,
html body .form-card-v2 h3{font-size:20px!important;line-height:1.18!important}
html body .calc-result-v2 h2{font-size:30px!important;line-height:1.12!important}
html body .product-detail-grid .page-heading{font-size:var(--v1652-title-section)!important}
html body .legal-card-v2 h2{font-size:22px!important;line-height:1.28!important;margin:31px 0 11px!important}
html body .legal-card-v2 p,
html body .legal-card-v2 li{font-size:16px!important;line-height:1.76!important}

/* =========================================================
   RITMO DESKTOP — CADA SEÇÃO RECEBE UMA FUNÇÃO
========================================================= */
@media(min-width:1181px){
  /* Home — tela inteira */
  html body .app-view[data-route="home"] > section:nth-of-type(1),
  html body .app-view[data-route="home"] > section:nth-of-type(3),
  html body .app-view[data-route="home"] > section:nth-of-type(5),
  html body .app-view[data-route="home"] > section:nth-of-type(6){
    min-height:var(--v1652-screen-full)!important;
  }
  /* Home — capítulos principais um pouco menores */
  html body .app-view[data-route="home"] > section:nth-of-type(2),
  html body .app-view[data-route="home"] > section:nth-of-type(4),
  html body .app-view[data-route="home"] > section:nth-of-type(7){
    min-height:var(--v1652-screen-major)!important;
  }
  /* Home — encerramento */
  html body .app-view[data-route="home"] > section:nth-of-type(8){
    min-height:var(--v1652-screen-medium)!important;
  }
  html body .app-view[data-route="home"] > section:nth-of-type(n+2){
    display:flex!important;
    align-items:center!important;
  }
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{
    height:100svh!important;
    min-height:720px!important;
    max-height:1200px!important;
  }
  html body .app-view[data-route="home"] .v7-hero-grid{padding:80px 0 18px!important}
  html body .app-view[data-route="home"] .v7-hero-main{padding:42px 24px 32px!important}
  html body .app-view[data-route="home"] .v7-next-section{padding:var(--v1652-pad-major) max(24px,6vw)!important}
  html body .app-view[data-route="home"] .tracking,
  html body .app-view[data-route="home"] .operation,
  html body .app-view[data-route="home"] .v69-section{padding:var(--v1652-pad-full) 0!important}
  html body .app-view[data-route="home"] .process,
  html body .app-view[data-route="home"] .ecosystem{padding:var(--v1652-pad-major) 0!important}
  html body .app-view[data-route="home"] .v69-closing{padding:var(--v1652-pad-medium) 0!important}
  html body .app-view[data-route="home"] .gallery{grid-template-rows:clamp(190px,25svh,220px) clamp(190px,25svh,220px)!important}

  /* Sobre */
  html body .app-view[data-route="sobre"] > section:nth-of-type(2){min-height:var(--v1652-screen-major)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="sobre"] > section:nth-of-type(3){min-height:var(--v1652-screen-full)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="sobre"] > section:nth-of-type(4){min-height:clamp(560px,72svh,700px)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="sobre"] > section:nth-of-type(5){min-height:var(--v1652-screen-medium)!important;display:flex!important;align-items:center!important}

  /* Central de suporte */
  html body .app-view[data-route="suporte"] > section:nth-of-type(2){min-height:clamp(650px,86svh,840px)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="suporte"] > section:nth-of-type(3){min-height:clamp(560px,72svh,700px)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="suporte"] > section:nth-of-type(4){min-height:var(--v1652-screen-medium)!important;display:flex!important;align-items:center!important}

  /* Suporte técnico */
  html body .app-view[data-route="suporte-tecnico"] > section:nth-of-type(2){min-height:clamp(620px,78svh,760px)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="suporte-tecnico"] > section:nth-of-type(3){min-height:0!important}
  html body .app-view[data-route="suporte-tecnico"] > section:nth-of-type(4){min-height:var(--v1652-screen-full)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="suporte-tecnico"] > section:nth-of-type(5){min-height:var(--v1652-screen-medium)!important;display:flex!important;align-items:center!important}

  /* Garantia, consulta, treinamento, calculadora e contato */
  html body .app-view[data-route="garantia"] > section:nth-of-type(2),
  html body .app-view[data-route="treinamentos"] > section:nth-of-type(2),
  html body .app-view[data-route="calculadora"] > section:nth-of-type(2),
  html body .app-view[data-route="contato"] > section:nth-of-type(2),
  html body .app-view[data-route="produto"] > section:nth-of-type(2){
    min-height:var(--v1652-screen-full)!important;
    display:flex!important;
    align-items:center!important;
  }
  html body .app-view[data-route="garantia"] > section:nth-of-type(3),
  html body .app-view[data-route="consulta"] > section:nth-of-type(3),
  html body .app-view[data-route="produto"] > section:nth-of-type(3){
    min-height:var(--v1652-screen-medium)!important;
    display:flex!important;
    align-items:center!important;
  }
  html body .app-view[data-route="consulta"] > section:nth-of-type(2){
    min-height:clamp(650px,84svh,820px)!important;
    display:flex!important;
    align-items:center!important;
  }
  html body .app-view[data-route="calculadora"] > section:nth-of-type(3){
    min-height:var(--v1652-screen-compact)!important;
    display:flex!important;
    align-items:center!important;
  }

  /* Documentos: fonte oficial média; lista cresce conforme resultados */
  html body .app-view[data-route="downloads"] > section:nth-of-type(2){
    min-height:var(--v1652-screen-medium)!important;
    display:flex!important;
    align-items:center!important;
  }
  html body .app-view[data-route="downloads"] > section:nth-of-type(3),
  html body .app-view[data-route="produtos"] > section:nth-of-type(2),
  html body .app-view[data-route="politica-privacidade"] > section:nth-of-type(2),
  html body .app-view[data-route="politica-cookies"] > section:nth-of-type(2),
  html body .app-view[data-route="termos-uso"] > section:nth-of-type(2),
  html body .app-view[data-route="lgpd"] > section:nth-of-type(2){
    min-height:0!important;
  }

  /* Padding consistente das páginas internas */
  html body .app-view:not([data-route="home"]) > .page-shell,
  html body .app-view[data-route="downloads"] > .official-resource-section,
  html body .app-view[data-route="produto"] > .related-documents-section{
    padding-top:var(--v1652-pad-major)!important;
    padding-bottom:var(--v1652-pad-major)!important;
  }
  html body .v165-about-evidence{padding:var(--v1652-pad-full) 0!important}
}

/* =========================================================
   TABLET — PRESENÇA, SEM ALTURAS RÍGIDAS
========================================================= */
@media(min-width:641px) and (max-width:1180px){
  :root{
    --v1652-hero-home:clamp(56px,7vw,68px);
    --v1652-hero-internal:clamp(40px,5.3vw,50px);
    --v1652-title-immersive:clamp(36px,4.7vw,44px);
    --v1652-title-section:clamp(30px,4vw,38px);
    --v1652-lead:17px;
    --v1652-body:16px;
  }
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{min-height:100svh!important;height:auto!important;max-height:none!important}
  html body .app-view[data-route="home"] .v7-hero-grid{padding:72px 0 18px!important}
  html body .app-view[data-route="home"] > section:nth-of-type(n+2){min-height:0!important}
  html body .app-view[data-route="home"] .v7-next-section{padding:76px max(28px,5vw)!important}
  html body .app-view[data-route="home"] .tracking,
  html body .app-view[data-route="home"] .process,
  html body .app-view[data-route="home"] .operation,
  html body .app-view[data-route="home"] .v69-section,
  html body .app-view[data-route="home"] .ecosystem{padding:76px 0!important}
  html body .app-view[data-route="home"] .v69-closing{padding:64px 0!important}
  html body .app-view:not([data-route="home"]) .internal-hero{min-height:clamp(350px,46svh,420px)!important;padding:104px 0 42px!important}
  html body .app-view:not([data-route="home"]) > .page-shell,
  html body .app-view[data-route="downloads"] > .official-resource-section,
  html body .app-view[data-route="produto"] > .related-documents-section{min-height:0!important;padding-top:68px!important;padding-bottom:76px!important}
  html body .v165-about-evidence{min-height:0!important;padding:76px 0!important}
}

/* =========================================================
   MOBILE — HERO 100% DA TELA; DEMAIS SEÇÕES PELO CONTEÚDO
========================================================= */
@media(max-width:640px){
  :root{
    --v1652-hero-home:clamp(40px,11vw,46px);
    --v1652-hero-internal:clamp(34px,9.5vw,38px);
    --v1652-hero-legal:clamp(31px,8.4vw,35px);
    --v1652-title-immersive:clamp(30px,8.2vw,34px);
    --v1652-title-section:clamp(28px,7.6vw,32px);
    --v1652-title-subsection:23px;
    --v1652-title-card:19px;
    --v1652-lead:16.5px;
    --v1652-body:16px;
    --v1652-card-copy:14.5px;
  }
  html body .kicker,
  html body .v7-section-label,
  html body .v68-eyebrow,
  html body .kb-card-category,
  html body .photo-tag{font-size:10px!important;letter-spacing:.145em!important;margin-bottom:11px!important}
  html body .app-view[data-route="home"] .v7-hero,
  html body .app-view[data-route="home"] .v7-hero-grid{
    min-height:100dvh!important;
    height:auto!important;
    max-height:none!important;
  }
  html body .app-view[data-route="home"] .v7-hero-grid{padding:68px 0 18px!important}
  html body .app-view[data-route="home"] .v7-hero-main{padding:34px 16px 26px!important}
  html body .app-view[data-route="home"] .v7-hero-copy{font-size:16px!important;line-height:1.55!important;max-width:34ch!important;margin-top:18px!important}
  html body .app-view[data-route="home"] .v7-hero-actions{margin-top:22px!important}
  html body .app-view[data-route="home"] > section:nth-of-type(n+2){min-height:0!important;display:block!important}
  html body .app-view[data-route="home"] .v7-next-section{padding:64px 18px 72px!important}
  html body .app-view[data-route="home"] .tracking,
  html body .app-view[data-route="home"] .process,
  html body .app-view[data-route="home"] .operation,
  html body .app-view[data-route="home"] .v69-section,
  html body .app-view[data-route="home"] .ecosystem{padding:68px 0!important}
  html body .app-view[data-route="home"] .v69-closing{padding:58px 0!important}
  html body .app-view[data-route="home"] .gallery{grid-template-rows:340px 230px 230px!important}
  html body .app-view[data-route="home"] .photo h3{font-size:25px!important}

  html body .app-view:not([data-route="home"]) .internal-hero{
    min-height:clamp(320px,42svh,370px)!important;
    padding:88px 0 34px!important;
    display:flex!important;
    align-items:center!important;
  }
  html body .app-view[data-route="politica-privacidade"] .internal-hero,
  html body .app-view[data-route="politica-cookies"] .internal-hero,
  html body .app-view[data-route="termos-uso"] .internal-hero,
  html body .app-view[data-route="lgpd"] .internal-hero{
    min-height:clamp(245px,31svh,290px)!important;
    padding:82px 0 28px!important;
  }
  html body .app-view:not([data-route="home"]) .internal-hero p{font-size:16px!important;line-height:1.58!important;margin-top:13px!important}
  html body .app-view:not([data-route="home"]) > .page-shell,
  html body .app-view[data-route="downloads"] > .official-resource-section,
  html body .app-view[data-route="produto"] > .related-documents-section{
    min-height:0!important;
    padding-top:60px!important;
    padding-bottom:68px!important;
  }
  html body .v165-about-evidence{min-height:0!important;padding:68px 0!important}
  html body .page-head{margin-bottom:26px!important}
  html body .surface{padding:20px!important}
  html body .form-card-v2{padding:20px!important}
  html body .journey-card p,
  html body .tech-topic-grid p,
  html body .support-path-grid p,
  html body .download-card p,
  html body .product-body p,
  html body .training-card .page-copy{font-size:14.5px!important}
  html body .legal-card-v2 p,
  html body .legal-card-v2 li{font-size:16px!important;line-height:1.72!important}
}

@media(max-width:380px){
  :root{--v1652-hero-home:39px;--v1652-hero-internal:34px;--v1652-title-immersive:30px;--v1652-title-section:28px}
  html body .app-view[data-route="home"] .v7-hero-actions{display:grid!important;grid-template-columns:1fr!important}
}

/* V1.7.1 · regras finais: clareza, densidade, acessibilidade e fonte consolidada. */
.catalog-intro-wide{grid-column:1/-1;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);gap:28px 46px;align-items:end;padding:0 0 34px;border-bottom:1px solid var(--line)}
.product-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.product-guide-grid button{min-height:108px;padding:18px;text-align:left;border:1px solid rgba(7,20,38,.11);border-radius:17px;background:#fff;color:var(--ink);transition:transform .2s var(--ease),border-color .2s,box-shadow .2s}
.product-guide-grid button:hover,.product-guide-grid button:focus-visible{transform:translateY(-2px);border-color:rgba(242,138,33,.5);box-shadow:0 16px 34px rgba(7,20,38,.09);outline:none}
.product-guide-grid b{display:block;font-size:15px;line-height:1.25}.product-guide-grid span{display:block;margin-top:7px;color:var(--muted);font-size:12px;line-height:1.5}
.product-scope-switch{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;margin-top:2px;padding:7px;border:1px solid var(--line);border-radius:16px;background:#eef2f5}
.product-scope-switch button{min-height:42px;padding:9px 16px;border:0;border-radius:11px;background:transparent;color:#4d5d70;font-size:12px;font-weight:850}
.product-scope-switch button.is-active{background:var(--navy);color:#fff;box-shadow:0 8px 18px rgba(7,20,38,.17)}
.service-mode-note{display:grid;grid-template-columns:auto 1fr;gap:6px 12px;margin:12px 0 22px;padding:13px 14px;border:1px solid rgba(242,138,33,.25);border-radius:13px;background:#fff8ea;color:#74480d}
.service-mode-note b{font-size:11px;letter-spacing:.04em}.service-mode-note span{font-size:11px;line-height:1.5}
.calc-fields [data-calc-field][hidden]{display:none!important}.calc-assumptions{margin:20px 0;padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.06)}
.calc-assumptions b{display:block;color:#fff;font-size:12px}.calc-assumptions ul{margin:10px 0 0;padding-left:18px;color:rgba(255,255,255,.72);font-size:11px;line-height:1.55}
.product-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 22px;color:rgba(255,255,255,.66);font-size:11px;font-weight:750}
.product-breadcrumb a{text-decoration:none}.product-breadcrumb a:hover{text-decoration:underline}.product-breadcrumb b{max-width:42ch;white-space:normal;overflow:visible;color:#fff}
.product-verification{display:grid;gap:5px;margin:18px 0;padding:14px 16px;border-left:3px solid var(--orange);border-radius:0 13px 13px 0;background:#fff7e9}
.product-verification b{font-size:12px}.product-verification span{color:#5d6673;font-size:12px;line-height:1.55}
.kb-empty,.related-doc-empty{display:grid;justify-items:start;gap:9px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink)}
.kb-empty[hidden]{display:none!important}.kb-empty span,.related-doc-empty span{color:var(--muted);font-size:13px;line-height:1.55}.kb-empty .btn,.related-doc-empty .btn{margin-top:4px}
.training-card .meta{display:grid!important;gap:4px!important}.training-card .meta span{display:block}
#appMain input,#appMain select,#appMain textarea{color:#132238!important;background-color:#fff!important}
#appMain input::placeholder,#appMain textarea::placeholder{color:#637187!important;opacity:1!important}
#appMain input:focus,#appMain select:focus,#appMain textarea:focus{outline:3px solid rgba(22,119,255,.16)!important;border-color:#1677ff!important}
.app-view[data-route="home"] .operation .gallery{grid-template-rows:repeat(2,230px)!important;gap:14px!important}
.app-view[data-route="home"] .operation .photo{min-height:0!important}
.app-view[data-route="home"] .operation .photo-content{padding:17px 19px!important}
.app-view[data-route="sobre"] .v165-evidence-photo{min-height:330px!important}
.legal-card-v2{max-width:980px!important}.legal-card-v2>p,.legal-card-v2>ul{max-width:76ch}
.app-view:not(.active){content-visibility:hidden}.app-view.active{content-visibility:visible}
html body .app-view[data-route="sobre"] > .page-shell,
html body .app-view[data-route="suporte"] > .page-shell,
html body .app-view[data-route="suporte-tecnico"] > .page-shell{min-height:0!important}
@media(min-width:1181px){
  html body .app-view[data-route="home"] > .v7-next-section{min-height:clamp(620px,82svh,820px)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="home"] > .operation{min-height:0!important;display:block!important}
  html body .app-view[data-route="home"] > .v69-section{min-height:clamp(650px,84svh,850px)!important;display:flex!important;align-items:center!important}
  html body .app-view[data-route="home"] > .v69-closing{min-height:clamp(460px,62svh,620px)!important;display:flex!important;align-items:center!important}
}
@media(max-width:900px){.catalog-intro-wide{grid-template-columns:1fr}.product-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-step-labels li{font-size:9px}.service-mode-note{grid-template-columns:1fr}}
@media(max-width:620px){.product-guide-grid{grid-template-columns:1fr}.product-guide-grid button{min-height:0}.product-scope-switch{display:grid;grid-template-columns:1fr}.product-scope-switch button{width:100%}.wizard-step-labels{grid-template-columns:repeat(4,minmax(0,1fr))!important}.wizard-step-labels li{padding:8px 4px!important;text-align:center;font-size:8px!important}.app-view[data-route="home"] .operation .gallery{grid-template-rows:none!important;grid-template-columns:1fr!important}.app-view[data-route="home"] .operation .photo{display:grid!important;grid-template-rows:180px auto!important}.app-view[data-route="sobre"] .v165-evidence-photo{min-height:285px!important}.product-breadcrumb b{max-width:100%}}
@media(prefers-reduced-motion:reduce){.product-guide-grid button{transition:none}.product-guide-grid button:hover{transform:none}}

/* =========================================================
   GRIDDY V1.7.1 — CONTEÚDO INTEGRAL E CONTROLE DE TÍTULOS
   Títulos principais preservam o texto integral em até duas
   linhas. Cards e textos crescem sem truncamento ou reticências.
========================================================= */
html body .app-view h1,
html body .app-view h2,
html body .app-view h3{
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

/* O hero principal já possui duas linhas editoriais explícitas. */
html body .v7-hero-title .v7-title-line{display:block}

/* O ajuste de fonte é gravado apenas quando o título realmente
   precisou ser reduzido pelo controlador abaixo. */
html body #appMain .app-view h1[data-two-line-fitted="true"],
html body #appMain .app-view h2[data-two-line-fitted="true"]{
  font-size:var(--griddy-two-line-size)!important;
}

/* Todo o conteúdo permanece visível; os componentes crescem com o texto. */
html body #appMain .app-view h1:not(.v7-hero-title),
html body #appMain .app-view h2{
  max-width:100%!important;
}
html body #appMain .app-view h1,
html body #appMain .app-view h2,
html body #appMain .app-view h3,
html body #appMain .app-view .product-body p{
  overflow:visible!important;
  max-height:none!important;
  text-overflow:clip!important;
}
html body #appMain .app-view h3:not(.form-step-title),
html body #appMain .app-view .product-body p{
  display:block!important;
}
html body #appMain .product-card-v2,
html body #appMain .download-card,
html body #appMain .related-doc-card,
html body #appMain .journey-card,
html body #appMain .process-card,
html body #appMain .eco-card,
html body #appMain .os-primary-card,
html body #appMain .os-assist-card,
html body #appMain .os-page-portal{
  height:auto!important;
}

/* Fotografias operacionais: imagem limpa e legenda em painel independente. */
html body #appMain .app-view[data-route="home"] .operation{
  min-height:0!important;
  padding:68px 0!important;
}
html body #appMain .app-view[data-route="home"] .operation .gallery{
  grid-template-rows:repeat(2,250px)!important;
  align-items:stretch!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo{
  display:grid!important;
  grid-template-rows:minmax(110px,1fr) auto!important;
  min-height:250px!important;
  background:#071426!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo.lab{
  grid-template-rows:minmax(300px,1fr) auto!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo::after{
  display:none!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo>img{
  position:relative!important;
  inset:auto!important;
  z-index:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo-content{
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  padding:18px 20px 20px!important;
  background:linear-gradient(135deg,#071426 0%,#0b223b 100%)!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 -16px 34px rgba(3,13,27,.16)!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo-tag{
  display:block!important;
  margin:0 0 10px!important;
  color:#ffad42!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo h3{
  margin:0!important;
  font-size:clamp(21px,1.7vw,28px)!important;
  line-height:1.08!important;
  color:#fff!important;
  text-shadow:none!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo.lab h3{
  font-size:clamp(24px,2vw,31px)!important;
}
html body #appMain .app-view[data-route="home"] .operation .photo p{
  margin:10px 0 0!important;
  max-width:52ch!important;
  color:rgba(255,255,255,.82)!important;
}

@media(max-width:980px){
  html body #appMain .app-view[data-route="home"] .operation .gallery{
    grid-template-columns:1fr!important;
    grid-template-rows:none!important;
    grid-auto-rows:auto!important;
  }
  html body #appMain .app-view[data-route="home"] .operation .photo:first-child{
    grid-row:auto!important;
  }
  html body #appMain .app-view[data-route="home"] .operation .photo,
  html body #appMain .app-view[data-route="home"] .operation .photo.lab{
    grid-template-rows:210px auto!important;
    min-height:0!important;
  }
}

@media(max-width:640px){
  html body #appMain .app-view[data-route="home"] .operation .photo,
  html body #appMain .app-view[data-route="home"] .operation .photo.lab{
    grid-template-rows:175px auto!important;
  }
  html body #appMain .app-view[data-route="home"] .operation .photo-content{
    padding:19px 20px 21px!important;
  }
}

/* Formulários: texto de orientação legível sobre fundos claros. */
html body #appMain input::placeholder,
html body #appMain textarea::placeholder{
  color:#66758a!important;
  opacity:1!important;
}
html body #appMain .os-assist-card .tracking-form input::placeholder{
  color:#5b6b80!important;
  font-weight:600!important;
}

/* Documentos do produto: propósito explícito, cartão compacto e sem selo flutuante. */
html body #appMain .app-view[data-route="produto"] > .related-documents-section{
  min-height:0!important;
  display:block!important;
  padding:64px 0 72px!important;
}
html body #appMain .related-documents-section .page-head{
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;
  gap:48px!important;
  align-items:start!important;
  margin-bottom:30px!important;
}
html body #appMain .related-documents-section .lead{
  max-width:58ch!important;
  margin:0!important;
}
html body #appMain .related-documents-section .related-docs-grid{
  grid-template-columns:minmax(0,580px)!important;
  gap:20px!important;
}
html body #appMain .related-documents-section .related-doc-card{
  position:relative!important;
  min-height:0!important;
  padding:24px!important;
}
html body #appMain .related-documents-section .v165-doc-access{
  display:none!important;
}

@media(max-width:760px){
  html body #appMain .app-view[data-route="produto"] > .related-documents-section{
    padding:56px 0 64px!important;
  }
  html body #appMain .related-documents-section .page-head{
    display:block!important;
  }
  html body #appMain .related-documents-section .lead{
    margin-top:18px!important;
  }
  html body #appMain .related-documents-section .related-docs-grid{
    grid-template-columns:1fr!important;
  }
}
/* Home product showcase: one selected category and one catalogue action. */
html body #appMain #credencial.home-products-section{display:block!important;min-height:0!important;padding:64px 0!important;background:var(--ice,#f5f7fa)!important}
#appMain #credencial .home-products-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:1fr auto auto 1fr;grid-template-areas:". stage" "copy stage" "categories stage" "action stage";column-gap:clamp(32px,5vw,88px);row-gap:0;align-items:start}
#appMain #credencial .home-products-copy{grid-area:copy;min-width:0}
#appMain #credencial .home-products-copy .display{margin:0 0 20px!important;max-width:620px}
#appMain #credencial .home-products-copy .lead{margin:0!important;max-width:520px;line-height:1.6!important}
#appMain #credencial .home-product-categories{grid-area:categories;display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 24px}
#appMain #credencial .home-product-categories [role="tab"]{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--line);border-radius:10px;background:transparent;color:var(--slate);font:inherit;font-size:1rem;font-weight:650;line-height:1.4;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease}
#appMain #credencial .home-product-categories [role="tab"]:hover{color:var(--azure-dark);border-color:var(--azure)}
#appMain #credencial .home-product-categories [aria-selected="true"]{color:var(--azure-dark);border-color:var(--azure);background:#eaf3ff}
#appMain #credencial :is([role="tab"],[role="tabpanel"]):focus-visible{outline:3px solid var(--azure);outline-offset:4px}
#appMain #credencial .home-products-stage{grid-area:stage;min-width:0;align-self:center}
#appMain #credencial .home-product-panel{margin:0;min-width:0;border-radius:16px}
#appMain #credencial .home-product-panel[hidden]{display:none!important}
#appMain #credencial .home-product-panel figure{margin:0}
#appMain #credencial .home-product-image{height:clamp(300px,28vw,380px);max-width:520px;margin:0 auto 20px;overflow:hidden;display:flex;align-items:center;justify-content:center}
#appMain #credencial .home-product-image img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transform:translate(var(--photo-x,0),var(--photo-y,0)) scale(var(--photo-scale,1));transform-origin:center;filter:none;box-shadow:none}
#appMain #credencial .home-product-panel figcaption{text-align:center;max-width:470px;margin:0 auto;min-height:110px}
#appMain #credencial .home-product-panel h3{margin:0 0 8px!important;font-size:1.375rem!important;line-height:1.35!important;color:var(--ink)}
#appMain #credencial .home-product-panel p{margin:0!important;font-size:1.0625rem!important;line-height:1.6!important;color:var(--slate)}
#appMain #credencial .home-products-action{grid-area:action}
#appMain #credencial .home-products-action .btn{min-height:48px}
@media(max-width:900px){
  html body #appMain #credencial.home-products-section{padding:48px 0!important}
  #appMain #credencial .home-products-layout{grid-template-columns:minmax(0,1fr);grid-template-rows:auto;grid-template-areas:"copy" "categories" "stage" "action";max-width:680px;text-align:center}
  #appMain #credencial .home-products-copy :is(.display,.lead){margin-left:auto!important;margin-right:auto!important}
  #appMain #credencial .home-product-categories{justify-content:center;margin:24px 0 12px}
  #appMain #credencial .home-product-image{height:300px;max-width:440px;margin-bottom:12px}
  #appMain #credencial .home-product-panel figcaption{min-height:100px}
  #appMain #credencial .home-products-action{margin-top:12px}
}
@media(max-width:480px){
  #appMain #credencial .home-product-categories{gap:6px}
  #appMain #credencial .home-product-categories [role="tab"]{padding:10px 12px;font-size:.9375rem}
  #appMain #credencial .home-product-image{height:270px}
}
@media(prefers-reduced-motion:reduce){#appMain #credencial .home-product-categories [role="tab"]{transition:none}}

[data-cms-unpublished]{display:none!important}
