
:root {
  --bg: #06101d;
  --bg-deep: #030a12;
  --surface: #0b1726;
  --surface-2: #0f1d2e;
  --surface-3: #132439;
  --line: rgba(255,255,255,.095);
  --line-strong: rgba(255,255,255,.15);
  --text: #f7fbff;
  --muted: #a9b7c7;
  --muted-2: #7f91a5;
  --brand: #1687ff;
  --brand-2: #42a5ff;
  --brand-dark: #0e67c7;
  --success: #74d5a0;
  --danger: #ff8181;
  --shadow: 0 24px 70px rgba(0,0,0,.32);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(22,135,255,.13), transparent 32rem),
    radial-gradient(circle at 10% 42%, rgba(22,135,255,.055), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 110px 0; }

.eyebrow { margin: 0 0 14px; color: var(--brand-2); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { max-width: 720px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 3.8vw, 2.85rem); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 18px; }
h3 { font-size: 1.15rem; line-height: 1.25; margin-bottom: 8px; }
p { color: var(--muted); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 12px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(66,165,255,.45); outline-offset: 3px; }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; box-shadow: 0 12px 30px rgba(22,135,255,.25); }
.btn-primary:hover { box-shadow: 0 16px 36px rgba(22,135,255,.34); }
.btn-secondary { border-color: var(--line-strong); background: rgba(255,255,255,.035); color: #fff; }
.btn-secondary:hover { border-color: rgba(66,165,255,.45); background: rgba(22,135,255,.08); }
.btn-full { width: 100%; }

.site-header { position: sticky; top: 0; z-index: 1000; height: 74px; background: rgba(3,10,18,.78); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.06); }
.header-inner { height: 100%; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 24px; }
.brand { width: 132px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 130px; height: auto; object-fit: contain; }
.main-nav { display: flex; justify-content: center; gap: 26px; }
.main-nav a { font-size: .92rem; color: #c7d3df; transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.header-cta { min-height: 42px; padding-inline: 15px; font-size: .88rem; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

.hero { padding-top: 96px; padding-bottom: 88px; position: relative; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero-copy { max-width: 650px; }
.hero-sub { font-size: clamp(1.08rem, 1.8vw, 1.3rem); max-width: 610px; margin-bottom: 22px; }
.hero-sub strong { color: #fff; }
.implantacao-line { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; font-size: .9rem; color: var(--muted-2); margin-bottom: 24px; }
.implantacao-line strong { color: #fff; }
.implantacao-line span:first-child { color: #cdd8e4; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0 0 30px; list-style: none; }
.hero-benefits li { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: #dce6ef; border-radius: 999px; padding: 7px 11px; font-size: .82rem; }
.hero-benefits li::before { content: "✓"; color: var(--success); font-weight: 900; margin-right: 7px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.device-stage { width: 100%; height: 500px; position: relative; display: grid; place-items: center; }
.desktop-device { position: relative; z-index: 2; width: min(100%, 560px); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; padding: 8px; background: #06101a; box-shadow: var(--shadow); transform: perspective(900px) rotateY(-4deg) rotateX(1deg); }
.browser-bar { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 8px; color: #71849a; font-size: .67rem; }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); }
.browser-bar em { margin-left: auto; font-style: normal; }
.preview-placeholder { height: 355px; border-radius: 12px; display: grid; place-content: center; text-align: center; padding: 40px; border: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle at 70% 20%, rgba(22,135,255,.16), transparent 40%), linear-gradient(140deg,#0a1726,#07101c); position: relative; overflow: hidden; }
.preview-placeholder::before, .preview-placeholder::after { content:""; position:absolute; border:1px solid rgba(66,165,255,.15); border-radius:50%; width:260px; height:260px; right:-110px; top:-100px; }
.preview-placeholder::after { width: 170px; height: 170px; left:-80px; bottom:-80px; top:auto; }
.preview-logo { color: var(--brand-2); font-weight: 900; letter-spacing: .18em; font-size: .78rem; margin-bottom: 10px; }
.preview-placeholder strong { font-size: 1.35rem; margin-bottom: 8px; }
.preview-placeholder span { color: var(--muted); font-size: .84rem; max-width: 340px; }
.phone-device { position: absolute; z-index: 3; width: 142px; height: 285px; right: -12px; bottom: -8px; border: 5px solid #0f1822; border-radius: 28px; background: #04090e; box-shadow: 0 18px 44px rgba(0,0,0,.4); padding: 8px; transform: rotate(3deg); }
.phone-notch { width: 44px; height: 6px; border-radius: 9px; background: #1d2834; margin: 1px auto 8px; }
.phone-screen { height: 248px; border-radius: 19px; padding: 22px 13px; background: linear-gradient(160deg,#0d1d30,#07101b); display: flex; flex-direction: column; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.07); }
.phone-screen .mini-kicker { color: var(--brand-2); font-size: .63rem; font-weight: 800; letter-spacing: .13em; }
.phone-screen strong { font-size: .9rem; line-height: 1.25; }
.phone-screen small { color: var(--muted); font-size: .64rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(66,165,255,.12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 410px; height: 410px; border-style: dashed; }

.benefit-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.strip-grid { min-height: 92px; display: grid; grid-template-columns: 1.35fr repeat(4,1fr); gap: 16px; align-items: center; }
.strip-title { margin: 0; color: #fff; font-weight: 800; font-size: 1.03rem; }
.strip-item { display: flex; align-items: center; gap: 9px; color: #c3cfdb; font-size: .84rem; }
.strip-item svg, .feature-card svg, .icon-wrap svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; color: var(--brand-2); flex: 0 0 auto; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.problem-list { border-left: 1px solid var(--line); padding-left: 42px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding-left: 26px; margin: 10px 0; color: #d6e0ea; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-2); font-weight: 900; }
.muted-list li { color: #b8c6d4; }
.closing-note { margin: 28px 0 0; padding: 18px 20px; border-radius: 14px; background: rgba(22,135,255,.08); border: 1px solid rgba(66,165,255,.16); color: #e3edf7; }

.pillars { background: rgba(255,255,255,.014); border-block: 1px solid rgba(255,255,255,.04); }
.pillars-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); }
.pillar { display: flex; gap: 16px; align-items: flex-start; padding: 30px 25px; min-height: 190px; }
.pillar + .pillar { border-left: 1px solid var(--line); }
.pillar p { margin-bottom: 0; font-size: .91rem; }
.icon-wrap { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: rgba(22,135,255,.1); flex: 0 0 auto; }

.included .section-heading { margin-bottom: 46px; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.feature-card { padding: 24px; min-height: 210px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(66,165,255,.24); background: var(--surface-2); }
.feature-card svg { width: 28px; height: 28px; margin-bottom: 28px; }
.feature-card p { margin-bottom: 0; font-size: .9rem; }
.included-detail { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; background: rgba(255,255,255,.02); }
.included-detail > div { padding: 24px; display: flex; flex-direction: column; gap: 6px; }
.included-detail > div + div { border-left: 1px solid var(--line); }
.included-detail strong { margin-bottom: 4px; }
.included-detail span { color: var(--muted); font-size: .87rem; }

.steps { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.steps-grid { list-style: none; padding: 0; margin: 48px 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.steps-grid li { padding: 30px 34px 12px 0; position: relative; }
.steps-grid li + li { border-left: 1px solid var(--line); padding-left: 34px; }
.steps-grid span { font-size: .79rem; color: var(--brand-2); font-weight: 900; letter-spacing: .12em; }
.steps-grid h3 { margin-top: 17px; font-size: 1.2rem; }
.steps-grid p { margin: 0; }
.deadline-note { text-align: center; margin: 42px auto 0; width: fit-content; border: 1px solid var(--line); background: rgba(255,255,255,.025); padding: 10px 16px; border-radius: 999px; font-size: .87rem; }

.portfolio { background: rgba(255,255,255,.012); border-block: 1px solid rgba(255,255,255,.04); }
.portfolio-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.project-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.project-preview { aspect-ratio: 16 / 9; background: #08111b; padding: 8px; border-bottom: 1px solid var(--line); }
.preview-browser { height: 28px; display: flex; gap: 6px; align-items: center; padding: 0 4px; }
.preview-browser i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.18); }
.project-placeholder { height: calc(100% - 28px); border-radius: 12px; border: 1px dashed rgba(66,165,255,.22); background: radial-gradient(circle at 70% 25%, rgba(22,135,255,.12), transparent 42%), #0b1726; display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.project-placeholder span { font-size: .72rem; color: var(--brand-2); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.project-placeholder strong { margin: 7px 0 4px; font-size: 1.35rem; }
.project-placeholder small { color: var(--muted-2); }
.project-meta { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 22px; }
.project-meta h3, .project-meta p { margin-bottom: 0; }
.project-meta p { font-size: .83rem; }
.project-meta a { color: var(--brand-2); font-weight: 800; font-size: .86rem; }
.project-status { color: #d6e0ea; font-size: .78rem; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap; }

.price-section { position: relative; overflow: hidden; }
.price-section::before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:rgba(22,135,255,.08); filter:blur(30px); right:-220px; top:0; pointer-events:none; }
.price-grid { display: grid; grid-template-columns: 1fr 440px; gap: 80px; align-items: center; }
.price-copy > p:not(.eyebrow) { max-width: 610px; }
.check-list.compact { margin-top: 28px; }
.price-card { position: relative; padding: 30px; background: linear-gradient(160deg, #10243b, #0b1726 60%); border: 1px solid rgba(66,165,255,.24); border-radius: 28px; box-shadow: var(--shadow); }
.price-card-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; color: #fff; }
.price-card-head span { font-weight: 800; }
.price-card-head small { color: var(--brand-2); border: 1px solid rgba(66,165,255,.25); border-radius: 999px; padding: 5px 8px; }
.monthly-price { display: flex; align-items: end; margin: 26px 0 8px; line-height: 1; }
.monthly-price sup { font-weight: 800; font-size: 1rem; align-self: flex-start; padding-top: 13px; }
.monthly-price strong { font-size: 4.5rem; letter-spacing: -.07em; }
.monthly-price span { margin: 0 0 9px 8px; color: var(--muted); }
.setup-price { display: flex; justify-content: space-between; margin-top: 22px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-card > p { font-size: .79rem; margin: 9px 0 18px; }
.price-rule { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .88rem; margin: 10px 0; }
.price-rule strong { color: #fff; text-align: right; }
.price-card .btn { margin-top: 20px; }
.price-footnote { display: block; color: var(--muted-2); text-align: center; margin-top: 10px; }

.compare { background: rgba(255,255,255,.014); border-block: 1px solid rgba(255,255,255,.04); }
.compare-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(2,1fr); max-width: 940px; margin-inline: auto; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.compare-column { padding: 34px; }
.compare-column + .compare-column { border-left: 1px solid var(--line); }
.compare-column.traditional { background: #09131f; }
.compare-column.managed { background: linear-gradient(145deg, rgba(22,135,255,.12), rgba(255,255,255,.018)); }
.compare-column ul { list-style: none; padding: 0; margin: 20px 0 0; }
.compare-column li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.05); color: #b9c7d5; }
.compare-column li:last-child { border-bottom: 0; }
.compare-column.managed li::before { content:"✓"; color: var(--success); margin-right: 10px; font-weight: 900; }
.mini-label { color: var(--brand-2); font-size: .7rem; font-weight: 900; letter-spacing: .14em; margin-bottom: 7px; }

.growth-strip { padding: 54px 0; background: linear-gradient(90deg, rgba(22,135,255,.08), rgba(255,255,255,.018)); border-block: 1px solid rgba(66,165,255,.12); }
.growth-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.growth-inner h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 0; }
.growth-inner > p { margin: 0; max-width: 650px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; list-style: none; padding: 19px 36px 19px 0; font-weight: 750; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content:"+"; position:absolute; right:4px; top:17px; color:var(--brand-2); font-size:1.25rem; }
.accordion details[open] summary::after { content:"−"; }
.accordion details p { padding: 0 30px 20px 0; margin: 0; font-size: .91rem; }

.contact-section { background: linear-gradient(180deg, rgba(22,135,255,.07), transparent 60%); border-top: 1px solid rgba(66,165,255,.13); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-copy { position: sticky; top: 112px; }
.contact-lead { font-size: 1.08rem; }
.contact-price { display: flex; flex-direction: column; margin: 34px 0 24px; }
.contact-price span, .contact-price small { color: var(--muted); }
.contact-price strong { font-size: 2.1rem; letter-spacing: -.04em; }
.lead-form { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); }
.form-head { display: flex; flex-direction: column; gap: 3px; margin-bottom: 22px; }
.form-head strong { font-size: 1.2rem; }
.form-head span { color: var(--muted); font-size: .86rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.lead-form label { display: flex; flex-direction: column; gap: 7px; color: #d9e3ed; font-size: .83rem; margin-bottom: 14px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; background: #08131f; border: 1px solid var(--line-strong); color: #fff; border-radius: 10px; padding: 12px 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.lead-form input, .lead-form select { min-height: 46px; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: rgba(66,165,255,.55); box-shadow: 0 0 0 4px rgba(22,135,255,.08); outline: none; }
.form-error { min-height: 21px; margin: 0 0 10px; color: var(--danger); font-size: .82rem; }

.site-footer { padding: 62px 0 26px; background: #03080e; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 42px; }
.footer-brand img { width: 160px; height: auto; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 300px; font-size: .87rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { margin-bottom: 7px; font-size: .88rem; }
.footer-grid a { color: var(--muted); font-size: .83rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); display: flex; justify-content: space-between; color: #6f8295; font-size: .78rem; }

.floating-cta { display: none; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 16px; }
  .header-cta { display: none; }
  .header-inner { grid-template-columns: 140px 1fr; }
  .hero-grid { gap: 34px; }
  .phone-device { right: -4px; }
  .strip-grid { grid-template-columns: 1.2fr repeat(2,1fr); padding: 20px 0; }
  .strip-item:nth-last-child(-n+2) { grid-column: span 1; }
  .pillars-grid, .feature-grid { grid-template-columns: repeat(2,1fr); }
  .pillar + .pillar { border-left: 0; }
  .pillar:nth-child(even) { border-left: 1px solid var(--line); }
  .pillar:nth-child(n+3) { border-top: 1px solid var(--line); }
  .price-grid { grid-template-columns: 1fr 390px; gap: 44px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section-pad { padding: 82px 0; }
  .site-header { height: 68px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .brand { width: 118px; }
  .brand img { width: 110px; height: auto; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; left: 15px; right: 15px; top: 76px; display: none; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); background: rgba(5,13,22,.98); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .main-nav a:last-child { border-bottom: 0; }

  .hero { padding-top: 64px; }
  .hero-grid, .split-layout, .price-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-copy { max-width: none; }
  .hero-visual { min-height: 430px; }
  .device-stage { height: 410px; }
  .desktop-device { width: 95%; transform: none; }
  .preview-placeholder { height: 290px; }
  .phone-device { width: 116px; height: 238px; right: 4px; bottom: -4px; }
  .phone-screen { height: 201px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 310px; height: 310px; }
  .strip-grid { grid-template-columns: repeat(2,1fr); }
  .strip-title { grid-column: 1 / -1; }
  .problem-list { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; }
  .split-layout { gap: 34px; }
  .included-detail { grid-template-columns: 1fr; }
  .included-detail > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .steps-grid { grid-template-columns: 1fr; border-top: 0; gap: 0; }
  .steps-grid li { padding: 24px 0; border-top: 1px solid var(--line); }
  .steps-grid li + li { border-left: 0; padding-left: 0; }
  .price-grid { gap: 34px; }
  .price-card { width: min(100%, 500px); }
  .growth-inner { grid-template-columns: 1fr; gap: 22px; }
  .faq-grid, .contact-grid { gap: 42px; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
  body { padding-bottom: 68px; }
  .section-pad { padding: 70px 0; }
  h1 { font-size: clamp(2.35rem, 11vw, 2.8rem); }
  h2 { font-size: clamp(1.85rem, 8vw, 2.3rem); }
  .hero { padding-top: 52px; padding-bottom: 62px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .implantacao-line { font-size: .82rem; }
  .hero-benefits { gap: 8px; }
  .hero-benefits li { font-size: .76rem; }
  .hero-visual { min-height: 335px; }
  .device-stage { height: 330px; }
  .desktop-device { width: 100%; }
  .preview-placeholder { height: 226px; padding: 28px 50px 28px 22px; text-align: left; place-content: center start; }
  .preview-placeholder strong { font-size: 1.02rem; }
  .preview-placeholder span { font-size: .72rem; }
  .phone-device { width: 94px; height: 196px; right: -3px; bottom: -7px; border-width: 4px; padding: 6px; }
  .phone-screen { height: 164px; padding: 16px 8px; }
  .phone-screen strong { font-size: .72rem; }
  .phone-screen small { font-size: .55rem; }
  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 250px; height: 250px; }
  .strip-grid { grid-template-columns: 1fr; padding: 22px 0; }
  .strip-title { grid-column: auto; }
  .pillars-grid, .feature-grid, .portfolio-grid, .compare-grid { grid-template-columns: 1fr; }
  .pillar:nth-child(even) { border-left: 0; }
  .pillar + .pillar { border-top: 1px solid var(--line); }
  .pillar { min-height: 0; }
  .feature-card { min-height: 0; }
  .feature-card svg { margin-bottom: 20px; }
  .portfolio-grid { gap: 16px; }
  .project-meta { align-items: flex-start; }
  .project-meta a, .project-status { margin-top: 3px; }
  .compare-column + .compare-column { border-left: 0; border-top: 1px solid var(--line); }
  .price-card { padding: 24px; }
  .monthly-price strong { font-size: 4rem; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .floating-cta { display: flex; position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 999; height: 52px; align-items: center; justify-content: center; border-radius: 13px; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; font-weight: 850; box-shadow: 0 14px 34px rgba(0,0,0,.45); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ==================================================
   Refinamento V2 — hierarquia, densidade e mobile
   ================================================== */
.hero-grid { grid-template-columns: .88fr 1.12fr; gap: 52px; }
.hero-copy { max-width: 590px; }
.hero h1 { max-width: 590px; margin-bottom: 18px; }
.hero-price { display: flex; align-items: flex-end; gap: 7px; line-height: .9; margin: 4px 0 14px; }
.hero-price span { font-size: 1.05rem; font-weight: 850; padding-bottom: 10px; }
.hero-price strong { font-size: clamp(3.75rem, 6vw, 5.15rem); letter-spacing: -.075em; }
.hero-price small { color: var(--muted); font-size: 1rem; padding-bottom: 9px; }
.hero-sub { max-width: 520px; margin-bottom: 24px; font-size: 1.02rem; }
.hero-actions { align-items: center; }
.hero-text-link { color: #cad7e3; font-size: .9rem; font-weight: 750; padding: 10px 4px; }
.hero-text-link:hover { color: #fff; }
.hero-text-link span { color: var(--brand-2); margin-left: 5px; }
.implantacao-note { margin: 18px 0 0; color: var(--muted-2); font-size: .82rem; }
.implantacao-note strong { color: #d9e5f0; }
.hero-visual { min-height: 540px; }
.device-stage { height: 520px; }
.desktop-device { width: min(100%, 625px); }
.preview-placeholder { height: 382px; }
.phone-device { width: 148px; height: 296px; right: -8px; bottom: 0; }
.phone-screen { height: 257px; }

.problem .section-heading p:last-child { max-width: 590px; }
.problem-list { padding-top: 3px; }
.problem-list .check-list li { margin: 0; padding: 14px 0 14px 30px; border-bottom: 1px solid rgba(255,255,255,.055); }
.problem-list .check-list li:first-child { border-top: 1px solid rgba(255,255,255,.055); }
.problem-list .check-list li::before { top: 14px; }
.closing-note { margin-top: 20px; }

.pillars-grid { margin-top: 40px; }
.pillar { min-height: 164px; padding: 26px 22px; }
.pillar p { font-size: .88rem; line-height: 1.52; }

.included .section-heading { margin-bottom: 34px; }
.feature-grid-v2 { grid-template-columns: repeat(3,1fr); gap: 14px; }
.feature-grid-v2 .feature-card { min-height: 190px; padding: 22px; }
.feature-grid-v2 .feature-card svg { margin-bottom: 20px; }
.feature-grid-v2 .feature-card h3 { max-width: 250px; }
.feature-grid-v2 .feature-card p { font-size: .86rem; line-height: 1.55; }

.steps .section-heading { max-width: 650px; }
.steps-grid { margin-top: 38px; }
.steps-grid li { padding-top: 26px; }
.deadline-note { margin-top: 32px; }

.portfolio { position: relative; }
.portfolio-heading { max-width: 780px; }
.portfolio-grid-v2 { margin-top: 38px; gap: 24px; }
.project-card { border-color: rgba(255,255,255,.12); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.project-preview { aspect-ratio: 16 / 10.2; padding: 10px; position: relative; overflow: hidden; }
.preview-browser { height: 30px; }
.preview-browser span { margin-left: auto; margin-right: 5px; color: #64798d; font-size: .62rem; }
.project-placeholder { height: calc(100% - 30px); padding: 34px; }
.project-phone-preview { position: absolute; right: 20px; bottom: 18px; width: 76px; height: 144px; border: 4px solid #111c27; border-radius: 18px; background: linear-gradient(155deg,#12253b,#08121d); box-shadow: 0 16px 32px rgba(0,0,0,.35); display: grid; place-items: center; }
.project-phone-preview::before { content:""; position:absolute; top:7px; width:24px; height:4px; border-radius:9px; background:#263746; }
.project-phone-preview span { font-size:.58rem; text-transform:uppercase; letter-spacing:.11em; color:#7890a6; }
.project-meta { padding: 18px 20px; }
.project-meta a { display: inline-flex; align-items: center; gap: 6px; }
.project-meta a::after { content:"↗"; color: var(--brand-2); }
.portfolio-swipe-hint { display: none; }

.compare .section-heading { max-width: 620px; }
.compare-grid { margin-top: 34px; }
.compare-column { padding: 30px 32px; }
.compare-column li { padding: 9px 0; font-size: .9rem; }

.growth-strip { padding: 34px 0; }
.growth-inner { grid-template-columns: .8fr 1.2fr; gap: 56px; }
.growth-inner h2 { font-size: clamp(1.55rem, 2.7vw, 2.1rem); }
.growth-inner > p { font-size: .9rem; line-height: 1.55; }

.faq-grid { gap: 60px; }
.accordion summary { padding-block: 17px; }
.faq-cta { margin-top: 24px; padding: 18px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.faq-cta div { display: flex; flex-direction: column; gap: 3px; }
.faq-cta span { color: var(--muted); font-size: .84rem; }
.faq-cta .btn { min-height: 44px; white-space: nowrap; }

.form-flow { margin: -4px 0 20px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.02); display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: .78rem; }
.form-flow span { display: inline-flex; align-items: center; gap: 6px; }
.form-flow b { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: rgba(22,135,255,.12); color: var(--brand-2); font-size: .66rem; }
.form-flow i { color: #51677b; font-style: normal; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid-v2 { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .section-pad { padding: 68px 0; }
  .hero { padding-top: 48px; padding-bottom: 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { text-align: center; max-width: 680px; margin-inline: auto; }
  .hero h1 { margin-inline: auto; }
  .hero-price { justify-content: center; }
  .hero-sub { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .implantacao-note { text-align: center; }
  .hero-visual { min-height: 370px; }
  .device-stage { height: 360px; max-width: 620px; margin-inline: auto; }
  .desktop-device { width: 92%; }
  .preview-placeholder { height: 260px; }
  .phone-device { width: 108px; height: 222px; right: 1%; }
  .phone-screen { height: 187px; }
  .split-layout { gap: 26px; }
  .problem-list { padding-top: 22px; }
  .pillars-grid { margin-top: 32px; }
  .growth-inner { gap: 24px; }
  .faq-grid, .contact-grid { gap: 34px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 52px 0; }
  h1 { font-size: clamp(2.25rem, 10.5vw, 2.7rem); }
  h2 { font-size: clamp(1.72rem, 7.5vw, 2.08rem); }
  .eyebrow { margin-bottom: 10px; }

  .hero { padding-top: 38px; padding-bottom: 46px; }
  .hero-grid { gap: 24px; }
  .hero-price { margin-top: 0; margin-bottom: 12px; }
  .hero-price strong { font-size: 4rem; }
  .hero-sub { font-size: .94rem; margin-bottom: 20px; }
  .hero-actions { flex-direction: column; gap: 7px; }
  .hero-actions .btn { width: 100%; }
  .hero-text-link { padding: 8px 6px; }
  .implantacao-note { margin-top: 11px; font-size: .76rem; }
  .hero-visual { min-height: 286px; }
  .device-stage { height: 280px; }
  .desktop-device { width: 100%; transform: none; }
  .preview-placeholder { height: 190px; padding: 24px 60px 24px 18px; }
  .preview-placeholder strong { font-size: .98rem; }
  .preview-placeholder span { font-size: .69rem; }
  .phone-device { width: 84px; height: 174px; right: -1px; bottom: -4px; }
  .phone-screen { height: 144px; padding: 14px 7px; }
  .orbit-one { width: 275px; height: 275px; }
  .orbit-two { width: 220px; height: 220px; }

  .benefit-strip { overflow: hidden; }
  .strip-grid { grid-template-columns: repeat(2,1fr); gap: 10px 14px; padding: 18px 0; min-height: 0; }
  .strip-title { grid-column: 1 / -1; font-size: .92rem; }
  .strip-item { font-size: .74rem; gap: 7px; }
  .strip-item svg { width: 18px; height: 18px; }

  .problem .section-heading p:last-child { font-size: .9rem; }
  .problem-list { border-top: 0; padding-top: 0; }
  .problem-list .check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .problem-list .check-list li { border: 1px solid var(--line) !important; border-radius: 12px; padding: 12px 10px 12px 30px; margin: 0; font-size: .78rem; line-height: 1.4; background: rgba(255,255,255,.018); }
  .problem-list .check-list li::before { top: 11px; left: 10px; }
  .closing-note { margin-top: 12px; padding: 13px 14px; font-size: .8rem; }

  .pillars-grid { grid-template-columns: repeat(2,1fr); border-radius: 18px; }
  .pillar { min-height: 150px; display: block; padding: 18px 14px; }
  .pillar + .pillar { border-left: 0; }
  .pillar:nth-child(even) { border-left: 1px solid var(--line); }
  .pillar:nth-child(n+3) { border-top: 1px solid var(--line); }
  .icon-wrap { width: 36px; height: 36px; margin-bottom: 12px; }
  .pillar h3 { font-size: .98rem; }
  .pillar p { font-size: .75rem; line-height: 1.42; }

  .included .section-heading { margin-bottom: 24px; }
  .feature-grid-v2 { grid-template-columns: repeat(2,1fr); gap: 9px; }
  .feature-grid-v2 .feature-card { min-height: 170px; padding: 16px 13px; border-radius: 14px; }
  .feature-grid-v2 .feature-card svg { width: 23px; height: 23px; margin-bottom: 14px; }
  .feature-grid-v2 .feature-card h3 { font-size: .9rem; line-height: 1.22; margin-bottom: 7px; }
  .feature-grid-v2 .feature-card p { font-size: .72rem; line-height: 1.42; }

  .steps-grid { margin-top: 26px; }
  .steps-grid li { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr; column-gap: 6px; align-items: start; }
  .steps-grid span { grid-row: 1 / 3; padding-top: 3px; }
  .steps-grid h3 { margin: 0 0 4px; font-size: 1rem; }
  .steps-grid p { font-size: .8rem; line-height: 1.45; }
  .deadline-note { margin-top: 18px; border-radius: 12px; font-size: .74rem; padding: 9px 12px; }

  .portfolio { padding-bottom: 46px; }
  .portfolio-heading p:last-child { font-size: .86rem; }
  .portfolio-grid-v2 { display: flex; overflow-x: auto; gap: 12px; margin: 24px -14px 0; padding: 0 14px 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .portfolio-grid-v2::-webkit-scrollbar { display: none; }
  .portfolio-grid-v2 .project-card { flex: 0 0 88%; scroll-snap-align: center; }
  .project-preview { aspect-ratio: 16 / 10.8; }
  .project-placeholder { padding: 20px 68px 20px 18px; }
  .project-placeholder span { font-size: .58rem; }
  .project-placeholder strong { font-size: 1.02rem; }
  .project-placeholder small { font-size: .68rem; }
  .project-phone-preview { width: 61px; height: 116px; right: 12px; bottom: 12px; border-width: 3px; border-radius: 14px; }
  .project-meta { padding: 14px 15px; }
  .project-meta h3 { font-size: .95rem; }
  .project-meta p, .project-meta a, .project-status { font-size: .7rem; }
  .project-status { white-space: normal; text-align: right; }
  .portfolio-swipe-hint { display: block; text-align: center; margin: 10px 0 0; color: var(--muted-2); font-size: .72rem; }

  .price-grid { gap: 24px; }
  .price-copy .check-list { display: none; }
  .price-copy > p:not(.eyebrow) { margin-bottom: 0; font-size: .86rem; }
  .price-card { padding: 22px; border-radius: 22px; }
  .monthly-price { margin-top: 20px; }
  .monthly-price strong { font-size: 3.8rem; }
  .price-rule { font-size: .8rem; }

  .compare .section-heading { text-align: left; }
  .compare-grid { grid-template-columns: 1fr; margin-top: 24px; border-radius: 18px; }
  .compare-column { padding: 22px 20px; }
  .compare-column + .compare-column { border-left: 0; border-top: 1px solid var(--line); }
  .compare-column ul { margin-top: 13px; }
  .compare-column li { padding: 7px 0; font-size: .8rem; }

  .growth-strip { padding: 24px 0; }
  .growth-inner { grid-template-columns: 1fr; gap: 8px; }
  .growth-inner .eyebrow { margin-bottom: 6px; }
  .growth-inner h2 { font-size: 1.35rem; }
  .growth-inner > p { font-size: .78rem; line-height: 1.45; }

  .faq-grid { gap: 20px; }
  .faq .section-heading p:last-child { display: none; }
  .accordion summary { padding: 15px 34px 15px 0; font-size: .88rem; }
  .accordion summary::after { top: 13px; }
  .accordion details p { padding: 0 20px 16px 0; font-size: .78rem; line-height: 1.5; }
  .faq-cta { align-items: stretch; flex-direction: column; margin-top: 18px; padding-top: 16px; gap: 12px; }
  .faq-cta .btn { width: 100%; }

  .contact-section { padding-top: 50px; }
  .contact-copy h2 { margin-bottom: 10px; }
  .contact-lead { font-size: .9rem; }
  .contact-price { margin: 20px 0 16px; }
  .contact-price strong { font-size: 1.8rem; }
  .form-flow { gap: 6px; padding: 10px 8px; font-size: .68rem; }
  .form-flow b { width: 18px; height: 18px; }
  .lead-form { padding: 19px; border-radius: 18px; }
  .form-head { margin-bottom: 16px; }
  .form-head strong { font-size: 1.05rem; }
  .form-head span { font-size: .76rem; }
  .lead-form label { margin-bottom: 11px; }
  .lead-form textarea { min-height: 105px; }

  .site-footer { padding-top: 46px; }
  .footer-grid { gap: 22px; }
  .footer-brand img { width: 142px; }
}



/* ==================================================
   Refinamento V3 — WhatsApp + Hero real + Portfólio real
   ================================================== */
.hero-device-real { overflow: hidden; }
.hero-site-screen { height: 382px; border-radius: 12px; overflow: hidden; background: #f7f7f7; border: 1px solid rgba(255,255,255,.08); }
.hero-site-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-phone-real { overflow: hidden; }
.hero-mobile-screen { padding: 0; overflow: hidden; background: #fff; display: block; }
.hero-mobile-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 14px; }

.portfolio-heading { max-width: 780px; }
.project-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); border-color: rgba(66,165,255,.35); box-shadow: 0 24px 64px rgba(0,0,0,.28); }
.project-preview-real { background: #07111c; }
.project-desktop-shot { position: relative; height: calc(100% - 30px); overflow: hidden; border-radius: 0 0 12px 12px; background: #0a1420; }
.project-desktop-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.project-card:hover .project-desktop-shot img { transform: scale(1.018); }
.project-phone-real { overflow: hidden; display: block; padding: 5px; background: #050b12; border-color: #172536; }
.project-phone-real img { width: 100%; height: 100%; border-radius: 12px; object-fit: cover; object-position: top center; }
.project-meta a { transition: color .2s ease, transform .2s ease; }
.project-card:hover .project-meta a { color: #fff; transform: translateX(2px); }

.whatsapp-float { position: fixed; right: 20px; bottom: 20px; width: 60px; height: 60px; z-index: 1200; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 16px 36px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.16) inset; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.whatsapp-float svg { width: 34px; height: 34px; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 20px 42px rgba(0,0,0,.44), 0 0 0 1px rgba(255,255,255,.22) inset; }
.whatsapp-float:focus-visible { outline-color: rgba(37,211,102,.55); }
body.form-in-view .whatsapp-float { opacity: 0; pointer-events: none; transform: translateY(8px); }

@media (max-width: 820px) {
  .hero-site-screen { height: 260px; }
  .hero-phone-real .hero-mobile-screen { height: 187px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 0; }
  .hero-site-screen { height: 190px; }
  .hero-phone-real .hero-mobile-screen { height: 144px; }
  .whatsapp-float { width: 56px; height: 56px; right: 16px; bottom: calc(18px + env(safe-area-inset-bottom)); }
  .whatsapp-float svg { width: 31px; height: 31px; }
  .project-preview-real { aspect-ratio: 16 / 10.8; }
  .project-desktop-shot { height: calc(100% - 30px); }
  .project-phone-real { width: 62px; height: 118px; right: 11px; bottom: 11px; padding: 4px; }
  .project-phone-real img { border-radius: 10px; }
}


/* ==================================================
   Refinamento V4 — somente Hero carousel/mockups + FAQ + Footer contact
   ================================================== */

/* Hero: with eyebrow removed, keep spacing compact and preserve all other hierarchy. */
.hero-copy > h1:first-child { margin-top: 0; }

/* Hero carousel: fixed canvas, synchronized crossfade without layout shift. */
.hero-carousel { touch-action: pan-y; }
.hero-site-screen,
.hero-mobile-screen { position: relative; }
.hero-carousel-shot,
.hero-carousel-mobile-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity .55s ease;
  pointer-events: none;
}
.hero-carousel-shot.is-active,
.hero-carousel-mobile-shot.is-active { opacity: 1; }

/* Smaller, lighter mobile mockup: desktop stays the protagonist. */
.hero-phone-real {
  width: 104px;
  height: 214px;
  right: 1px;
  bottom: 10px;
  border-width: 2px;
  border-radius: 19px;
  padding: 3px;
  background: #050b12;
  transform: rotate(1.2deg);
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
}
.hero-phone-real .phone-notch {
  position: absolute;
  z-index: 4;
  width: 22px;
  height: 3px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background: rgba(15,24,34,.92);
}
.hero-phone-real .hero-mobile-screen {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 15px;
  padding: 0;
}
.hero-phone-real .hero-mobile-screen img { border-radius: 14px; }

.hero-carousel-dots {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-carousel-dot {
  width: 7px;
  height: 7px;
  min-width: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  box-shadow: none;
  cursor: pointer;
  transition: width .2s ease, background-color .2s ease, transform .2s ease;
}
.hero-carousel-dot:hover { background: rgba(255,255,255,.5); transform: translateY(-1px); }
.hero-carousel-dot.is-active { width: 18px; background: var(--brand-2); }
.hero-carousel-dot:focus-visible { outline: 2px solid rgba(66,165,255,.65); outline-offset: 4px; }

/* Portfolio phones become subtle responsivity seals rather than primary content. */
.project-phone-real {
  width: 68px;
  height: 128px;
  right: 12px;
  bottom: 12px;
  border-width: 2px;
  border-radius: 14px;
  padding: 2px;
  background: #050b12;
  box-shadow: 0 12px 28px rgba(0,0,0,.3);
}
.project-phone-preview::before {
  width: 18px;
  height: 2px;
  top: 4px;
  background: rgba(38,55,70,.9);
}
.project-phone-real img { border-radius: 11px; }

/* Footer contact icons: small, outline-style, and inherit link hover color. */
.footer-grid > .footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.footer-contact-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #7d91a5;
  transition: color .2s ease;
}
.footer-contact-link:hover,
.footer-contact-link:hover svg { color: var(--brand-2); }

@media (max-width: 820px) {
  .hero-phone-real {
    width: 82px;
    height: 171px;
    right: 2.5%;
    bottom: 7px;
    border-width: 2px;
    padding: 2px;
    border-radius: 16px;
  }
  .hero-phone-real .hero-mobile-screen { height: 100%; border-radius: 13px; }
  .hero-phone-real .hero-mobile-screen img { border-radius: 12px; }
  .hero-phone-real .phone-notch { width: 18px; top: 4px; }
  .hero-carousel-dots { bottom: -6px; }
}

@media (max-width: 600px) {
  .hero-phone-real {
    width: 68px;
    height: 144px;
    right: 1px;
    bottom: 2px;
    border-width: 2px;
    padding: 2px;
    border-radius: 14px;
  }
  .hero-phone-real .hero-mobile-screen { height: 100%; border-radius: 11px; }
  .hero-phone-real .hero-mobile-screen img { border-radius: 10px; }
  .hero-phone-real .phone-notch { width: 15px; height: 2px; top: 4px; }
  .hero-carousel-dots { bottom: -2px; gap: 6px; }
  .hero-carousel-dot { width: 6px; height: 6px; min-width: 6px; }
  .hero-carousel-dot.is-active { width: 15px; }

  .project-phone-real {
    width: 50px;
    height: 98px;
    right: 9px;
    bottom: 9px;
    border-width: 1.5px;
    border-radius: 11px;
    padding: 2px;
  }
  .project-phone-preview::before { width: 14px; height: 2px; top: 3px; }
  .project-phone-real img { border-radius: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-shot,
  .hero-carousel-mobile-shot { transition: none !important; }
  .hero-carousel-dot { transition: none !important; }
}
