@font-face{font-family:"SmartBlack";src:url("assets/fonts/noto-sans-syriac-black-2.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap;}@font-face{font-family:"SmartSemi";src:url("assets/fonts/noto-sans-syriac-semibold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:"SmartThin";src:url("assets/fonts/noto-sans-syriac-thin.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap;}:root{--green:#1ace85;--green-soft:#4bedaa;--green-deep:#0ea86d;--black:#020403;--black-2:#07100c;--white:#ffffff;--ice:#eef3f5;--line:rgba(26,206,133,0.7);--text:#050505;--muted:#59626a;--container:1180px;--radius:26px;--shadow:0 28px 80px rgba(0,0,0,0.22);--glow:0 0 34px rgba(26,206,133,0.24);--font-title:SmartBlack,Arial,Helvetica,sans-serif;--font-body:SmartSemi,Arial,Helvetica,sans-serif;}*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;color:var(--text);background:radial-gradient(circle at 12% 8%,rgba(26,206,133,0.10),transparent 30%),radial-gradient(circle at 88% 45%,rgba(26,206,133,0.10),transparent 32%),var(--black);font-family:var(--font-body);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;}img{display:block;max-width:100%;height:auto;}a{color:inherit;text-decoration:none;}button{font:inherit;}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto;}.section-dark{position:relative;color:var(--white);background:linear-gradient(180deg,rgba(2,4,3,0.94),rgba(2,4,3,0.90)),radial-gradient(circle at 85% 20%,rgba(26,206,133,0.18),transparent 36%);overflow:hidden;isolation:isolate;}.section-light{position:relative;color:var(--text);background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(247,250,251,0.96)),radial-gradient(circle at 92% 18%,rgba(26,206,133,0.10),transparent 33%);overflow:hidden;isolation:isolate;}.scroll-backdrop{position:fixed;inset:0;z-index:-2;pointer-events:none;background:var(--black);overflow:hidden;}.backdrop-layer{position:absolute;background-repeat:no-repeat;background-size:contain;opacity:0.12;filter:saturate(1.2) contrast(1.05);will-change:transform;}.backdrop-layer-one{width:min(52vw,680px);height:min(52vw,680px);right:-14vw;top:4vh;background-image:url("assets/images/problem-1-clean.webp");animation:floatOne 18s ease-in-out infinite alternate;}.backdrop-layer-two{width:min(45vw,610px);height:min(45vw,610px);left:-12vw;top:44vh;background-image:url("assets/images/system-brain.png");opacity:0.08;animation:floatTwo 22s ease-in-out infinite alternate;}.backdrop-layer-three{width:min(32vw,430px);height:min(32vw,430px);right:4vw;bottom:-8vh;background-image:url("assets/images/benefit-2-clean.webp");opacity:0.10;animation:floatThree 20s ease-in-out infinite alternate;}@keyframes floatOne{from{transform:translate3d(0,0,0) rotate(-6deg);}to{transform:translate3d(-22px,38px,0) rotate(2deg);}}@keyframes floatTwo{from{transform:translate3d(0,0,0) scale(1);}to{transform:translate3d(30px,-34px,0) scale(1.04);}}@keyframes floatThree{from{transform:translate3d(0,0,0) rotate(4deg);}to{transform:translate3d(-28px,-28px,0) rotate(-2deg);}}.site-header{position:fixed;inset:0 0 auto 0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px clamp(18px,5vw,72px);background:rgba(0,0,0,0.74);border-bottom:1px solid rgba(255,255,255,0.10);backdrop-filter:blur(18px);transition:0.25s ease;}.site-header.scrolled{padding-block:11px;background:rgba(0,0,0,0.92);}.brand img{height:43px;width:auto;filter:drop-shadow(0 8px 18px rgba(26,206,133,0.14));}.nav{display:flex;align-items:center;gap:24px;color:#fff;font-size:0.9rem;}.nav a{opacity:0.90;transition:0.24s ease;}.nav a:not(.nav-cta):hover{color:var(--green);opacity:1;}.nav-cta{background:var(--green);color:#000;font-family:var(--font-title);padding:12px 18px;border-radius:999px;box-shadow:0 14px 36px rgba(26,206,133,0.28);}.nav-cta:hover{transform:translateY(-2px);}.barcode{position:absolute;z-index:0;pointer-events:none;background:repeating-linear-gradient( 90deg,var(--green) 0 10px,transparent 10px 18px,var(--green) 18px 23px,transparent 23px 36px );opacity:0.92;}.barcode-top{top:0;right:7%;width:420px;height:68px;}.barcode-bottom{bottom:20px;left:0;width:280px;height:46px;}.barcode-light-top{top:0;right:6%;width:430px;height:64px;}.barcode-light-top.right{right:0;left:auto;}.barcode-light-left{top:0;left:0;width:330px;height:58px;}.label,.eyebrow{display:inline-flex;align-items:center;gap:12px;margin:0 0 22px;color:var(--green);font-family:var(--font-title);font-size:0.78rem;letter-spacing:0.38em;text-transform:uppercase;}.label::before,.eyebrow::before{content:"";width:5px;height:34px;background:var(--green);border-radius:2px;flex:0 0 auto;}.eyebrow::before{display:none;}.eyebrow::after{content:"";width:42px;height:5px;background:var(--green);border-radius:999px;}.label-dark{color:var(--green);}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 24px;border-radius:999px;font-family:var(--font-title);font-size:0.95rem;line-height:1;transition:0.24s ease;cursor:pointer;border:0;}.btn-primary{background:var(--green);color:#000;box-shadow:0 18px 44px rgba(26,206,133,0.26);}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 28px 64px rgba(26,206,133,0.36);}.btn-black{background:#000;color:#fff;}.btn-black:hover{background:var(--green);color:#000;transform:translateY(-2px);}.section-heading{position:relative;z-index:2;max-width:920px;}.section-heading.center{text-align:center;margin-inline:auto;}.section-heading.left{text-align:left;}.section-heading h2,.solution-copy h2,.concept h2,.scenario-content h2,.faq-heading h2{font-family:var(--font-title);font-size:clamp(2.45rem,5.2vw,5rem);line-height:0.98;letter-spacing:-0.055em;margin:0 0 18px;overflow:visible;text-wrap:balance;}.section-heading h2 span,.solution-copy h2 span{color:var(--green);}.section-heading p,.solution-copy p{font-size:clamp(1rem,1.22vw,1.18rem);line-height:1.58;color:#293038;margin:0;text-wrap:pretty;}.hero{min-height:94vh;display:flex;align-items:center;padding:134px 0 62px;}.hero-background{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 78% 20%,rgba(26,206,133,0.22),transparent 38%),linear-gradient(90deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.88) 48%,rgba(0,0,0,0.52) 100%),url("assets/images/hero-pitch-bg.webp") right center / cover no-repeat;}.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:34%;z-index:1;background:linear-gradient(0deg,var(--black),transparent);pointer-events:none;}.hero-watermark{position:absolute;z-index:1;right:-55px;top:13%;font-family:var(--font-title);font-size:clamp(210px,30vw,490px);line-height:0.65;color:var(--green);opacity:0.80;transform:scaleX(1.35);text-shadow:var(--glow);pointer-events:none;}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,0.98fr);gap:clamp(34px,5vw,70px);align-items:center;}.hero h1{font-family:var(--font-title);font-size:clamp(3.05rem,6.3vw,6.3rem);line-height:0.94;letter-spacing:-0.062em;max-width:820px;margin:0 0 26px;text-wrap:balance;}.hero p{max-width:700px;margin:0 0 32px;font-size:clamp(1.05rem,1.5vw,1.32rem);line-height:1.55;color:rgba(255,255,255,0.86);}.hero-actions{display:flex;justify-content:center;max-width:700px;}.hero-actions .btn{min-width:min(280px,100%);}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:720px;margin-top:34px;}.hero-metrics div{padding:15px 16px;border:1px solid rgba(255,255,255,0.13);background:rgba(255,255,255,0.065);border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.08);}.hero-metrics strong{display:block;color:var(--green);font-family:var(--font-title);font-size:1.06rem;}.hero-metrics span{display:block;margin-top:4px;color:rgba(255,255,255,0.75);font-size:0.84rem;}.hero-notebook{position:relative;aspect-ratio:4 / 3;display:grid;place-items:center;min-height:0;overflow:visible;transform:rotate(-1deg);}.hero-notebook img{width:min(100%,760px);height:auto;object-fit:contain;filter:drop-shadow(0 34px 90px rgba(0,0,0,0.55)) drop-shadow(0 0 46px rgba(26,206,133,0.18));}.problem-section{padding:clamp(64px,7vw,94px) 0 clamp(68px,7vw,98px);}.problem-section::before,.solution-section::before,.features-section::before,.benefits-section::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-repeat:no-repeat;background-size:clamp(180px,28vw,380px) auto;opacity:0.065;mix-blend-mode:multiply;}.problem-section::before{background-image:url("assets/images/problem-2-clean.webp");background-position:right -30px center;}.solution-section::before{background-image:url("assets/images/system-brain.png");background-position:left -90px center;opacity:0.055;}.features-section::before{background-image:url("assets/images/feature-2-clean.webp");background-position:right -60px center;}.benefits-section::before{background-image:url("assets/images/benefit-1-clean.webp");background-position:left -45px center;}.pitch-cards{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,2.2vw,26px);margin-top:clamp(34px,4.4vw,52px);}.pitch-card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:390px;padding:30px 22px 28px;text-align:center;background:#eef3f5;border:1px solid rgba(2,6,5,0.05);box-shadow:0 22px 58px rgba(2,8,18,0.08);transition:0.30s ease;}.pitch-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,206,133,0.10),transparent 42%);opacity:0;transition:0.30s ease;}.pitch-card:hover{transform:translateY(-8px);box-shadow:0 34px 76px rgba(2,8,18,0.14);}.pitch-card:hover::before{opacity:1;}.pitch-card img{position:relative;z-index:1;height:146px;width:auto;max-width:78%;object-fit:contain;object-position:center;margin:0 auto 22px;filter:drop-shadow(0 14px 16px rgba(0,0,0,0.16));}.pitch-card h3,.feature-card h3,.benefit-card h3{position:relative;z-index:1;font-family:var(--font-title);letter-spacing:-0.035em;text-wrap:balance;}.pitch-card h3{margin:0 0 12px;font-size:clamp(1.65rem,2.2vw,2rem);line-height:1.02;}.pitch-card p{position:relative;z-index:1;margin:0;color:#111;font-size:1rem;line-height:1.42;text-wrap:pretty;}.compact-section{padding:clamp(58px,6vw,82px) 0;}.compact-section::before{content:"";position:absolute;width:460px;height:460px;left:-140px;top:-260px;border:1px solid rgba(255,255,255,0.12);border-radius:50%;pointer-events:none;}.concept-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 0.95fr;gap:clamp(30px,5vw,56px);align-items:center;}.concept-copy p{margin:0;color:rgba(255,255,255,0.78);font-size:clamp(1.08rem,1.45vw,1.3rem);line-height:1.55;}.concept-card{display:grid;grid-template-columns:1fr 1fr;gap:18px;}.concept-card div{min-height:206px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding:34px 58px 34px 34px;border-radius:28px;background:#fff;color:#000;box-shadow:0 24px 70px rgba(26,206,133,0.12);}.concept-card div::after{content:">";position:absolute;right:-3px;bottom:-18px;color:var(--green);font-family:var(--font-title);font-size:96px;line-height:0.7;opacity:0.24;pointer-events:none;}.concept-card strong{display:block;font-family:var(--font-title);font-size:clamp(2.55rem,4.6vw,4.2rem);line-height:0.94;letter-spacing:-0.06em;}.concept-card span{display:block;margin-top:14px;color:var(--green);font-family:var(--font-title);font-size:0.95rem;}.solution-section{padding:clamp(64px,7vw,94px) 0;}.solution-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,0.86fr) minmax(360px,1.14fr);gap:clamp(32px,5vw,64px);align-items:center;}.symbol-chip{display:inline-flex;align-items:center;gap:10px;margin:0 0 22px;padding:10px 14px;border:2px solid var(--green);color:#111;font-family:var(--font-title);background:rgba(255,255,255,0.62);}.symbol-chip img{width:24px;height:auto;}.solution-copy p+p{margin-top:16px;}.solution-bullets{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;margin-top:26px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;}.solution-bullets::-webkit-scrollbar{display:none;}.solution-bullets span{flex:0 0 auto;white-space:nowrap;display:inline-flex;align-items:center;min-height:42px;padding:10px 14px;background:#000;color:#fff;border-radius:999px;font-size:0.84rem;line-height:1;}.system-visual{position:relative;padding:clamp(18px,2.2vw,28px);background:linear-gradient(140deg,#fff,#f4f7f8);border:1px solid #e8eef1;border-radius:34px;box-shadow:var(--shadow);overflow:hidden;}.system-visual::before{content:"";position:absolute;right:-45px;bottom:-38px;width:190px;height:190px;background:var(--green);border-radius:42% 0 0 0;z-index:0;}.system-visual img{position:relative;z-index:1;border-radius:16px;object-fit:contain;}.features-section{padding:clamp(64px,7vw,94px) 0 clamp(70px,7vw,98px);}.feature-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.6vw,30px);margin-top:clamp(34px,4.3vw,52px);}.feature-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:244px;padding:28px 22px 30px;text-align:center;background:#eef3f5;border:1px solid rgba(2,6,5,0.05);box-shadow:0 18px 48px rgba(0,0,0,0.075);transition:0.28s ease;}.feature-card:hover{background:#fff;transform:translateY(-7px);box-shadow:0 28px 70px rgba(0,0,0,0.13);}.feature-card img{height:78px;max-width:65%;object-fit:contain;margin:0 auto 18px;filter:drop-shadow(0 10px 12px rgba(0,0,0,0.14));}.feature-card h3{font-size:clamp(1.55rem,2.2vw,2rem);margin:0 0 8px;line-height:1.02;}.feature-card p{margin:0;color:#20252a;font-size:1rem;line-height:1.38;}.benefits-section{padding:clamp(64px,7vw,96px) 0 clamp(74px,8vw,108px);}.massive-mark{position:absolute;right:-10%;top:3%;z-index:0;color:var(--green);opacity:0.74;font-family:var(--font-title);font-size:min(55vw,720px);line-height:0.66;transform:scaleX(1.24);pointer-events:none;}.benefit-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,34px);margin-top:clamp(34px,4.4vw,54px);align-items:stretch;}.benefit-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:400px;padding:34px 28px 36px;text-align:center;color:#fff;background:#000;box-shadow:0 28px 70px rgba(0,0,0,0.22);transition:0.30s ease;}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 36px 86px rgba(0,0,0,0.30);}.benefit-card img{height:128px;max-width:72%;object-fit:contain;margin:0 auto 24px;filter:drop-shadow(0 0 22px rgba(26,206,133,0.40));}.benefit-card h3{margin:0 0 12px;color:#fff;font-size:clamp(1.85rem,2.6vw,2.35rem);line-height:1;}.benefit-card p{margin:0;color:rgba(255,255,255,0.82);font-size:1.02rem;line-height:1.42;}.scenario-section{padding:clamp(70px,7.2vw,102px) 0;}.scenario-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(330px,0.82fr) minmax(0,1.18fr);gap:clamp(34px,5vw,56px);align-items:center;}.scenario-barcode{top:0;right:4%;width:360px;height:58px;}.scenario-visual{position:relative;padding:18px;border-radius:34px;background:radial-gradient(circle at 18% 34%,rgba(26,206,133,0.16),transparent 26%),linear-gradient(180deg,#06100b 0%,#040806 100%);box-shadow:0 24px 58px rgba(0,0,0,.22);overflow:hidden;}.scenario-visual::before{content:"";position:absolute;left:2%;bottom:-14px;width:78%;height:36%;background:radial-gradient(ellipse,rgba(26,206,133,0.18),transparent 68%);filter:blur(14px);pointer-events:none;}.scenario-visual img{position:relative;z-index:1;width:min(100%,620px);margin:0 auto;object-fit:contain;background:transparent;border:0;border-radius:24px;box-shadow:none;image-rendering:auto;filter:drop-shadow(0 26px 56px rgba(0,0,0,0.34)) drop-shadow(0 0 22px rgba(26,206,133,0.12));}.scenario-content{display:flex;flex-direction:column;align-items:flex-start;}.scenario-content h2{max-width:720px;margin-bottom:26px;color:#fff;}.scenario-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;width:100%;margin:8px 0 24px;}.scenario-card{position:relative;min-height:236px;padding:30px 22px 24px;background:rgba(255,255,255,0.018);border:1px solid var(--line);box-shadow:inset 0 1px 0 rgba(255,255,255,0.03),0 18px 45px rgba(0,0,0,0.18);}.scenario-card::before{content:"";position:absolute;left:-1px;right:-1px;top:-1px;height:10px;background:var(--green);}.scenario-icon{margin:10px 0 20px;font-size:1.55rem;line-height:1;}.scenario-card h3{margin:0 0 14px;color:#fff;font-family:var(--font-title);font-size:clamp(1.35rem,2vw,1.8rem);line-height:0.98;letter-spacing:-0.04em;text-wrap:balance;}.scenario-card p{margin:0;color:rgba(255,255,255,0.72);font-size:0.98rem;line-height:1.52;}.scenario-highlight{width:100%;max-width:760px;padding:23px 24px;border:1px solid var(--green);background:rgba(0,49,33,0.42);}.scenario-highlight p{margin:0;color:#fff;font-family:var(--font-title);font-size:1.05rem;line-height:1.5;}.faq-section{padding:clamp(64px,7vw,96px) 0 clamp(74px,7.2vw,104px);}.faq-container{max-width:1100px;}.faq-heading{position:relative;z-index:2;max-width:940px;margin-bottom:clamp(28px,4vw,46px);}.faq-heading h2{color:#fff;}.faq-list{position:relative;z-index:2;display:grid;gap:14px;}.faq-item{border:1px solid rgba(26,206,133,0.72);background:rgba(255,255,255,0.015);box-shadow:0 18px 42px rgba(0,0,0,0.16);}.faq-question{width:100%;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px 14px;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer;}.faq-question span{font-family:var(--font-title);font-size:clamp(1rem,1.55vw,1.22rem);line-height:1.25;}.faq-question strong{color:var(--green);font-family:var(--font-title);font-size:1.45rem;flex:0 0 auto;}.faq-answer{padding:0 24px 24px;}.faq-answer[hidden]{display:none;}.faq-answer p{margin:0;max-width:940px;color:rgba(255,255,255,0.82);font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.64;}.final-cta{padding:clamp(70px,7vw,100px) 0 clamp(72px,7vw,108px);}.final-cta::before{content:"";position:absolute;left:-11%;bottom:-24%;width:62vw;height:34vw;background:var(--green);clip-path:polygon(0 28%,100% 100%,0 100%);z-index:0;}.final-cta::after{content:"";position:absolute;right:-12%;top:12%;width:56vw;height:56vw;background:var(--green);clip-path:polygon(0 50%,100% 10%,100% 90%);z-index:0;}.cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.06fr 0.94fr;gap:clamp(32px,5vw,56px);align-items:center;}.cta-logo p{margin:0 0 44px;color:#fff;font-size:1.22rem;}.cta-logo p span{color:var(--green);font-family:var(--font-title);}.cta-logo img{width:min(500px,100%);filter:brightness(0) invert(1);}.cta-card{justify-self:end;width:min(430px,100%);padding:32px;border-radius:30px;color:#000;text-align:center;background:rgba(255,255,255,0.96);box-shadow:0 34px 90px rgba(0,0,0,0.34);}.cta-card h2{margin:0 0 22px;font-family:var(--font-title);font-size:clamp(1.7rem,2.6vw,2.15rem);line-height:1.02;letter-spacing:-0.04em;}.qr{width:180px;margin:0 auto 22px;border:10px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,0.18);}.cta-card h3{margin:10px 0 2px;font-family:var(--font-title);font-size:2rem;line-height:1;}.cta-card p{margin:0 0 24px;font-size:1.08rem;}.footer{background:#000;color:rgba(255,255,255,0.62);padding:24px 0;border-top:1px solid rgba(255,255,255,0.08);}.footer-inner{display:flex;justify-content:space-between;gap:16px;font-size:0.9rem;}.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.75s ease,transform 0.75s ease;}.reveal.is-visible{opacity:1;transform:translateY(0);}@media (max-width:1100px){.nav{gap:14px;}.nav a:not(.nav-cta){display:none;}.hero-grid,.solution-grid,.concept-grid,.scenario-grid,.cta-grid{grid-template-columns:1fr;}.hero-grid{gap:34px;}.hero-watermark{right:-125px;top:4%;opacity:0.42;}.hero-notebook{transform:none;}.hero-notebook img{width:min(100%,690px);}.pitch-cards{grid-template-columns:repeat(2,1fr);}.feature-grid,.benefit-grid{grid-template-columns:repeat(2,1fr);}.scenario-cards{grid-template-columns:repeat(3,1fr);}.scenario-visual img{max-width:640px;}.cta-card{justify-self:start;}}@media (max-width:760px){.container{width:min(100% - 28px,var(--container));}.scroll-backdrop{display:none;}.section-light{background:#fff;}.section-dark{background:#020403;}.site-header{padding:12px 14px;}.brand img{height:34px;}.nav-cta{padding:10px 12px;font-size:0.78rem;}.hero{min-height:auto;padding:106px 0 48px;}.hero h1{font-size:clamp(2.55rem,12.4vw,4.5rem);line-height:0.98;letter-spacing:-0.05em;}.hero p{font-size:1rem;}.hero-actions{display:grid;justify-content:stretch;max-width:none;}.btn{width:100%;min-height:52px;font-size:0.88rem;}.hero-metrics{grid-template-columns:1fr;margin-top:24px;}.hero-notebook{aspect-ratio:auto;overflow:visible;}.hero-notebook img{width:112%;max-width:none;margin-left:-6%;}.barcode-top,.barcode-light-top,.barcode-light-top.right,.barcode-light-left{width:240px;height:40px;}.barcode-bottom{width:190px;height:32px;}.label,.eyebrow{font-size:0.66rem;letter-spacing:0.28em;margin-bottom:16px;}.label::before{height:28px;}.section-heading.center,.section-heading.left{text-align:left;}.section-heading h2,.solution-copy h2,.concept h2,.scenario-content h2,.faq-heading h2{font-size:clamp(2.28rem,11.4vw,3.55rem);line-height:1.03;letter-spacing:-0.048em;}.problem-section,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{padding-top:54px;padding-bottom:58px;}.compact-section{padding:48px 0 54px;}.pitch-cards,.feature-grid,.benefit-grid,.scenario-cards{grid-template-columns:1fr;gap:18px;}.pitch-card,.feature-card,.benefit-card{min-height:auto;border-radius:22px;padding:26px 22px 28px;}.pitch-card img{height:120px;max-width:70%;}.feature-card img{height:68px;max-width:58%;}.benefit-card img{height:104px;max-width:60%;margin-bottom:18px;}.concept-card{grid-template-columns:1fr;}.concept-card div{min-height:176px;padding:28px 58px 28px 28px;}.solution-bullets{gap:8px;margin-top:22px;}.solution-bullets span{padding:9px 11px;font-size:0.76rem;}.system-visual{border-radius:22px;}.massive-mark{opacity:0.18;right:-34%;top:12%;font-size:100vw;}.scenario-card{min-height:auto;padding:24px 18px 22px;}.scenario-highlight{padding:20px 18px;}.scenario-highlight p{font-size:0.96rem;}.faq-question{min-height:66px;padding:20px 18px 12px;}.faq-answer{padding:0 18px 20px;}.faq-answer p{font-size:0.94rem;}.final-cta::before{width:120vw;height:80vw;}.final-cta::after{width:115vw;height:115vw;right:-64%;top:30%;}.cta-card{padding:26px 20px;}.qr{width:160px;}.footer-inner{flex-direction:column;text-align:center;}}@media (max-width:390px){.hero h1{font-size:2.45rem;}.section-heading h2,.solution-copy h2,.concept h2,.scenario-content h2,.faq-heading h2{font-size:2.24rem;}.solution-bullets span{font-size:0.72rem;padding-inline:9px;}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto !important;transition:none !important;animation:none !important;}.reveal{opacity:1 !important;transform:none !important;}}:root{--light-surface:rgba(255,255,255,0.88);--light-surface-strong:rgba(255,255,255,0.94);--light-border:rgba(5,12,10,0.08);--light-shadow:0 22px 54px rgba(6,14,12,0.10);--dark-surface:rgba(255,255,255,0.038);--dark-border:rgba(26,206,133,0.30);}html,body{background:#020403;}body{background:radial-gradient(circle at 16% 10%,rgba(26,206,133,0.08),transparent 26%),radial-gradient(circle at 84% 62%,rgba(26,206,133,0.06),transparent 30%),#020403;}main{position:relative;background:linear-gradient(180deg,#020403 0%,#020403 14%,#08110d 20%,#dbe4e7 31%,#edf3f5 44%,#f5f8f9 56%,#edf3f5 66%,#dce5e8 72%,#08110d 82%,#020403 92%,#020403 100%);}.section-light,.section-dark,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta,.problem-section{background:transparent !important;}.site-header{background:rgba(2,4,3,0.76);border-bottom:1px solid rgba(255,255,255,0.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);}.site-header.scrolled{background:rgba(2,4,3,0.92);}.barcode{opacity:0.38;}.barcode-light-top,.barcode-light-left,.scenario-barcode{top:18px;}.barcode-bottom{bottom:10px;opacity:0.28;}.hero{min-height:94vh;padding-bottom:86px;}.hero-background{background:radial-gradient(circle at 78% 18%,rgba(26,206,133,0.20),transparent 34%),linear-gradient(90deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.90) 44%,rgba(0,0,0,0.58) 100%),url("assets/images/hero-pitch-bg.webp") right center / cover no-repeat;}.hero::after{height:38%;background:linear-gradient(0deg,rgba(2,4,3,0.94),rgba(2,4,3,0.10));}.hero-copy,.hero-grid{position:relative;z-index:2;}.hero h1,.hero p,.hero .eyebrow{color:#ffffff;}.hero p{color:rgba(255,255,255,0.88);}.hero-metrics div{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.12);}.hero-metrics strong{color:#ffffff;}.hero-metrics span{color:rgba(255,255,255,0.82);}.hero-notebook{background:transparent;border:0;box-shadow:none;overflow:visible;}.hero-notebook img{width:min(100%,760px);background:transparent;border:0;box-shadow:none;image-rendering:auto;filter:drop-shadow(0 28px 64px rgba(0,0,0,0.46));}.problem-section{padding-top:clamp(68px,7vw,100px);padding-bottom:clamp(72px,7vw,102px);}.problem-section .section-heading h2{color:#ffffff;max-width:960px;text-shadow:0 14px 34px rgba(0,0,0,0.34);}.problem-section .section-heading h2 span{color:var(--green);}.problem-section .section-heading p{color:rgba(255,255,255,0.84);max-width:760px;text-shadow:0 8px 22px rgba(0,0,0,0.20);}.problem-section .label{color:var(--green);}.pitch-card,.feature-card,.concept-card div{background:var(--light-surface) !important;border:1px solid var(--light-border) !important;border-radius:26px;box-shadow:var(--light-shadow);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}.pitch-card:hover,.feature-card:hover{transform:translateY(-6px);}.pitch-card h3,.feature-card h3,.concept-card strong{color:#050708;}.pitch-card p,.feature-card p,.concept-copy p,.solution-copy p,.section-heading p{color:#253036;}.problem-icon,.feature-icon,.benefit-icon,.scenario-pitch-icon,.hero-notebook img,.system-visual img,.scenario-visual img{image-rendering:auto;}.problem-icon{width:148px !important;height:148px !important;margin:0 auto 18px !important;filter:drop-shadow(0 10px 18px rgba(0,0,0,0.10)) !important;}.feature-icon{width:100px !important;height:100px !important;margin:0 auto 20px !important;filter:drop-shadow(0 8px 14px rgba(0,0,0,0.12)) !important;}.compact-section{padding-top:clamp(54px,6vw,84px);padding-bottom:clamp(56px,6vw,86px);}.compact-section::before{opacity:0.05;}.concept-copy h2,.solution-copy h2,.features-section .section-heading h2,.benefits-section .section-heading h2{color:#050708;}.concept-copy h2,.solution-copy h2{max-width:14ch;}.concept-card span{color:var(--green);}.solution-section,.features-section,.benefits-section{padding-top:clamp(60px,6vw,90px);padding-bottom:clamp(60px,6vw,90px);}.solution-grid{grid-template-columns:minmax(0,1.04fr) minmax(360px,0.96fr);}.solution-bullets{display:flex;flex-wrap:wrap;gap:12px;overflow:visible;padding-bottom:0;}.solution-bullets span{min-height:46px;padding:12px 16px;background:#000;color:#fff;box-shadow:0 10px 22px rgba(0,0,0,0.10);}.system-visual{padding:0;border:0;background:transparent;box-shadow:none;overflow:visible;}.system-visual::before{display:none;}.system-visual img{background:transparent;border:0;border-radius:0;filter:drop-shadow(0 20px 46px rgba(0,0,0,0.14));}.feature-card{min-height:252px;}.benefit-card{border-radius:26px;background:linear-gradient(180deg,rgba(0,0,0,0.97),rgba(4,12,9,0.92));border:1px solid rgba(26,206,133,0.18);}.benefit-card h3,.benefit-card p,.benefits-section .section-heading h2,.benefits-section .section-heading p{}.benefit-icon{width:124px !important;height:124px !important;margin:0 auto 24px !important;filter:drop-shadow(0 0 18px rgba(26,206,133,0.20)) drop-shadow(0 10px 18px rgba(0,0,0,0.18)) !important;}.scenario-section,.faq-section,.final-cta{color:#ffffff;}.scenario-section{padding-top:clamp(72px,7vw,104px);padding-bottom:clamp(72px,7vw,104px);}.scenario-grid{grid-template-columns:minmax(320px,0.84fr) minmax(0,1.16fr);align-items:center;}.scenario-visual{padding:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;}.scenario-visual::before{display:none;}.scenario-visual img{width:min(100%,620px);margin:0 auto;background:transparent;border:0;border-radius:0;box-shadow:none;filter:drop-shadow(0 24px 52px rgba(0,0,0,0.38));}.scenario-content h2,.faq-heading h2,.final-cta h2,.cta-logo p,.faq-question span,.faq-answer p,.scenario-highlight p,.scenario-card p,.scenario-card h3{color:#ffffff;}.scenario-content h2{max-width:12ch;text-shadow:0 8px 22px rgba(0,0,0,0.22);}.scenario-card{min-height:252px;background:rgba(255,255,255,0.036);border:1px solid rgba(26,206,133,0.32);border-radius:24px;box-shadow:0 18px 45px rgba(0,0,0,0.18);}.scenario-card::before{border-top-left-radius:24px;border-top-right-radius:24px;}.scenario-card p{color:rgba(255,255,255,0.78);}.scenario-pitch-icon{width:54px !important;height:54px !important;margin:0 0 16px !important;filter:drop-shadow(0 8px 14px rgba(0,0,0,0.14)) !important;}.scenario-highlight{border-radius:24px;border-color:rgba(26,206,133,0.65);background:rgba(1,29,19,0.44);}.faq-item{border-radius:22px;border-color:rgba(26,206,133,0.42);}.final-cta::before{opacity:0.32;}.final-cta::after{opacity:0.22;}.cta-card{border-radius:28px;box-shadow:0 30px 72px rgba(0,0,0,0.30);}.footer{border-top:0;background:transparent;}@media (max-width:1100px){.solution-grid,.scenario-grid,.cta-grid,.hero-grid,.concept-grid{grid-template-columns:1fr;}.scenario-content h2,.concept-copy h2,.solution-copy h2{max-width:none;}.cta-card{justify-self:start;}}@media (max-width:760px){.container{width:min(calc(100% - 38px),var(--container));}.site-header{padding:12px 19px;}.scroll-backdrop{display:none;}main{background:linear-gradient(180deg,#020403 0%,#020403 17%,#0a1410 24%,#e1e9ec 34%,#f2f6f7 52%,#eef4f6 65%,#dbe4e7 72%,#08110d 82%,#020403 92%,#020403 100%);}.hero{padding-top:102px;padding-bottom:54px;}.hero-notebook img{width:100%;margin-left:0;}.problem-section{padding-top:56px;}.problem-section .section-heading h2{font-size:clamp(2.46rem,12vw,3.7rem);line-height:1.02;}.problem-section .section-heading p{color:rgba(255,255,255,0.86);font-size:0.98rem;}.pitch-cards,.feature-grid,.benefit-grid,.scenario-cards{grid-template-columns:1fr;}.pitch-card,.feature-card,.benefit-card,.scenario-card{min-height:auto;}.problem-icon{width:122px !important;height:122px !important;}.feature-icon{width:82px !important;height:82px !important;}.benefit-icon{width:106px !important;height:106px !important;}.scenario-pitch-icon{width:44px !important;height:44px !important;}.solution-bullets{justify-content:flex-start;}.solution-bullets span{width:auto;font-size:0.78rem;padding:10px 12px;}.scenario-visual img{width:100%;max-width:520px;}.final-cta::before,.final-cta::after{opacity:0.18;}}@media (max-width:390px){.container{width:min(calc(100% - 40px),var(--container));}.hero h1{font-size:2.42rem;}.section-heading h2,.solution-copy h2,.concept h2,.scenario-content h2,.faq-heading h2{font-size:2.2rem;}}.massive-mark,.final-cta::before,.final-cta::after,.cta-shape{display:none !important;}.cta-card,.cta-card *{color:#050708 !important;}.cta-card .btn,.cta-card .btn *{color:#ffffff !important;}.cta-card .btn:hover,.cta-card .btn:hover *{color:#000000 !important;}.cta-card h2{color:#050708 !important;text-shadow:none !important;opacity:1 !important;}.hero-notebook,.scenario-visual,.system-visual{background:transparent !important;border:0 !important;box-shadow:none !important;overflow:visible !important;}.hero-notebook::before,.hero-notebook::after,.scenario-visual::before,.scenario-visual::after,.system-visual::before,.system-visual::after{display:none !important;}.hero-notebook img,.scenario-visual img,.system-visual img{background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;image-rendering:auto !important;-webkit-transform:translateZ(0);transform:translateZ(0);backface-visibility:hidden;}.hero-notebook img{width:min(100%,820px) !important;filter:drop-shadow(0 30px 70px rgba(0,0,0,.46)) drop-shadow(0 0 22px rgba(26,206,133,.12)) !important;}.scenario-visual img{width:min(100%,640px) !important;filter:drop-shadow(0 26px 62px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(26,206,133,.12)) !important;opacity:1 !important;}.scenario-section{background:radial-gradient(circle at 12% 28%,rgba(26,206,133,.10),transparent 28%),linear-gradient(180deg,rgba(2,4,3,0.96),rgba(4,12,9,0.94)) !important;}.scenario-content h2,.scenario-card h3,.scenario-card p,.scenario-highlight p,.scenario-section .label{opacity:1 !important;}main{background:linear-gradient(180deg,#020403 0%,#020403 17%,#08110d 25%,#dce5e8 34%,#edf3f5 49%,#f4f8f9 64%,#dce5e8 73%,#06100c 82%,#020403 100%) !important;}.section-light,.section-dark,.problem-section,.concept,.solution-section,.features-section,.benefits-section,.faq-section,.final-cta{background:transparent !important;}.problem-section .section-heading h2,.problem-section .section-heading p,.scenario-content h2,.faq-heading h2,.final-cta h2,.cta-logo p{text-shadow:0 8px 24px rgba(0,0,0,.22);}@media (max-width:760px){.container{width:calc(100% - 38px) !important;}.hero-notebook img{width:100% !important;margin-left:0 !important;}.scenario-visual img{width:100% !important;}.cta-card{padding:24px 18px !important;}}.hero-watermark{right:-36px !important;top:10% !important;width:clamp(220px,26vw,420px);height:auto;font-size:0 !important;line-height:0 !important;color:transparent !important;text-shadow:none !important;transform:none !important;opacity:0.54 !important;}.hero-watermark img{display:block;width:100%;height:auto;filter:drop-shadow(0 0 30px rgba(26,206,133,0.18));}.image-only-card{width:min(520px,100%) !important;padding:0 !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;}.contact-card-link,.contact-card-link:hover{display:block;text-decoration:none;}.contact-card-image{display:block;width:100%;height:auto;border:0;border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.30);}@media (max-width:760px){.hero-watermark{right:-18px !important;top:6% !important;width:38vw;opacity:0.36 !important;}.image-only-card{width:100% !important;}.contact-card-image{border-radius:22px;}}.hero-notebook img,.scenario-visual img{display:block;height:auto;image-rendering:auto;}.hero-notebook img{filter:drop-shadow(0 24px 44px rgba(0,0,0,.28));}.scenario-visual img{filter:drop-shadow(0 26px 54px rgba(0,0,0,.26));}.contact-card-ui{position:relative;overflow:hidden;width:min(460px,100%) !important;padding:34px 30px !important;border-radius:30px !important;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,249,.96) 100%) !important;box-shadow:0 34px 90px rgba(0,0,0,.34) !important;text-align:center;}.contact-card-ui::before{content:'';position:absolute;right:-56px;top:140px;width:240px;height:240px;background:url('assets/images/chevron-brand-aplicado.webp') center/contain no-repeat;opacity:.12;pointer-events:none;}.contact-card-ui::after{content:'';position:absolute;inset:0;border-radius:30px;border:1px solid rgba(26,206,133,.14);pointer-events:none;}.contact-kicker{margin:0 0 4px !important;font-size:1rem !important;color:#4c5c57 !important;position:relative;z-index:1;}.contact-card-ui h2{margin:0 0 22px !important;font-family:var(--font-title);font-size:clamp(2.2rem,4vw,3rem);line-height:.96;letter-spacing:-0.05em;color:#0a0e0c !important;position:relative;z-index:1;}.contact-qr-shell{position:relative;z-index:1;}.contact-card-ui .qr{width:min(220px,100%);display:block;margin:0 auto 18px;padding:12px;background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.06);box-shadow:0 16px 40px rgba(0,0,0,.16);}.contact-card-ui h3{margin:0 !important;font-family:var(--font-title);font-size:clamp(1.7rem,3vw,2.2rem);line-height:.98;color:#0a0e0c !important;position:relative;z-index:1;}.contact-phone{margin:8px 0 22px !important;font-size:1.08rem !important;color:#1a7d58 !important;font-weight:700;position:relative;z-index:1;}.contact-whatsapp-btn{position:relative;z-index:1;display:inline-flex;justify-content:center;width:100%;}@media (max-width:760px){.contact-card-ui{width:100% !important;padding:28px 20px !important;}.contact-card-ui::before{width:180px;height:180px;right:-46px;top:168px;}}.scenario-visual{overflow:visible !important;background:transparent !important;box-shadow:none !important;padding:0 !important;}.scenario-visual::before,.scenario-visual::after{display:none !important;}.scenario-visual img{display:block !important;width:min(100%,820px) !important;max-width:100% !important;height:auto !important;object-fit:contain !important;overflow:visible !important;filter:drop-shadow(0 24px 54px rgba(0,0,0,.28)) !important;}@media (max-width:760px){.scenario-visual img{width:100% !important;max-width:100% !important;}}.problem-section,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{content-visibility:auto;contain-intrinsic-size:1px 900px;}img{max-width:100%;height:auto;}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;}}/* === AJUSTE DE FLUIDEZ + CTAS AO LONGO DA PAGINA === */main{  position:relative;  overflow:hidden;  background:    radial-gradient(circle at 18% 8%,rgba(26,206,133,.13),transparent 24%),    radial-gradient(circle at 88% 42%,rgba(26,206,133,.09),transparent 28%),    linear-gradient(180deg,#020403 0%,#07110d 17%,#eef4f6 34%,#f6f9fa 58%,#dfe8eb 70%,#07110d 84%,#020403 100%) !important;}section,.section-dark,.section-light,.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  background:transparent !important;  border:0 !important;  box-shadow:none;  margin:0 !important;}section::before,section::after{  pointer-events:none;}.barcode,.barcode-top,.barcode-bottom,.barcode-light-top,.barcode-light-left,.scenario-barcode{  display:none !important;}.site-header{  border-bottom:0 !important;}.footer{  border-top:0 !important;}.problem-section,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  padding-top:clamp(64px,7vw,96px);  padding-bottom:clamp(64px,7vw,96px);}.concept{  padding-top:clamp(54px,6vw,82px);  padding-bottom:clamp(54px,6vw,82px);}.cta-inline{  position:relative;  z-index:4;  display:flex;  align-items:center;  justify-content:space-between;  gap:18px;  width:min(760px,100%);  margin:clamp(30px,4vw,46px) auto 0;  padding:16px 18px 16px 24px;  border-radius:999px;  border:1px solid rgba(26,206,133,.30);  background:rgba(255,255,255,.72);  backdrop-filter:blur(16px);  box-shadow:0 18px 46px rgba(0,0,0,.12);}.cta-inline p{  margin:0;  color:#0a130f;  font-size:.98rem;  line-height:1.35;  font-weight:700;}.cta-inline .btn{  min-height:48px;  padding:13px 22px;  white-space:nowrap;  box-shadow:0 12px 30px rgba(26,206,133,.22);}.cta-cenario,.cta-faq{  background:rgba(255,255,255,.08);  border-color:rgba(26,206,133,.46);  box-shadow:0 18px 46px rgba(0,0,0,.22);}.cta-cenario p,.cta-faq p{  color:#fff;}.cta-solucao{  width:min(620px,100%);  margin-left:0;}.cta-problema,.cta-recursos{  margin-top:clamp(28px,4vw,44px);}@media (max-width:760px){  main{    background:      radial-gradient(circle at 18% 7%,rgba(26,206,133,.10),transparent 24%),      radial-gradient(circle at 86% 50%,rgba(26,206,133,.08),transparent 28%),      linear-gradient(180deg,#020403 0%,#06100c 18%,#e7eef1 33%,#f6f9fa 58%,#dce6e9 72%,#06100c 84%,#020403 100%) !important;  }  .hero{    padding-bottom:46px !important;  }  .problem-section,  .solution-section,  .features-section,  .benefits-section,  .scenario-section,  .faq-section,  .final-cta{    padding-top:52px !important;    padding-bottom:52px !important;  }  .concept{    padding-top:46px !important;    padding-bottom:46px !important;  }  .container{    width:calc(100% - 38px) !important;  }  .cta-inline{    display:flex;    flex-direction:column;    align-items:stretch;    text-align:center;    border-radius:24px;    padding:18px;    gap:14px;    margin-top:28px;  }  .cta-inline .btn{    width:100%;    min-height:52px;  }  .cta-solucao{    margin-left:auto;    margin-right:auto;  }  .pitch-card,  .feature-card,  .benefit-card,  .scenario-card,  .faq-item,  .cta-card{    border-top-width:1px !important;  }}/* === CORRECAO FINAL: SITE CONTINUO, SEM LINHAS ENTRE SECOES === */html, body { background:#020403 !important; }main{  background:    radial-gradient(circle at 15% 7%,rgba(26,206,133,.13),transparent 24%),    radial-gradient(circle at 92% 38%,rgba(26,206,133,.10),transparent 30%),    radial-gradient(circle at 10% 80%,rgba(26,206,133,.08),transparent 26%),    linear-gradient(180deg,      #020403 0%,      #020403 15%,      #04120d 24%,      #0a2118 31%,      #e6eef1 42%,      #f6f9fa 58%,      #e1eaed 70%,      #082016 78%,      #03100b 88%,      #020403 100%) !important;}.hero{  margin-bottom:-1px !important;  background:transparent !important;  overflow:hidden !important;}.hero-background{  background:    radial-gradient(circle at 76% 18%,rgba(26,206,133,0.20),transparent 40%),    linear-gradient(90deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.86) 48%,rgba(0,0,0,0.48) 100%),    url("assets/images/hero-pitch-bg.webp") right center / cover no-repeat !important;}.hero::after{  content:"" !important;  position:absolute !important;  left:0 !important;  right:0 !important;  bottom:-2px !important;  height:38% !important;  z-index:1 !important;  background:linear-gradient(0deg,    rgba(4,18,13,1) 0%,    rgba(4,18,13,.92) 26%,    rgba(4,18,13,.46) 62%,    rgba(4,18,13,0) 100%) !important;  pointer-events:none !important;}section,.section-dark,.section-light,.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta,.footer{  background:transparent !important;  border-top:0 !important;  border-bottom:0 !important;  outline:0 !important;  box-shadow:none !important;}.problem-section,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  margin-top:-1px !important;  margin-bottom:-1px !important;}section::before,section::after,.section-dark::before,.section-dark::after,.section-light::before,.section-light::after,.problem-section::before,.problem-section::after,.solution-section::before,.solution-section::after,.features-section::before,.features-section::after,.benefits-section::before,.benefits-section::after,.scenario-section::before,.scenario-section::after,.faq-section::before,.faq-section::after,.final-cta::before,.final-cta::after{  border:0 !important;  box-shadow:none !important;}.site-header{border:0 !important;box-shadow:none !important;}@media (max-width:760px){  main{    background:      radial-gradient(circle at 18% 6%,rgba(26,206,133,.11),transparent 24%),      radial-gradient(circle at 86% 49%,rgba(26,206,133,.08),transparent 30%),      linear-gradient(180deg,        #020403 0%,        #020403 17%,        #04120d 24%,        #0a2118 31%,        #e7eef1 42%,        #f6f9fa 60%,        #dfe8eb 72%,        #082016 80%,        #03100b 90%,        #020403 100%) !important;  }  .hero::after{    height:42% !important;    background:linear-gradient(0deg,      rgba(4,18,13,1) 0%,      rgba(4,18,13,.90) 30%,      rgba(4,18,13,.42) 66%,      rgba(4,18,13,0) 100%) !important;  }  section,  .problem-section,  .solution-section,  .features-section,  .benefits-section,  .scenario-section,  .faq-section,  .final-cta{    border:0 !important;    background:transparent !important;    box-shadow:none !important;  }}/* === CORRECAO PONTUAL DE LEGIBILIDADE - SECAO AGORA TEM CONSERTO === */.concept,.concept.section-dark{  position:relative !important;  overflow:hidden !important;}.concept::before{  content:"" !important;  position:absolute !important;  inset:0 !important;  z-index:0 !important;  background:    radial-gradient(circle at 18% 40%, rgba(0,0,0,.42), transparent 44%),    linear-gradient(90deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.24) 42%, rgba(0,0,0,.08) 100%) !important;  pointer-events:none !important;  border:0 !important;  box-shadow:none !important;}.concept .container,.concept-grid,.concept-copy,.concept-card{  position:relative !important;  z-index:2 !important;}.concept-copy .label,.concept-copy .label-dark{  color:#1ACE85 !important;  text-shadow:0 2px 18px rgba(0,0,0,.72) !important;  opacity:1 !important;}.concept-copy h2{  color:#FFFFFF !important;  opacity:1 !important;  text-shadow:0 12px 42px rgba(0,0,0,.58), 0 2px 8px rgba(0,0,0,.42) !important;  mix-blend-mode:normal !important;  filter:none !important;}.concept-copy p{  color:rgba(255,255,255,.88) !important;  opacity:1 !important;  text-shadow:0 6px 24px rgba(0,0,0,.52) !important;}@media (max-width:760px){  .concept::before{    background:      radial-gradient(circle at 20% 40%, rgba(0,0,0,.46), transparent 48%),      linear-gradient(180deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,.20) 100%) !important;  }  .concept-copy h2{    color:#FFFFFF !important;    text-shadow:0 10px 34px rgba(0,0,0,.65), 0 2px 8px rgba(0,0,0,.50) !important;  }  .concept-copy p{    color:rgba(255,255,255,.90) !important;  }}/* === AJUSTES PONTUAIS: NOTEBOOK E SECAO SOLUCAO SMARTCAD === *//* Remove a imagem decorativa/transparente indevida da seção Solução Smartcad */.solution-section::before,.solution-section .system-visual,.backdrop-layer-two {  display: none !important;  background: none !important;  opacity: 0 !important;}.solution-grid {  grid-template-columns: minmax(0, 1fr) !important;}.solution-copy {  max-width: 920px !important;  margin-inline: auto !important;  text-align: left !important;}.solution-copy .cta-solucao {  margin-left: 0 !important;  margin-right: auto !important;}/* Garante que o notebook use somente o recorte novo, sem caixa, fundo, superfície ou máscara */.hero-notebook,.hero-notebook img {  overflow: visible !important;  background: transparent !important;  border: 0 !important;  box-shadow: none !important;}.hero-notebook img {  object-fit: contain !important;  filter: drop-shadow(0 30px 70px rgba(0,0,0,.42)) drop-shadow(0 0 22px rgba(26,206,133,.12)) !important;}@media (max-width: 760px) {  .solution-copy {    max-width: 100% !important;  }  .solution-copy .cta-solucao {    margin-left: auto !important;    margin-right: auto !important;  }}/* === CORRECAO: FLUXOGRAMA DA SECAO SOLUCAO SMARTCAD === */.solution-section::before,.backdrop-layer-two {  display: none !important;  background: none !important;  opacity: 0 !important;}.solution-section .system-visual {  display: flex !important;  align-items: center !important;  justify-content: center !important;  background: transparent !important;  border: 0 !important;  box-shadow: none !important;  opacity: 1 !important;  overflow: visible !important;  min-height: 420px !important;  position: relative !important;  z-index: 2 !important;}.solution-section .system-visual::before,.solution-section .system-visual::after {  display: none !important;  content: none !important;}.solution-section .system-visual img {  display: block !important;  width: min(100%, 560px) !important;  height: auto !important;  object-fit: contain !important;  opacity: .96 !important;  background: transparent !important;  border: 0 !important;  border-radius: 0 !important;  box-shadow: none !important;  filter: drop-shadow(0 24px 46px rgba(0,0,0,.16)) !important;}.solution-grid {  grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr) !important;  align-items: center !important;  gap: clamp(34px, 5vw, 78px) !important;}.solution-copy {  max-width: 720px !important;  margin-inline: 0 !important;  text-align: left !important;  position: relative !important;  z-index: 3 !important;}.solution-copy .cta-solucao {  margin-left: 0 !important;  margin-right: auto !important;}@media (max-width: 1100px) {  .solution-grid {    grid-template-columns: 1fr !important;  }  .solution-section .system-visual {    min-height: 0 !important;    margin-top: 22px !important;  }  .solution-section .system-visual img {    width: min(100%, 520px) !important;    margin-inline: auto !important;  }}@media (max-width: 760px) {  .solution-section .system-visual {    margin-top: 10px !important;  }  .solution-section .system-visual img {    width: min(100%, 440px) !important;    opacity: .9 !important;  }}/* Ajuste de diagramação do título da seção O Cenário Mudou */.scenario-content .scenario-title{  max-width: 760px !important;  margin: 0 0 clamp(26px,3.4vw,42px) !important;  font-size: clamp(3.35rem, 5.4vw, 5.9rem) !important;  line-height: .92 !important;  letter-spacing: -.065em !important;  text-align: left !important;  text-wrap: normal !important;  color: #fff !important;  text-shadow: 0 14px 34px rgba(0,0,0,.26) !important;}.scenario-content .scenario-title span{  display:block;}.scenario-content .scenario-title span:nth-child(2){  margin-left: .02em;}.scenario-content .scenario-title span:nth-child(3){  margin-left: .01em;}@media (min-width: 1101px){  .scenario-grid{    align-items:center !important;  }  .scenario-content{    padding-left: clamp(10px, 2vw, 30px);  }}@media (max-width: 760px){  .scenario-content .scenario-title{    max-width: 100% !important;    font-size: clamp(2.65rem, 12vw, 4rem) !important;    line-height: .94 !important;    letter-spacing: -.06em !important;    margin-bottom: 24px !important;  }  .scenario-content .scenario-title span{    display:inline;  }  .scenario-content .scenario-title span::after{    content:' ';  }  .scenario-content .scenario-title span:nth-child(2),  .scenario-content .scenario-title span:nth-child(3){    margin-left:0;  }}/* === AJUSTE GLOBAL: TITULOS ALINHADOS A ESQUERDA === */.hero-copy,.section-heading,.section-heading.center,.section-heading.left,.solution-copy,.concept-copy,.scenario-content,.faq-heading,.final-cta .cta-copy {  text-align: left !important;  margin-left: 0 !important;  margin-right: auto !important;}.section-heading,.section-heading.center,.section-heading.left,.solution-copy,.concept-copy,.scenario-content,.faq-heading {  width: 100% !important;  max-width: min(100%, 980px) !important;}.hero h1,.section-heading h2,.solution-copy h2,.concept-copy h2,.concept h2,.scenario-content h2,.scenario-content .scenario-title,.faq-heading h2,.final-cta h2,.contact-card-ui h2 {  text-align: left !important;  margin-left: 0 !important;  margin-right: auto !important;}.section-heading.center p,.section-heading p,.solution-copy p,.concept-copy p,.faq-heading p {  text-align: left !important;  margin-left: 0 !important;  margin-right: auto !important;}/* mantem os blocos dentro da margem do container e evita titulos centralizados soltos */.features-section .section-heading.center,.faq-section .faq-heading,.benefits-section .section-heading,.problem-section .section-heading {  align-self: start !important;  justify-self: start !important;}/* o CTA final pode manter o cartao/QR alinhado visualmente, mas o texto fica a esquerda */.final-cta .cta-grid {  align-items: center !important;}.final-cta .cta-copy {  justify-self: start !important;}@media (max-width: 760px) {  .hero-copy,  .section-heading,  .section-heading.center,  .section-heading.left,  .solution-copy,  .concept-copy,  .scenario-content,  .faq-heading,  .final-cta .cta-copy {    text-align: left !important;    margin-left: 0 !important;    margin-right: auto !important;  }  .hero h1,  .section-heading h2,  .solution-copy h2,  .concept-copy h2,  .concept h2,  .scenario-content h2,  .scenario-content .scenario-title,  .faq-heading h2,  .final-cta h2 {    text-align: left !important;    max-width: 100% !important;  }}/* === AJUSTE FINAL: TITULO DA REFORMA ALINHADO AO ESPACO VAZIO ACIMA DA IMAGEM === */@media (min-width: 1101px) {  #cenario .scenario-grid {    display: grid !important;    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr) !important;    column-gap: clamp(34px, 5vw, 72px) !important;    align-items: end !important;  }  #cenario .scenario-visual {    grid-column: 1 !important;    grid-row: 1 !important;    align-self: end !important;    justify-self: start !important;    margin-top: clamp(250px, 20vw, 340px) !important;    width: 100% !important;    z-index: 1 !important;  }  #cenario .scenario-visual img {    width: min(100%, 620px) !important;    margin-left: 0 !important;    margin-right: auto !important;  }  #cenario .scenario-content {    grid-column: 1 / -1 !important;    grid-row: 1 !important;    display: grid !important;    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr) !important;    column-gap: clamp(34px, 5vw, 72px) !important;    align-items: start !important;    padding-left: 0 !important;    width: 100% !important;    max-width: none !important;    z-index: 2 !important;  }  #cenario .scenario-content .label {    grid-column: 1 / -1 !important;    justify-self: start !important;    margin-left: 0 !important;    margin-bottom: 16px !important;  }  #cenario .scenario-content .scenario-title {    grid-column: 1 / -1 !important;    justify-self: start !important;    max-width: 780px !important;    margin-left: 0 !important;    margin-right: auto !important;    margin-bottom: clamp(26px, 3vw, 42px) !important;    text-align: left !important;  }  #cenario .scenario-cards,  #cenario .scenario-highlight {    grid-column: 2 !important;    justify-self: stretch !important;    align-self: start !important;  }  #cenario .scenario-cards {    margin-top: clamp(8px, 1.4vw, 24px) !important;  }  #cenario .scenario-highlight {    margin-top: 22px !important;  }}@media (max-width: 1100px) {  #cenario .scenario-grid,  #cenario .scenario-content {    display: grid !important;    grid-template-columns: 1fr !important;  }  #cenario .scenario-content {    order: 1 !important;    padding-left: 0 !important;    max-width: 100% !important;  }  #cenario .scenario-visual {    order: 2 !important;    margin-top: 22px !important;    justify-self: start !important;  }  #cenario .scenario-content .label,  #cenario .scenario-content .scenario-title,  #cenario .scenario-cards,  #cenario .scenario-highlight {    grid-column: 1 !important;    margin-left: 0 !important;    margin-right: auto !important;  }}/* === AJUSTE FINAL: TITULO DA REFORMA EM 2-3 LINHAS E DESTAQUE VERDE === */#cenario .scenario-content .scenario-title-wide,#cenario .scenario-content .scenario-title{  color:#ffffff !important;  text-align:left !important;  max-width:min(1120px,100%) !important;  width:100% !important;  font-size:clamp(4.2rem,6.25vw,7.35rem) !important;  line-height:.91 !important;  letter-spacing:-.068em !important;  text-wrap:balance !important;  margin-left:0 !important;  margin-right:auto !important;  margin-bottom:clamp(30px,3.4vw,48px) !important;}#cenario .scenario-content .scenario-title-wide span,#cenario .scenario-content .scenario-title span{  display:block !important;}#cenario .scenario-content .scenario-title-wide strong,#cenario .scenario-content .scenario-title strong{  color:var(--green) !important;  font:inherit !important;  letter-spacing:inherit !important;}@media (min-width:1101px){  #cenario .scenario-grid{    grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr) !important;    align-items:end !important;  }  #cenario .scenario-content{    grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr) !important;  }  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    grid-column:1 / -1 !important;    max-width:min(1140px,calc(100vw - 80px)) !important;  }  #cenario .scenario-content .label{    grid-column:1 / -1 !important;  }}@media (max-width:1100px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    max-width:100% !important;    font-size:clamp(3.1rem,9.6vw,5.2rem) !important;    line-height:.94 !important;  }}@media (max-width:760px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    font-size:clamp(2.65rem,12.2vw,4.05rem) !important;    line-height:.95 !important;    letter-spacing:-.06em !important;  }  #cenario .scenario-content .scenario-title-wide span,  #cenario .scenario-content .scenario-title span{    display:inline !important;  }  #cenario .scenario-content .scenario-title-wide span::after,  #cenario .scenario-content .scenario-title span::after{    content:' ';  }}/* === CORRECAO FINAL: TITULO REFORMA EM 2 LINHAS, USANDO A AREA DISPONIVEL === */@media (min-width: 1101px) {  #cenario .scenario-grid {    position: relative !important;    display: grid !important;    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr) !important;    column-gap: clamp(34px, 5vw, 72px) !important;    align-items: end !important;  }  #cenario .scenario-content {    grid-column: 1 / -1 !important;    grid-row: 1 !important;    display: grid !important;    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr) !important;    column-gap: clamp(34px, 5vw, 72px) !important;    width: 100% !important;    max-width: none !important;    padding-left: 0 !important;    z-index: 2 !important;  }  #cenario .scenario-content .label {    grid-column: 1 / -1 !important;    justify-self: start !important;    margin-left: 0 !important;    margin-bottom: clamp(14px, 1.3vw, 22px) !important;  }  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title {    grid-column: 1 / -1 !important;    justify-self: stretch !important;    width: 100% !important;    max-width: min(1320px, calc(100vw - 96px)) !important;    margin: 0 0 clamp(34px, 3vw, 52px) 0 !important;    padding: 0 !important;    text-align: left !important;    font-size: clamp(4.1rem, 4.75vw, 6.05rem) !important;    line-height: .90 !important;    letter-spacing: -.066em !important;    color: #fff !important;    text-wrap: normal !important;    white-space: normal !important;  }  #cenario .scenario-content .scenario-title-wide span,  #cenario .scenario-content .scenario-title span {    display: block !important;    white-space: nowrap !important;  }  #cenario .scenario-content .scenario-title-wide strong,  #cenario .scenario-content .scenario-title strong {    color: var(--green) !important;    font: inherit !important;    letter-spacing: inherit !important;  }  #cenario .scenario-cards,  #cenario .scenario-highlight,  #cenario .cta-cenario {    grid-column: 2 !important;    justify-self: stretch !important;  }  #cenario .scenario-visual {    grid-column: 1 !important;    grid-row: 1 !important;    align-self: end !important;    justify-self: start !important;    margin-top: clamp(260px, 20vw, 360px) !important;    z-index: 1 !important;  }}@media (min-width: 1101px) and (max-width: 1320px) {  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title {    font-size: clamp(3.55rem, 4.45vw, 5.25rem) !important;  }}@media (max-width: 1100px) {  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title {    width: 100% !important;    max-width: 100% !important;    font-size: clamp(3rem, 8.4vw, 5.1rem) !important;    line-height: .92 !important;    letter-spacing: -.06em !important;    text-align: left !important;  }  #cenario .scenario-content .scenario-title-wide span,  #cenario .scenario-content .scenario-title span {    display: block !important;    white-space: normal !important;  }}@media (max-width: 760px) {  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title {    font-size: clamp(2.5rem, 11vw, 3.8rem) !important;    line-height: .96 !important;    letter-spacing: -.055em !important;  }  #cenario .scenario-content .scenario-title-wide span,  #cenario .scenario-content .scenario-title span {    display: inline !important;    white-space: normal !important;  }}/* AJUSTE FINAL - TITULO REFORMA TRIBUTARIA SEM ESTOURAR A LARGURA */#cenario .scenario-grid{  align-items:start !important;}#cenario .scenario-content{  width:100% !important;  max-width:var(--container) !important;  margin-inline:auto !important;  text-align:left !important;  overflow:visible !important;}#cenario .scenario-content .label{  margin-left:0 !important;  align-self:flex-start !important;}#cenario .scenario-content .scenario-title-wide,#cenario .scenario-content .scenario-title{  width:100% !important;  max-width:min(1120px,100%) !important;  margin:0 0 clamp(26px,3vw,42px) 0 !important;  padding:0 !important;  text-align:left !important;  font-size:clamp(3rem,4.85vw,5.05rem) !important;  line-height:.91 !important;  letter-spacing:-.065em !important;  text-wrap:normal !important;  overflow:visible !important;  word-break:normal !important;  white-space:normal !important;}#cenario .scenario-content .scenario-title-wide span,#cenario .scenario-content .scenario-title span{  display:block !important;  width:100% !important;  max-width:100% !important;  white-space:normal !important;  text-wrap:normal !important;}#cenario .scenario-content .scenario-title-wide strong,#cenario .scenario-content .scenario-title strong{  color:var(--green) !important;}@media (min-width:1180px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    font-size:4.9rem !important;  }}@media (max-width:980px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    font-size:clamp(2.5rem,8.2vw,4.2rem) !important;    line-height:.94 !important;    max-width:100% !important;  }}@media (max-width:620px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    font-size:clamp(2.15rem,10vw,3.15rem) !important;    line-height:.96 !important;    letter-spacing:-.055em !important;  }}/* === AJUSTE DEFINITIVO: TITULO DA REFORMA EM 3 LINHAS, SEM ESTOURO === */#cenario .scenario-content .scenario-title-wide,#cenario .scenario-content .scenario-title{  display:block !important;  width:100% !important;  max-width:min(1060px, 100%) !important;  margin:0 0 clamp(26px, 3vw, 42px) 0 !important;  padding:0 !important;  text-align:left !important;  color:#fff !important;  font-size:clamp(3.05rem, 4.15vw, 4.55rem) !important;  line-height:.93 !important;  letter-spacing:-.058em !important;  white-space:normal !important;  text-wrap:normal !important;  overflow-wrap:normal !important;  word-break:normal !important;  overflow:visible !important;}#cenario .scenario-content .scenario-title-wide span,#cenario .scenario-content .scenario-title span{  display:block !important;  width:100% !important;  max-width:100% !important;  white-space:normal !important;  text-wrap:normal !important;  overflow:visible !important;}#cenario .scenario-content .scenario-title-wide strong,#cenario .scenario-content .scenario-title strong{  color:var(--green) !important;  font:inherit !important;  letter-spacing:inherit !important;}@media (min-width:1500px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    max-width:1160px !important;    font-size:4.75rem !important;  }}@media (min-width:1101px) and (max-width:1320px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    max-width:940px !important;    font-size:clamp(3.1rem, 3.9vw, 4.15rem) !important;  }}@media (max-width:1100px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    max-width:100% !important;    font-size:clamp(2.7rem, 8.2vw, 4.05rem) !important;    line-height:.95 !important;    letter-spacing:-.055em !important;  }}@media (max-width:620px){  #cenario .scenario-content .scenario-title-wide,  #cenario .scenario-content .scenario-title{    font-size:clamp(2.15rem, 10vw, 3rem) !important;    line-height:.98 !important;    letter-spacing:-.05em !important;  }  #cenario .scenario-content .scenario-title-wide span,  #cenario .scenario-content .scenario-title span{    display:block !important;  }}/* === AJUSTE MINIMO: REMOVER A LINHA ENTRE A PRIMEIRA E A SEGUNDA SECAO SEM ALTERAR O RESTANTE === */.hero{  margin-bottom:-2px !important;}.hero::after{  bottom:-3px !important;  height:calc(38% + 8px) !important;}.problem-section{  margin-top:-2px !important;  border-top:0 !important;  outline:0 !important;}@media (max-width:760px){  .hero{    margin-bottom:-3px !important;  }  .hero::after{    bottom:-4px !important;    height:calc(42% + 10px) !important;  }  .problem-section{    margin-top:-3px !important;  }}/* === AJUSTE PONTUAL: DEGRADE SUAVE ENTRE HERO E O PROBLEMA ===   Remove a linha visual entre a primeira e a segunda secao sem alterar layout, imagens, icones ou conteudo. */.hero{  position:relative !important;  overflow:visible !important;  margin-bottom:-140px !important;  padding-bottom:calc(62px + 140px) !important;}.hero::after{  content:"" !important;  position:absolute !important;  left:0 !important;  right:0 !important;  bottom:-140px !important;  height:430px !important;  z-index:3 !important;  pointer-events:none !important;  background:linear-gradient(180deg,    rgba(2,4,3,0) 0%,    rgba(2,8,6,.46) 22%,    rgba(3,15,11,.86) 48%,    rgba(4,18,13,.98) 66%,    rgba(4,18,13,.86) 82%,    rgba(4,18,13,0) 100%) !important;}.problem-section{  position:relative !important;  z-index:2 !important;  margin-top:0 !important;  padding-top:calc(clamp(64px,7vw,96px) + 140px) !important;}.problem-section > .container{  position:relative !important;  z-index:5 !important;}@media (max-width:760px){  .hero{    margin-bottom:-92px !important;    padding-bottom:calc(46px + 92px) !important;  }  .hero::after{    bottom:-92px !important;    height:300px !important;    background:linear-gradient(180deg,      rgba(2,4,3,0) 0%,      rgba(2,8,6,.46) 24%,      rgba(3,15,11,.88) 52%,      rgba(4,18,13,.96) 72%,      rgba(4,18,13,0) 100%) !important;  }  .problem-section{    padding-top:calc(52px + 92px) !important;  }}/* === CORRECAO FINAL: remover linhas/quebras entre secoes e estabilizar responsividade === */html,body{  margin:0 !important;  padding:0 !important;  background:#020403 !important;  overflow-x:hidden !important;}main{  position:relative !important;  display:block !important;  overflow:hidden !important;  background:#020403 !important;}main > section,section,.section-dark,.section-light,.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  margin-top:0 !important;  margin-bottom:0 !important;  border-top:0 !important;  border-bottom:0 !important;  outline:0 !important;  box-shadow:none !important;  content-visibility:visible !important;  contain-intrinsic-size:auto !important;}.section-dark,.concept,.scenario-section,.faq-section,.final-cta{  background:linear-gradient(180deg,#020403 0%,#04120d 100%) !important;}.problem-section,.solution-section,.features-section,.benefits-section{  background:linear-gradient(180deg,#e7f0f0 0%,#f3f8f8 50%,#e7f0f0 100%) !important;}.hero{  min-height:calc(100vh - 86px) !important;  margin:0 !important;  padding-top:clamp(120px,9vw,170px) !important;  padding-bottom:clamp(58px,6vw,92px) !important;  overflow:hidden !important;  background:#020403 !important;}.hero::after{  content:"" !important;  position:absolute !important;  left:0 !important;  right:0 !important;  bottom:0 !important;  height:18% !important;  z-index:1 !important;  pointer-events:none !important;  background:linear-gradient(0deg,#020403 0%,rgba(2,4,3,0) 100%) !important;}.problem-section{  padding-top:clamp(72px,7vw,110px) !important;}.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta,.concept{  padding-top:clamp(72px,7vw,108px) !important;  padding-bottom:clamp(72px,7vw,108px) !important;}.problem-section + .concept,.concept + .solution-section,.solution-section + .features-section,.features-section + .benefits-section,.benefits-section + .scenario-section,.scenario-section + .faq-section,.faq-section + .final-cta{  margin-top:0 !important;}main > section::before,main > section::after,.section-dark::before,.section-dark::after,.section-light::before,.section-light::after,.problem-section::before,.problem-section::after,.solution-section::before,.solution-section::after,.features-section::before,.features-section::after,.benefits-section::before,.benefits-section::after,.scenario-section::before,.scenario-section::after,.faq-section::before,.faq-section::after,.final-cta::before,.final-cta::after{  border:0 !important;  outline:0 !important;  box-shadow:none !important;}.hero-metrics div{  background:transparent !important;  box-shadow:none !important;  backdrop-filter:none !important;  -webkit-backdrop-filter:none !important;  border:1px solid rgba(72,221,151,0.62) !important;}.hero-metrics strong,.hero-metrics span{  color:#ffffff !important;  -webkit-text-fill-color:#ffffff !important;  opacity:1 !important;  text-shadow:none !important;  filter:none !important;  -webkit-filter:none !important;  mix-blend-mode:normal !important;}.solution-copy h2,.solution-copy p,.solution-bullets span,.section-light .section-heading h2,.section-light .section-heading p{  position:relative !important;  z-index:2 !important;}.system-visual img,.scenario-visual img,.hero-notebook img{  max-width:100% !important;  height:auto !important;  object-fit:contain !important;}@media (min-width:1100px){  .hero-grid,  .solution-grid,  .scenario-grid,  .cta-grid{    align-items:center !important;  }  .hero h1{    font-size:clamp(4rem,5.1vw,6rem) !important;  }}@media (max-width:900px){  main{background:#020403 !important;}  .hero{    min-height:auto !important;    padding-top:calc(92px + env(safe-area-inset-top,0px)) !important;    padding-bottom:54px !important;  }  .hero::after{height:12% !important;}  .hero-grid,  .solution-grid,  .scenario-grid,  .cta-grid,  .concept-grid{    grid-template-columns:1fr !important;  }  .problem-section,  .solution-section,  .features-section,  .benefits-section,  .scenario-section,  .faq-section,  .final-cta,  .concept{    padding-top:56px !important;    padding-bottom:56px !important;  }  .hero-metrics{    grid-template-columns:1fr !important;    max-width:100% !important;  }}/* FINAL - continuidade visual entre secoes: remover linhas, quebras e faixas */html,body{  background:#020403 !important;  overflow-x:hidden !important;}main{  position:relative !important;  overflow:hidden !important;  background:    radial-gradient(circle at 82% 14%, rgba(26,206,133,.16), transparent 28%),    radial-gradient(circle at 12% 42%, rgba(26,206,133,.08), transparent 24%),    linear-gradient(180deg,      #020403 0%,      #020403 14%,      #071611 23%,      #dfeaea 34%,      #f2f7f7 55%,      #e2eeee 70%,      #071610 83%,      #020403 100%) !important;}main > section,.hero,.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  margin-top:0 !important;  margin-bottom:0 !important;  border-top:0 !important;  border-bottom:0 !important;  outline:0 !important;  background-color:transparent !important;  background-image:none !important;  box-shadow:none !important;  position:relative !important;  overflow:hidden !important;  content-visibility:visible !important;  contain-intrinsic-size:auto !important;}.section-dark,.section-light{  background-color:transparent !important;  background-image:none !important;  border:0 !important;  outline:0 !important;}main > section + section{  margin-top:-1px !important;}main > section::before,main > section::after,.hero::before,.hero::after,.problem-section::before,.problem-section::after,.concept::before,.concept::after,.solution-section::before,.solution-section::after,.features-section::before,.features-section::after,.benefits-section::before,.benefits-section::after,.scenario-section::before,.scenario-section::after,.faq-section::before,.faq-section::after,.final-cta::before,.final-cta::after{  border:0 !important;  outline:0 !important;  box-shadow:none !important;}.hero::after{  display:none !important;}.hero-background{  bottom:-2px !important;}.hero,.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  transform:translateZ(0) !important;}.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  padding-top:clamp(72px,7vw,108px) !important;  padding-bottom:clamp(72px,7vw,108px) !important;}/* Faixas de transicao suaves no conteudo, sem formar linhas horizontais */.problem-section,.solution-section,.features-section,.benefits-section{  color:#050505 !important;}.concept,.scenario-section,.faq-section,.final-cta{  color:#ffffff !important;}/* Cards hero: texto branco sem sombra frontal, mantendo tamanho/fonte */.hero-metrics div{  box-shadow:none !important;  backdrop-filter:none !important;  -webkit-backdrop-filter:none !important;}.hero-metrics strong,.hero-metrics span{  color:#ffffff !important;  -webkit-text-fill-color:#ffffff !important;  opacity:1 !important;  text-shadow:none !important;  filter:none !important;  -webkit-filter:none !important;  mix-blend-mode:normal !important;  -webkit-text-stroke:0 !important;}/* Responsividade fluida */@media (min-width:1100px){  .hero-grid,  .solution-grid,  .scenario-grid,  .cta-grid,  .concept-grid{    gap:clamp(34px,5vw,72px) !important;  }}@media (max-width:900px){  main{    background:      linear-gradient(180deg,        #020403 0%,        #071611 12%,        #dfeaea 24%,        #f2f7f7 66%,        #dfeaea 76%,        #071610 88%,        #020403 100%) !important;  }  main > section + section{    margin-top:-1px !important;  }  .problem-section,  .concept,  .solution-section,  .features-section,  .benefits-section,  .scenario-section,  .faq-section,  .final-cta{    padding-top:56px !important;    padding-bottom:56px !important;  }}/* Correção final de continuidade entre a primeira e a segunda seção */.hero{  overflow:visible !important;  margin-bottom:-120px !important;  padding-bottom:calc(62px + 120px) !important;  z-index:2 !important;}.hero::after{  content:"" !important;  display:block !important;  position:absolute !important;  left:0 !important;  right:0 !important;  bottom:-120px !important;  height:260px !important;  z-index:3 !important;  pointer-events:none !important;  border:0 !important;  outline:0 !important;  box-shadow:none !important;  background:linear-gradient(180deg,    rgba(2,4,3,0) 0%,    rgba(2,8,6,0.24) 20%,    rgba(17,48,38,0.55) 42%,    rgba(117,146,137,0.72) 68%,    rgba(223,234,234,0.98) 100%) !important;}.problem-section{  z-index:1 !important;  margin-top:0 !important;  padding-top:calc(clamp(72px,7vw,108px) + 96px) !important;  background:linear-gradient(180deg,    rgba(223,234,234,0.98) 0%,    rgba(235,243,243,0.98) 34%,    rgba(242,247,247,0.98) 100%) !important;  border-top:0 !important;  outline:0 !important;}/* Remove elementos decorativos que podem parecer linhas de separação entre seções */.hero > .barcode-bottom,.problem-section > .barcode-light-top,main > section + section::before,main > section + section::after{  display:none !important;}@media (max-width:900px){  .hero{    margin-bottom:-80px !important;    padding-bottom:calc(54px + 80px) !important;  }  .hero::after{    bottom:-80px !important;    height:190px !important;    background:linear-gradient(180deg,      rgba(2,4,3,0) 0%,      rgba(17,48,38,0.50) 45%,      rgba(223,234,234,0.98) 100%) !important;  }  .problem-section{    padding-top:calc(56px + 70px) !important;  }}/* ===== REVISAO FINAL SMARTCAD: continuidade, responsividade e leitura ===== */html,body{background:#020403!important;overflow-x:hidden!important;}body{margin:0!important;}main{  background:linear-gradient(180deg,    #020403 0%,    #020403 16%,    #06130f 22%,    #17382f 29%,    #8fa59f 35%,    #dfeaea 41%,    #edf4f4 58%,    #dce8e8 70%,    #17372e 80%,    #06130f 88%,    #020403 100%)!important;  overflow:hidden!important;}main>section{  background:transparent!important;  border-top:0!important;border-bottom:0!important;outline:0!important;box-shadow:none!important;  margin-top:-1px!important;margin-bottom:-1px!important;}.section-dark,.section-light,.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  background:transparent!important;  border:0!important;outline:0!important;box-shadow:none!important;}/* remover linhas/faixas decorativas entre secoes */.barcode,.barcode-top,.barcode-bottom,.barcode-light-top,.barcode-light-left,.scenario-barcode{display:none!important;}main>section::before,main>section::after{border:0!important;outline:0!important;box-shadow:none!important;}.problem-section::before,.concept::before,.solution-section::before,.features-section::before,.benefits-section::before,.scenario-section::before,.faq-section::before,.final-cta::before,.problem-section::after,.concept::after,.solution-section::after,.features-section::after,.benefits-section::after,.scenario-section::after,.faq-section::after,.final-cta::after{display:none!important;}/* transicao fluida hero -> segunda secao */.hero{  position:relative!important;overflow:visible!important;  margin-bottom:-190px!important;  padding-bottom:calc(62px + 190px)!important;  z-index:2!important;}.hero::after{  content:""!important;display:block!important;position:absolute!important;left:0!important;right:0!important;bottom:-190px!important;height:390px!important;z-index:4!important;pointer-events:none!important;  background:linear-gradient(180deg,    rgba(2,4,3,0) 0%,    rgba(2,4,3,.32) 18%,    rgba(9,28,22,.58) 38%,    rgba(42,76,64,.70) 58%,    rgba(143,165,159,.76) 77%,    rgba(223,234,234,.98) 100%)!important;  border:0!important;outline:0!important;box-shadow:none!important;}.problem-section{  position:relative!important;z-index:1!important;  padding-top:calc(clamp(64px,7vw,96px) + 150px)!important;}/* hero responsivo e sem estouro em desktop grande */@media (min-width:1400px){  .hero h1{font-size:clamp(4.2rem,5.2vw,5.6rem)!important;max-width:780px!important;}  .hero p{font-size:clamp(1.05rem,1.18vw,1.22rem)!important;max-width:720px!important;}  .hero-notebook img{width:min(100%,720px)!important;}}@media (max-width:1100px){  .hero-grid,.solution-grid,.scenario-grid,.cta-grid,.concept-grid{grid-template-columns:1fr!important;}  .hero-notebook{order:2!important;}  .hero-content{order:1!important;}}@media (max-width:900px){  main{background:linear-gradient(180deg,#020403 0%,#071611 15%,#607a72 28%,#dfeaea 38%,#edf4f4 64%,#dce8e8 75%,#071610 88%,#020403 100%)!important;}  .hero{margin-bottom:-120px!important;padding-bottom:calc(54px + 120px)!important;}  .hero::after{bottom:-120px!important;height:260px!important;background:linear-gradient(180deg,rgba(2,4,3,0) 0%,rgba(17,48,38,.58) 52%,rgba(223,234,234,.98) 100%)!important;}  .problem-section{padding-top:calc(56px + 100px)!important;}}/* cards API/Sem troca/Em segundos: texto branco, sem sombra frontal, mantendo fonte/tamanho-base */.hero-metrics div{background:rgba(0,43,31,.54)!important;border:1px solid rgba(72,221,151,.58)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;}.hero-metrics strong,.hero-metrics span{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;text-shadow:none!important;filter:none!important;-webkit-filter:none!important;mix-blend-mode:normal!important;-webkit-text-stroke:0!important;}.hero-metrics strong{font-size:1.06rem!important;line-height:1.1!important;font-family:var(--font-title)!important;}.hero-metrics span{font-size:.84rem!important;line-height:1.35!important;margin-top:4px!important;}/* imagens solicitadas sem fundos estranhos e responsivas */.system-visual img,.scenario-visual img{background:transparent!important;border:0!important;box-shadow:none!important;object-fit:contain!important;height:auto!important;max-width:100%!important;}.system-visual img{width:min(100%,720px)!important;}.scenario-visual img{width:min(100%,820px)!important;}@media (max-width:760px){  .container{width:calc(100% - 38px)!important;}  .hero h1{font-size:clamp(2.45rem,11vw,4rem)!important;}  .hero-metrics{grid-template-columns:1fr!important;max-width:100%!important;}  .hero-metrics div{padding:15px 16px!important;border-radius:18px!important;}  .solution-bullets{gap:12px!important;}  .solution-bullets span{font-size:.82rem!important;white-space:normal!important;}  .cta-inline{padding:24px 18px!important;}}/* ===== PATCH FINAL: pagina fluida sem linhas/quebras visuais entre secoes ===== */html,body{  margin:0!important;  padding:0!important;  background:#020403!important;  overflow-x:hidden!important;}body,main{  background:#020403!important;}.site-header{  border-bottom:0!important;  box-shadow:0 10px 34px rgba(0,0,0,.22)!important;}main{  position:relative!important;  overflow:hidden!important;}main>section,.hero,.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{  position:relative!important;  margin-top:-2px!important;  margin-bottom:-2px!important;  border:0!important;  outline:0!important;  box-shadow:none!important;  background-clip:border-box!important;  content-visibility:visible!important;  contain-intrinsic-size:auto!important;  transform:translateZ(0)!important;}main>section::before,main>section::after,.hero::before,.hero::after,.problem-section::before,.problem-section::after,.concept::before,.concept::after,.solution-section::before,.solution-section::after,.features-section::before,.features-section::after,.benefits-section::before,.benefits-section::after,.scenario-section::before,.scenario-section::after,.faq-section::before,.faq-section::after,.final-cta::before,.final-cta::after{  border:0!important;  outline:0!important;  box-shadow:none!important;}.barcode,.barcode-top,.barcode-bottom,.barcode-light-top,.barcode-light-left,.scenario-barcode{  display:none!important;}/* Transicao inicial sem faixa horizontal: o problema comeca escuro e clareia gradualmente. */.hero{  background:#020403!important;  overflow:hidden!important;  margin-bottom:-2px!important;  padding-bottom:clamp(70px,7vw,110px)!important;}.hero::after{  display:none!important;  content:none!important;}.problem-section{  margin-top:-2px!important;  padding-top:clamp(96px,9vw,150px)!important;  background:linear-gradient(180deg,    #020403 0%,    #04100c 10%,    #0c251d 22%,    #31584d 38%,    #93aaa4 58%,    #dfeaea 78%,    #edf4f4 100%)!important;}/* Demais transicoes: cada secao começa com a cor final da anterior para eliminar linhas. */.concept{  margin-top:-2px!important;  background:linear-gradient(180deg,    #edf4f4 0%,    #9fb4ae 9%,    #2d5449 24%,    #071610 48%,    #020403 100%)!important;}.solution-section{  margin-top:-2px!important;  background:linear-gradient(180deg,    #020403 0%,    #17382f 13%,    #8fa59f 32%,    #dfeaea 50%,    #edf4f4 100%)!important;}.features-section,.benefits-section{  margin-top:-2px!important;  background:linear-gradient(180deg,    #edf4f4 0%,    #f2f7f7 55%,    #e2eeee 100%)!important;}.scenario-section{  margin-top:-2px!important;  background:linear-gradient(180deg,    #e2eeee 0%,    #9fb4ae 10%,    #2d5449 25%,    #071610 48%,    #020403 100%)!important;}.faq-section,.final-cta{  margin-top:-2px!important;  background:linear-gradient(180deg,#020403 0%,#04120d 100%)!important;}/* Evita que degradês transparentes criem faixas sobre o texto. */.hero-background{bottom:0!important;}.problem-section>.container,.concept>.container,.solution-section>.container,.features-section>.container,.benefits-section>.container,.scenario-section>.container,.faq-section>.container,.final-cta>.container{  position:relative!important;  z-index:2!important;}/* Cards API/Sem troca/Em segundos: manter tamanho/fonte, com texto branco e sem sombra frontal. */.hero-metrics div{  background:transparent!important;  border:1px solid rgba(72,221,151,.62)!important;  box-shadow:none!important;  backdrop-filter:none!important;  -webkit-backdrop-filter:none!important;  filter:none!important;}.hero-metrics strong,.hero-metrics span{  color:#fff!important;  -webkit-text-fill-color:#fff!important;  opacity:1!important;  text-shadow:none!important;  filter:none!important;  -webkit-filter:none!important;  mix-blend-mode:normal!important;  -webkit-text-stroke:0!important;}@media (max-width:900px){  .hero{padding-bottom:64px!important;}  .problem-section{padding-top:88px!important;}  .concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{padding-top:56px!important;padding-bottom:56px!important;}}/* ===== CORRECAO DEFINITIVA: PAGINA CONTINUA, FLUIDA E SEM LINHAS ENTRE SECOES ===== */html,body{  margin:0!important;  padding:0!important;  background:#020403!important;  overflow-x:hidden!important;}body::before,body::after,main::before,main::after{display:none!important;content:none!important;}main{  position:relative!important;  overflow:hidden!important;  background:linear-gradient(180deg,    #020403 0%,    #020403 20%,    #06130f 27%,    #31584d 34%,    #dfeaea 43%,    #edf4f4 66%,    #dfeaea 74%,    #06130f 84%,    #020403 100%)!important;}main>section{  position:relative!important;  border:0!important;  outline:0!important;  box-shadow:none!important;  margin:0!important;  background-clip:border-box!important;  content-visibility:visible!important;  contain-intrinsic-size:auto!important;}.site-header{border-bottom:0!important;box-shadow:none!important;}.barcode,.barcode-top,.barcode-bottom,.barcode-light-top,.barcode-light-left,.scenario-barcode{display:none!important;}/* Remove pseudo-elementos decorativos que criavam faixas, exceto os dois degradês de transição abaixo. */main>section::before,main>section::after,.concept::before,.concept::after,.solution-section::before,.solution-section::after,.features-section::before,.features-section::after,.benefits-section::before,.benefits-section::after,.scenario-section::before,.scenario-section::after,.faq-section::before,.faq-section::after,.final-cta::before,.final-cta::after{  display:none!important;  content:none!important;  border:0!important;  outline:0!important;  box-shadow:none!important;}/* Hero estende um pouco para baixo e cobre a emenda com um degradê; isso elimina a linha entre a 1a e a 2a seção. */.hero{  overflow:visible!important;  z-index:2!important;  margin-bottom:-180px!important;  padding-bottom:calc(clamp(70px,7vw,110px) + 180px)!important;  background:#020403!important;  border:0!important;  box-shadow:none!important;}.hero::before{display:none!important;content:none!important;}.hero::after{  content:""!important;  display:block!important;  position:absolute!important;  left:0!important;  right:0!important;  bottom:-180px!important;  height:360px!important;  z-index:10!important;  pointer-events:none!important;  border:0!important;  outline:0!important;  box-shadow:none!important;  background:linear-gradient(180deg,    rgba(2,4,3,0) 0%,    rgba(2,4,3,.72) 28%,    #020403 46%,    #06130f 64%,    #31584d 82%,    rgba(223,234,234,.98) 100%)!important;}.problem-section{  z-index:1!important;  margin-top:-1px!important;  padding-top:calc(clamp(96px,9vw,150px) + 180px)!important;  background:linear-gradient(180deg,    #020403 0%,    #06130f 18%,    #31584d 42%,    #a8bab5 66%,    #dfeaea 84%,    #edf4f4 100%)!important;  border:0!important;  box-shadow:none!important;}.problem-section::before,.problem-section::after{display:none!important;content:none!important;}/* Demais secoes: pequenas sobreposicoes e degradês que começam na cor da seção anterior. */.concept{margin-top:-8px!important;background:linear-gradient(180deg,#edf4f4 0%,#9fb4ae 14%,#2d5449 32%,#071610 58%,#020403 100%)!important;}.solution-section{margin-top:-8px!important;background:linear-gradient(180deg,#020403 0%,#17382f 14%,#8fa59f 34%,#dfeaea 54%,#edf4f4 100%)!important;}.features-section,.benefits-section{margin-top:-8px!important;background:linear-gradient(180deg,#edf4f4 0%,#f2f7f7 60%,#e2eeee 100%)!important;}.scenario-section{margin-top:-8px!important;background:linear-gradient(180deg,#e2eeee 0%,#9fb4ae 14%,#2d5449 32%,#071610 58%,#020403 100%)!important;}.faq-section,.final-cta{margin-top:-8px!important;background:linear-gradient(180deg,#020403 0%,#04120d 100%)!important;}.problem-section>.container,.concept>.container,.solution-section>.container,.features-section>.container,.benefits-section>.container,.scenario-section>.container,.faq-section>.container,.final-cta>.container{position:relative!important;z-index:11!important;}/* Cards API/Sem troca/Em segundos: texto branco, sem sombra frontal e sem mudar tamanho/fonte. */.hero-metrics div{background:transparent!important;border:1px solid rgba(72,221,151,.62)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;}.hero-metrics strong,.hero-metrics span{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;text-shadow:none!important;filter:none!important;-webkit-filter:none!important;mix-blend-mode:normal!important;-webkit-text-stroke:0!important;}.hero-metrics strong{font-size:1.06rem!important;line-height:1.1!important;font-family:var(--font-title)!important;}.hero-metrics span{font-size:.84rem!important;line-height:1.35!important;margin-top:4px!important;}/* Responsivo: mantém fluidez sem gerar faixas no mobile. */@media (max-width:1100px){  .hero-grid,.solution-grid,.scenario-grid,.cta-grid,.concept-grid{grid-template-columns:1fr!important;}  .hero{margin-bottom:-120px!important;padding-bottom:calc(64px + 120px)!important;}  .hero::after{bottom:-120px!important;height:260px!important;background:linear-gradient(180deg,rgba(2,4,3,0) 0%,#020403 48%,#17382f 72%,rgba(223,234,234,.98) 100%)!important;}  .problem-section{padding-top:calc(88px + 120px)!important;}}@media (max-width:760px){  .container{width:calc(100% - 38px)!important;}  .hero{margin-bottom:-92px!important;padding-bottom:calc(56px + 92px)!important;}  .hero::after{bottom:-92px!important;height:220px!important;}  .problem-section{padding-top:calc(64px + 92px)!important;}  .concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{padding-top:56px!important;padding-bottom:56px!important;}}/* PATCH DEFINITIVO - continuidade visual entre secoes */html,body,main{background:#020403!important;overflow-x:hidden!important;}main,section{border:0!important;outline:0!important;box-shadow:none!important;}main section{margin-top:-1px!important;margin-bottom:-1px!important;}main section::before,main section::after{border:0!important;outline:0!important;box-shadow:none!important;}.hero{margin-bottom:-1px!important;padding-bottom:96px!important;overflow:hidden!important;background:#020403!important;}.hero::before,.hero::after,.hero .barcode-bottom{display:none!important;content:none!important;}.hero-background{bottom:-2px!important;background:radial-gradient(circle at 78% 20%,rgba(26,206,133,.22),transparent 38%),linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.9) 48%,rgba(0,0,0,.55) 100%),url("assets/images/hero-pitch-bg.webp") right center/cover no-repeat!important;}.problem-section{margin-top:-1px!important;padding-top:clamp(88px,8vw,132px)!important;background:linear-gradient(180deg,#020403 0%,#04100c 12%,#092018 28%,#163f32 58%,#dfeaea 100%)!important;border-top:0!important;box-shadow:none!important;}.problem-section::before,.problem-section::after,.problem-section>.barcode-light-top{display:none!important;content:none!important;}.problem-section>.container{position:relative!important;z-index:2!important;}.problem-section .section-heading h2,.problem-section .section-heading p{color:#ffffff!important;text-shadow:none!important;opacity:1!important;}.problem-section .section-heading h2 span{color:var(--green)!important;}.concept{background:linear-gradient(180deg,#dfeaea 0%,#dfeaea 10%,#06100c 100%)!important;}.solution-section{background:linear-gradient(180deg,#06100c 0%,#dfeaea 28%,#f4f8f9 100%)!important;}.features-section,.benefits-section{background:linear-gradient(180deg,#f4f8f9 0%,#dfeaea 100%)!important;}.scenario-section{background:linear-gradient(180deg,#dfeaea 0%,#07110d 28%,#020403 100%)!important;}.faq-section,.final-cta{background:#020403!important;}.hero-metrics div{background:transparent!important;border:1px solid rgba(26,206,133,.72)!important;box-shadow:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}.hero-metrics strong,.hero-metrics span{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;filter:none!important;opacity:1!important;mix-blend-mode:normal!important;}@media(max-width:760px){.hero{padding-bottom:72px!important}.problem-section{padding-top:82px!important;background:linear-gradient(180deg,#020403 0%,#06140f 22%,#dfeaea 100%)!important}.hero-background{background:linear-gradient(180deg,#020403 0%,#06140f 100%)!important}}/* MASTER PATCH - pagina continua, fluida e sem linhas/faixas entre secoes */html,body{  margin:0!important;  padding:0!important;  background:#020403!important;  overflow-x:hidden!important;}main{  position:relative!important;  overflow:hidden!important;  background:#020403!important;}main>section{  position:relative!important;  margin:0!important;  border:0!important;  outline:0!important;  box-shadow:none!important;  background-clip:border-box!important;}main>section+section{  margin-top:-2px!important;}main>section::before,main>section::after{  border:0!important;  outline:0!important;  box-shadow:none!important;}.barcode,.barcode-top,.barcode-bottom,.barcode-light-top,.barcode-light-left,.scenario-barcode{  display:none!important;  content:none!important;  opacity:0!important;}.hero.section-dark{  z-index:5!important;  min-height:calc(100vh - 72px)!important;  padding-top:132px!important;  padding-bottom:clamp(74px,7vw,116px)!important;  margin-bottom:-2px!important;  overflow:hidden!important;  background:#020403!important;}.hero-background{  inset:0 0 -4px 0!important;  background:    radial-gradient(circle at 78% 20%,rgba(26,206,133,.22),transparent 38%),    linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.92) 48%,rgba(0,0,0,.58) 100%),    url("assets/images/hero-pitch-bg.webp") right center/cover no-repeat!important;}.hero::after{  display:block!important;  content:""!important;  position:absolute!important;  left:0!important;  right:0!important;  bottom:-3px!important;  height:220px!important;  z-index:3!important;  pointer-events:none!important;  background:linear-gradient(180deg,rgba(2,4,3,0) 0%,rgba(2,4,3,.55) 38%,#020403 100%)!important;}.problem-section{  z-index:4!important;  margin-top:-2px!important;  padding-top:clamp(88px,8vw,128px)!important;  padding-bottom:clamp(74px,7vw,104px)!important;  background:#020403!important;  color:#fff!important;}.problem-section::before,.problem-section::after{  display:none!important;  content:none!important;}.problem-section .section-heading h2,.problem-section .section-heading p{  color:#fff!important;  opacity:1!important;  text-shadow:none!important;}.problem-section .section-heading h2 span{color:var(--green)!important;}.concept{  margin-top:-2px!important;  background:linear-gradient(180deg,#020403 0%,#07130f 18%,#1b3d34 56%,#dfeaea 100%)!important;}.solution-section{  margin-top:-2px!important;  background:linear-gradient(180deg,#dfeaea 0%,#eef6f6 100%)!important;}.features-section,.benefits-section{  margin-top:-2px!important;  background:#eef6f6!important;}.scenario-section{  margin-top:-2px!important;  background:linear-gradient(180deg,#eef6f6 0%,#cfdedd 10%,#12251d 42%,#020403 100%)!important;}.faq-section,.final-cta{  margin-top:-2px!important;  background:#020403!important;}.problem-section>.container,.concept>.container,.solution-section>.container,.features-section>.container,.benefits-section>.container,.scenario-section>.container,.faq-section>.container,.final-cta>.container{  position:relative!important;  z-index:20!important;}/* manter cards API/Sem troca/Em segundos sem sombra frontal, com fonte/tamanho preservados */.hero-metrics div{  background:transparent!important;  border:1px solid rgba(26,206,133,.72)!important;  box-shadow:none!important;  filter:none!important;  backdrop-filter:none!important;  -webkit-backdrop-filter:none!important;}.hero-metrics strong,.hero-metrics span{  color:#fff!important;  -webkit-text-fill-color:#fff!important;  text-shadow:none!important;  filter:none!important;  -webkit-filter:none!important;  opacity:1!important;  mix-blend-mode:normal!important;}@media (max-width:1100px){  .hero.section-dark{    min-height:auto!important;    padding-top:112px!important;    padding-bottom:76px!important;  }  .hero::after{height:150px!important;}  .problem-section{padding-top:76px!important;}}@media (max-width:760px){  .hero.section-dark{    padding-top:102px!important;    padding-bottom:62px!important;  }  .hero-background{    background:linear-gradient(180deg,#020403 0%,#04100c 100%)!important;  }  .hero::after{height:110px!important;}  .problem-section{    padding-top:64px!important;    background:#020403!important;  }  .concept{    background:linear-gradient(180deg,#020403 0%,#112820 48%,#dfeaea 100%)!important;  }  .solution-section,.features-section,.benefits-section{background:#eef6f6!important;}  .scenario-section{background:linear-gradient(180deg,#eef6f6 0%,#07110d 38%,#020403 100%)!important;}}/* Ajuste de escala desktop - site menos grande no HostGator */@media (min-width:1025px){  :root{--container:1080px!important;}  .container{max-width:1080px!important;}  .site-header{padding:12px clamp(28px,4vw,68px)!important;}  .brand img{height:38px!important;}  .nav{gap:18px!important;font-size:.82rem!important;}  .nav-cta{padding:10px 16px!important;}  .hero.section-dark{min-height:86vh!important;padding-top:108px!important;padding-bottom:54px!important;}  .hero-grid{gap:clamp(28px,4vw,54px)!important;}  .hero h1{font-size:clamp(2.7rem,4.6vw,5.15rem)!important;max-width:720px!important;}  .hero p{font-size:clamp(.98rem,1.08vw,1.12rem)!important;max-width:620px!important;}  .btn{min-height:48px!important;padding:12px 20px!important;font-size:.88rem!important;}  .hero-actions .btn{min-width:min(250px,100%)!important;}  .hero-notebook img{width:min(100%,680px)!important;}  .hero-metrics{max-width:620px!important;margin-top:28px!important;gap:10px!important;}  .hero-metrics div{padding:13px 14px!important;border-radius:16px!important;background:transparent!important;border:1px solid rgba(26,206,133,.72)!important;box-shadow:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}  .hero-metrics strong{font-size:.98rem!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;filter:none!important;opacity:1!important;}  .hero-metrics span{font-size:.78rem!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;filter:none!important;opacity:1!important;}  .section-heading h2,.solution-copy h2,.concept h2,.scenario-content h2,.faq-heading h2,.final-cta h2{font-size:clamp(2.15rem,4vw,4.15rem)!important;}  .section-heading p,.solution-copy p,.concept p,.scenario-content p{font-size:clamp(.95rem,1vw,1.08rem)!important;}  .problem-section,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta{padding-top:clamp(52px,4.8vw,76px)!important;padding-bottom:clamp(52px,4.8vw,76px)!important;}  .pitch-cards,.feature-grid,.benefit-grid,.scenario-cards{gap:clamp(14px,1.8vw,22px)!important;}  .pitch-card{min-height:320px!important;padding:24px 18px!important;}  .problem-icon{width:124px!important;height:124px!important;}  .feature-card,.benefit-card,.scenario-card{padding:24px 20px!important;}  .feature-icon{width:76px!important;height:76px!important;}  .benefit-icon{width:104px!important;height:104px!important;}  .scenario-visual img{width:min(100%,700px)!important;}  .contact-card-ui{transform:scale(.92);transform-origin:center;}}@media (min-width:1600px){  :root{--container:1120px!important;}  .container{max-width:1120px!important;}  .hero h1{font-size:5rem!important;}}/* Ajuste final mobile/desktop: escala equilibrada, header sem sobrepor conteudo e pagina fluida */@media (min-width: 1101px){  :root{--container:1080px;}  .hero{min-height:82vh!important;padding-top:118px!important;padding-bottom:50px!important;}  .hero h1{font-size:clamp(3rem,4.8vw,5.2rem)!important;max-width:720px!important;}  .hero p{font-size:clamp(1rem,1.12vw,1.16rem)!important;max-width:640px!important;}  .hero-notebook img{width:min(100%,660px)!important;}  .section-heading h2,.solution-copy h2,.concept h2,.scenario-content h2,.faq-heading h2,.final-cta h2{font-size:clamp(2.35rem,3.85vw,4.35rem)!important;}  .pitch-card{min-height:330px!important;padding:24px 18px!important;}  .feature-card,.benefit-card,.scenario-card{min-height:220px!important;padding:24px 20px!important;}  .problem-icon{width:118px!important;height:118px!important;}  .feature-icon{width:78px!important;height:78px!important;}  .benefit-icon{width:98px!important;height:98px!important;}}@media (max-width: 760px){  html{font-size:15px!important;}  body{overflow-x:hidden!important;}  main{margin-top:0!important;}  .site-header{    position:sticky!important;    top:0!important;    inset:auto 0 auto 0!important;    padding:10px 16px!important;    gap:10px!important;    min-height:76px!important;    align-items:center!important;    background:rgba(2,4,3,.96)!important;    border-bottom:0!important;  }  .brand{min-width:0!important;flex:0 1 auto!important;}  .brand img{height:32px!important;max-width:170px!important;width:auto!important;}  .nav{gap:0!important;margin-left:auto!important;flex:0 0 auto!important;}  .nav a:not(.nav-cta){display:none!important;}  .nav-cta{min-height:44px!important;padding:12px 16px!important;font-size:.86rem!important;white-space:nowrap!important;border-radius:999px!important;}  .container{width:calc(100% - 32px)!important;}  section[id]{scroll-margin-top:86px!important;}  .hero{min-height:auto!important;padding:54px 0 40px!important;margin-bottom:0!important;overflow:hidden!important;}  .hero-grid,.solution-grid,.concept-grid,.scenario-grid,.cta-grid{grid-template-columns:1fr!important;gap:24px!important;}  .hero h1{font-size:clamp(2.35rem,10.2vw,3.25rem)!important;line-height:.96!important;letter-spacing:-.055em!important;max-width:100%!important;margin-bottom:18px!important;}  .hero p{font-size:1rem!important;line-height:1.42!important;margin-bottom:22px!important;max-width:100%!important;}  .hero-actions{justify-content:flex-start!important;max-width:100%!important;}  .hero-actions .btn{min-width:0!important;width:auto!important;padding:13px 22px!important;min-height:48px!important;}  .hero-metrics{grid-template-columns:1fr 1fr!important;gap:10px!important;max-width:100%!important;margin-top:24px!important;}  .hero-metrics div{padding:13px 14px!important;border-radius:16px!important;background:transparent!important;min-height:auto!important;}  .hero-metrics div:nth-child(3){grid-column:1 / -1!important;}  .hero-metrics strong{font-size:1rem!important;line-height:1.1!important;color:#fff!important;text-shadow:none!important;}  .hero-metrics span{font-size:.82rem!important;line-height:1.3!important;color:#fff!important;text-shadow:none!important;margin-top:3px!important;}  .hero-notebook{aspect-ratio:auto!important;transform:none!important;}  .hero-notebook img{width:100%!important;max-width:420px!important;margin:0 auto!important;}  .problem-section,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta,.concept{    padding-top:52px!important;    padding-bottom:52px!important;    margin-top:0!important;    margin-bottom:0!important;  }  .section-heading h2,.solution-copy h2,.concept h2,.scenario-content h2,.faq-heading h2,.final-cta h2,  #cenario .scenario-content .scenario-title-wide,#cenario .scenario-content .scenario-title{    font-size:clamp(2.15rem,9.8vw,3.05rem)!important;    line-height:1!important;    letter-spacing:-.055em!important;    max-width:100%!important;    text-wrap:balance!important;  }  .section-heading p,.solution-copy p,.concept p,.scenario-highlight p,.scenario-card p{font-size:.98rem!important;line-height:1.45!important;}  .label,.eyebrow{font-size:.68rem!important;letter-spacing:.28em!important;margin-bottom:16px!important;}  .label::before,.eyebrow::before{height:28px!important;}  .solution-bullets{gap:10px!important;}  .solution-bullets span{font-size:.78rem!important;padding:10px 12px!important;border-radius:999px!important;}  .cta-inline{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:22px!important;border-radius:24px!important;}  .cta-inline .btn{width:100%!important;min-height:50px!important;}  .pitch-cards,.feature-grid,.benefit-grid,.scenario-cards{grid-template-columns:1fr!important;gap:18px!important;}  .pitch-card,.feature-card,.benefit-card,.scenario-card{    min-height:auto!important;    padding:24px 18px!important;    border-radius:24px!important;  }  .problem-icon{width:100px!important;height:100px!important;margin-bottom:16px!important;}  .feature-icon,.benefit-icon{width:82px!important;height:82px!important;margin-bottom:16px!important;}  .scenario-pitch-icon{width:42px!important;height:42px!important;}  .pitch-card h3,.feature-card h3,.benefit-card h3,.scenario-card h3{font-size:1.45rem!important;line-height:1.05!important;}  .pitch-card p,.feature-card p,.benefit-card p,.scenario-card p{font-size:.96rem!important;line-height:1.35!important;}  .scenario-visual img,.system-visual img{width:100%!important;max-width:420px!important;margin:0 auto!important;}  .contact-card-ui{padding:24px 18px!important;border-radius:24px!important;}  .contact-card-ui h2{font-size:clamp(1.9rem,8vw,2.5rem)!important;}}@media (max-width: 390px){  .brand img{height:30px!important;max-width:158px!important;}  .nav-cta{font-size:.78rem!important;padding:11px 13px!important;min-height:42px!important;}  .container{width:calc(100% - 28px)!important;}  .section-heading h2,.solution-copy h2,.concept h2,.scenario-content h2,.faq-heading h2,.final-cta h2,  #cenario .scenario-content .scenario-title-wide,#cenario .scenario-content .scenario-title{font-size:clamp(2rem,9.2vw,2.65rem)!important;}}/* PATCH FINAL - remover qualquer linha, faixa ou quebra visual entre seções */html,body,main,section,footer{  border:0 !important;  outline:0 !important;  box-shadow:none !important;}body{  background:#020403 !important;}main{  background:#020403 !important;  overflow:hidden !important;}main > section,footer{  position:relative !important;  margin:0 !important;  border-top:0 !important;  border-bottom:0 !important;  background-clip:border-box !important;}main > section + section,main + footer,main > section + footer{  margin-top:-6px !important;}main > section::before,main > section::after,footer::before,footer::after{  border:0 !important;  outline:0 !important;  box-shadow:none !important;}/* remove elementos que podem criar linhas/faixas no encontro das seções */.barcode,.barcode-top,.barcode-bottom,.barcode-light-top,.barcode-light-left,.scenario-barcode{  display:none !important;}.hero.section-dark{  background:#020403 !important;  margin-bottom:-6px !important;}.hero::after{  content:"" !important;  position:absolute !important;  left:0 !important;  right:0 !important;  bottom:-8px !important;  height:180px !important;  pointer-events:none !important;  background:linear-gradient(180deg, rgba(2,4,3,0) 0%, rgba(2,4,3,.72) 54%, #020403 100%) !important;}.problem-section{  background:linear-gradient(180deg,    #020403 0%,    #07110d 8%,    #10211a 16%,    #7d928c 42%,    #dfe8e8 68%,    #eef3f5 100%) !important;}.concept{  background:linear-gradient(180deg,    #eef3f5 0%,    #d7e1e1 10%,    #95a8a3 22%,    #27463b 42%,    #08130f 72%,    #020403 100%) !important;}.solution-section{  background:linear-gradient(180deg,    #020403 0%,    #13241d 14%,    #9caea9 34%,    #e4ecec 56%,    #eef3f5 100%) !important;}.features-section,.benefits-section{  background:#eef3f5 !important;}.scenario-section{  background:linear-gradient(180deg,    #eef3f5 0%,    #d6e0e0 12%,    #93a8a2 24%,    #234238 44%,    #07120e 72%,    #020403 100%) !important;}.faq-section,.final-cta,footer{  background:#020403 !important;}/* remove qualquer linha clara residual no topo das seções claras */.problem-section,.concept,.solution-section,.features-section,.benefits-section,.scenario-section,.faq-section,.final-cta,footer{  box-shadow:none !important;  border-top:0 !important;  border-bottom:0 !important;}@media (max-width: 760px){  main > section + section,  main + footer,  main > section + footer{    margin-top:-8px !important;  }  .hero.section-dark{    margin-bottom:-8px !important;  }  .hero::after{    bottom:-10px !important;    height:120px !important;  }  .problem-section{    background:linear-gradient(180deg,      #020403 0%,      #0b1813 18%,      #a8b8b5 52%,      #eef3f5 100%) !important;  }  .concept{    background:linear-gradient(180deg,      #eef3f5 0%,      #b9c8c5 20%,      #1a332b 52%,      #020403 100%) !important;  }  .solution-section,  .features-section,  .benefits-section{    background:#eef3f5 !important;  }  .scenario-section{    background:linear-gradient(180deg,      #eef3f5 0%,      #b6c6c3 18%,      #173028 52%,      #020403 100%) !important;  }}

/* PATCH FINAL MOBILE + DESKTOP: melhorias também no celular */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  background: #020403 !important;
  overflow-x: hidden !important;
}
main {
  position: relative !important;
  overflow: hidden !important;
  background: #020403 !important;
}
main > section, footer {
  position: relative !important;
  margin-top: -6px !important;
  margin-bottom: -6px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-clip: border-box !important;
}
main > section::before,
main > section::after,
footer::before,
footer::after {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.barcode,
.barcode-top,
.barcode-bottom,
.barcode-light-top,
.barcode-light-left,
.scenario-barcode {
  display: none !important;
  opacity: 0 !important;
  content: none !important;
}
.site-header {
  border: 0 !important;
  box-shadow: none !important;
}
.hero.section-dark {
  background: #020403 !important;
  overflow: hidden !important;
  margin-bottom: -8px !important;
}
.hero-background {
  inset: 0 0 -8px 0 !important;
}
.hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -10px !important;
  height: 190px !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(2,4,3,0) 0%, rgba(2,4,3,.70) 50%, #020403 100%) !important;
}
.problem-section {
  background: linear-gradient(180deg, #020403 0%, #08130f 14%, #1c3e34 42%, #dfe8e8 82%, #eef3f5 100%) !important;
  color: #fff !important;
}
.concept {
  background: linear-gradient(180deg, #eef3f5 0%, #dfe8e8 12%, #92a7a1 28%, #1e3c32 54%, #06110d 84%, #020403 100%) !important;
}
.solution-section {
  background: linear-gradient(180deg, #020403 0%, #11231c 16%, #9dafaa 38%, #e4ecec 68%, #eef3f5 100%) !important;
}
.features-section,
.benefits-section {
  background: #eef3f5 !important;
}
.scenario-section {
  background: linear-gradient(180deg, #eef3f5 0%, #d6e0e0 12%, #8fa49e 27%, #213f35 52%, #07120e 80%, #020403 100%) !important;
}
.faq-section,
.final-cta,
footer {
  background: #020403 !important;
}
.hero-metrics div {
  background: transparent !important;
  border: 1px solid rgba(26, 206, 133, .72) !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.hero-metrics strong,
.hero-metrics span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
.system-visual img,
.scenario-visual img,
.hero-notebook img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 760px) {
  html { font-size: 15px !important; }
  body { overflow-x: hidden !important; background: #020403 !important; }
  main { background: #020403 !important; }
  .site-header {
    position: sticky !important;
    top: 0 !important;
    min-height: 72px !important;
    padding: 9px 16px !important;
    gap: 10px !important;
    background: rgba(2,4,3,.98) !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
  .brand img {
    height: 30px !important;
    max-width: 165px !important;
    width: auto !important;
  }
  .nav { margin-left: auto !important; gap: 0 !important; }
  .nav a:not(.nav-cta) { display: none !important; }
  .nav-cta {
    min-height: 42px !important;
    padding: 11px 15px !important;
    font-size: .84rem !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }
  .container { width: calc(100% - 32px) !important; max-width: 100% !important; }
  section[id] { scroll-margin-top: 82px !important; }
  main > section, footer {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
  .hero.section-dark {
    min-height: auto !important;
    padding-top: 48px !important;
    padding-bottom: 54px !important;
    margin-bottom: -8px !important;
    background: #020403 !important;
  }
  .hero-background {
    inset: 0 0 -10px 0 !important;
    background: linear-gradient(180deg, #020403 0%, #07140f 100%) !important;
  }
  .hero::after {
    bottom: -12px !important;
    height: 120px !important;
    background: linear-gradient(180deg, rgba(2,4,3,0) 0%, rgba(2,4,3,.76) 46%, #020403 100%) !important;
  }
  .hero-grid,
  .solution-grid,
  .concept-grid,
  .scenario-grid,
  .cta-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .hero h1 {
    font-size: clamp(2.15rem, 9.4vw, 3rem) !important;
    line-height: .97 !important;
    letter-spacing: -.052em !important;
    max-width: 100% !important;
    margin-bottom: 18px !important;
  }
  .hero p,
  .section-heading p,
  .solution-copy p,
  .concept p,
  .scenario-content p {
    font-size: .98rem !important;
    line-height: 1.46 !important;
    max-width: 100% !important;
  }
  .hero-actions { justify-content: flex-start !important; max-width: 100% !important; }
  .btn { min-height: 46px !important; padding: 12px 18px !important; font-size: .88rem !important; }
  .hero-metrics {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }
  .hero-metrics div {
    padding: 13px 14px !important;
    border-radius: 16px !important;
    background: transparent !important;
    border: 1px solid rgba(26,206,133,.72) !important;
    box-shadow: none !important;
  }
  .hero-metrics strong { font-size: .98rem !important; line-height: 1.12 !important; }
  .hero-metrics span { font-size: .78rem !important; line-height: 1.34 !important; margin-top: 3px !important; }
  .section-heading h2,
  .solution-copy h2,
  .concept h2,
  .scenario-content h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: clamp(2rem, 9vw, 2.85rem) !important;
    line-height: 1 !important;
    letter-spacing: -.052em !important;
  }
  .problem-section {
    padding-top: 66px !important;
    padding-bottom: 62px !important;
    background: linear-gradient(180deg, #020403 0%, #0a1813 20%, #a7b8b5 60%, #eef3f5 100%) !important;
  }
  .concept {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background: linear-gradient(180deg, #eef3f5 0%, #b6c5c2 24%, #1a332b 58%, #020403 100%) !important;
  }
  .solution-section,
  .features-section,
  .benefits-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
    background: #eef3f5 !important;
  }
  .scenario-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
    background: linear-gradient(180deg, #eef3f5 0%, #b8c7c4 20%, #183129 56%, #020403 100%) !important;
  }
  .faq-section,
  .final-cta { padding-top: 58px !important; padding-bottom: 58px !important; background: #020403 !important; }
  .pitch-cards,
  .feature-grid,
  .benefit-grid,
  .scenario-cards {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .pitch-card,
  .feature-card,
  .benefit-card,
  .scenario-card {
    min-height: auto !important;
    padding: 22px 18px !important;
    border-radius: 22px !important;
  }
  .problem-icon { width: 112px !important; height: 112px !important; }
  .feature-icon { width: 72px !important; height: 72px !important; }
  .benefit-icon { width: 92px !important; height: 92px !important; }
  .hero-notebook,
  .system-visual,
  .scenario-visual { overflow: visible !important; background: transparent !important; box-shadow: none !important; }
  .hero-notebook img { width: 100% !important; max-width: 460px !important; margin: 0 auto !important; }
  .system-visual img { width: 100% !important; max-width: 520px !important; margin: 0 auto !important; }
  .scenario-visual img { width: 100% !important; max-width: 520px !important; margin: 0 auto !important; }
  .solution-bullets { gap: 8px !important; }
  .solution-bullets span { font-size: .76rem !important; padding: 9px 11px !important; }
  .cta-inline,
  .scenario-highlight,
  .contact-card-ui {
    width: 100% !important;
    max-width: 100% !important;
  }
}
