﻿:root{
  --ink:#101722;
  --muted:#5d6978;
  --soft:#f5f7fb;
  --paper:#ffffff;
  --line:#dfe6ef;
  --navy:#101b2d;
  --gold:#f4b000;
  --cyan:#18bcd0;
  --green:#1f9d63;
  --rose:#d9467a;
  --shadow:0 24px 70px rgba(16,23,34,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink);
  background:var(--soft);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;
  top:0;
  z-index:20;
  min-height:76px;
  display:flex;
  align-items:center;
  gap:24px;
  padding:12px clamp(18px,4vw,58px);
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(223,230,239,.9);
  backdrop-filter:blur(18px);
}
.brand{
  display:flex;
  align-items:center;
  min-width:230px;
}
.brand img{
  width:260px;
  height:auto;
  object-fit:contain;
}
.brand-scale img{
  width:270px;
}
.desktop-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:18px;
  color:#344154;
  font-size:14px;
  font-weight:800;
}
.desktop-nav a{
  padding:10px 0;
  border-bottom:2px solid transparent;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"]{
  color:var(--navy);
  border-color:var(--gold);
}
.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:8px;
  background:white;
  font-size:22px;
  cursor:pointer;
}
.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid var(--line);
  border-radius:8px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{
  color:#111827;
  background:linear-gradient(135deg,#ffd43a,var(--gold));
  border-color:#f4b000;
  box-shadow:0 16px 34px rgba(244,176,0,.24);
}
.btn.ghost{background:white;color:#1f2937}
.btn.light{background:rgba(255,255,255,.92);color:#111827;border-color:rgba(255,255,255,.65)}
.btn.dark{background:var(--navy);color:white;border-color:var(--navy)}
.btn.large{min-height:52px;padding:0 24px;font-size:15px}
.pro-hero,
.studio-pro-hero,
.about-pro-hero{
  position:relative;
  min-height:calc(100svh - 76px);
  overflow:hidden;
  isolation:isolate;
  background:#07111f;
}
.pro-hero{
  display:flex;
  align-items:flex-end;
  padding:120px clamp(20px,6vw,88px) 58px;
}
.pain-hero{
  align-items:center;
}
.pro-hero-bg,
.pro-hero-bg img,
.studio-pro-media,
.studio-pro-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.pro-hero-bg img,
.studio-pro-media img{
  object-fit:cover;
  object-position:center;
}
.pro-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,17,31,.96) 0%,rgba(7,17,31,.78) 48%,rgba(7,17,31,.22) 100%),
    linear-gradient(0deg,rgba(7,17,31,.78),transparent 54%);
}
.pro-hero-content{
  position:relative;
  z-index:1;
  width:min(780px,100%);
  color:white;
}
.pro-hero-content h1,
.studio-pro-panel h1,
.about-pro-hero h1{
  margin:0;
  font-size:clamp(38px,5.1vw,64px);
  line-height:1.02;
  letter-spacing:0;
}
.studio-pro-panel h1{
  font-size:clamp(34px,4.2vw,58px);
}
.pro-hero-content p,
.studio-pro-panel p,
.about-pro-hero p{
  max-width:680px;
  margin:22px 0 0;
  color:#dce8f7;
  font-size:clamp(17px,2vw,21px);
  line-height:1.58;
}
.compact-proof span{
  min-height:74px;
}
.tech-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:#ffffff;
  border-bottom:1px solid var(--line);
}
.tech-strip h2{
  margin:0 0 10px;
  font-size:clamp(34px,4vw,58px);
}
.tech-strip p{
  max-width:780px;
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.problem-intro{
  background:#ffffff;
}
.problem-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.problem-grid article{
  display:grid;
  grid-template-columns:minmax(180px,.82fr) minmax(0,1fr);
  min-height:330px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 44px rgba(16,23,34,.08);
}
.problem-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.problem-grid article div{
  padding:26px;
}
.problem-grid article span{
  display:inline-flex;
  margin-bottom:12px;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.problem-grid h3{
  margin:0;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.08;
}
.problem-grid p{
  color:var(--muted);
  line-height:1.62;
}
.solution-band{
  background:#101b2d;
  color:white;
}
.solution-band .section-heading p{
  color:#d6e2f0;
}
.benefit-sales-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.benefit-sales-grid article{
  min-height:220px;
  padding:26px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.06);
}
.benefit-sales-grid strong{
  display:block;
  color:white;
  font-size:22px;
  line-height:1.18;
}
.benefit-sales-grid p{
  margin:14px 0 0;
  color:#d6e2f0;
  line-height:1.62;
}
.retention-section .btn{
  margin-top:24px;
}
.business-types{
  background:#f8fafc;
}
.business-types .section-heading h2{
  max-width:1040px;
  font-size:clamp(30px,3.6vw,48px);
}
.business-types .visual-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.business-types .visual-grid article,
.business-types .visual-grid article:first-child{
  min-height:430px;
}
.visual-solutions{
  background:#f8fafc;
}
.visual-grid{
  display:grid;
  grid-template-columns:1.15fr .9fr .9fr;
  gap:16px;
}
.visual-grid article{
  position:relative;
  min-height:430px;
  overflow:hidden;
  border-radius:10px;
  background:#111827;
}
.visual-grid article:first-child{
  min-height:520px;
}
.visual-grid img,
.conversion-section img,
.about-pro-hero img,
.what-we-do img,
.loyalty-lab img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.visual-grid article::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(7,17,31,.88),rgba(7,17,31,.08) 62%);
}
.visual-grid div{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:1;
  color:white;
}
.visual-grid b{
  display:block;
  font-size:24px;
  margin-bottom:8px;
}
.visual-grid p{
  margin:0;
  color:#dce8f7;
  line-height:1.5;
}
.conversion-section,
.loyalty-lab,
.what-we-do{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);
  gap:42px;
  align-items:center;
  background:#ffffff;
}
.conversion-section figure,
.loyalty-lab figure,
.what-we-do figure{
  margin:0;
  min-height:520px;
  overflow:hidden;
  border-radius:12px;
  box-shadow:var(--shadow);
}
.conversion-section h2,
.loyalty-lab h2,
.what-we-do h2{
  margin:0;
  font-size:clamp(34px,4.8vw,64px);
  line-height:1.02;
}
.conversion-section p,
.loyalty-lab p,
.what-we-do p,
.about-story p,
.philosophy p{
  color:var(--muted);
  line-height:1.68;
}
.conversion-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.conversion-list span{
  padding:10px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#f8fafc;
  font-weight:800;
  color:#1f2937;
}
.studio-pro-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,680px);
  align-items:center;
  padding:100px clamp(20px,6vw,88px);
}
.studio-pro-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,17,31,.38),rgba(7,17,31,.92) 56%,rgba(7,17,31,.96));
}
.studio-pro-panel{
  position:relative;
  z-index:1;
  grid-column:2;
  padding:34px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  color:white;
  background:rgba(7,17,31,.56);
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow);
}
.product-logo-inline{
  width:min(330px,100%);
  margin-bottom:22px;
  padding:14px;
  border-radius:8px;
  background:white;
}
.alt-preview{
  background:#f8fafc;
}
.preview-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}
.preview-metrics span{
  padding:16px;
  border:1px solid var(--line);
  border-radius:8px;
  background:white;
  color:var(--muted);
}
.preview-metrics b{
  display:block;
  color:var(--ink);
  margin-bottom:4px;
}
.feature-stack{
  background:#07111f;
  color:white;
}
.feature-stack .section-heading p,
.feature-stack-grid p{
  color:#cbd8ea;
}
.feature-stack-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.feature-stack-grid article{
  min-height:260px;
  padding:24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.04));
}
.feature-stack-grid span{
  color:var(--gold);
  font-weight:900;
}
.feature-stack-grid h3{
  margin:42px 0 10px;
}
.compact-metrics{
  margin-top:24px;
}
.modern-flow{
  background:#f8fafc;
}
.about-pro-hero{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:42px;
  align-items:center;
  padding:92px clamp(20px,6vw,88px);
  color:white;
}
.about-pro-hero figure{
  height:560px;
  margin:0;
  overflow:hidden;
  border-radius:12px;
  box-shadow:var(--shadow);
}
.about-story{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);
  gap:34px;
  background:#ffffff;
}
.about-copy h2,
.philosophy h2{
  margin:0;
  font-size:clamp(34px,4.8vw,62px);
  line-height:1.04;
}
.about-cards{
  display:grid;
  gap:14px;
}
.about-cards article{
  padding:28px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#f8fafc;
}
.about-cards span{
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  font-size:12px;
}
.clean-list{
  margin:22px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.clean-list li{
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#f8fafc;
  font-weight:800;
}
.philosophy{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);
  gap:34px;
  align-items:center;
  background:#07111f;
  color:white;
}
.philosophy p{
  color:#dce8f7;
}
.philosophy-grid{
  display:grid;
  gap:12px;
}
.philosophy-grid article{
  padding:24px;
  border-radius:10px;
  background:linear-gradient(135deg,var(--gold),#ffd84f);
  color:#111827;
  font-size:22px;
  font-weight:900;
}
.hero-home{
  position:relative;
  min-height:calc(100svh - 76px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  isolation:isolate;
  padding:124px clamp(20px,6vw,88px) 58px;
  background:#0b1320;
}
.company-hero{
  position:relative;
  min-height:calc(100svh - 76px);
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  padding:120px clamp(20px,6vw,88px) 72px;
  background:#101b2d;
}
.company-hero-media,
.company-hero-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.company-hero-media img{
  object-fit:cover;
  object-position:center;
}
.company-hero-shade{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 44%,rgba(255,255,255,.18) 100%),
    linear-gradient(0deg,rgba(255,255,255,.82),transparent 60%);
}
.company-hero-content{
  position:relative;
  z-index:1;
  width:min(780px,100%);
}
.company-hero-content h1{
  margin:0;
  font-size:clamp(42px,6.2vw,84px);
  line-height:.98;
  letter-spacing:0;
}
.company-hero-content p{
  max-width:660px;
  margin:24px 0 0;
  color:#334155;
  font-size:clamp(17px,2vw,22px);
  line-height:1.6;
}
.hero-media,.hero-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.hero-media img{
  object-fit:cover;
  object-position:center;
}
.hero-shade{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(8,14,23,.94) 0%,rgba(8,14,23,.76) 42%,rgba(8,14,23,.26) 100%),
    linear-gradient(0deg,rgba(8,14,23,.62) 0%,transparent 45%);
}
.hero-content{
  position:relative;
  z-index:1;
  max-width:830px;
  color:white;
}
.eyebrow,.section-kicker{
  display:inline-flex;
  margin-bottom:14px;
  color:var(--gold);
  font-size:13px;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}
