@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');
:root{--brand:#1463ff;--accent:#28e0c4;--navy:#061426;--navy-2:#0a203a;--ink:#0d1f35;--muted:#63748a;--line:#dce5ef;--soft:#f3f7fb;--white:#fff;--danger:#d94a5a;--success:#0b996d;--warning:#b77908;--shadow:0 24px 70px rgba(7,24,45,.12);--shadow-lg:0 40px 120px rgba(0,16,39,.22);--container:min(1240px,calc(100% - 48px));--radius:22px;--font-display:'Sora',sans-serif;--font-body:'Inter',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:var(--container);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-body{overflow-x:hidden}.site-noise{position:fixed;inset:0;pointer-events:none;opacity:.018;z-index:999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.icon,.menu-icon,.nav-action-icon,.button-icon,.link-icon,.social-icon,.whatsapp-icon,.metric-svg,.solution-svg,.floating-icon,.mini-icon,.process-svg,.faq-contact-icon,.cta-whatsapp-icon,.process-card-icon,.security-icon,.download-svg,.contact-icon,.emergency-icon,.flash-icon{display:block;width:1.35em;height:1.35em;flex:none}.button-icon,.link-icon{width:18px;height:18px}.mini-icon{width:16px;height:16px}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:30px;height:1px;background:currentColor}.eyebrow--light{color:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.035em;line-height:1.1}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 21px;border:1px solid var(--brand);border-radius:13px;background:linear-gradient(135deg,var(--brand),#397fff);color:#fff;font-size:13px;font-weight:800;box-shadow:0 14px 32px color-mix(in srgb,var(--brand) 26%,transparent);transition:transform .22s,box-shadow .22s,border-color .22s,background .22s}.button:hover{transform:translateY(-2px);box-shadow:0 20px 40px color-mix(in srgb,var(--brand) 32%,transparent)}.button--small{min-height:42px;padding:0 16px;font-size:12px}.button--header{min-height:44px;border-radius:12px;padding:0 17px;white-space:nowrap}.button--hero{min-height:58px;padding:0 25px}.button--glass{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.17);box-shadow:none;color:#fff;backdrop-filter:blur(12px)}.button--glass:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28);box-shadow:none}.button--dark{background:var(--navy);border-color:var(--navy);box-shadow:0 16px 34px rgba(6,20,38,.18)}.button--light{background:#fff;border-color:#fff;color:var(--navy);box-shadow:0 16px 40px rgba(0,0,0,.18)}.button--soft{background:#edf4ff;border-color:#dae7fb;color:var(--brand);box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--brand);font-size:13px;font-weight:800}.section{padding:108px 0}.section--soft{background:var(--soft)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:48px}.section-heading>div{max-width:780px}.section-heading h2{font-size:clamp(34px,4.4vw,58px);margin:15px 0 0}.section-heading>p,.section-heading>div+div p{max-width:420px;color:var(--muted);font-size:15px;margin-bottom:17px}.section-heading--wide>div+div{max-width:420px}.center{text-align:center}.flash{position:relative;z-index:70;margin-top:18px;border-radius:14px;padding:14px 18px;display:flex;gap:10px;align-items:flex-start;font-size:13px}.flash--success{background:#e9fbf5;border:1px solid #b9eedc;color:#087454}.flash--error{background:#fff0f1;border:1px solid #f3c4c9;color:#a62f3c}.flash ul{margin:6px 0 0;padding-left:18px}
/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(180deg,rgba(4,15,29,.92),rgba(4,15,29,.68));border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(20px);transition:.25s}.site-header.scrolled{background:rgba(4,15,29,.96);box-shadow:0 12px 35px rgba(0,0,0,.2)}.nav-wrap{height:86px;display:flex;align-items:center;gap:30px}.brand{flex:none}.brand img{width:225px;height:55px;object-fit:contain;object-position:left center}.main-menu{display:flex;align-items:center;justify-content:center;gap:28px;margin-left:auto;color:#aabbd0;font-size:13px;font-weight:700}.main-menu>a{position:relative;padding:32px 0}.main-menu>a:after{content:"";position:absolute;left:50%;right:50%;bottom:22px;height:2px;border-radius:3px;background:var(--accent);transition:.25s}.main-menu>a:hover,.main-menu>a.active{color:#fff}.main-menu>a:hover:after,.main-menu>a.active:after{left:0;right:0}.nav-actions{display:flex;align-items:center;gap:9px}.nav-phone{display:flex;align-items:center;gap:8px;color:#d9e3ef;font-size:11px;font-weight:700;white-space:nowrap}.nav-action-icon{width:18px;height:18px;color:var(--accent)}.nav-portal{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:12px;color:#cbd9e7;background:rgba(255,255,255,.04)}.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.04);color:#fff;place-items:center}.menu-icon{width:24px;height:24px}
/* Hero */
.hero-premium{position:relative;min-height:820px;padding-top:86px;overflow:hidden;background:#04101f;color:#fff}.hero-premium:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 28%,color-mix(in srgb,var(--brand) 24%,transparent),transparent 35%),radial-gradient(circle at 18% 75%,rgba(40,224,196,.12),transparent 35%),linear-gradient(115deg,#04101f 0%,#06192d 55%,#071426 100%)}.hero-grid-lines,.page-hero-grid,.cta-grid{position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000,transparent 92%)}.hero-stage{position:relative;height:734px}.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:55px;visibility:hidden;opacity:0;transform:translateY(12px);transition:opacity .55s,transform .55s,visibility .55s}.hero-slide.active{visibility:visible;opacity:1;transform:none}.hero-copy{position:relative;z-index:6;padding-bottom:70px}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:999px;color:#c8d6e5;font-size:10px;font-weight:700;letter-spacing:.06em;margin-bottom:24px}.hero-badge span,.live-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(40,224,196,.1);animation:pulse 2s infinite}.hero-copy h1{font-size:clamp(46px,5.7vw,76px);margin:16px 0 24px;max-width:720px}.hero-copy>p{max-width:660px;color:#afc1d4;font-size:17px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin:34px 0}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:620px;margin-top:38px;border-top:1px solid rgba(255,255,255,.12);padding-top:20px}.hero-proof>div{display:flex;align-items:center;gap:10px;padding-right:14px;border-right:1px solid rgba(255,255,255,.1)}.hero-proof>div:last-child{border:0}.hero-proof b{font-family:var(--font-display);font-size:11px;color:var(--accent)}.hero-proof span{color:#92a7bd;font-size:10px;line-height:1.4}.hero-media{position:relative;height:620px;display:flex;align-items:center;justify-content:center}.hero-image-shell{position:relative;width:100%;height:540px;border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:10px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.025));box-shadow:0 50px 130px rgba(0,0,0,.45);transform:perspective(1200px) rotateY(-3deg)}.hero-image-shell:before{content:"";position:absolute;inset:-1px;border-radius:34px;padding:1px;background:linear-gradient(140deg,rgba(255,255,255,.35),transparent 35%,color-mix(in srgb,var(--accent) 38%,transparent));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}.hero-image-shell img{width:100%;height:100%;object-fit:cover;border-radius:25px}.floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(7,25,45,.8);backdrop-filter:blur(18px);box-shadow:0 22px 45px rgba(0,0,0,.28)}.floating-card small,.floating-card b{display:block}.floating-card small{color:#839ab2;font-size:9px;text-transform:uppercase;letter-spacing:.09em}.floating-card b{font-family:var(--font-display);font-size:12px}.floating-card--status{left:-30px;top:92px}.floating-card--security{right:-25px;top:170px}.floating-card--response{left:30px;bottom:40px}.floating-card--response strong{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,var(--brand),var(--accent));font-size:12px}.floating-card--response span{font-size:11px;color:#c2d0df}.floating-icon{width:26px;height:26px;color:var(--accent)}.hero-ring{position:absolute;border:1px solid rgba(40,224,196,.22);border-radius:50%;pointer-events:none}.hero-ring--one{width:150px;height:150px;right:-55px;bottom:25px}.hero-ring--two{width:85px;height:85px;right:-22px;bottom:58px;border-color:rgba(20,99,255,.45)}.hero-controls{position:absolute;left:0;right:0;bottom:34px;display:flex;align-items:center;justify-content:space-between;z-index:10}.hero-dots{display:flex;gap:10px}.hero-dots button{width:53px;height:32px;padding:0;border:0;background:transparent;color:#667f98;font-family:var(--font-display);font-size:9px;position:relative;text-align:left}.hero-dots button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:rgba(255,255,255,.15)}.hero-dots button:before{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--accent);transition:.35s}.hero-dots button.active{color:#fff}.hero-dots button.active:before{right:0}.hero-arrows{display:flex;gap:8px}.hero-arrows button{width:42px;height:42px;border:1px solid rgba(255,255,255,.13);border-radius:50%;background:rgba(255,255,255,.04);color:#fff}.hero-arrows button:hover{border-color:var(--accent);color:var(--accent)}.hero-scroll{position:absolute;right:22px;bottom:130px;z-index:5;display:flex;align-items:center;gap:12px;color:#6f879f;font-size:9px;letter-spacing:.2em;text-transform:uppercase;transform:rotate(90deg);transform-origin:right center}.hero-scroll span{width:60px;height:1px;background:linear-gradient(90deg,var(--accent),transparent)}@keyframes pulse{0%,100%{box-shadow:0 0 0 5px rgba(40,224,196,.08)}50%{box-shadow:0 0 0 10px rgba(40,224,196,.02)}}
/* Metrics / clients */
.metrics-band{position:relative;background:#fff;z-index:8}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-top:0;border-radius:0 0 22px 22px;box-shadow:0 25px 65px rgba(8,27,49,.08);overflow:hidden}.metrics-grid article{display:flex;gap:17px;padding:28px 24px;border-right:1px solid var(--line)}.metrics-grid article:last-child{border:0}.metric-icon{width:46px;height:46px;display:grid;place-items:center;flex:none;border-radius:14px;background:#edf4ff;color:var(--brand)}.metric-svg{width:23px;height:23px}.metrics-grid strong{font-family:var(--font-display);font-size:27px;line-height:1;color:var(--ink)}.metrics-grid strong em{font-style:normal;font-size:11px;color:var(--brand);margin-left:4px}.metrics-grid h2{font-family:var(--font-body);font-size:12px;margin:7px 0 4px;letter-spacing:0}.metrics-grid p{font-size:10px;color:var(--muted);line-height:1.45;margin:0}.metrics-grid--inner{border-top:1px solid var(--line);border-radius:22px}.logo-marquee{padding:38px 0 0;overflow:hidden;background:#fff}.logo-marquee>.container>span{display:block;color:#8a98a8;font-size:10px;text-transform:uppercase;letter-spacing:.18em;text-align:center;margin-bottom:27px}.marquee-track{display:flex;width:max-content;border-top:1px solid #ebf0f5;border-bottom:1px solid #ebf0f5;animation:marquee 28s linear infinite}.marquee-group{display:flex}.marquee-logo{width:240px;height:92px;padding:18px 25px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #ebf0f5;filter:grayscale(1);opacity:.68;transition:.2s}.marquee-logo:hover{filter:none;opacity:1}.marquee-logo img{max-width:150px;max-height:46px;object-fit:contain}.marquee-logo b{font-family:var(--font-display);font-size:13px;text-align:center}.marquee-logo small{color:var(--muted);font-size:9px;margin-top:4px}@keyframes marquee{to{transform:translateX(-50%)}}
/* Solutions */
.section--services{background:linear-gradient(180deg,#fff,#f4f8fc)}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.solution-card{position:relative;min-height:465px;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.28s;display:flex;flex-direction:column}.solution-card:hover{transform:translateY(-7px);border-color:#c4d6ec;box-shadow:0 28px 65px rgba(7,29,53,.12)}.solution-card--large{grid-column:span 2;display:grid;grid-template-columns:1.15fr .85fr}.solution-image{position:relative;height:210px;overflow:hidden;background:var(--navy)}.solution-card--large .solution-image{height:100%}.solution-image:after{content:"";position:absolute;inset:auto 0 0;height:70%;background:linear-gradient(transparent,rgba(3,13,25,.55))}.solution-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.solution-card:hover .solution-image img{transform:scale(1.04)}.solution-image>span{position:absolute;z-index:3;left:18px;top:18px;width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:rgba(4,17,32,.72);border:1px solid rgba(255,255,255,.15);color:#fff;font-family:var(--font-display);font-size:10px;backdrop-filter:blur(10px)}.solution-content{padding:26px;display:flex;flex-direction:column;flex:1}.solution-icon{width:48px;height:48px;border-radius:14px;background:#edf4ff;color:var(--brand);display:grid;place-items:center;margin-bottom:20px}.solution-svg{width:25px;height:25px}.solution-content h3{font-size:21px;margin-bottom:12px}.solution-content p{font-size:13px;color:var(--muted);margin-bottom:18px}.solution-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:22px}.solution-tags span{padding:5px 8px;border-radius:7px;background:#f2f6fa;color:#66798e;font-size:9px}.solution-content>a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:var(--brand);font-size:12px;font-weight:800;border-top:1px solid #edf1f5;padding-top:16px}
/* Method */
.method-section{position:relative;overflow:hidden;background:#061426;color:#fff}.method-section:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:55px 55px}.method-glow{position:absolute;width:700px;height:700px;border-radius:50%;left:-320px;top:-200px;background:var(--brand);filter:blur(220px);opacity:.18}.method-layout{position:relative;display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:center}.method-copy h2{font-size:clamp(38px,4.5vw,61px);margin:16px 0 23px}.method-copy>p{color:#a7b8ca;font-size:15px}.method-points{display:grid;gap:10px;margin:28px 0}.method-points span{display:flex;align-items:center;gap:8px;color:#d7e2ed;font-size:12px}.method-points .mini-icon{color:var(--accent)}.method-visual{position:relative}.process-list{position:relative;z-index:2;display:grid;gap:11px;margin-left:150px}.process-list article{display:grid;grid-template-columns:38px 46px 1fr;align-items:center;gap:14px;padding:18px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);border-radius:17px;backdrop-filter:blur(12px);transition:.2s}.process-list article:hover{border-color:rgba(40,224,196,.35);transform:translateX(5px)}.process-list article>span{font-family:var(--font-display);font-size:10px;color:var(--accent)}.process-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(20,99,255,.17);color:#74a3ff}.process-svg{width:22px;height:22px}.process-list h3{font-size:16px;margin:0 0 4px}.process-list p{font-size:11px;color:#93a8bd;margin:0}.method-orbit{position:absolute;width:300px;height:300px;left:-30px;top:50%;transform:translateY(-50%);border:1px solid rgba(40,224,196,.25);border-radius:50%;animation:spin 35s linear infinite}.method-orbit:before,.method-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(20,99,255,.2);inset:35px}.method-orbit:after{inset:75px}.orbit-core{position:absolute;left:50%;top:50%;width:75px;height:75px;transform:translate(-50%,-50%);border-radius:22px;display:grid;place-items:center;background:#0e2a48;box-shadow:0 0 50px rgba(20,99,255,.35);animation:spinReverse 35s linear infinite}.orbit-core img{width:54px}.orbit-node{position:absolute;padding:6px 9px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#0c213a;color:#a9bfd3;font-size:8px;animation:spinReverse 35s linear infinite}.orbit-node--1{left:40%;top:-14px}.orbit-node--2{right:-30px;top:44%}.orbit-node--3{left:38%;bottom:-14px}.orbit-node--4{left:-38px;top:44%}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}@keyframes spinReverse{to{transform:rotate(-360deg)}}
/* Cases */
.case-section{background:#fff}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.case-card{border:1px solid var(--line);border-radius:23px;overflow:hidden;background:#fff;transition:.25s}.case-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(6,30,55,.11)}.case-image{height:235px;position:relative;overflow:hidden;background:var(--navy)}.case-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.case-card:hover .case-image img{transform:scale(1.04)}.case-image>span{position:absolute;left:16px;bottom:16px;padding:7px 10px;border-radius:8px;background:rgba(5,19,34,.78);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;backdrop-filter:blur(10px)}.case-body{padding:25px}.case-body h3{font-size:20px}.case-body>p{color:var(--muted);font-size:13px}.case-tags{display:flex;flex-wrap:wrap;gap:6px;margin:19px 0}.case-tags span{font-size:9px;background:#eff4f9;color:#5e7186;border-radius:7px;padding:5px 8px}.case-result{display:flex;align-items:center;gap:12px;border-top:1px solid #edf1f5;padding-top:18px}.case-result strong{font-family:var(--font-display);font-size:19px;color:var(--brand)}.case-result span{font-size:10px;color:var(--muted);max-width:140px}
/* Technologies */
.technology-section{background:linear-gradient(145deg,#eef5ff,#f5fbfa)}.technology-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center}.technology-copy h2{font-size:clamp(36px,4vw,54px);margin:15px 0 20px}.technology-copy p{color:var(--muted);font-size:14px;margin-bottom:27px}.technology-cloud{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.technology-chip{min-height:140px;border:1px solid rgba(159,181,207,.45);border-radius:18px;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);padding:18px;display:flex;flex-direction:column;justify-content:flex-end;transition:.22s}.technology-chip:hover{transform:translateY(-4px);background:#fff;box-shadow:0 18px 38px rgba(19,54,89,.09)}.technology-chip>div{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;margin-bottom:auto}.technology-chip>div span{font-family:var(--font-display);font-size:11px}.technology-chip>div img{max-width:27px;max-height:27px;object-fit:contain}.technology-chip b{font-size:11px}.technology-chip small{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em;margin-top:3px}
/* Testimonials and FAQ */
.testimonials-premium{background:#071426;color:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-grid blockquote{position:relative;margin:0;padding:30px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);border-radius:21px}.quote-mark{font-family:Georgia;font-size:70px;color:var(--accent);line-height:.7}.testimonial-grid blockquote>p{color:#c0cedc;font-size:14px}.stars{color:#ffc657;letter-spacing:2px;font-size:11px}.testimonial-grid footer{margin-top:20px}.testimonial-grid footer strong,.testimonial-grid footer span{display:block}.testimonial-grid footer strong{font-size:12px}.testimonial-grid footer span{font-size:9px;color:#7f96ad}.faq-section{background:#fff}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:85px;align-items:start}.faq-copy{position:sticky;top:125px}.faq-copy h2{font-size:clamp(36px,4.1vw,55px);margin:15px 0 20px}.faq-copy>p{color:var(--muted)}.faq-contact{display:flex;align-items:center;gap:13px;margin-top:30px;padding:16px;border-radius:15px;background:#f2f7fb}.faq-contact>div{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--brand)}.faq-contact span{font-size:10px;color:var(--muted)}.faq-contact a{display:block;color:var(--brand);font-weight:800;font-size:12px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;background:none;padding:22px 0;text-align:left;color:var(--ink)}.faq-item button>span{font-family:var(--font-display);font-size:15px}.faq-item button small{display:block;color:var(--brand);font-family:var(--font-body);font-size:8px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.faq-item button i{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:50%;border:1px solid var(--line);font-style:normal;font-size:19px;transition:.25s}.faq-item.open button i{transform:rotate(45deg);background:var(--brand);border-color:var(--brand);color:#fff}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-answer>p{overflow:hidden;color:var(--muted);font-size:13px;margin:0}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding:0 60px 24px 0}
/* CTA */
.final-cta-section{padding-top:30px}.final-cta{position:relative;min-height:350px;overflow:hidden;border-radius:30px;padding:55px 60px;background:linear-gradient(120deg,#0c47ca,var(--brand) 48%,#0a8f9e);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px;box-shadow:0 35px 85px rgba(20,99,255,.27)}.final-cta:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;right:-90px;top:-180px;border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025)}.final-cta>div:not(.cta-grid){position:relative;z-index:2;max-width:780px}.final-cta h2{font-size:clamp(37px,4.5vw,61px);margin:14px 0 18px}.final-cta p{max-width:690px;color:#d7e7fb}.final-cta-actions{display:flex;flex-direction:column;align-items:stretch;gap:12px;min-width:230px}.final-cta-actions>a:last-child{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:13px}.cta-whatsapp-icon{width:25px;height:25px}.final-cta-actions small,.final-cta-actions span{display:block}.final-cta-actions small{font-size:8px;opacity:.7}.final-cta-actions span{font-weight:800;font-size:12px}
/* Footer */
.footer{position:relative;overflow:hidden;background:#04101f;color:#8da3b9;margin-top:110px}.footer-orbit{position:absolute;width:500px;height:500px;border-radius:50%;right:-250px;top:-250px;border:1px solid rgba(40,224,196,.12);box-shadow:0 0 0 70px rgba(20,99,255,.035),0 0 0 140px rgba(20,99,255,.02)}.footer-main{position:relative;display:grid;grid-template-columns:1.5fr .75fr .9fr 1fr;gap:60px;padding:80px 0 55px}.footer-brand img{width:240px;margin-bottom:23px}.footer-brand p{max-width:390px;color:#9eb0c2;font-size:13px}.socials{display:flex;gap:8px;margin-top:22px}.socials a{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:11px;color:#b5c6d6}.socials a:hover{color:var(--accent);border-color:rgba(40,224,196,.35)}.social-icon{width:18px;height:18px}.footer-column{display:flex;flex-direction:column;gap:10px;font-size:12px}.footer-column>span{color:#fff;font-family:var(--font-display);font-size:12px;margin-bottom:8px}.footer-column a:hover{color:#fff}.footer-column p{font-size:11px;line-height:1.7}.footer-bottom{position:relative;display:flex;justify-content:space-between;gap:25px;padding:20px 0;border-top:1px solid rgba(255,255,255,.08);font-size:9px;letter-spacing:.06em}.whatsapp-float{position:fixed;z-index:90;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;padding:12px 16px;border-radius:999px;background:#19bd75;color:#fff;font-size:11px;font-weight:800;box-shadow:0 18px 35px rgba(12,111,67,.3)}.whatsapp-icon{width:22px;height:22px}
/* Internal hero */
.page-hero-premium{position:relative;overflow:hidden;padding:180px 0 95px;background:linear-gradient(125deg,#04101f,#071d35 55%,#0c2e4e);color:#fff}.page-hero-premium:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-120px;top:-250px;background:var(--brand);filter:blur(160px);opacity:.25}.page-hero-layout{position:relative;display:grid;grid-template-columns:1fr .55fr;gap:80px;align-items:center}.breadcrumbs{display:flex;gap:8px;align-items:center;color:#6e879f;font-size:9px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:30px}.breadcrumbs a:hover{color:#fff}.breadcrumbs em{font-style:normal;color:#9ab0c5}.page-hero-layout h1{font-size:clamp(45px,6vw,73px);margin:16px 0 20px;max-width:850px}.page-hero-layout p{max-width:720px;color:#aebfd0;font-size:16px}.page-hero-visual{display:flex;justify-content:flex-end}.page-hero-panel{position:relative;width:330px;height:230px;padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:25px;background:rgba(255,255,255,.045);box-shadow:0 30px 70px rgba(0,0,0,.25);transform:rotate(4deg)}.page-hero-panel>div{display:flex;gap:6px}.page-hero-panel>div span{width:7px;height:7px;border-radius:50%;background:#ff6476}.page-hero-panel>div span:nth-child(2){background:#ffc75c}.page-hero-panel>div span:nth-child(3){background:var(--accent)}.page-hero-panel strong{display:block;color:#94abc1;font-size:9px;letter-spacing:.14em;margin-top:25px}.page-hero-panel i{display:block;height:12px;border-radius:8px;background:rgba(255,255,255,.07);margin-top:15px}.page-hero-panel i:nth-of-type(1){width:90%;background:linear-gradient(90deg,var(--brand),var(--accent))}.page-hero-panel i:nth-of-type(2){width:68%}.page-hero-panel i:nth-of-type(3){width:78%}.page-hero-panel small{position:absolute;left:24px;bottom:23px;color:#5e7690;font-size:8px;letter-spacing:.2em}
/* Internal pages */
.about-premium-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.about-visual{position:relative}.about-visual>img{height:590px;width:100%;object-fit:cover;border-radius:28px;box-shadow:var(--shadow-lg)}.about-seal{position:absolute;right:-30px;bottom:35px;width:190px;height:190px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;gap:13px;border:8px solid #fff;box-shadow:var(--shadow)}.about-seal strong{font-family:var(--font-display);font-size:30px;color:var(--accent)}.about-seal span{font-size:8px;line-height:1.6;letter-spacing:.13em;text-transform:uppercase}.about-copy h2{font-size:clamp(37px,4.3vw,56px);margin:15px 0 25px}.prose{color:#4f6277;font-size:14px;line-height:1.9}.prose--compact{max-height:300px;overflow:auto;margin-bottom:25px;padding-right:10px}.method-light{background:#fff}.process-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.process-cards article{position:relative;border:1px solid var(--line);border-radius:20px;padding:25px;background:#fff;overflow:hidden}.process-cards article>span{position:absolute;right:18px;top:15px;font-family:var(--font-display);font-size:35px;color:#edf2f7}.process-cards article>div{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#edf4ff;color:var(--brand)}.process-card-icon{width:24px;height:24px}.process-cards h3{font-size:17px;margin:20px 0 10px}.process-cards p{font-size:12px;color:var(--muted);margin:0}.services-index{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:50px}.services-index a{display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid var(--line);border-radius:9px;font-size:9px;font-weight:700;color:#63758a}.services-index a span{color:var(--brand);font-family:var(--font-display)}.detailed-services{display:grid;gap:25px}.detailed-services>article{display:grid;grid-template-columns:300px 1fr 300px;gap:35px;align-items:center;border:1px solid var(--line);border-radius:25px;padding:18px;background:#fff;scroll-margin-top:110px}.service-detail-image{height:320px;position:relative;border-radius:19px;overflow:hidden;background:var(--navy)}.service-detail-image img{width:100%;height:100%;object-fit:cover}.service-detail-image>span{position:absolute;left:15px;top:15px;width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:rgba(4,17,31,.75);color:#fff;font-family:var(--font-display);font-size:10px}.service-detail-copy h2{font-size:31px;margin:11px 0}.service-detail-copy .lead{font-weight:600;color:#32475d;font-size:14px}.service-detail-copy>p:last-child{font-size:12px;color:var(--muted)}.service-features{padding:23px;border-radius:18px;background:#f4f8fb}.service-features h3{font-size:14px}.service-features ul{list-style:none;padding:0;margin:18px 0}.service-features li{display:flex;gap:8px;align-items:flex-start;font-size:10px;color:#4b6177;margin:9px 0}.service-features li .mini-icon{color:var(--success);margin-top:1px}.client-premium-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.client-premium-grid article{display:grid;grid-template-columns:100px 1fr;gap:20px;align-items:center;border:1px solid var(--line);border-radius:20px;padding:22px;background:#fff}.client-premium-grid article>img,.client-monogram{width:90px;height:90px;object-fit:contain;border-radius:18px;background:#f1f6fa;padding:12px}.client-monogram{display:grid;place-items:center;background:linear-gradient(135deg,#eaf2ff,#e8fffb);color:var(--brand);font-family:var(--font-display);font-size:22px}.client-premium-grid span{color:var(--brand);font-size:8px;text-transform:uppercase;letter-spacing:.12em}.client-premium-grid h2{font-size:17px;margin:4px 0}.client-premium-grid p{font-size:10px;color:var(--muted);margin:0}.client-premium-grid a{display:inline-flex;gap:6px;align-items:center;color:var(--brand);font-size:10px;font-weight:800;margin-top:8px}.support-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.support-intro h2,.appointment-layout aside h2,.contact-panel h2{font-size:clamp(36px,4.2vw,54px);margin:15px 0 20px}.support-intro>p,.appointment-layout aside>p{color:var(--muted)}.support-steps{display:grid;gap:12px}.support-steps article{display:grid;grid-template-columns:55px 1fr;gap:17px;padding:21px;border:1px solid var(--line);border-radius:18px}.support-steps article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#edf4ff;color:var(--brand);font-family:var(--font-display);font-size:11px}.support-steps h3{font-size:15px;margin:3px 0 6px}.support-steps p{font-size:11px;color:var(--muted);margin:0}.security-note--premium{display:flex;gap:13px;align-items:flex-start;padding:17px;border-radius:16px;background:#eafbf6;border:1px solid #c6f0e4;color:#126e57;margin:25px 0}.security-icon{width:26px;height:26px}.security-note strong{font-size:12px}.security-note p{font-size:10px;margin:4px 0 0}.download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.download-grid article{border:1px solid var(--line);border-radius:20px;padding:25px;background:#fff}.download-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#edf4ff;color:var(--brand);margin-bottom:19px}.download-svg{width:26px;height:26px}.platform{font-size:8px;letter-spacing:.15em;color:var(--brand);font-weight:800}.download-grid h3{font-size:18px;margin:8px 0 10px}.download-grid p{font-size:11px;color:var(--muted)}.download-grid small{display:block;font-size:8px;color:#8495a8;margin-bottom:15px}.contact-premium{background:linear-gradient(135deg,#f4f8fc,#fff)}.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:0;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.contact-panel{padding:55px;background:linear-gradient(145deg,#061426,#0a2b4b);color:#fff}.contact-panel>p{color:#9fb2c5}.contact-cards{display:grid;gap:10px;margin-top:30px}.contact-cards>a,.contact-cards>div{display:flex;align-items:center;gap:13px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.04)}.contact-cards>a>div,.contact-cards>div>div{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:rgba(20,99,255,.2);color:var(--accent)}.contact-icon{width:20px;height:20px}.contact-cards small,.contact-cards b{display:block}.contact-cards small{font-size:8px;color:#7890a8;text-transform:uppercase}.contact-cards b{font-size:10px;font-weight:600}.form-card{background:#fff}.form-card--premium{padding:50px}.form-intro{margin-bottom:28px}.form-intro>span{font-size:8px;color:var(--brand);font-weight:800;letter-spacing:.14em}.form-intro h2{font-size:30px;margin:7px 0}.form-intro p{font-size:11px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{display:flex;flex-direction:column;gap:7px;color:#31465d;font-size:10px;font-weight:700}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea,.admin-form input,.admin-form select,.admin-form textarea,.settings-section input,.settings-section select,.settings-section textarea{width:100%;border:1px solid #d8e2ec;border-radius:11px;background:#fff;color:var(--ink);padding:12px 13px;outline:none;transition:.2s}.form-grid input,.form-grid select{height:47px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus,.settings-section input:focus,.settings-section textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(20,99,255,.08)}.form-card--premium>.button{margin-top:20px}.form-note{font-size:8px;color:#8797a8;margin:13px 0 0}.honeypot{position:absolute!important;left:-9999px!important}.appointment-premium{background:#fff}.appointment-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.appointment-layout aside{position:sticky;top:120px}.appointment-checks{display:grid;gap:10px;margin:25px 0}.appointment-checks span{display:flex;align-items:center;gap:8px;font-size:11px}.appointment-checks .mini-icon{color:var(--success)}.emergency-card{display:flex;gap:13px;padding:18px;border-radius:17px;background:#071426;color:#fff}.emergency-card>div{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:rgba(40,224,196,.13);color:var(--accent)}.emergency-icon{width:24px;height:24px}.emergency-card small,.emergency-card b,.emergency-card a{display:block}.emergency-card small{color:#7f96ad;font-size:8px;text-transform:uppercase}.emergency-card b{font-size:10px;margin:3px 0}.emergency-card a{font-size:9px;color:var(--accent)}.appointment-layout .form-card{border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.consent{flex-direction:row!important;align-items:flex-start!important}.consent input{width:auto;height:auto;margin-top:3px}.legal-layout{display:grid;grid-template-columns:230px 1fr;gap:65px;align-items:start}.legal-layout aside{position:sticky;top:120px;padding:20px;border:1px solid var(--line);border-radius:15px}.legal-layout aside span,.legal-layout aside b,.legal-layout aside a{display:block}.legal-layout aside span{font-size:8px;text-transform:uppercase;color:var(--muted)}.legal-layout aside b{font-size:12px;margin:5px 0 17px}.legal-layout aside a{color:var(--brand);font-size:9px;font-weight:800}.prose--legal{max-width:850px;font-size:14px;white-space:normal}
/* Reveal */
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}[data-reveal].revealed{opacity:1;transform:none}
/* Admin */
.admin-body{margin:0;background:#f1f5f9;color:#12233a}.admin-shell{min-height:100vh;display:grid;grid-template-columns:278px 1fr}.admin-sidebar{position:sticky;top:0;height:100vh;z-index:80;display:flex;flex-direction:column;background:#061426;color:#8fa5bb;padding:20px 15px;border-right:1px solid rgba(255,255,255,.06)}.admin-brand{display:flex;align-items:center;gap:10px;padding:9px 10px 19px;border-bottom:1px solid rgba(255,255,255,.08)}.admin-brand img{width:190px}.admin-brand span{display:none}.admin-sidebar nav{display:flex;flex-direction:column;gap:3px;margin-top:13px;overflow:auto;padding-right:3px}.admin-sidebar nav small{font-size:8px;letter-spacing:.16em;color:#4f6880;margin:17px 11px 6px}.admin-sidebar nav a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;font-size:11px;font-weight:700}.admin-sidebar nav a:before{content:"";width:5px;height:5px;border-radius:50%;background:#38536d}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:rgba(20,99,255,.14);color:#fff}.admin-sidebar nav a.active:before{background:var(--accent);box-shadow:0 0 0 5px rgba(40,224,196,.08)}.admin-sidebar>form{margin-top:auto}.admin-sidebar>form button{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.025);color:#8197ac;padding:10px;font-size:10px}.admin-main{min-width:0}.admin-topbar{height:76px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:rgba(255,255,255,.9);border-bottom:1px solid #e1e7ee;backdrop-filter:blur(15px)}.admin-topbar>div:first-of-type strong,.admin-topbar>div:first-of-type span{display:block}.admin-topbar>div:first-of-type strong{font-size:13px}.admin-topbar>div:first-of-type span{font-size:8px;color:var(--muted)}.admin-user{display:flex;align-items:center;gap:10px;font-size:10px}.admin-user b{width:37px;height:37px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,var(--brand),#4c8cff);color:#fff}.admin-menu-toggle{display:none;border:0;background:none;font-size:20px}.admin-content{padding:30px;max-width:1500px}.admin-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:25px}.admin-heading h1{font-size:34px;margin:7px 0}.admin-heading p{color:var(--muted);font-size:11px;margin:0}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.admin-stats article{position:relative;overflow:hidden;background:#fff;border:1px solid #e0e7ef;border-radius:17px;padding:20px}.admin-stats article:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-40px;top:-40px;background:var(--brand);opacity:.07}.admin-stats small,.admin-stats span{display:block;color:var(--muted);font-size:8px}.admin-stats strong{display:block;font-family:var(--font-display);font-size:32px;color:var(--navy);margin:5px 0}.admin-grid-two{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-bottom:18px}.admin-panel{background:#fff;border:1px solid #e0e7ef;border-radius:18px;padding:22px;box-shadow:0 10px 35px rgba(18,41,66,.035)}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.panel-head h2,.admin-panel h2{font-size:17px;margin:0}.panel-head p{font-size:9px;color:var(--muted);margin:4px 0}.panel-head>a{font-size:9px;color:var(--brand);font-weight:800}.panel-head--large{padding-bottom:18px;border-bottom:1px solid #e8edf3}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:650px}th{text-align:left;font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:#7f91a4;padding:11px;border-bottom:1px solid #e5ebf1}td{padding:14px 11px;border-bottom:1px solid #edf1f5;font-size:10px}td strong,td small{display:block}td small{font-size:8px;color:var(--muted);margin-top:3px}.badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef2f6;color:#63758a;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.badge--pending,.badge--new{background:#fff5d9;color:#9b6a05}.badge--confirmed,.badge--read{background:#e7f1ff;color:#175ab8}.badge--in_progress{background:#eee8ff;color:#6342b5}.badge--completed,.badge--replied{background:#e5f8f0;color:#087454}.badge--cancelled,.badge--archived{background:#f9e9eb;color:#a53e4c}.message-list>a{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #e9eef3}.message-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#edf4ff;color:var(--brand);font-weight:800}.message-list>a>span:nth-child(2){flex:1}.message-list strong,.message-list small{display:block;font-size:10px}.message-list small{font-size:8px;color:var(--muted)}.quick-actions>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.quick-actions>div:last-child a{border:1px solid #e1e8ef;border-radius:10px;padding:12px;font-size:9px;font-weight:800}.table-actions{display:flex;gap:12px}.table-actions a,.table-actions button{border:0;background:none;color:var(--brand);font-size:9px;font-weight:800;padding:0}.table-actions button{color:var(--danger)}.actions-col{width:140px}.admin-form label,.settings-section label{display:flex;flex-direction:column;gap:7px;margin-bottom:4px;color:#34495f;font-size:9px;font-weight:700}.admin-form small,.settings-section small{font-weight:500;color:var(--muted)}.admin-form h2{font-size:17px;margin:20px 0;padding-top:20px;border-top:1px solid #e4eaf0}.admin-form h2:first-child{border:0;padding:0}.form-actions{display:flex;align-items:center;gap:17px;margin-top:25px;padding-top:20px;border-top:1px solid #e5ebf1}.form-actions a{font-size:9px;color:var(--muted)}.admin-preview{display:block;max-width:260px;max-height:150px;object-fit:contain;border:1px solid #dfe7ef;border-radius:10px;padding:5px;background:#fff;margin-top:10px}.admin-preview--wide{max-width:420px;max-height:190px}.switch{flex-direction:row!important;align-items:center!important;padding:13px;border-radius:12px;background:#f5f8fb}.switch input{width:auto!important}.switch--premium{justify-content:space-between}.switch--premium>span{display:flex;flex-direction:column}.switch--premium input{order:2;appearance:none;width:42px!important;height:23px;border-radius:20px;background:#cdd7e1;position:relative;transition:.2s}.switch--premium input:after{content:"";position:absolute;width:17px;height:17px;border-radius:50%;left:3px;top:3px;background:#fff;transition:.2s}.switch--premium input:checked{background:var(--brand)}.switch--premium input:checked:after{left:22px}.details-list dl{display:grid;grid-template-columns:1fr 1fr;margin:18px 0}.details-list dl>div{padding:13px;border-bottom:1px solid #e7edf3}.details-list dl>.full{grid-column:1/-1}.details-list dt{font-size:8px;text-transform:uppercase;color:var(--muted)}.details-list dd{margin:4px 0 0;font-size:11px}.reply-actions{display:flex;gap:9px}.login-body{min-height:100vh;display:grid;place-items:center;padding:25px;background:#061426 url('../images/hero-command-center.svg') center/cover}.login-body:before{content:"";position:fixed;inset:0;background:rgba(3,14,28,.78)}.login-card{position:relative;width:min(450px,100%);background:#fff;border-radius:24px;padding:38px;box-shadow:0 35px 90px rgba(0,0,0,.4)}.login-card>a:first-child{display:block;background:#071426;border-radius:14px;padding:12px;margin-bottom:25px}.login-card img{width:220px}.login-card h1{font-size:30px;margin:8px 0}.login-card>p{font-size:11px;color:var(--muted)}.login-card form{display:grid;gap:13px;margin-top:23px}.login-card .button{width:100%}.back-link{display:block;text-align:center;font-size:9px;color:var(--muted);margin-top:18px}.settings-layout{display:grid;grid-template-columns:245px 1fr;gap:18px;align-items:start}.settings-nav{position:sticky;top:98px;display:flex;flex-direction:column;padding:10px;background:#fff;border:1px solid #e0e7ef;border-radius:16px}.settings-nav button{display:flex;align-items:center;gap:10px;width:100%;border:0;background:none;border-radius:10px;padding:10px;text-align:left;color:#62758a;font-size:9px;font-weight:700}.settings-nav button span{color:#a3b1bf;font-family:var(--font-display);font-size:8px}.settings-nav button.active{background:#edf4ff;color:var(--brand)}.settings-nav button.active span{color:var(--brand)}.settings-tip{margin-top:15px;padding:13px;border-radius:11px;background:#071426;color:#9bb0c5}.settings-tip b{color:#fff;font-size:9px}.settings-tip p{font-size:8px;margin:5px 0 0}.settings-section{display:none}.settings-section.active{display:block}.settings-savebar{position:sticky;bottom:15px;z-index:20;margin-top:15px;padding:14px 16px;border:1px solid #dbe5ef;border-radius:15px;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);box-shadow:0 18px 40px rgba(18,42,68,.12);display:flex;align-items:center;justify-content:space-between}.settings-savebar b,.settings-savebar span{display:block}.settings-savebar b{font-size:10px}.settings-savebar span{font-size:8px;color:var(--muted)}.upload-field input[type=file]{position:absolute;opacity:0;pointer-events:none}.upload-drop{padding:20px;border:1px dashed #bfcddd;border-radius:12px;background:#f8fafc;text-align:center}.upload-drop b,.upload-drop small{display:block}.upload-drop b{color:var(--brand);font-size:10px}.color-input{display:grid;grid-template-columns:50px 1fr;gap:8px}.color-input input[type=color]{padding:4px;height:44px}
/* Pagination */
nav[role=navigation]{margin-top:20px;font-size:9px}nav[role=navigation] .flex{display:flex;gap:5px;align-items:center}nav[role=navigation] a,nav[role=navigation] span{border-radius:7px}
/* Responsive */
@media(max-width:1180px){.nav-phone span{display:none}.main-menu{gap:18px}.button--header{display:none}.hero-slide{grid-template-columns:1fr 1fr;gap:30px}.hero-copy h1{font-size:58px}.solutions-grid{grid-template-columns:1fr 1fr}.solution-card--large{grid-column:span 2}.technology-cloud{grid-template-columns:repeat(3,1fr)}.detailed-services>article{grid-template-columns:250px 1fr}.service-features{grid-column:2}.admin-stats{grid-template-columns:1fr 1fr}.admin-grid-two{grid-template-columns:1fr}.quick-actions>div:last-child{grid-template-columns:1fr 1fr}}
@media(max-width:900px){:root{--container:min(100% - 30px,1240px)}.site-header{position:fixed}.nav-wrap{height:72px}.brand img{width:190px;height:48px}.menu-toggle{display:grid;margin-left:auto}.main-menu{position:fixed;inset:72px 0 0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;margin:0;padding:25px;background:#04101f;transform:translateX(100%);transition:.28s;overflow:auto}.main-menu.open{transform:none}.main-menu>a{padding:15px 2px;border-bottom:1px solid rgba(255,255,255,.08);font-size:15px}.main-menu>a:after{display:none}.nav-actions{display:none}.hero-premium{padding-top:72px;min-height:1050px}.hero-stage{height:970px}.hero-slide{grid-template-columns:1fr;align-content:center;gap:15px}.hero-copy{padding:40px 0 0}.hero-copy h1{font-size:clamp(44px,9vw,65px)}.hero-media{height:480px}.hero-image-shell{height:430px}.floating-card--status{left:10px}.floating-card--security{right:5px}.hero-controls{bottom:20px}.hero-scroll{display:none}.metrics-grid{grid-template-columns:1fr 1fr}.metrics-grid article:nth-child(2){border-right:0}.metrics-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:80px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:15px}.solutions-grid{grid-template-columns:1fr 1fr}.method-layout,.technology-layout,.faq-layout,.about-premium-grid,.support-layout,.appointment-layout{grid-template-columns:1fr}.method-layout{gap:50px}.method-orbit{left:0}.technology-copy{max-width:650px}.technology-cloud{grid-template-columns:repeat(4,1fr)}.case-grid{grid-template-columns:1fr 1fr}.faq-copy,.appointment-layout aside{position:static}.final-cta{align-items:flex-start;flex-direction:column;padding:45px}.final-cta-actions{flex-direction:row;min-width:0}.footer-main{grid-template-columns:1fr 1fr}.page-hero-layout{grid-template-columns:1fr}.page-hero-visual{display:none}.detailed-services>article{grid-template-columns:220px 1fr}.contact-layout{grid-template-columns:1fr}.client-premium-grid{grid-template-columns:1fr}.process-cards{grid-template-columns:1fr 1fr}.admin-shell{display:block}.admin-sidebar{position:fixed;left:0;top:0;width:278px;transform:translateX(-100%);transition:.25s}.admin-sidebar.open{transform:none}.admin-menu-toggle{display:block}.admin-topbar{padding:0 18px}.admin-content{padding:20px}.admin-heading{align-items:flex-start;flex-direction:column}.admin-user span{display:none}.settings-layout{grid-template-columns:1fr}.settings-nav{position:static;display:grid;grid-template-columns:1fr 1fr}.settings-tip{display:none}}
@media(max-width:620px){:root{--container:min(100% - 22px,1240px)}.brand img{width:165px}.hero-premium{min-height:1020px}.hero-stage{height:940px}.hero-copy{padding-top:25px}.hero-copy h1{font-size:42px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-proof{grid-template-columns:1fr;gap:9px}.hero-proof>div{border:0}.hero-media{height:360px}.hero-image-shell{height:330px;border-radius:23px}.hero-image-shell img{border-radius:16px}.floating-card{padding:9px 11px}.floating-card--security{top:120px}.floating-card--response{bottom:5px;left:5px}.hero-controls{bottom:5px}.hero-arrows{display:none}.metrics-grid{grid-template-columns:1fr}.metrics-grid article{border-right:0;border-bottom:1px solid var(--line)!important}.logo-marquee{padding-top:25px}.section{padding:68px 0}.section-heading h2,.method-copy h2,.technology-copy h2,.faq-copy h2,.about-copy h2,.support-intro h2,.appointment-layout aside h2,.contact-panel h2{font-size:34px}.solutions-grid{grid-template-columns:1fr}.solution-card--large{grid-column:auto;display:flex}.solution-card--large .solution-image{height:210px}.method-visual{padding-top:260px}.method-orbit{top:120px;left:50%;transform:translateX(-50%)}@keyframes spin{to{transform:translateX(-50%) rotate(360deg)}}.process-list{margin-left:0}.process-list article{grid-template-columns:32px 40px 1fr;padding:14px}.case-grid{grid-template-columns:1fr}.technology-cloud{grid-template-columns:1fr 1fr}.technology-chip{min-height:125px}.testimonial-grid{grid-template-columns:1fr}.faq-item button>span{font-size:13px}.final-cta{padding:32px 25px;border-radius:22px}.final-cta h2{font-size:34px}.final-cta-actions{width:100%;flex-direction:column}.footer{margin-top:70px}.footer-main{grid-template-columns:1fr;gap:30px;padding:60px 0 40px}.footer-bottom{flex-direction:column}.whatsapp-float span{display:none}.whatsapp-float{padding:13px}.page-hero-premium{padding:140px 0 65px}.page-hero-layout h1{font-size:42px}.about-visual>img{height:420px}.about-seal{right:8px;width:150px;height:150px}.process-cards{grid-template-columns:1fr}.detailed-services>article{display:block}.service-detail-image{height:250px;margin-bottom:20px}.service-features{margin-top:20px}.download-grid{grid-template-columns:1fr}.contact-panel,.form-card--premium{padding:28px 22px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.legal-layout{grid-template-columns:1fr}.legal-layout aside{position:static}.admin-content{padding:14px}.admin-panel{padding:16px}.admin-stats,.quick-actions>div:last-child,.settings-nav{grid-template-columns:1fr}.settings-savebar{align-items:flex-start;flex-direction:column;gap:12px}.settings-savebar .button{width:100%}.details-list dl{grid-template-columns:1fr}.details-list dl>.full{grid-column:auto}.reply-actions{flex-direction:column}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}[data-reveal]{opacity:1;transform:none}}
.login-card label{display:flex;flex-direction:column;gap:7px;color:#34495f;font-size:9px;font-weight:700}.login-card input[type=email],.login-card input[type=password]{width:100%;height:48px;border:1px solid #d8e2ec;border-radius:11px;padding:0 13px;outline:none}.login-card input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(20,99,255,.08)}.login-card label.checkbox{flex-direction:row;align-items:center}.login-card label.checkbox input{width:auto;height:auto}.checkbox{display:flex;gap:9px}.checkbox input{accent-color:var(--brand)}

/* === JLA Premium V3: Empresa + Clientes === */
.home-clients-section{position:relative;padding:84px 0 76px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f4f8fc 100%);border-bottom:1px solid var(--line)}
.home-clients-section:before{content:"";position:absolute;left:-180px;top:-230px;width:520px;height:520px;border-radius:50%;background:color-mix(in srgb,var(--brand) 10%,transparent);filter:blur(100px)}
.home-clients-heading{position:relative;display:grid;grid-template-columns:1fr .72fr;gap:90px;align-items:end;margin-bottom:42px}
.home-clients-heading h2{max-width:740px;margin:12px 0 0;font-size:clamp(35px,4.2vw,55px)}
.home-clients-heading>div:last-child{padding-bottom:4px}.home-clients-heading p{margin:0 0 18px;color:var(--muted);font-size:13px}
.client-marquee-shell{position:relative;padding:12px 0;overflow:hidden}.client-marquee-shell:before,.client-marquee-shell:after{content:"";position:absolute;z-index:4;top:0;bottom:0;width:min(14vw,190px);pointer-events:none}.client-marquee-shell:before{left:0;background:linear-gradient(90deg,#f5f9fc,transparent)}.client-marquee-shell:after{right:0;background:linear-gradient(-90deg,#f5f9fc,transparent)}
.client-marquee-glow{position:absolute;left:50%;top:50%;width:58%;height:110px;transform:translate(-50%,-50%);background:color-mix(in srgb,var(--accent) 9%,transparent);filter:blur(60px)}
.client-marquee-track{position:relative;display:flex;width:max-content;animation:clientMarquee 34s linear infinite}.client-marquee-track:hover{animation-play-state:paused}.client-marquee-group{display:flex;gap:16px;padding-right:16px}
.client-marquee-item{width:285px;min-height:158px;padding:16px;border:1px solid #dfe8f1;border-radius:22px;background:rgba(255,255,255,.9);box-shadow:0 18px 45px rgba(8,30,55,.07);transition:.25s;display:flex;flex-direction:column;gap:13px}
.client-marquee-item:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--brand) 32%,#dfe8f1);box-shadow:0 28px 60px rgba(8,30,55,.12)}
.client-marquee-logo{height:78px;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:15px;background:#fff;border:1px solid #edf1f5;overflow:hidden}.client-marquee-logo img{width:100%;height:100%;object-fit:contain}.client-marquee-logo b{font-family:var(--font-display);font-size:14px;text-align:center}
.client-marquee-item>div:last-child{display:flex;flex-direction:column}.client-marquee-item strong{font-family:var(--font-display);font-size:12px;line-height:1.35}.client-marquee-item span{color:var(--muted);font-size:9px;margin-top:3px}
@keyframes clientMarquee{to{transform:translateX(-50%)}}

.company-story-section{position:relative;background:linear-gradient(180deg,#fff,#f7faff)}
.company-story-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:85px;align-items:center}
.company-story-visual{position:relative;min-height:650px}.company-visual-frame{position:relative;height:590px;padding:11px;border-radius:32px;background:linear-gradient(145deg,#e9f2fc,#fff);border:1px solid #d8e5f2;box-shadow:0 40px 110px rgba(7,31,58,.16);overflow:hidden}.company-visual-frame:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(20,99,255,.12),transparent 46%,rgba(40,224,196,.12));z-index:2;pointer-events:none}.company-visual-frame>img{width:100%;height:100%;object-fit:cover;border-radius:23px}.company-visual-grid{position:absolute;z-index:3;inset:11px;border-radius:23px;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:55px 55px;mask-image:linear-gradient(to top,#000,transparent 70%);pointer-events:none}
.company-visual-badge{position:absolute;z-index:4;left:34px;right:34px;bottom:34px;display:flex;gap:14px;align-items:center;padding:16px 18px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(5,22,41,.82);backdrop-filter:blur(15px);color:#fff}.company-visual-badge>span{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 7px rgba(40,224,196,.13)}.company-visual-badge small,.company-visual-badge strong{display:block}.company-visual-badge small{font-size:8px;color:#8da5bc;text-transform:uppercase;letter-spacing:.14em}.company-visual-badge strong{font-family:var(--font-display);font-size:12px;margin-top:3px}
.company-signature-card{position:absolute;z-index:5;right:-36px;bottom:2px;width:235px;padding:24px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 25px 65px rgba(8,30,55,.14)}.company-signature-card strong{display:block;font-family:var(--font-display);font-size:38px;line-height:1;background:linear-gradient(135deg,var(--brand),var(--accent));background-clip:text;-webkit-background-clip:text;color:transparent}.company-signature-card p{margin:12px 0 0;color:var(--muted);font-size:10px;line-height:1.6}
.company-story-copy h2{font-size:clamp(37px,4.5vw,57px);margin:12px 0 25px}.company-prose{font-size:13px;color:#52657a;line-height:1.85}.company-highlight-text{display:flex;gap:15px;margin:26px 0;padding:18px;border-left:3px solid var(--accent);border-radius:0 14px 14px 0;background:#eef7ff}.company-highlight-text>span{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:11px;background:#fff;color:var(--brand);box-shadow:0 8px 22px rgba(20,99,255,.1)}.company-highlight-icon{width:20px;height:20px}.company-highlight-text p{margin:0;color:#3c536a;font-size:11px;line-height:1.7}.company-platforms{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 28px}.company-platforms>span{width:100%;margin-bottom:2px;color:#8a9aab;font-size:8px;text-transform:uppercase;letter-spacing:.16em}.company-platforms b{padding:7px 10px;border:1px solid #dce7f1;border-radius:999px;background:#fff;font-size:9px;color:#40566d}
.company-principles-section{background:#f2f6fb}.company-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.company-principle{position:relative;min-height:360px;padding:31px;border-radius:25px;background:#fff;border:1px solid #dce6f0;overflow:hidden;box-shadow:0 18px 50px rgba(10,34,62,.07);transition:.25s}.company-principle:hover{transform:translateY(-6px);box-shadow:0 30px 70px rgba(10,34,62,.12)}.company-principle:after{content:"";position:absolute;right:-45px;bottom:-55px;width:150px;height:150px;border-radius:50%;background:color-mix(in srgb,var(--brand) 9%,transparent)}.company-principle>span{position:absolute;right:25px;top:23px;font-family:var(--font-display);font-size:11px;color:#9cadbd}.company-principle>div{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:#edf4ff;color:var(--brand);margin-bottom:55px}.company-principle-icon{width:29px;height:29px}.company-principle h3{font-size:25px;margin:0 0 14px}.company-principle p{position:relative;z-index:2;margin:0;color:var(--muted);font-size:11px;line-height:1.8}.company-principle--vision>div{background:#e9fbf7;color:#059c84}.company-principle--values>div{background:#f1edff;color:#7555dc}
.company-pillars-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#04101f,#071d35 58%,#0b2a48);color:#fff}.company-pillars-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent)}.company-pillars-glow{position:absolute;width:500px;height:500px;right:-160px;top:-180px;border-radius:50%;background:color-mix(in srgb,var(--brand) 32%,transparent);filter:blur(130px)}.section-heading--dark{position:relative}.section-heading--dark h2{color:#fff}.section-heading--dark p{color:#9db0c4}.company-pillars-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.company-pillars-grid article{min-height:300px;padding:26px;border:1px solid rgba(255,255,255,.11);border-radius:21px;background:rgba(255,255,255,.045);backdrop-filter:blur(10px);transition:.25s}.company-pillars-grid article:hover{transform:translateY(-5px);border-color:rgba(40,224,196,.45);background:rgba(255,255,255,.07)}.company-pillars-grid article>div{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:rgba(40,224,196,.1);color:var(--accent)}.company-pillar-icon{width:24px;height:24px}.company-pillars-grid article>span{display:block;margin:45px 0 9px;color:#7189a1;font-family:var(--font-display);font-size:9px}.company-pillars-grid h3{font-size:17px;margin:0 0 10px}.company-pillars-grid p{margin:0;color:#9fb2c6;font-size:10px;line-height:1.75}

.clients-intro-section{background:#fff}.clients-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start}.clients-intro-grid h2{font-size:clamp(36px,4.6vw,58px);margin:13px 0 0}.clients-intro-copy>p{margin:0 0 15px;color:var(--muted);font-size:13px;line-height:1.85}.clients-intro-stats{display:flex;align-items:center;gap:17px;margin-top:32px;padding-top:25px;border-top:1px solid var(--line)}.clients-intro-stats strong{font-family:var(--font-display);font-size:42px;color:var(--brand);line-height:1}.clients-intro-stats span{font-size:9px;color:#718398;line-height:1.5}.clients-intro-stats i{width:1px;height:40px;background:var(--line)}
.clients-showcase-section{position:relative;overflow:hidden;background:linear-gradient(145deg,#04101f,#071b31 55%,#0b2946);color:#fff}.clients-showcase-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:68px 68px;mask-image:radial-gradient(circle at center,#000,transparent 85%)}.client-showcase-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:18px}.client-showcase-card{scroll-margin-top:110px;display:grid;grid-template-columns:210px 1fr;min-height:330px;border:1px solid rgba(255,255,255,.11);border-radius:25px;background:rgba(255,255,255,.045);overflow:hidden;transition:.28s;backdrop-filter:blur(10px)}.client-showcase-card:hover{transform:translateY(-5px);border-color:rgba(40,224,196,.35);box-shadow:0 30px 70px rgba(0,0,0,.22)}.client-showcase-logo{display:flex;align-items:center;justify-content:center;padding:24px;background:#fff}.client-showcase-logo img{width:100%;height:100%;max-height:180px;object-fit:contain}.client-showcase-logo .client-monogram{width:100px;height:100px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,var(--brand),var(--accent));font-family:var(--font-display);font-size:28px;color:#fff}.client-showcase-content{display:flex;flex-direction:column;padding:27px}.client-showcase-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.client-showcase-meta>span{font-family:var(--font-display);font-size:9px;color:var(--accent)}.client-showcase-meta small{font-size:8px;color:#7f96ad;text-transform:uppercase;letter-spacing:.12em;text-align:right}.client-showcase-content h2{font-size:21px;margin:25px 0 10px}.client-showcase-content p{margin:0;color:#9eb1c4;font-size:10px;line-height:1.75}.client-showcase-content>a,.client-relationship{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;color:var(--accent);font-size:9px;font-weight:800}.client-relationship .mini-icon{width:14px;height:14px}.empty-content{grid-column:1/-1;padding:60px;border:1px dashed rgba(255,255,255,.2);border-radius:22px;text-align:center}.empty-content p{color:#9fb2c6}
.client-admin-callout-section{padding-top:0;background:#fff}.client-admin-callout{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;padding:43px 48px;border:1px solid var(--line);border-radius:25px;background:linear-gradient(135deg,#f3f8ff,#fff);box-shadow:0 20px 60px rgba(8,30,55,.08)}.client-admin-callout h2{font-size:31px;margin:10px 0}.client-admin-callout p{max-width:760px;margin:0;color:var(--muted);font-size:11px}.client-admin-flow{display:flex;align-items:center;gap:8px}.client-admin-flow span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #d9e5ef;font-size:9px;font-weight:800;white-space:nowrap}.client-admin-flow i{font-style:normal;color:var(--brand)}

@media(max-width:1050px){.company-story-grid{gap:48px}.company-signature-card{right:15px}.company-pillars-grid{grid-template-columns:1fr 1fr}.client-showcase-card{grid-template-columns:170px 1fr}.client-showcase-logo{padding:16px}.client-admin-callout{grid-template-columns:1fr}.client-admin-flow{justify-content:flex-start}}
@media(max-width:900px){.home-clients-heading,.company-story-grid,.clients-intro-grid{grid-template-columns:1fr;gap:32px}.company-story-visual{min-height:580px}.company-visual-frame{height:540px}.company-principles-grid{grid-template-columns:1fr}.company-principle{min-height:270px}.company-principle>div{margin-bottom:35px}.client-showcase-grid{grid-template-columns:1fr}.client-showcase-card{grid-template-columns:220px 1fr}.home-clients-section{padding:70px 0}.client-marquee-item{width:260px}}
@media(max-width:620px){.home-clients-heading h2,.clients-intro-grid h2,.company-story-copy h2{font-size:34px}.client-marquee-shell:before,.client-marquee-shell:after{width:35px}.client-marquee-item{width:225px;min-height:145px}.company-story-visual{min-height:470px}.company-visual-frame{height:440px;border-radius:23px}.company-visual-badge{left:20px;right:20px;bottom:20px}.company-visual-badge strong{font-size:10px}.company-signature-card{right:8px;bottom:-10px;width:190px;padding:18px}.company-signature-card strong{font-size:30px}.company-principles-grid,.company-pillars-grid{grid-template-columns:1fr}.company-pillars-grid article{min-height:255px}.client-showcase-card{display:block}.client-showcase-logo{height:190px}.client-showcase-content{min-height:290px;padding:23px}.clients-intro-stats{flex-wrap:wrap}.clients-intro-stats i{display:none}.client-admin-callout{padding:30px 22px}.client-admin-flow{flex-wrap:wrap}.client-admin-flow i{display:none}}

/* ==========================================================
   PREMIUM V4 — SUPORTE, LOCALIZAÇÃO E CABEÇALHO CLEAN
   ========================================================== */
.nav-wrap{justify-content:space-between}.brand{flex:none}.main-menu{margin-left:auto}.site-header .brand img{max-height:48px;width:auto}.footer-portal-button{display:grid!important;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;margin-top:10px;padding:11px 12px!important;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.045);color:#fff!important;transition:.25s}.footer-portal-button:hover{transform:translateY(-2px);border-color:rgba(40,224,196,.42);background:rgba(40,224,196,.08)}.footer-portal-icon{width:18px;height:18px;color:var(--accent)}.footer-portal-button span{display:flex;flex-direction:column;line-height:1.15}.footer-portal-button small{font-size:7px;color:#7790a8;text-transform:uppercase;letter-spacing:.12em}.footer-portal-button b{font-family:var(--font-display);font-size:10px;margin-top:3px}.footer-portal-button i{font-style:normal;color:var(--accent)}

.support-command-section{position:relative;overflow:hidden;padding:105px 0;background:radial-gradient(circle at 78% 20%,rgba(20,99,255,.24),transparent 34%),radial-gradient(circle at 12% 80%,rgba(40,224,196,.1),transparent 30%),linear-gradient(145deg,#030d1a,#06182b 55%,#092b49);color:#fff}.support-command-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:62px 62px;mask-image:radial-gradient(circle at 50% 50%,#000,transparent 88%)}.support-command-layout{position:relative;display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center}.support-command-copy h2{max-width:650px;margin:14px 0 24px;font-size:clamp(39px,5vw,66px);line-height:1.02}.support-command-copy>p{max-width:610px;margin:0;color:#a1b5c9;font-size:13px;line-height:1.85}.support-security-card{display:grid;grid-template-columns:50px 1fr;gap:15px;align-items:center;margin:28px 0;padding:18px;border:1px solid rgba(40,224,196,.2);border-radius:17px;background:rgba(40,224,196,.07)}.support-security-card>div{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:rgba(40,224,196,.12);color:var(--accent)}.support-security-icon{width:25px;height:25px}.support-security-card span{display:flex;flex-direction:column;gap:5px}.support-security-card small{font-size:8px;color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.14em}.support-security-card b{font-size:10px;line-height:1.65;color:#d4e3ef}.support-command-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.button--support{background:linear-gradient(135deg,var(--brand),#0089ff);box-shadow:0 16px 45px rgba(20,99,255,.28)}.support-portal-link{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;min-height:48px;padding:8px 13px;border:1px solid rgba(255,255,255,.12);border-radius:13px;color:#dbe8f4;background:rgba(255,255,255,.04);transition:.25s}.support-portal-link:hover{border-color:rgba(40,224,196,.38);background:rgba(255,255,255,.07)}.support-portal-icon{width:18px;height:18px;color:var(--accent)}.support-portal-link span{display:flex;flex-direction:column;font-size:9px;font-weight:800}.support-portal-link small{font-size:7px;color:#708ba5;text-transform:uppercase;letter-spacing:.11em}.support-portal-link i{font-style:normal;color:var(--accent)}
.support-command-console{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 45px 110px rgba(0,0,0,.35);backdrop-filter:blur(22px);overflow:hidden}.support-command-console:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.09),transparent 30%);pointer-events:none}.support-console-top{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(0,0,0,.12)}.support-console-top>span{display:flex;gap:6px}.support-console-top i{width:7px;height:7px;border-radius:50%;background:#ff6d71}.support-console-top i:nth-child(2){background:#f8c44f}.support-console-top i:nth-child(3){background:#43d89f}.support-console-top small{font-family:var(--font-display);font-size:8px;color:#8299b0;letter-spacing:.14em}.support-console-top>b{justify-self:end;padding:5px 8px;border-radius:999px;background:rgba(40,224,196,.1);color:var(--accent);font-size:7px;letter-spacing:.12em}.public-ip-panel{position:relative;margin:22px 22px 14px;padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(2,12,24,.55)}.public-ip-label{display:flex;align-items:center;gap:11px}.public-ip-icon{width:23px;height:23px;color:var(--accent)}.public-ip-label span{display:flex;flex-direction:column}.public-ip-label small{font-size:8px;color:#829ab1;text-transform:uppercase;letter-spacing:.13em}.public-ip-label b{font-size:10px;margin-top:3px}.public-ip-value{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:20px 0 11px}.public-ip-value strong{font-family:var(--font-display);font-size:clamp(24px,4vw,42px);letter-spacing:.03em;color:#fff}.public-ip-value button{border:1px solid rgba(255,255,255,.13);border-radius:10px;padding:8px 11px;background:rgba(255,255,255,.06);color:#a8bdd0;font-size:8px;font-weight:800;cursor:pointer}.public-ip-value button:hover{color:#fff;border-color:rgba(40,224,196,.35)}.public-ip-panel>p{margin:0;color:#708ba4;font-size:9px;line-height:1.65}.teamviewer-module{position:relative;display:grid;grid-template-columns:180px 1fr;gap:20px;margin:0 22px 22px;padding:20px;border:1px solid rgba(14,142,233,.24);border-radius:18px;background:linear-gradient(135deg,rgba(14,142,233,.13),rgba(255,255,255,.035))}.teamviewer-brand{display:flex;align-items:center;justify-content:center;border-radius:14px;background:#fff;overflow:hidden}.teamviewer-brand img{width:100%;height:auto}.teamviewer-module-copy>span{font-size:7px;font-weight:900;color:#52b9ff;letter-spacing:.15em}.teamviewer-module-copy h3{margin:7px 0 8px;font-size:18px}.teamviewer-module-copy p{margin:0 0 14px;color:#91a9be;font-size:9px;line-height:1.65}.button--teamviewer{padding:11px 14px;border-radius:11px;background:#0e8ee9;font-size:9px}.support-console-foot{display:flex;justify-content:space-between;gap:15px;padding:13px 22px;border-top:1px solid rgba(255,255,255,.08);color:#68839c;font-size:8px}.support-console-foot span:first-child{display:flex;align-items:center;gap:7px}.support-console-foot i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px rgba(40,224,196,.08)}

.support-flow-section{background:#fff}.support-flow-heading{align-items:end}.support-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.support-flow-grid article{position:relative;min-height:270px;padding:25px;border:1px solid #dde7f0;border-radius:21px;background:linear-gradient(145deg,#fff,#f6f9fc);overflow:hidden;transition:.25s}.support-flow-grid article:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(7,31,58,.1);border-color:#c7dbed}.support-flow-grid article:after{content:"";position:absolute;width:125px;height:125px;right:-50px;bottom:-55px;border-radius:50%;background:color-mix(in srgb,var(--brand) 8%,transparent)}.support-flow-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#eaf3ff;color:var(--brand);font-family:var(--font-display);font-size:10px}.support-flow-grid article>div{position:relative;z-index:2;margin-top:65px}.support-flow-grid h3{font-size:18px;margin:0 0 10px}.support-flow-grid p{margin:0;color:var(--muted);font-size:10px;line-height:1.75}
.support-downloads-section{position:relative;overflow:hidden;background:linear-gradient(145deg,#04101e,#071a30 55%,#0a2945);color:#fff}.support-downloads-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:68px 68px;mask-image:radial-gradient(circle at center,#000,transparent 86%)}.support-downloads-glow{position:absolute;width:560px;height:560px;right:-190px;top:-180px;border-radius:50%;background:rgba(20,99,255,.2);filter:blur(120px)}.support-download-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.support-download-card{position:relative;min-height:430px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.11);border-radius:23px;background:rgba(255,255,255,.045);overflow:hidden;transition:.28s;backdrop-filter:blur(10px)}.support-download-card:hover{transform:translateY(-6px);border-color:rgba(40,224,196,.35);box-shadow:0 30px 70px rgba(0,0,0,.22)}.support-download-card--featured{border-color:rgba(14,142,233,.42);background:linear-gradient(155deg,rgba(14,142,233,.15),rgba(255,255,255,.045))}.support-download-badge{position:absolute;z-index:3;top:16px;right:16px;padding:6px 8px;border-radius:999px;background:#0e8ee9;color:#fff;font-size:7px;font-weight:900;letter-spacing:.12em}.support-download-logo{height:175px;display:flex;align-items:center;justify-content:center;padding:30px;background:#fff}.support-download-logo img{width:100%;height:100%;object-fit:contain}.support-download-body{display:flex;flex:1;flex-direction:column;padding:25px}.support-download-body>span{font-size:8px;font-weight:900;color:var(--accent);letter-spacing:.14em}.support-download-body h3{font-size:21px;margin:11px 0}.support-download-body p{margin:0;color:#99aec1;font-size:10px;line-height:1.75}.support-download-body>a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:22px;color:#fff;font-size:9px;font-weight:900}.support-download-body>a:hover{color:var(--accent)}.support-download-arrow{width:17px;height:17px}.support-download-card--empty{grid-column:1/-1;min-height:240px}.support-final-note{position:relative;display:grid;grid-template-columns:50px 1fr;gap:16px;align-items:center;margin-top:25px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.04)}.support-final-note>div{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:rgba(40,224,196,.1);color:var(--accent)}.support-final-icon{width:24px;height:24px}.support-final-note p{display:flex;flex-direction:column;gap:5px;margin:0}.support-final-note b{font-size:10px}.support-final-note span{color:#8098af;font-size:9px}

.location-premium-section{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 10%,rgba(20,99,255,.18),transparent 30%),linear-gradient(145deg,#030d1a,#06172a 55%,#092642);color:#fff}.location-premium-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent)}.location-premium-heading{position:relative}.location-premium-heading h2{color:#fff}.location-premium-heading p{color:#9fb2c5}.location-showcase{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;gap:18px;min-height:580px}.location-facade-card,.location-map-card{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:25px;overflow:hidden;background:rgba(255,255,255,.045);box-shadow:0 30px 80px rgba(0,0,0,.24)}.location-facade-card>img{width:100%;height:100%;min-height:580px;object-fit:cover}.location-facade-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(2,10,20,.94),rgba(2,10,20,.1) 58%,rgba(20,99,255,.08))}.location-facade-label{position:absolute;left:30px;right:30px;bottom:28px}.location-facade-label>span{display:flex;align-items:center;gap:8px;color:var(--accent);font-size:8px;font-weight:900;letter-spacing:.14em}.location-facade-label>span i{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(40,224,196,.1)}.location-facade-label h3{margin:14px 0 9px;font-size:25px}.location-facade-label p{margin:0;color:#b2c3d2;font-size:10px;line-height:1.7}.location-map-card{display:grid;grid-template-rows:auto 1fr auto}.location-map-top{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.09)}.location-map-top>span{display:flex;align-items:center;gap:9px}.location-map-icon{width:19px;height:19px;color:var(--accent)}.location-map-top b{font-size:10px}.location-map-top small{font-size:8px;color:#748da4;text-transform:uppercase;letter-spacing:.12em}.location-map-card iframe{width:100%;height:100%;min-height:430px;border:0;filter:saturate(.8) contrast(1.06)}.location-map-placeholder{display:grid;place-items:center;min-height:430px;padding:30px;color:#91a8bd;text-align:center}.location-map-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 18px;border-top:1px solid rgba(255,255,255,.09)}.location-map-actions>div{display:flex;flex-direction:column}.location-map-actions small{font-size:7px;color:#6f889f;text-transform:uppercase;letter-spacing:.12em}.location-map-actions b{font-size:9px;margin-top:3px}.button--route{padding:11px 14px;border-radius:11px;font-size:8px;white-space:nowrap}

@media(max-width:1100px){.support-command-layout{grid-template-columns:1fr;gap:42px}.support-command-copy{max-width:800px}.support-download-grid{grid-template-columns:repeat(2,1fr)}.support-download-card:last-child{grid-column:1/-1}.location-showcase{grid-template-columns:1fr}.location-facade-card>img{min-height:480px}.location-map-card iframe{min-height:420px}}
@media(max-width:900px){.nav-wrap{height:76px}.site-header .brand img{max-width:205px;max-height:42px}.main-menu{margin-left:0}.support-flow-grid{grid-template-columns:1fr 1fr}.teamviewer-module{grid-template-columns:150px 1fr}.support-command-section{padding:80px 0}.location-premium-heading{align-items:start}.footer-portal-button{max-width:250px}}
@media(max-width:620px){.support-command-section{padding:65px 0}.support-command-copy h2{font-size:37px}.support-command-actions{align-items:stretch}.support-command-actions>*{width:100%;justify-content:center}.support-command-console{border-radius:20px}.support-console-top{grid-template-columns:1fr auto}.support-console-top small{display:none}.public-ip-panel{margin:14px;padding:17px}.public-ip-value{align-items:flex-start;flex-direction:column}.public-ip-value strong{font-size:29px}.teamviewer-module{display:block;margin:0 14px 14px;padding:16px}.teamviewer-brand{height:100px;margin-bottom:16px}.teamviewer-brand img{max-height:100px}.support-console-foot{display:none}.support-flow-grid,.support-download-grid{grid-template-columns:1fr}.support-flow-grid article{min-height:240px}.support-download-card,.support-download-card:last-child{grid-column:auto;min-height:390px}.support-download-logo{height:155px}.support-final-note{grid-template-columns:1fr}.location-showcase{min-height:0}.location-facade-card>img{min-height:440px}.location-facade-label{left:20px;right:20px;bottom:20px}.location-facade-label h3{font-size:21px}.location-map-card iframe{min-height:360px}.location-map-actions{align-items:stretch;flex-direction:column}.button--route{justify-content:center}.site-header .brand img{max-width:180px}}
.support-download-fallback-icon{width:72px;height:72px;color:var(--brand)}

/* =========================================================
   JLA Premium V5 — conteúdo direto, sem numeração visual
   ========================================================= */
.hero-proof,.services-index,.process-list,.process-cards,.support-flow-section,.clients-intro-section,.client-admin-callout-section{display:none!important}
.solution-image>span,.service-detail-image>span,.company-principle>span,.company-pillars-grid article>span,.client-showcase-meta>span{display:none!important}
.hero-dots{align-items:center;gap:9px}.hero-dots button{width:28px;height:28px;display:grid;place-items:center;text-align:center}.hero-dots button:after,.hero-dots button:before{display:none}.hero-dots button span{display:block;width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.34);transition:.25s}.hero-dots button.active span{width:24px;background:var(--accent);box-shadow:0 0 18px rgba(40,224,196,.42)}

/* Clientes na home: logo claramente à esquerda */
.client-marquee-item{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;align-items:center!important;gap:17px!important;padding:17px 20px!important;text-align:left!important}.client-marquee-logo{width:92px!important;height:72px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:8px!important;border-right:1px solid #e5edf5}.client-marquee-logo img{width:100%!important;height:100%!important;max-width:78px!important;max-height:54px!important;object-fit:contain!important}.client-marquee-copy{min-width:0}.client-marquee-copy strong,.client-marquee-copy span{display:block;text-align:left}.client-marquee-copy strong{font-size:12px;line-height:1.35}.client-marquee-copy span{margin-top:5px;font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}

/* Método sem etapas */
.method-layout--clean{grid-template-columns:.82fr 1.18fr;gap:70px}.method-capability-panel{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:rgba(255,255,255,.045);box-shadow:0 35px 90px rgba(0,0,0,.24);backdrop-filter:blur(16px)}.method-capability-panel:before{content:"";position:absolute;inset:18px;border:1px solid rgba(40,224,196,.08);border-radius:20px;pointer-events:none}.method-capability-panel article{position:relative;z-index:1;min-height:170px;padding:26px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.method-capability-panel article:hover{transform:translateY(-4px);border-color:rgba(40,224,196,.32)}.method-capability-panel article>div{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,rgba(20,99,255,.28),rgba(40,224,196,.12));color:var(--accent)}.method-capability-icon{width:25px;height:25px}.method-capability-panel h3{max-width:190px;margin:28px 0 0;font-size:17px;line-height:1.25}

/* Logos reais de tecnologia */
.technology-cloud--brands{align-items:stretch}.technology-chip--brand{min-height:142px;padding:18px;background:rgba(255,255,255,.88)}.technology-chip--brand>div{width:100%;height:54px;display:flex;align-items:center;justify-content:flex-start;border-radius:0;background:transparent;margin:0 0 auto;color:var(--brand)}.technology-chip--brand>div img{width:auto;max-width:112px;max-height:44px;object-fit:contain;object-position:left center}.technology-chip--brand>b{margin-top:18px;font-size:11px}.technology-fallback-icon{width:32px;height:32px}

/* Soluções diretas, sem barra numérica */
.services-catalog--direct{padding-top:85px}.services-catalog--direct .detailed-services{display:grid;gap:24px}.services-catalog--direct .detailed-services article{margin:0}.services-catalog--direct .service-detail-image{border-radius:22px 0 0 22px}.services-catalog--direct .service-detail-copy{padding-left:8px}

/* Página de clientes em fundo branco */
.clients-page-section{background:#fff;padding-top:90px}.clients-page-heading{margin-bottom:42px}.client-showcase-grid--light{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.client-showcase-card--light{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:330px;border:1px solid #dfe8f1;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 18px 48px rgba(7,29,53,.06);transition:.28s}.client-showcase-card--light:hover{transform:translateY(-5px);border-color:#c7d9ea;box-shadow:0 28px 70px rgba(7,29,53,.11)}.client-showcase-card--light .client-showcase-logo{height:100%;min-height:330px;padding:28px;border-right:1px solid #e7eef5;background:linear-gradient(145deg,#f7fafc,#edf4fa)}.client-showcase-card--light .client-showcase-logo img{max-width:150px;max-height:105px}.client-showcase-card--light .client-showcase-content{min-height:0;padding:34px;display:flex;flex-direction:column}.client-showcase-card--light .client-showcase-meta{margin-bottom:12px}.client-showcase-card--light .client-showcase-meta small{color:var(--brand);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.client-showcase-card--light h2{font-size:24px;margin:0 0 14px}.client-showcase-card--light p{font-size:12px;line-height:1.75;color:var(--muted);margin:0 0 24px}.client-showcase-card--light a{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:800;font-size:11px}

/* A JLA sem códigos visuais */
.company-principles-grid--clean .company-principle{padding-top:34px}.company-principles-grid--clean .company-principle>div{margin-bottom:30px}.company-pillars-grid--clean article{padding-top:34px}.company-pillars-grid--clean article>div{margin-bottom:34px}

/* Central de suporte clara e direta */
.support-clean-hero{position:relative;overflow:hidden;padding:125px 0 82px;background:linear-gradient(145deg,#fff,#f4f8fc);border-bottom:1px solid #e4ebf2}.support-clean-glow{position:absolute;width:620px;height:620px;right:-230px;top:-300px;border-radius:50%;background:rgba(20,99,255,.1);filter:blur(60px)}.support-clean-hero-grid{position:relative;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end}.support-clean-hero h1{max-width:770px;margin:14px 0 18px;font-size:clamp(43px,5.6vw,72px);line-height:1.02;color:var(--ink)}.support-clean-hero p{max-width:680px;margin:0;color:var(--muted);font-size:15px;line-height:1.75}.support-clean-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.support-clean-portal{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 14px;border:1px solid #d7e2ec;border-radius:13px;background:#fff;color:var(--ink);font-size:10px;font-weight:800;transition:.22s}.support-clean-portal:hover{border-color:var(--brand);color:var(--brand);box-shadow:0 15px 35px rgba(20,99,255,.09)}.support-clean-portal-icon{width:18px;height:18px;color:var(--brand)}.support-clean-portal i{font-style:normal;color:var(--accent)}
.support-clean-main{background:#fff;padding-top:70px;padding-bottom:40px}.support-clean-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}.support-ip-card,.support-teamviewer-card{position:relative;min-height:330px;border:1px solid #dce6ef;border-radius:25px;background:#fff;box-shadow:0 25px 65px rgba(6,31,57,.08);overflow:hidden}.support-ip-card{padding:34px;background:radial-gradient(circle at 100% 0,rgba(40,224,196,.12),transparent 35%),linear-gradient(145deg,#fff,#f7fafc)}.support-card-head{display:flex;align-items:center;gap:15px}.support-card-head>div{width:51px;height:51px;display:grid;place-items:center;border-radius:15px;background:#eaf3ff;color:var(--brand)}.support-card-icon{width:25px;height:25px}.support-card-head span{display:flex;flex-direction:column}.support-card-head small{color:var(--brand);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.support-card-head h2{margin:5px 0 0;font-size:20px}.support-ip-output{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:52px 0 24px;padding:20px 0;border-top:1px solid #e3eaf1;border-bottom:1px solid #e3eaf1}.support-ip-output strong{min-width:0;font-family:var(--font-display);font-size:clamp(22px,3.2vw,38px);line-height:1.2;color:#071426;overflow-wrap:anywhere;word-break:break-word}.support-ip-output button{flex:none;border:1px solid #d5e0ea;border-radius:11px;padding:10px 13px;background:#fff;color:var(--brand);font-size:9px;font-weight:900;cursor:pointer}.support-ip-card>p{margin:0;color:var(--muted);font-size:10px}.support-ip-card.is-error .support-ip-output strong{font-size:20px;color:#778a9d}
.support-teamviewer-card{display:grid;grid-template-columns:230px 1fr;gap:30px;padding:26px;background:linear-gradient(145deg,#f7fbff,#fff)}.support-teamviewer-logo{display:flex;align-items:center;justify-content:center;border:1px solid #e1eaf2;border-radius:19px;background:#fff;padding:26px}.support-teamviewer-logo img{width:100%;max-width:180px;height:auto}.support-teamviewer-card>div:last-child{display:flex;flex-direction:column;justify-content:center}.support-teamviewer-card h2{margin:11px 0 12px;font-size:27px}.support-teamviewer-card p{margin:0 0 24px;color:var(--muted);font-size:11px;line-height:1.7}.button--teamviewer-clean{align-self:flex-start;background:#0e8ee9;box-shadow:0 16px 38px rgba(14,142,233,.22)}
.support-downloads-clean{background:linear-gradient(180deg,#f6f9fc,#fff);padding-top:65px}.support-downloads-clean-heading{margin-bottom:35px}.support-download-clean-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.support-download-clean-card{min-height:315px;display:grid;grid-template-rows:118px 1fr;border:1px solid #dfe8f0;border-radius:22px;background:#fff;overflow:hidden;transition:.25s}.support-download-clean-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(7,31,57,.1);border-color:#c8d9e9}.support-download-clean-card.is-featured{border-color:#b8d9f3;box-shadow:inset 0 3px 0 #0e8ee9}.support-download-clean-logo{display:flex;align-items:center;justify-content:center;padding:22px;border-bottom:1px solid #e8eef4;background:#f8fbfd}.support-download-clean-logo img{width:100%;height:100%;max-width:145px;max-height:74px;object-fit:contain}.support-download-clean-card>div:last-child{display:flex;flex-direction:column;padding:24px}.support-download-clean-card small{font-size:8px;font-weight:900;color:var(--brand);letter-spacing:.13em}.support-download-clean-card h3{font-size:19px;margin:10px 0}.support-download-clean-card p{font-size:10px;color:var(--muted);line-height:1.7;margin:0}.support-download-clean-card a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:22px;color:var(--brand);font-size:10px;font-weight:900}.support-clean-note{display:flex;align-items:center;gap:13px;margin-top:22px;padding:17px 20px;border:1px solid #dbe7ef;border-radius:15px;background:#fff;color:#566b7f}.support-clean-note-icon{width:21px;height:21px;flex:none;color:var(--brand)}.support-clean-note p{margin:0;font-size:10px;line-height:1.6}

/* Formulários sem marcadores numéricos */
.form-intro>span{display:none!important}.form-intro h2{margin-top:0}

/* Painel sem índice numérico de abas */
.settings-nav button>span{display:none!important}.settings-nav button{padding-left:18px!important}

@media(max-width:1150px){.client-showcase-grid--light{grid-template-columns:1fr}.support-clean-hero-grid{grid-template-columns:1fr;align-items:start}.support-clean-actions{justify-content:flex-start}.support-clean-grid{grid-template-columns:1fr}.method-layout--clean{grid-template-columns:1fr;gap:45px}}
@media(max-width:900px){.technology-cloud--brands{grid-template-columns:repeat(2,1fr)}.support-teamviewer-card{grid-template-columns:190px 1fr}.support-download-clean-grid{grid-template-columns:1fr 1fr}.client-showcase-card--light{grid-template-columns:180px 1fr}.client-showcase-card--light .client-showcase-logo{min-height:300px}}
@media(max-width:650px){.client-marquee-item{grid-template-columns:76px minmax(0,1fr)!important;width:260px!important;padding:14px!important}.client-marquee-logo{width:76px!important;height:62px!important}.method-capability-panel{grid-template-columns:1fr;padding:14px}.method-capability-panel article{min-height:125px}.technology-cloud--brands{grid-template-columns:1fr 1fr}.technology-chip--brand{min-height:130px;padding:15px}.technology-chip--brand>div img{max-width:95px;max-height:38px}.client-showcase-card--light{display:block}.client-showcase-card--light .client-showcase-logo{height:180px;min-height:180px;border-right:0;border-bottom:1px solid #e7eef5}.client-showcase-card--light .client-showcase-content{padding:24px}.support-clean-hero{padding:95px 0 62px}.support-clean-hero h1{font-size:42px}.support-clean-actions{align-items:stretch}.support-clean-actions>*{width:100%;justify-content:center}.support-ip-card{padding:24px}.support-ip-output{align-items:flex-start;flex-direction:column;margin:38px 0 20px}.support-ip-output strong{font-size:25px}.support-teamviewer-card{display:block;padding:20px}.support-teamviewer-logo{height:145px;margin-bottom:22px}.support-teamviewer-card h2{font-size:23px}.button--teamviewer-clean{width:100%;justify-content:center}.support-download-clean-grid{grid-template-columns:1fr}.services-catalog--direct{padding-top:60px}}


/* =========================================================
   Premium V6 — identidade oficial, clientes e experiência 4K
   ========================================================= */
.brand img,.footer-brand img,.admin-brand img,.login-card>a img{
    display:block;
    max-width:100%;
    object-fit:contain;
    image-rendering:auto;
}
.nav-wrap{height:120px}
.site-header .brand img{
    width:360px;
    height:auto;
    max-height:132px;
    object-position:left center;
    filter:drop-shadow(0 10px 26px rgba(0,0,0,.44)) drop-shadow(0 0 1px rgba(255,255,255,.14));
}
.hero-premium{padding-top:120px}
.footer-brand img{
    width:340px;
    height:auto;
    max-height:none;
    filter:drop-shadow(0 8px 22px rgba(0,0,0,.38));
}

/* Clientes: logos maiores e sempre sobre base branca */
.client-marquee-item{
    width:380px!important;
    grid-template-columns:152px minmax(0,1fr)!important;
    min-height:186px!important;
    padding:20px!important;
}
.client-marquee-logo{
    width:152px!important;
    height:118px!important;
    padding:12px!important;
    border:1px solid #e4ebf2!important;
    border-right:1px solid #e4ebf2!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 8px 22px rgba(8,30,55,.055)!important;
}
.client-marquee-logo img{
    max-width:138px!important;
    max-height:98px!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
}
.client-showcase-card--light{
    grid-template-columns:320px minmax(0,1fr);
}
.client-showcase-card--light .client-showcase-logo{
    min-height:380px;
    padding:34px;
    background:#fff;
    border-right:1px solid #e4ebf2;
    box-shadow:inset -1px 0 0 rgba(7,29,53,.02);
}
.client-showcase-card--light .client-showcase-logo img{
    width:100%;
    max-width:255px;
    max-height:185px;
    object-fit:contain;
}

/* Rodapé com crédito discreto */
.footer-bottom{
    min-height:76px;
    align-items:center;
}
.footer-powered{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    min-width:190px;
}
.footer-powered>span{
    color:#6f8499;
    font-size:7px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    white-space:nowrap;
}
.footer-powered img{
    width:102px;
    height:auto;
    object-fit:contain;
    object-position:right center;
    opacity:.66;
    transition:opacity .22s,transform .22s;
}
.footer-powered:hover img{
    opacity:.86;
    transform:translateY(-1px);
}

/* Fachada oficial */
.location-facade-card>img{
    object-position:center 36%;
    image-rendering:auto;
}

/* Layout de alta resolução sem perder proporção */
@media(min-width:1800px){
    :root{--container:min(1540px,calc(100% - 120px))}
    .nav-wrap{height:132px}
    .site-header .brand img{width:420px;height:auto;max-height:150px}
    .main-menu{gap:34px;font-size:14px}
    .hero-premium{padding-top:132px}
    .section{padding:126px 0}
    .footer-brand img{width:278px;max-height:100px}
    .client-marquee-item{width:420px!important}
    .client-marquee-logo{width:164px!important;height:126px!important}
    .client-marquee-logo img{max-width:148px!important;max-height:106px!important}
    .client-showcase-card--light{grid-template-columns:355px minmax(0,1fr)}
    .client-showcase-card--light .client-showcase-logo img{max-width:290px;max-height:210px}
    .location-showcase{min-height:650px}
    .location-facade-card>img{min-height:650px}
}
@media(max-width:900px){
    .nav-wrap{height:96px}
    .site-header .brand img{width:260px;height:auto;max-height:90px}
    .main-menu{inset:96px 0 0}
    .hero-premium{padding-top:96px}
    .footer-brand img{width:228px;max-height:84px}
    .client-marquee-item{width:330px!important;grid-template-columns:128px minmax(0,1fr)!important}
    .client-marquee-logo{width:128px!important;height:98px!important}
    .client-marquee-logo img{max-width:116px!important;max-height:84px!important}
    .client-showcase-card--light{grid-template-columns:250px 1fr}
    .client-showcase-card--light .client-showcase-logo{min-height:320px}
    .client-showcase-card--light .client-showcase-logo img{max-width:210px;max-height:160px}
}
@media(max-width:650px){
    .site-header .brand img{width:210px;height:auto;max-height:74px}
    .client-marquee-item{
        width:312px!important;
        grid-template-columns:112px minmax(0,1fr)!important;
    }
    .client-marquee-logo{
        width:112px!important;
        height:86px!important;
    }
    .client-marquee-logo img{
        max-width:98px!important;
        max-height:72px!important;
    }
    .client-showcase-card--light .client-showcase-logo{
        height:230px;
        min-height:230px;
        padding:26px;
        border-right:0;
        border-bottom:1px solid #e4ebf2;
    }
    .client-showcase-card--light .client-showcase-logo img{
        max-width:220px;
        max-height:156px;
    }
    .footer-bottom{
        align-items:flex-start;
        flex-direction:column;
        gap:14px;
    }
    .footer-powered{
        min-width:0;
        width:100%;
        justify-content:flex-start;
    }
    .footer-powered img{
        width:88px;
        height:auto;
        object-position:left center;
    }
}


/* V9 refinements: logo legibility, clients and cookies */
.site-header .brand img{
    width:340px;
    max-height:122px;
}
.footer-brand img{
    width:248px;
    max-height:92px;
}
.client-marquee-item{
    width:410px!important;
    grid-template-columns:170px minmax(0,1fr)!important;
    min-height:190px!important;
    background:#fff!important;
}
.client-marquee-logo{
    width:170px!important;
    height:122px!important;
    padding:0!important;
    border:0!important;
    border-right:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.client-marquee-logo img{
    max-width:160px!important;
    max-height:112px!important;
}
.client-showcase-card--light{
    grid-template-columns:340px minmax(0,1fr);
    background:#fff;
}
.client-showcase-card--light .client-showcase-logo{
    min-height:390px;
    padding:40px;
    background:#fff;
    border-right:0;
    box-shadow:none;
}
.client-showcase-card--light .client-showcase-logo img{
    max-width:285px;
    max-height:205px;
}
.footer-powered a{display:inline-flex;align-items:center}
.cookie-consent{
    position:fixed;
    left:22px;
    bottom:22px;
    z-index:95;
    width:min(420px,calc(100vw - 44px));
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    background:rgba(4,16,31,.94);
    color:#d7e3ef;
    box-shadow:0 24px 70px rgba(0,0,0,.28);
    backdrop-filter:blur(14px);
}
.cookie-consent__copy strong{display:block;color:#fff;font-size:13px;margin-bottom:6px}
.cookie-consent__copy p{margin:0;color:#a9b8c7;font-size:11px;line-height:1.55}
.cookie-consent__actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px;white-space:nowrap}
.cookie-consent__actions a{font-size:10px;color:var(--accent);font-weight:700}
.cookie-consent__actions button{border:0;border-radius:12px;padding:11px 16px;background:linear-gradient(135deg,var(--brand),#2d8cff);color:#fff;font-size:11px;font-weight:800;cursor:pointer}
@media(min-width:1800px){
    .site-header .brand img{width:390px;max-height:138px}
    .footer-brand img{width:278px;max-height:100px}
    .client-marquee-item{width:440px!important;grid-template-columns:180px minmax(0,1fr)!important}
    .client-marquee-logo{width:180px!important;height:130px!important}
    .client-marquee-logo img{max-width:170px!important;max-height:118px!important}
    .client-showcase-card--light{grid-template-columns:370px minmax(0,1fr)}
    .client-showcase-card--light .client-showcase-logo img{max-width:305px;max-height:220px}
}
@media(max-width:900px){
    .site-header .brand img{width:290px;max-height:100px}
    .client-marquee-item{width:350px!important;grid-template-columns:138px minmax(0,1fr)!important}
    .client-marquee-logo{width:138px!important;height:100px!important}
    .client-marquee-logo img{max-width:128px!important;max-height:90px!important}
    .client-showcase-card--light{grid-template-columns:265px 1fr}
    .client-showcase-card--light .client-showcase-logo img{max-width:220px;max-height:165px}
    .cookie-consent{left:16px;right:16px;bottom:16px;width:auto}
}
@media(max-width:650px){
    .site-header .brand img{width:228px;max-height:82px}
    .client-marquee-item{width:320px!important;grid-template-columns:120px minmax(0,1fr)!important}
    .client-marquee-logo{width:120px!important;height:88px!important}
    .client-marquee-logo img{max-width:110px!important;max-height:78px!important}
    .client-showcase-card--light .client-showcase-logo{height:240px;min-height:240px;padding:28px}
    .client-showcase-card--light .client-showcase-logo img{max-width:235px;max-height:170px}
    .cookie-consent{flex-direction:column;align-items:flex-start;gap:14px}
    .cookie-consent__actions{width:100%;flex-direction:row;justify-content:space-between;align-items:center}
}


/* V11 refinements */
.footer-brand{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.footer-brand img{
    width:272px !important;
    max-height:98px !important;
    margin-left:0;
}
.footer-powered{
    align-items:center;
}
.cookie-consent{
    left:50%;
    right:auto;
    transform:translateX(-50%);
    bottom:24px;
    width:min(760px,calc(100vw - 40px));
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:18px 22px;
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    background:rgba(4,16,31,.96);
    color:#d7e3ef;
    box-shadow:0 24px 70px rgba(0,0,0,.28);
    backdrop-filter:blur(14px);
}
.cookie-consent__copy strong{display:block;color:#fff;font-size:13px;margin-bottom:6px}
.cookie-consent__copy p{margin:0;color:#a9b8c7;font-size:11px;line-height:1.55}
.cookie-consent__actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px;white-space:nowrap}
.cookie-consent__actions a{font-size:10px;color:var(--accent);font-weight:700}
.cookie-consent__buttons{display:flex;align-items:center;gap:10px}
.cookie-btn{border:0;border-radius:12px;padding:11px 16px;font-size:11px;font-weight:800;cursor:pointer;transition:transform .2s ease,opacity .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.cookie-btn:hover{transform:translateY(-1px)}
.cookie-btn--primary{background:linear-gradient(135deg,var(--brand),#2d8cff);color:#fff}
.cookie-btn--ghost{background:rgba(255,255,255,.04);color:#dbe7f3;border:1px solid rgba(255,255,255,.14)}
@media(max-width:900px){
    .cookie-consent{
        width:min(680px,calc(100vw - 30px));
        grid-template-columns:1fr;
        left:50%;
        bottom:16px;
    }
    .cookie-consent__actions{
        align-items:flex-start;
        white-space:normal;
    }
}
@media(max-width:650px){
    .footer-brand img{
        width:252px !important;
        max-height:92px !important;
    }
    .cookie-consent{
        width:calc(100vw - 24px);
        padding:16px;
        border-radius:16px;
    }
    .cookie-consent__buttons{
        width:100%;
        flex-direction:column;
        align-items:stretch;
    }
    .cookie-btn{
        width:100%;
    }
}


/* V12: header logo smaller + footer logo fixed left */
.site-header .brand{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.site-header .brand img{
    width:300px !important;
    max-height:108px !important;
    object-position:left center !important;
}
.footer-main{
    align-items:start;
}
.footer-brand,
.footer-brand img{
    align-self:flex-start !important;
}
.footer-brand img{
    width:290px !important;
    max-height:108px !important;
    margin-left:0 !important;
    object-position:left center !important;
}
.footer-bottom{
    align-items:center;
}
.footer-powered{
    justify-content:flex-start !important;
}
@media(min-width:1800px){
    .site-header .brand img{width:340px !important; max-height:118px !important;}
    .footer-brand img{width:308px !important; max-height:114px !important;}
}
@media(max-width:900px){
    .site-header .brand img{width:250px !important; max-height:88px !important;}
    .footer-brand img{width:262px !important; max-height:96px !important;}
}
@media(max-width:650px){
    .site-header .brand img{width:220px !important; max-height:76px !important;}
    .footer-brand img{width:236px !important; max-height:88px !important;}
    .footer-bottom{align-items:flex-start;}
}


/* V13: increase footer logo and slightly increase header logo */
.site-header .brand img{
    width:320px !important;
    max-height:114px !important;
}
.footer-brand img{
    width:340px !important;
    max-height:124px !important;
}
@media(min-width:1800px){
    .site-header .brand img{width:360px !important;max-height:124px !important;}
    .footer-brand img{width:360px !important;max-height:132px !important;}
}
@media(max-width:900px){
    .site-header .brand img{width:265px !important;max-height:94px !important;}
    .footer-brand img{width:290px !important;max-height:106px !important;}
}
@media(max-width:650px){
    .site-header .brand img{width:232px !important;max-height:82px !important;}
    .footer-brand img{width:260px !important;max-height:96px !important;}
}


/* V15: reduce header logo only, keep footer logo untouched */
.site-header .brand img{
    width:292px !important;
    max-height:104px !important;
}
@media(min-width:1800px){
    .site-header .brand img{width:330px !important;max-height:114px !important;}
}
@media(max-width:900px){
    .site-header .brand img{width:245px !important;max-height:86px !important;}
}
@media(max-width:650px){
    .site-header .brand img{width:214px !important;max-height:74px !important;}
}


/* V16: reduce header logo more, footer untouched */
.site-header .brand img{
    width:270px !important;
    max-height:96px !important;
}
@media(min-width:1800px){
    .site-header .brand img{width:305px !important;max-height:106px !important;}
}
@media(max-width:900px){
    .site-header .brand img{width:228px !important;max-height:80px !important;}
}
@media(max-width:650px){
    .site-header .brand img{width:198px !important;max-height:68px !important;}
}


/* V17: reduce header logo even more, footer untouched */
.site-header .brand img{
    width:240px !important;
    max-height:86px !important;
}
@media(min-width:1800px){
    .site-header .brand img{width:275px !important;max-height:96px !important;}
}
@media(max-width:900px){
    .site-header .brand img{width:205px !important;max-height:72px !important;}
}
@media(max-width:650px){
    .site-header .brand img{width:180px !important;max-height:62px !important;}
}

/* V18: header um pouco menor e títulos dos cards mais compactos */
.site-header .brand img{
    width:222px !important;
    max-height:80px !important;
}

.solution-content h3{font-size:18px !important}
.case-body h3{font-size:18px !important}
.process-list h3{font-size:14px !important}
.process-cards h3{font-size:15px !important}
.company-principle h3{font-size:22px !important}
.company-pillars-grid h3{font-size:15px !important}
.client-marquee-copy strong{font-size:11px !important}
.client-showcase-card--light h2{font-size:21px !important}
.technology-chip--brand>b{font-size:10px !important}
.support-card-head h2{font-size:18px !important}
.support-teamviewer-card h2{font-size:24px !important}
.support-download-clean-card h3{font-size:17px !important}
.download-grid h3{font-size:16px !important}
.support-steps h3{font-size:14px !important}
.client-premium-grid h2{font-size:15px !important}
.service-features h3{font-size:13px !important}

@media(min-width:1800px){
    .site-header .brand img{
        width:252px !important;
        max-height:88px !important;
    }
}

@media(max-width:900px){
    .site-header .brand img{
        width:190px !important;
        max-height:66px !important;
    }
}

@media(max-width:650px){
    .site-header .brand img{
        width:168px !important;
        max-height:58px !important;
    }
    .client-showcase-card--light h2{font-size:19px !important}
    .support-teamviewer-card h2{font-size:21px !important}
}


/* V19: títulos dos cards ainda menores; demais elementos preservados */
.solution-content h3{font-size:16px !important}
.case-body h3{font-size:16px !important}
.process-list h3{font-size:13px !important}
.process-cards h3{font-size:13px !important}
.company-principle h3{font-size:19px !important}
.company-pillars-grid h3{font-size:13px !important}
.client-marquee-copy strong{font-size:10px !important}
.client-showcase-card--light h2{font-size:18px !important}
.technology-chip--brand>b{font-size:9px !important}
.support-card-head h2{font-size:16px !important}
.support-teamviewer-card h2{font-size:21px !important}
.support-download-clean-card h3{font-size:15px !important}
.download-grid h3{font-size:14px !important}
.support-steps h3{font-size:13px !important}
.client-premium-grid h2{font-size:14px !important}
.service-features h3{font-size:12px !important}

@media(max-width:650px){
    .client-showcase-card--light h2{font-size:17px !important}
    .support-teamviewer-card h2{font-size:19px !important}
    .company-principle h3{font-size:18px !important}
}

/* Portal do Cliente no final da navegação */
.main-menu .nav-client-portal{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-left:10px;
    padding:11px 14px;
    border:1px solid rgba(40,224,196,.28);
    border-radius:12px;
    background:linear-gradient(135deg,rgba(20,99,255,.16),rgba(40,224,196,.09));
    color:#fff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.main-menu .nav-client-portal:after{display:none}
.main-menu .nav-client-portal:hover{transform:translateY(-1px);border-color:rgba(40,224,196,.48);background:linear-gradient(135deg,rgba(20,99,255,.25),rgba(40,224,196,.14))}
.nav-client-portal__icon{width:17px;height:17px;color:var(--accent)}
.main-menu .nav-client-portal span{white-space:nowrap}
.main-menu .nav-client-portal i{font-style:normal;color:var(--accent)}
@media(max-width:900px){
    .main-menu .nav-client-portal{margin:18px 0 0;padding:15px 16px;justify-content:center;border-bottom:1px solid rgba(40,224,196,.28);font-size:13px}
}

/* V30: hero principal claro + logo do rodapé no mesmo tamanho do header */
.hero-premium{
    background:#f4f8fc !important;
    color:#071426 !important;
}
.hero-premium:before{
    background:
        radial-gradient(circle at 78% 28%,rgba(20,99,255,.12),transparent 36%),
        radial-gradient(circle at 18% 75%,rgba(40,224,196,.10),transparent 34%),
        linear-gradient(115deg,#ffffff 0%,#f3f8fd 56%,#edf5fc 100%) !important;
}
.hero-grid-lines{
    opacity:.5 !important;
    background-image:
        linear-gradient(rgba(8,35,61,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(8,35,61,.055) 1px,transparent 1px) !important;
}
.hero-copy h1{color:#081b31 !important}
.hero-copy>p{color:#587089 !important}
.hero-premium .eyebrow--light{color:#0b67d8 !important}
.hero-badge{
    border-color:rgba(8,35,61,.12) !important;
    background:rgba(255,255,255,.76) !important;
    color:#304b66 !important;
    box-shadow:0 12px 32px rgba(8,35,61,.07);
}
.hero-premium .button--glass{
    border-color:rgba(8,35,61,.16) !important;
    background:rgba(255,255,255,.72) !important;
    color:#10283f !important;
    box-shadow:0 12px 30px rgba(8,35,61,.07);
}
.hero-premium .button--glass:hover{
    border-color:rgba(20,99,255,.38) !important;
    background:#fff !important;
    color:#0b5bd3 !important;
}
.hero-proof{
    border-top-color:rgba(8,35,61,.12) !important;
}
.hero-proof>div{
    border-right-color:rgba(8,35,61,.10) !important;
}
.hero-proof span{color:#637c94 !important}
.hero-image-shell{
    border-color:rgba(8,35,61,.13) !important;
    background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(236,244,251,.88)) !important;
    box-shadow:0 42px 100px rgba(8,35,61,.18) !important;
}
.hero-image-shell:before{
    background:linear-gradient(140deg,rgba(255,255,255,.9),transparent 36%,rgba(20,99,255,.28)) !important;
}
.floating-card{
    border-color:rgba(8,35,61,.13) !important;
    background:rgba(255,255,255,.91) !important;
    color:#10283f !important;
    box-shadow:0 20px 46px rgba(8,35,61,.14) !important;
}
.floating-card small{color:#71869a !important}
.floating-card b{color:#10283f !important}
.floating-card--response span{color:#3f5871 !important}
.hero-dots button{color:#71869a !important}
.hero-dots button:after{background:rgba(8,35,61,.14) !important}
.hero-dots button.active{color:#10283f !important}
.hero-arrows button{
    border-color:rgba(8,35,61,.15) !important;
    background:rgba(255,255,255,.82) !important;
    color:#10283f !important;
    box-shadow:0 10px 25px rgba(8,35,61,.08);
}
.hero-arrows button:hover{
    border-color:var(--brand) !important;
    color:var(--brand) !important;
}
.hero-scroll{color:#6d8297 !important}

/* Mesma proporção e tamanho para o logo do header e do rodapé */
.site-header .brand img,
.footer-brand img{
    width:222px !important;
    max-height:80px !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:left center !important;
}
@media(min-width:1800px){
    .site-header .brand img,
    .footer-brand img{
        width:252px !important;
        max-height:88px !important;
    }
}
@media(max-width:900px){
    .site-header .brand img,
    .footer-brand img{
        width:190px !important;
        max-height:66px !important;
    }
}
@media(max-width:650px){
    .site-header .brand img,
    .footer-brand img{
        width:168px !important;
        max-height:58px !important;
    }
}

/* V34: sistema tipográfico definitivo para banners, seções e navegação */
:root{
    --jla-banner-title-size:42px;
    --jla-banner-title-line:1.12;
    --jla-banner-title-weight:600;
    --jla-section-title-size:38px;
    --jla-nav-font-size:15px;
}

/* Todos os banners usam a mesma família, peso, tamanho, largura e espaçamento. */
.hero-premium .hero-slide .hero-copy h1.hero-title,
.hero-premium .hero-slide .hero-copy h2.hero-title,
.hero-premium .hero-slide .hero-copy .site-banner-title,
.page-hero-premium .page-hero-layout h1.site-banner-title,
.support-clean-hero .support-clean-hero-grid h1.site-banner-title{
    width:100% !important;
    max-width:650px !important;
    margin:14px 0 18px !important;
    font-family:var(--font-display) !important;
    font-size:var(--jla-banner-title-size) !important;
    font-style:normal !important;
    font-weight:var(--jla-banner-title-weight) !important;
    line-height:var(--jla-banner-title-line) !important;
    letter-spacing:-.035em !important;
    text-transform:none !important;
    text-wrap:balance;
}

/* Os subtítulos dos banners também seguem uma única escala. */
.hero-premium .hero-slide .hero-copy>p,
.page-hero-premium .page-hero-layout p,
.support-clean-hero .support-clean-hero-grid p{
    max-width:650px !important;
    font-family:var(--font-body) !important;
    font-size:15px !important;
    font-weight:400 !important;
    line-height:1.68 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
}

/* Hierarquia refinada: títulos das seções não ultrapassam o banner. */
.section-heading h2,
.home-clients-heading h2,
.method-copy h2,
.technology-copy h2,
.faq-copy h2,
.final-cta h2,
.about-copy h2,
.company-story-copy h2,
.clients-intro-grid h2,
.appointment-layout aside>h2,
.contact-panel>h2{
    font-family:var(--font-display) !important;
    font-size:var(--jla-section-title-size) !important;
    font-weight:600 !important;
    line-height:1.14 !important;
    letter-spacing:-.032em !important;
    text-transform:none !important;
    text-wrap:balance;
}

/* Navbar: maior, sem caixa alta e com leitura uniforme. */
.site-header .main-menu{
    gap:26px !important;
    font-family:var(--font-body) !important;
    font-size:var(--jla-nav-font-size) !important;
    font-weight:600 !important;
    line-height:1 !important;
    letter-spacing:-.01em !important;
    text-transform:none !important;
}
.site-header .main-menu>a,
.site-header .main-menu>a span,
.site-header .main-menu .nav-client-portal,
.site-header .main-menu .nav-client-portal span{
    font-family:var(--font-body) !important;
    font-size:inherit !important;
    font-weight:600 !important;
    letter-spacing:-.01em !important;
    text-transform:none !important;
}
.site-header .main-menu>a:not(.nav-client-portal){
    padding-top:31px !important;
    padding-bottom:31px !important;
}
.site-header .main-menu .nav-client-portal{
    font-size:14px !important;
}

@media(min-width:1800px){
    :root{
        --jla-banner-title-size:46px;
        --jla-section-title-size:42px;
        --jla-nav-font-size:16px;
    }
}
@media(max-width:1180px){
    :root{
        --jla-banner-title-size:40px;
        --jla-section-title-size:36px;
        --jla-nav-font-size:14px;
    }
    .site-header .main-menu{gap:20px !important}
}
@media(max-width:900px){
    :root{
        --jla-banner-title-size:36px;
        --jla-section-title-size:34px;
        --jla-nav-font-size:16px;
    }
    .hero-premium .hero-slide .hero-copy h1.hero-title,
    .hero-premium .hero-slide .hero-copy h2.hero-title,
    .hero-premium .hero-slide .hero-copy .site-banner-title,
    .page-hero-premium .page-hero-layout h1.site-banner-title,
    .support-clean-hero .support-clean-hero-grid h1.site-banner-title{
        max-width:650px !important;
    }
    .site-header .main-menu{
        gap:0 !important;
        line-height:1.25 !important;
    }
    .site-header .main-menu>a,
    .site-header .main-menu .nav-client-portal{
        font-size:16px !important;
        padding-top:15px !important;
        padding-bottom:15px !important;
    }
}
@media(max-width:620px){
    :root{
        --jla-banner-title-size:31px;
        --jla-banner-title-line:1.14;
        --jla-section-title-size:30px;
    }
    .hero-premium .hero-slide .hero-copy h1.hero-title,
    .hero-premium .hero-slide .hero-copy h2.hero-title,
    .hero-premium .hero-slide .hero-copy .site-banner-title,
    .page-hero-premium .page-hero-layout h1.site-banner-title,
    .support-clean-hero .support-clean-hero-grid h1.site-banner-title{
        max-width:100% !important;
        letter-spacing:-.025em !important;
    }
    .hero-premium .hero-slide .hero-copy>p,
    .page-hero-premium .page-hero-layout p,
    .support-clean-hero .support-clean-hero-grid p{
        font-size:14px !important;
        line-height:1.62 !important;
    }
}


/* V42 — o atributo hidden precisa vencer as regras display:flex/grid do banner. */
.cookie-consent[hidden],
.cookie-consent.is-dismissed{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}

/* V43 — identidade navy/petróleo e refinamentos solicitados */
:root{--brand:#0b3045!important;--accent:#18b89d!important;--navy:#061827!important;--petrol:#0d4854}
.solution-tags span,.service-features span,.technology-chip small,.case-card small{color:#159c82!important;background:rgba(24,184,157,.10)!important}
.contact-socials{display:flex;align-items:center;justify-content:center;gap:10px;margin:15px 0 22px;flex-wrap:nowrap}
.contact-socials a{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#18b89d;transition:.2s}
.contact-socials a:hover{transform:translateY(-2px);background:rgba(24,184,157,.14)}
.contact-social-icon{width:20px;height:20px}
.remote-access-hero{padding:170px 0 90px;background:radial-gradient(circle at 80% 20%,rgba(24,184,157,.18),transparent 30%),linear-gradient(145deg,#04101f,#0b3045);color:#fff}
.remote-access-hero__inner{max-width:790px}.remote-access-hero h1{color:#fff;margin:15px 0}.remote-access-hero p{color:#b8c9d5;max-width:650px}.remote-back{display:inline-flex;margin-top:22px;color:#18b89d}
.remote-access-section{background:#f5f8fa}.remote-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.remote-download-card{display:grid;grid-template-columns:180px 1fr;background:#fff;border:1px solid #dce6ec;border-radius:24px;overflow:hidden;box-shadow:0 22px 55px rgba(6,24,39,.08)}.remote-download-card.is-featured{border-color:rgba(24,184,157,.5)}.remote-download-card__logo{display:grid;place-items:center;min-height:230px;padding:25px;background:linear-gradient(145deg,#edf5f6,#fff)}.remote-download-card__logo img{max-width:130px;max-height:90px;object-fit:contain}.remote-download-card__content{padding:30px;display:flex;flex-direction:column;align-items:flex-start}.remote-download-card__content small{color:#159c82;font-weight:900;letter-spacing:.12em}.remote-download-card__content h2{font-size:23px;margin:10px 0}.remote-download-card__content p{font-size:11px;color:var(--muted);margin-bottom:20px}.remote-download-card__content .button{margin-top:auto}.remote-security-note{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:22px;color:#526a78;font-size:11px}.button--remote-first{background:linear-gradient(135deg,#159c82,#18b89d)!important;color:#fff!important}

@media(max-width:620px){
  .nav-wrap{height:74px;gap:12px}.brand img{width:156px;height:46px}.menu-toggle{display:grid!important;place-items:center!important;padding:0!important;margin-left:auto;line-height:0}.menu-toggle svg{display:block;margin:auto}
  .hero-premium{min-height:auto;padding-bottom:34px}.hero-stage{height:auto;display:flex;flex-direction:column;gap:16px}.hero-copy{position:relative;z-index:3;padding:104px 0 0}.hero-media{position:relative!important;inset:auto!important;height:310px!important;margin-top:-4px;padding:0 8px}.hero-image-shell{height:300px!important;border-radius:24px!important;box-shadow:0 25px 55px rgba(2,12,22,.28)}.hero-image-shell:before{content:"";position:absolute;inset:-14px;border-radius:30px;background:linear-gradient(135deg,rgba(24,184,157,.18),rgba(11,48,69,.04));z-index:-1}.hero-controls{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin:2px auto 0}.floating-card{display:none!important}
  .footer-main{grid-template-columns:1fr 1fr!important;gap:24px 14px!important;padding:48px 0 32px}.footer-brand{grid-column:1/-1;text-align:left}.footer-brand img{width:190px;margin-left:0}.footer-brand p{max-width:100%;text-align:center}.footer-brand .socials{justify-content:center}.footer-column{text-align:center;align-items:center}.footer-column:last-child{grid-column:1/-1}.footer-column p{text-align:center}.footer-bottom{align-items:center;text-align:center;gap:10px}.footer-powered{justify-content:center!important}.footer-powered img{max-width:88px!important;max-height:24px!important}.footer-powered>span{font-size:7px!important}.footer-orbit{display:none}
  .support-clean-actions{display:flex;flex-direction:column}.support-clean-actions .button--remote-first{order:-10}.support-clean-grid{grid-template-columns:1fr}.support-ip-card{min-height:0}.support-ip-card>p{display:none}.support-ip-output{margin-bottom:0}
  .contact-socials{gap:8px;overflow-x:auto;justify-content:center;width:100%}.contact-socials a{flex:0 0 39px;width:39px;height:39px}
  .location-map-top small{display:none}.location-map-top{justify-content:center}.location-map-card iframe{min-height:340px}
  .remote-access-hero{padding:125px 0 62px}.remote-access-hero h1{font-size:39px}.remote-access-grid{grid-template-columns:1fr}.remote-download-card{grid-template-columns:1fr}.remote-download-card__logo{min-height:145px}.remote-download-card__content{padding:24px}.remote-download-card__content .button{width:100%;justify-content:center}.remote-security-note{text-align:center;align-items:flex-start}
}

/* V44 — hero mobile compacto e integrado. Desktop preservado. */
@media (max-width: 620px){
  .site-header{position:relative;z-index:80}
  .nav-wrap{height:72px!important;min-height:72px!important}

  .hero-premium{
    min-height:0!important;
    height:auto!important;
    padding:72px 0 18px!important;
    overflow:hidden!important;
  }
  .hero-premium:before{opacity:.76!important}
  .hero-grid-lines{display:none!important}
  .hero-stage{
    width:100%!important;
    height:286px!important;
    min-height:286px!important;
    display:block!important;
    padding:0 16px!important;
  }
  .hero-slide,
  .hero-slide.active{
    position:absolute!important;
    inset:0 16px!important;
    display:block!important;
    height:252px!important;
    min-height:252px!important;
    border-radius:22px!important;
    overflow:hidden!important;
    background:#081b31!important;
    box-shadow:0 18px 42px rgba(5,27,44,.18)!important;
  }
  .hero-media{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    z-index:1!important;
  }
  .hero-image-shell{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:22px!important;
    transform:none!important;
    box-shadow:none!important;
    background:#081b31!important;
  }
  .hero-image-shell:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    border-radius:22px!important;
    padding:0!important;
    background:linear-gradient(180deg,rgba(3,17,29,.06) 18%,rgba(3,17,29,.82) 100%)!important;
    -webkit-mask:none!important;
    mask:none!important;
    pointer-events:none!important;
  }
  .hero-image-shell img{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:22px!important;
  }
  .hero-copy{
    position:absolute!important;
    inset:auto 18px 16px!important;
    z-index:4!important;
    padding:0!important;
    margin:0!important;
    display:block!important;
  }
  .hero-copy .hero-badge,
  .hero-copy .eyebrow,
  .hero-copy .hero-title,
  .hero-copy>p,
  .hero-copy .button--glass{display:none!important}
  .hero-actions{
    display:block!important;
    width:100%!important;
    margin:0!important;
  }
  .hero-actions .button--hero,
  .hero-copy>.button{
    width:100%!important;
    min-height:54px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    margin:0!important;
    padding:14px 18px!important;
    border-radius:16px!important;
    font-size:15px!important;
    font-weight:800!important;
    box-shadow:0 12px 28px rgba(0,0,0,.22)!important;
  }
  .floating-card,.hero-ring,.hero-scroll{display:none!important}
  .hero-controls{
    position:absolute!important;
    left:16px!important;
    right:16px!important;
    bottom:0!important;
    height:22px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    z-index:8!important;
  }
  .hero-dots{gap:7px!important}
  .hero-dots button{
    width:22px!important;
    height:8px!important;
    font-size:0!important;
    text-align:center!important;
  }
  .hero-dots button:after{
    inset:auto 0 0!important;
    height:5px!important;
    border-radius:999px!important;
    background:rgba(8,35,61,.18)!important;
  }
  .hero-dots button:before{
    inset:auto 100% 0 0!important;
    height:5px!important;
    border-radius:999px!important;
  }
  .hero-dots button.active{width:42px!important}
  .hero-arrows{display:none!important}

  .metrics-band{margin-top:0!important;padding-top:0!important}
  .metrics-grid{border-radius:20px!important;border-top:1px solid var(--line)!important}
}

/* =========================================================
   Premium V45 — botões navy sólidos e banner exclusivo A JLA
   ========================================================= */
:root{
    --brand:#0a3553;
    --brand-deep:#06263d;
    --brand-petrol:#0b4a5a;
}

/* Botões públicos: navy/petróleo sólido, sem degradê. */
.site-body .button:not(.button--glass):not(.button--light),
.site-body .footer-portal-button,
.site-body .support-clean-portal,
.site-body .support-ip-output button,
.site-body .remote-download-card__content .button,
.site-body .button--teamviewer-clean{
    background:#0a3553!important;
    border-color:#0a3553!important;
    color:#fff!important;
    box-shadow:0 14px 30px rgba(6,38,61,.2)!important;
}
.site-body .button:not(.button--glass):not(.button--light):hover,
.site-body .footer-portal-button:hover,
.site-body .support-clean-portal:hover,
.site-body .support-ip-output button:hover,
.site-body .remote-download-card__content .button:hover,
.site-body .button--teamviewer-clean:hover{
    background:#06263d!important;
    border-color:#06263d!important;
    color:#fff!important;
}
.site-body .button--soft{background:#0b4a5a!important;border-color:#0b4a5a!important;color:#fff!important}

/* Preserva o CTA "Próximo movimento" conforme solicitado anteriormente. */
.site-body .final-cta .button--light{
    background:#fff!important;
    border-color:#fff!important;
    color:var(--navy)!important;
}

/* Consentimento: cores sólidas e coerentes com o tema. */
.cookie-btn,
.cookie-consent__actions button{
    background-image:none!important;
    box-shadow:none!important;
}
.cookie-btn--primary{
    background:#0a3553!important;
    border:1px solid #0a3553!important;
    color:#fff!important;
}
.cookie-btn--primary:hover{background:#06263d!important;border-color:#06263d!important}
.cookie-btn--ghost{
    background:#0b4a5a!important;
    border:1px solid #0b4a5a!important;
    color:#fff!important;
}
.cookie-btn--ghost:hover{background:#083d4b!important;border-color:#083d4b!important}

/* Banner da página A JLA com a imagem enviada. */
.page-hero-premium--about{
    min-height:650px;
    display:flex;
    align-items:center;
    padding:170px 0 92px;
    background:
        linear-gradient(90deg,rgba(3,15,28,.97) 0%,rgba(4,22,39,.9) 42%,rgba(4,25,43,.36) 72%,rgba(4,20,35,.2) 100%),
        var(--page-hero-image) center/cover no-repeat;
}
.page-hero-premium--about:before{
    inset:auto auto -260px -160px;
    width:600px;
    height:600px;
    background:#0b4a5a;
    opacity:.28;
}
.page-hero-premium--about .page-hero-layout{
    grid-template-columns:minmax(0,760px) 1fr;
}
.page-hero-premium--about .page-hero-layout h1{max-width:760px;text-shadow:0 8px 30px rgba(0,0,0,.35)}
.page-hero-premium--about .page-hero-layout p{max-width:640px;color:#d0dce7}
.page-hero-premium--about .page-hero-image-card{display:none}

@media(max-width:760px){
    .page-hero-premium--about{
        min-height:520px;
        padding:125px 0 54px;
        align-items:flex-end;
        background:
            linear-gradient(180deg,rgba(3,15,28,.18) 0%,rgba(3,15,28,.42) 38%,rgba(3,15,28,.96) 78%,#03101d 100%),
            var(--page-hero-image) 56% center/cover no-repeat;
    }
    .page-hero-premium--about .page-hero-layout{display:block}
    .page-hero-premium--about .page-hero-layout h1{font-size:clamp(34px,10vw,46px);margin:12px 0 14px}
    .page-hero-premium--about .page-hero-layout p{font-size:13px;line-height:1.65;margin-bottom:0}
    .page-hero-premium--about .page-hero-visual{display:none}
}

/* V47 — refinamentos Suporte/Acesso Remoto */
.button--remote-first{
  background:#18b89d!important;
  border-color:#18b89d!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(24,184,157,.24)!important;
}
.button--remote-first:hover{
  background:#139c85!important;
  border-color:#139c85!important;
  box-shadow:0 18px 36px rgba(24,184,157,.32)!important;
}
.support-clean-grid{
  grid-template-columns:minmax(0,760px)!important;
  justify-content:center!important;
}
.support-ip-card{
  width:100%;
  min-height:0!important;
  text-align:center;
  padding:38px!important;
}
.support-card-head{
  justify-content:center;
  flex-direction:column;
  gap:12px;
}
.support-card-head span{align-items:center}
.support-ip-output{
  justify-content:center!important;
  flex-wrap:wrap;
  margin:30px auto 0!important;
  max-width:620px;
}
.remote-access-hero .eyebrow{
  color:#25d6b6!important;
  opacity:1!important;
  text-shadow:0 0 22px rgba(37,214,182,.2);
}
.remote-access-hero .eyebrow:before{background:#25d6b6!important;opacity:1!important}

@media(max-width:650px){
  .support-ip-card{padding:25px 18px!important}
  .support-card-head{flex-direction:column!important;text-align:center!important}
  .support-ip-output{align-items:center!important;flex-direction:column!important;margin-top:24px!important}
  .support-ip-output strong{text-align:center;width:100%}
  .remote-access-hero .eyebrow{font-size:10px!important;letter-spacing:.14em!important}
}

/* =========================================================
   Premium V48 — fechamento mobile: footer compacto e cards completos
   Alterações restritas ao mobile; desktop preservado.
   ========================================================= */
@media (max-width: 650px){
  /* Footer: logo preservado à esquerda; conteúdo restante centralizado. */
  .footer-main{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px 12px!important;
    padding:42px 0 25px!important;
  }
  .footer-brand{
    grid-column:1/-1!important;
    text-align:left!important;
  }
  .footer-brand>img{
    width:150px!important;
    max-width:42vw!important;
    margin:0 0 14px 0!important;
  }
  .footer-brand>p{
    margin:0 auto!important;
    max-width:340px!important;
    text-align:center!important;
    font-size:10px!important;
    line-height:1.55!important;
  }
  .footer-brand .socials{
    width:100%!important;
    margin:14px 0 0!important;
    justify-content:center!important;
    align-items:center!important;
    gap:6px!important;
  }
  .footer-brand .socials a{
    width:31px!important;
    height:31px!important;
    border-radius:9px!important;
  }
  .footer-brand .social-icon{
    width:14px!important;
    height:14px!important;
  }
  .footer-column{
    align-items:center!important;
    text-align:center!important;
    gap:7px!important;
    font-size:10px!important;
    min-width:0!important;
  }
  .footer-column>span{font-size:10px!important;margin-bottom:4px!important}
  .footer-column p{font-size:9px!important;line-height:1.55!important;margin-bottom:0!important}
  .footer-column:last-child{grid-column:1/-1!important}

  /* Copyright, Powered by e assinatura na mesma linha. */
  .footer-bottom{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:7px!important;
    padding:13px 0 15px!important;
    white-space:nowrap!important;
    font-size:7px!important;
    letter-spacing:.02em!important;
    text-align:center!important;
  }
  .footer-bottom>span{
    display:inline-flex!important;
    align-items:center!important;
    font-size:7px!important;
    line-height:1!important;
  }
  .footer-powered{
    display:inline-flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    margin:0!important;
  }
  .footer-powered>span{
    font-size:6px!important;
    line-height:1!important;
    letter-spacing:.02em!important;
  }
  .footer-powered a{display:inline-flex!important;align-items:center!important}
  .footer-powered img{
    width:auto!important;
    max-width:58px!important;
    max-height:14px!important;
    object-fit:contain!important;
  }

  /* Cards da home: imagem primeiro, informações completas logo abaixo. */
  .solutions-grid,
  .case-grid{
    grid-template-columns:1fr!important;
  }
  .solution-card,
  .solution-card--large{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    height:auto!important;
    overflow:hidden!important;
  }
  .solution-card .solution-image,
  .solution-card--large .solution-image{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:205px!important;
    min-height:205px!important;
    order:1!important;
  }
  .solution-card .solution-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .solution-card .solution-content{
    position:relative!important;
    inset:auto!important;
    z-index:2!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-direction:column!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:22px 20px 20px!important;
    background:#fff!important;
    color:var(--ink)!important;
    order:2!important;
  }
  .solution-card .solution-icon{display:grid!important;margin-bottom:14px!important}
  .solution-card .solution-content h3,
  .solution-card .solution-content p,
  .solution-card .solution-tags,
  .solution-card .solution-content>a{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .solution-card .solution-content h3{font-size:18px!important;margin:0 0 9px!important}
  .solution-card .solution-content p{font-size:11px!important;line-height:1.65!important;margin:0 0 14px!important}
  .solution-card .solution-tags{margin-bottom:15px!important}
  .solution-card .solution-content>a{margin-top:2px!important}

  .case-card{
    display:flex!important;
    flex-direction:column!important;
    height:auto!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .case-card .case-image{order:1!important;width:100%!important;height:205px!important;min-height:205px!important}
  .case-card .case-body{
    order:2!important;
    position:relative!important;
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    height:auto!important;
    padding:21px 19px!important;
    background:#fff!important;
  }
  .case-card .case-body h3,
  .case-card .case-body p,
  .case-card .case-tags,
  .case-card .case-result{display:flex!important;visibility:visible!important;opacity:1!important}

  /* Protege textos de cards genéricos contra regras antigas que os ocultavam. */
  .technology-chip--brand b,
  .technology-chip--brand small,
  .client-marquee-copy,
  .remote-download-card__content,
  .client-showcase-content{
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
  }
}

@media (max-width: 380px){
  .footer-bottom{gap:4px!important;font-size:6px!important}
  .footer-bottom>span{font-size:6px!important}
  .footer-powered>span{font-size:5.5px!important}
  .footer-powered img{max-width:48px!important;max-height:12px!important}
}

/* V49 — HOME MOBILE: imagem do banner primeiro e informações completas abaixo. */
@media (max-width: 620px){
  .hero-premium{
    padding:72px 0 22px!important;
    min-height:0!important;
    height:auto!important;
    overflow:hidden!important;
  }
  .hero-stage{
    position:relative!important;
    width:100%!important;
    height:590px!important;
    min-height:590px!important;
    padding:0 16px!important;
    display:block!important;
  }
  .hero-slide,
  .hero-slide.active{
    position:absolute!important;
    inset:0 16px 34px!important;
    height:auto!important;
    min-height:540px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 18px 44px rgba(5,27,44,.14)!important;
  }
  .hero-media{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:285px!important;
    min-height:285px!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    order:1!important;
    z-index:1!important;
  }
  .hero-image-shell{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:285px!important;
    min-height:285px!important;
    border-radius:24px 24px 0 0!important;
    overflow:hidden!important;
  }
  .hero-image-shell:before{
    border-radius:24px 24px 0 0!important;
    background:linear-gradient(180deg,rgba(3,17,29,.03),rgba(3,17,29,.20))!important;
  }
  .hero-image-shell img{
    border-radius:24px 24px 0 0!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .hero-copy{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    min-height:255px!important;
    padding:22px 20px 20px!important;
    margin:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    background:#fff!important;
    color:#071a2d!important;
    order:2!important;
    z-index:4!important;
  }
  .hero-copy .hero-badge,
  .hero-copy .eyebrow,
  .hero-copy .hero-title,
  .hero-copy>p{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
  }
  .hero-copy .hero-badge{margin:0 0 8px!important;color:#0c806f!important}
  .hero-copy .eyebrow{margin:0 0 8px!important;color:#0c806f!important;font-size:9px!important}
  .hero-copy .hero-title{
    margin:0 0 10px!important;
    color:#071a2d!important;
    font-size:26px!important;
    line-height:1.08!important;
    max-width:100%!important;
  }
  .hero-copy>p{
    margin:0 0 17px!important;
    color:#5e6e7d!important;
    font-size:12px!important;
    line-height:1.55!important;
    max-width:100%!important;
  }
  .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    gap:9px!important;
    margin-top:auto!important;
  }
  .hero-actions .button--hero,
  .hero-copy>.button{
    min-height:48px!important;
    padding:12px 16px!important;
    border-radius:14px!important;
    font-size:14px!important;
    box-shadow:none!important;
  }
  .hero-copy .button--glass{display:none!important}
  .hero-controls{
    bottom:2px!important;
  }
}

@media (max-width: 390px){
  .hero-stage{height:570px!important;min-height:570px!important}
  .hero-slide,.hero-slide.active{min-height:520px!important}
  .hero-media,.hero-image-shell{height:258px!important;min-height:258px!important}
  .hero-copy{min-height:260px!important;padding:19px 17px 18px!important}
  .hero-copy .hero-title{font-size:23px!important}
}