.hero-content h1{
  margin:0;
  font-size:clamp(42px,6.6vw,86px);
  line-height:.96;
  letter-spacing:0;
}
.hero-copy{
  max-width:680px;
  margin:24px 0 0;
  color:#e3edf8;
  font-size:clamp(17px,2vw,22px);
  line-height:1.56;
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:34px;
}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:34px;
  max-width:850px;
}
.hero-proof span{
  min-height:86px;
  padding:16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:rgba(255,255,255,.1);
  color:#dbeafe;
  backdrop-filter:blur(10px);
  line-height:1.45;
}
.hero-proof strong{
  display:block;
  color:white;
  margin-bottom:4px;
}
.automation-band{
  padding:78px clamp(20px,6vw,88px);
  background:#ffffff;
}
.automation-steps,
.flow-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.flow-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.automation-steps article,
.flow-grid article{
  min-height:148px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#f8fafc;
}
.automation-steps span{
  display:inline-flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  border-radius:50%;
  background:#111827;
  color:white;
  font-weight:900;
}
.automation-steps h3,
.flow-grid b{
  display:block;
  margin:0 0 8px;
  font-size:18px;
}
.automation-steps p,
.flow-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}
.automation-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.activation-flow{
  background:#f8fafc;
}
.home-intro{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  gap:36px;
  align-items:end;
  padding:56px clamp(20px,5vw,72px);
  background:var(--paper);
  border-bottom:1px solid var(--line);
}
.intro-copy h2,.section-heading h2,.value-panel h2,.showcase-copy h2,.marketing-copy h2,.cta-section h2{
  margin:0;
  font-size:clamp(28px,4vw,50px);
  line-height:1.06;
  letter-spacing:0;
}
.intro-text p,.section-heading p,.value-panel p,.showcase-copy p,.marketing-copy p,.cta-section p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.68;
}
.section{
  padding:82px clamp(20px,5vw,72px);
}
.section-heading{
  max-width:860px;
  margin:0 auto 34px;
  text-align:center;
}
.section-heading.left{
  text-align:left;
  margin-left:0;
}
.section-heading p{
  margin-top:14px;
}
.sectors-section{background:#f8fafc}
.sector-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.sector-card{
  overflow:hidden;
  min-height:420px;
  display:flex;
  flex-direction:column;
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:0 14px 34px rgba(16,23,34,.08);
}
.sector-card img{
  height:240px;
  width:100%;
  object-fit:cover;
}
.sector-card div{
  padding:20px;
}
.sector-card b{
  font-size:20px;
}
.sector-card p{
  color:var(--muted);
  line-height:1.58;
  margin:10px 0 0;
}
.value-section{
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  gap:34px;
  align-items:start;
  background:white;
}
.value-panel{
  position:sticky;
  top:104px;
  padding-right:20px;
}
.value-panel p,.marketing-copy p,.showcase-copy p{margin-top:16px}
.value-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.value-grid article,.workflow-line article,.marketing-metrics article,.page-grid a{
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:0 12px 30px rgba(16,23,34,.06);
}
.value-grid article{
  min-height:230px;
  padding:24px;
}
.value-grid span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff7db;
  color:#8a5b00;
  font-weight:900;
}
.value-grid h3{
  margin:22px 0 10px;
  font-size:21px;
}
.value-grid p,.workflow-line p{
  color:var(--muted);
  line-height:1.62;
  margin:0;
}
.product-showcase{
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:34px;
  align-items:center;
  background:#101b2d;
  color:white;
}
.product-preview{
  display:grid;
  grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);
  gap:34px;
  align-items:center;
  background:white;
}
.showcase-copy p{color:#d2dbe8}
.showcase-copy ul{
  margin:24px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.showcase-copy li{
  color:#eef5ff;
  font-weight:700;
}
.showcase-copy li::before{
  content:"";
  display:inline-block;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gold);
  margin-right:10px;
}
.showcase-image{
  margin:0;
  overflow:hidden;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:var(--shadow);
}
.showcase-image img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}
.workflow-section{background:#f5f7fb}
.workflow-line{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.workflow-line article{
  padding:22px;
  min-height:170px;
}
.workflow-line b{
  font-size:19px;
}
.workflow-line b::after{
  content:"";
  display:block;
  width:42px;
  height:4px;
  border-radius:999px;
  background:var(--gold);
  margin:14px 0;
}
.marketing-section{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  gap:34px;
  align-items:center;
  background:white;
}
.marketing-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.marketing-metrics article{
  min-height:150px;
  padding:24px;
}
.marketing-metrics strong{
  display:block;
  font-size:42px;
  line-height:1;
  color:var(--navy);
}
.marketing-metrics span{
  display:block;
  color:var(--muted);
  font-weight:700;
  line-height:1.5;
  margin-top:14px;
}
.next-pages{background:#f8fafc}
.page-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.page-grid a{
  min-height:92px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:900;
}
.page-grid a:hover{
  border-color:var(--gold);
  transform:translateY(-1px);
}
.cta-section{
  margin:72px clamp(20px,5vw,72px);
  padding:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  color:white;
  background:
    linear-gradient(135deg,rgba(16,27,45,.94),rgba(16,27,45,.86)),
    url("assets/salon-belleza.png") center/cover;
  border-radius:8px;
  box-shadow:var(--shadow);
}
.cta-section p{
  color:#dbe7f5;
  margin-top:12px;
}
.cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.site-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px clamp(20px,5vw,72px);
  background:white;
  border-top:1px solid var(--line);
  color:#5d6978;
}
.site-footer img{
  max-width:240px;
  height:auto;
}
.floating-whatsapp-chat{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:90;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 18px;
  border-radius:999px;
  background:#25d366;
  color:#062b16;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 18px 42px rgba(0,0,0,.28);
}
.floating-whatsapp-chat svg{
  width:22px;
  height:22px;
  flex:0 0 auto;
  fill:currentColor;
}
.floating-whatsapp-chat:hover{
  transform:translateY(-1px);
}
.hidden{display:none!important}
.thanks-hero{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  padding:120px 5vw 72px;
  overflow:hidden;
  background:#07111f;
  color:white;
}
.thanks-hero-bg,
.thanks-hero-bg img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.thanks-hero-bg img{
  object-fit:cover;
  filter:saturate(1.03);
}
.thanks-hero-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,17,31,.94),rgba(7,17,31,.72) 48%,rgba(7,17,31,.35));
}
.thanks-panel{
  position:relative;
  width:min(720px,100%);
  padding:34px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(7,17,31,.68);
  box-shadow:0 26px 90px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
}
.thanks-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,193,7,.16);
  border:1px solid rgba(255,193,7,.42);
  color:#ffc107;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}
.thanks-panel h1{
  margin:18px 0 16px;
  font-size:clamp(38px,5.2vw,72px);
  line-height:1;
  letter-spacing:0;
}
.thanks-panel p{
  margin:0;
  max-width:680px;
  color:rgba(255,255,255,.88);
  font-size:19px;
  line-height:1.65;
}
.thanks-steps-section{background:#f8fafc}
.thanks-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.thanks-steps article{
  min-height:230px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:white;
  box-shadow:0 18px 42px rgba(15,23,42,.06);
}
.thanks-steps b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:999px;
  background:#111827;
  color:#ffc107;
  font-size:15px;
  margin-bottom:22px;
}
.thanks-steps h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.15;
}
.thanks-steps p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.thanks-support-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.thanks-support-grid article{
  padding:34px;
  border-radius:8px;
  background:#07111f;
  color:white;
  min-height:330px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.thanks-support-grid article:nth-child(2){
  background:#ffc107;
  color:#111827;
}
.thanks-support-grid span{
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  color:#ffc107;
}
.thanks-support-grid article:nth-child(2) span{color:#111827}
.thanks-support-grid h2{
  margin:16px 0 12px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.05;
}
.thanks-support-grid p{
  margin:0 0 24px;
  color:rgba(255,255,255,.78);
  line-height:1.65;
}
.thanks-support-grid article:nth-child(2) p{color:rgba(17,24,39,.76)}
.thanks-support-grid .btn{margin-top:auto}
.placeholder-main{
  min-height:calc(100svh - 76px);
  display:grid;
  place-items:center;
  padding:80px 20px;
  background:#f8fafc;
}
.placeholder-card{
  width:min(760px,100%);
  padding:44px;
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
}
.placeholder-card h1{
  margin:0;
  font-size:clamp(32px,5vw,56px);
  line-height:1.05;
}
.placeholder-card p{
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.pricing-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,440px);
  gap:34px;
  align-items:center;
  padding:92px clamp(20px,5vw,72px);
  background:
    linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.86)),
    url("assets/captura-inicio.png") center/cover;
}
.pricing-hero h1{
  margin:0;
  font-size:clamp(38px,6vw,74px);
  line-height:.98;
}
.pricing-hero p{
  max-width:720px;
  color:#445164;
  font-size:19px;
  line-height:1.65;
}
.pricing-summary{
  padding:28px;
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
}
.pricing-summary span{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.pricing-summary img{
  width:260px;
  margin:16px 0;
}
.pricing-summary p{
  font-size:15px;
  margin:0;
}
.pricing-plans{background:white}
.plans-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.plan-card{
  display:flex;
  flex-direction:column;
  gap:16px;
  min-height:520px;
  padding:28px;
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:0 16px 36px rgba(16,23,34,.08);
}
.plan-card.featured{
  background:#101b2d;
  color:white;
  border-color:#101b2d;
  transform:translateY(-10px);
}
.plan-card span{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.plan-card h3{
  margin:0;
  font-size:30px;
}
.plan-price{
  margin:0;
  color:var(--muted);
  font-weight:800;
}
.plan-card.featured .plan-price,
.plan-card.featured p,
.plan-card.featured li{
  color:#dbe7f5;
}
.plan-card ul{
  display:grid;
  gap:10px;
  margin:0 0 auto;
  padding:0;
  list-style:none;
  color:#344154;
  line-height:1.5;
}
.plan-card li::before{
  content:"\2713";
  color:var(--gold);
  font-weight:900;
  margin-right:10px;
}
.price-benefits{background:#f8fafc}
.benefit-grid,.support-grid,.faq-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.benefit-grid article,.support-grid article,.faq-grid article{
  min-height:170px;
  padding:24px;
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:0 12px 30px rgba(16,23,34,.06);
}
.benefit-grid strong{
  font-size:20px;
}
.benefit-grid p,.support-grid p,.faq-grid p{
  color:var(--muted);
  line-height:1.6;
}
.support-hero{
  padding:32px clamp(20px,5vw,72px) 0;
  background:#f8fafc;
}
.support-slider{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border-radius:8px;
  background:#101b2d;
  box-shadow:var(--shadow);
}
.support-slide{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  align-items:center;
  gap:34px;
  padding:46px;
  opacity:0;
  transform:translateX(32px);
  pointer-events:none;
  transition:opacity .45s ease, transform .45s ease;
}
.support-slide.active{
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
}
.support-slide img{
  width:100%;
  height:430px;
  object-fit:cover;
  border-radius:8px;
  box-shadow:0 22px 50px rgba(0,0,0,.28);
}
.support-slide div{
  color:white;
}
.support-slide h1{
  margin:0;
  font-size:clamp(34px,5vw,64px);
  line-height:1;
}
.support-slide p{
  color:#d7e3f2;
  font-size:18px;
  line-height:1.65;
}
.slider-dots{
  position:absolute;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:5;
}
.slider-dots button{
  width:34px;
  height:6px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.38);
  cursor:pointer;
}
.slider-dots button.active{
  background:var(--gold);
}
.support-section{background:#f8fafc}
.support-grid article span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff7db;
  color:#8a5b00;
  font-weight:900;
}
.support-process{background:white}
.faq-section{background:#f8fafc}
.faq-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.products-hero{
  min-height:520px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,520px);
  gap:42px;
  align-items:center;
  padding:92px clamp(20px,5vw,72px);
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,251,238,.92)),
    url("assets/captura-inicio.png") center/cover;
}
.products-hero h1{
  margin:0;
  font-size:clamp(38px,6vw,76px);
  line-height:.98;
  letter-spacing:0;
}
.products-hero p{
  max-width:720px;
  margin:22px 0 0;
  color:var(--muted);
  font-size:19px;
  line-height:1.65;
}
.products-hero figure{
  margin:0;
  padding:26px;
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
}
.product-catalog{
  background:white;
}
.catalog-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.82fr) minmax(260px,.82fr);
  gap:16px;
}
.catalog-grid.compact{
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
}
.catalog-card{
  padding:28px;
  min-height:360px;
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:0 16px 36px rgba(16,23,34,.08);
}
.catalog-card.featured{
  background:#101b2d;
  color:white;
}
.catalog-logo{
  width:min(300px,100%);
  padding:16px;
  margin-bottom:20px;
  background:white;
  border-radius:8px;
}
.catalog-card span{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.catalog-card h3{
  margin:12px 0;
  font-size:clamp(26px,3vw,38px);
}
.catalog-card p{
  color:#d7e1ee;
  line-height:1.65;
}
.catalog-card.coming p{
  color:var(--muted);
}
.catalog-card ul{
  margin:20px 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.catalog-card li::before{
  content:"\2713";
  color:var(--gold);
  font-weight:900;
  margin-right:10px;
}
.catalog-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
@media (max-width:1120px){
  .sector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .workflow-line{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .visual-grid{grid-template-columns:1fr}
  .visual-grid article,
  .visual-grid article:first-child{min-height:380px}
  .feature-stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:920px){
  .desktop-nav,.header-actions{display:none}
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}
  .site-header.open .desktop-nav,
  .site-header.open .header-actions{
    display:flex;
    position:absolute;
    left:14px;
    right:14px;
    flex-direction:column;
    align-items:stretch;
    padding:18px;
    background:white;
    border:1px solid var(--line);
    border-radius:8px;
    box-shadow:var(--shadow);
  }
  .site-header.open .desktop-nav{top:74px}
  .site-header.open .header-actions{top:408px}
  .brand img{width:190px}
  .brand-scale img{width:210px}
  .home-intro,.value-section,.product-showcase,.product-preview,.marketing-section,.conversion-section,.loyalty-lab,.what-we-do,.about-story,.philosophy,.about-pro-hero{
    grid-template-columns:1fr;
  }
  .problem-grid,
  .benefit-sales-grid{
    grid-template-columns:1fr;
  }
  .business-types .visual-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .problem-grid article{
    grid-template-columns:1fr;
  }
  .problem-grid img{
    min-height:260px;
  }
  .studio-pro-hero{
    display:flex;
    align-items:flex-end;
    min-height:820px;
    padding:110px 18px 42px;
  }
  .studio-pro-hero::after{
    background:linear-gradient(180deg,rgba(7,17,31,.34),rgba(7,17,31,.94) 54%,rgba(7,17,31,.98));
  }
  .studio-pro-panel{
    grid-column:auto;
    padding:24px;
  }
  .products-hero,.pricing-hero,.catalog-grid,.catalog-grid.compact,.plans-grid,.benefit-grid,.support-grid{
    grid-template-columns:1fr;
  }
  .thanks-steps,
  .thanks-support-grid{
    grid-template-columns:1fr;
  }
  .plan-card.featured{transform:none}
  .support-slide{
    grid-template-columns:1fr;
    padding:28px;
  }
  .support-slide img{height:260px}
  .support-slider{min-height:760px}
  .faq-grid{grid-template-columns:1fr}
  .value-panel{position:static}
  .hero-proof{grid-template-columns:1fr}
  .automation-steps{grid-template-columns:1fr}
  .tech-strip{display:block}
  .tech-strip .btn{margin-top:22px}
  .cta-section{display:block}
  .cta-actions{justify-content:flex-start;margin-top:24px}
}
@media (max-width:620px){
  .site-header{min-height:68px;padding:10px 16px}
  .brand{min-width:0}
  .brand img{width:164px}
  .brand-scale img{width:176px}
  .hero-home{
    min-height:760px;
    padding:100px 18px 42px;
  }
  .pro-hero{
    min-height:760px;
    padding:100px 18px 42px;
  }
  .pro-hero-content h1,
  .studio-pro-panel h1,
  .about-pro-hero h1{
    font-size:38px;
  }
  .company-hero{
    min-height:720px;
    padding:96px 18px 44px;
  }
  .company-hero-shade{
    background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.86) 58%,rgba(255,255,255,.96));
  }
  .company-hero-content h1{font-size:42px}
  .hero-shade{
    background:linear-gradient(180deg,rgba(8,14,23,.88),rgba(8,14,23,.78) 58%,rgba(8,14,23,.9));
  }
  .hero-content h1{font-size:42px}
  .btn,.btn.large{width:100%}
  .section{padding:60px 18px}
  .home-intro{padding:42px 18px}
  .automation-band{padding:52px 18px}
  .sector-grid,.value-grid,.workflow-line,.marketing-metrics,.page-grid,.flow-grid,.feature-stack-grid,.preview-metrics{grid-template-columns:1fr}
  .business-types .visual-grid{
    grid-template-columns:1fr;
  }
  .problem-grid article{min-height:0}
  .problem-grid img{min-height:220px;height:220px}
  .problem-grid article div{padding:22px}
  .benefit-sales-grid article{min-height:0}
  .sector-card{min-height:0}
  .sector-card img{height:220px}
  .visual-grid article,
  .visual-grid article:first-child{min-height:320px}
  .showcase-image img{min-height:300px}
  .conversion-section figure,
  .loyalty-lab figure,
  .what-we-do figure,
  .about-pro-hero figure{min-height:320px;height:320px}
  .cta-section{margin:48px 18px;padding:28px}
  .site-footer{
    display:block;
    text-align:center;
  }
  .site-footer img{
    margin:0 auto 14px;
  }
  .products-hero{padding:64px 18px}
  .pricing-hero{padding:64px 18px}
  .support-hero{padding:18px}
  .thanks-hero{
    min-height:720px;
    padding:100px 18px 42px;
  }
  .thanks-hero-shade{
    background:linear-gradient(180deg,rgba(7,17,31,.82),rgba(7,17,31,.95));
  }
  .thanks-panel{padding:24px}
  .thanks-panel h1{font-size:38px}
  .thanks-panel p{font-size:17px}
  .thanks-steps article,
  .thanks-support-grid article{min-height:0}
  .support-slider{min-height:800px}
  .support-slide{padding:22px}
  .support-slide img{height:220px}
  .floating-whatsapp-chat{
    right:14px;
    bottom:14px;
    padding:13px 15px;
  }
  .floating-whatsapp-chat span{
    display:none;
  }
}

