:root {
  --ink: #101828;
  --muted: #5d6676;
  --soft: #f5f6f8;
  --paper: #fffdf9;
  --white: #ffffff;
  --orange: #ff5a1f;
  --orange-deep: #e5420d;
  --orange-soft: #fff0e9;
  --lime: #d7ff62;
  --navy: #101624;
  --line: rgba(16, 24, 40, .11);
  --shadow: 0 24px 70px rgba(16, 24, 40, .12);
  --shadow-sm: 0 12px 35px rgba(16, 24, 40, .08);
  --radius: 24px;
  --radius-sm: 15px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p, ul { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.04em; }
h1, h2 { text-wrap: balance; }
h1 em, h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.announcement { background: var(--navy); color: #fff; font-size: 12px; font-weight: 650; }
.announcement__inner { min-height: 35px; display: flex; justify-content: center; gap: 26px; align-items: center; }
.announcement__inner > span { color: #dce2ee; }
.announcement__inner a { color: var(--lime); border-bottom: 1px solid rgba(215,255,98,.4); }
.announcement__dot { width: 6px; height: 6px; border-radius: 99px; background: var(--lime); display: inline-block; margin-right: 8px; box-shadow: 0 0 0 4px rgba(215,255,98,.12); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.88); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(16,24,40,.04); }
.header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 1; min-width: 0; }
.brand__mark { width: 34px; height: 34px; position: relative; display: inline-block; transform: rotate(-8deg); }
.brand__mark span { position: absolute; border-radius: 7px; background: var(--orange); }
.brand__mark span:nth-child(1) { width: 17px; height: 27px; left: 0; top: 3px; }
.brand__mark span:nth-child(2) { width: 12px; height: 21px; right: 1px; top: 0; background: #ff8f66; }
.brand__mark span:nth-child(3) { width: 12px; height: 12px; right: 1px; bottom: 0; background: var(--ink); }
.brand__name { font-size: 19px; font-weight: 850; letter-spacing: -.04em; }
.custom-logo { max-height: 48px; width: auto; }
.custom-logo-link { display: flex; }
.ace-global-logo { display: block; width: auto; max-width: min(260px,45vw); max-height: 52px; object-fit: contain; }
.ace-brand-name--mobile { display: none; }
.primary-nav { display: flex; align-items: center; gap: 32px; }
.primary-nav .menu { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.primary-nav .menu a { font-size: 13px; font-weight: 650; color: #323b4b; transition: color .2s ease; }
.primary-nav .menu a:hover { color: var(--orange); }
.primary-nav .menu > li { position: relative; }
.ace-pages-menu__toggle { display: inline-flex; align-items: center; gap: 6px; padding: 0; border: 0; background: transparent; color: #323b4b; font-size: 13px; font-weight: 650; cursor: pointer; }
.ace-pages-menu__toggle span { color: var(--orange); font-size: 16px; transition: transform .2s ease; }
.ace-pages-menu .sub-menu { min-width: 255px; position: absolute; z-index: 30; top: calc(100% + 17px); right: 0; display: grid; gap: 2px; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fffdf9; box-shadow: var(--shadow); list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.ace-pages-menu .sub-menu::before { content:""; position:absolute; left:0; right:0; top:-18px; height:20px; }
.ace-pages-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 9px; white-space: nowrap; }
.ace-pages-menu .sub-menu a:hover { background: var(--orange-soft); }
.ace-pages-menu:hover .sub-menu,.ace-pages-menu:focus-within .sub-menu,.ace-pages-menu.is-open .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ace-pages-menu.is-open .ace-pages-menu__toggle span { transform: rotate(180deg); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }

.button { min-height: 52px; padding: 0 24px; border: 1px solid var(--orange); border-radius: 999px; background: var(--orange); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 750; font-size: 14px; box-shadow: 0 12px 30px rgba(255,90,31,.24); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--orange-deep); box-shadow: 0 16px 34px rgba(255,90,31,.32); }
.button--small { min-height: 44px; padding: 0 19px; font-size: 13px; }
.button--outline { background: transparent; border-color: var(--ink); color: var(--ink); box-shadow: none; }
.button--outline:hover { background: var(--ink); color: #fff; box-shadow: none; }
.button--light { background: #fff; border-color: #fff; color: var(--ink); box-shadow: none; }
.button--light:hover { background: var(--lime); border-color: var(--lime); }
.button--full { width: 100%; border-radius: 12px; min-height: 56px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 750; }
.text-link--orange { color: var(--orange); }
.play-icon { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 10px; padding-left: 2px; background: #fff; box-shadow: var(--shadow-sm); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; margin-bottom: 19px; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--lime); }

.hero { min-height: 730px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 90px 0 112px; background: linear-gradient(145deg,#fffdfa 0%,#fff 58%,#fff3ed 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: radial-gradient(rgba(16,24,40,.15) .65px, transparent .65px); background-size: 22px 22px; mask-image: linear-gradient(90deg,#000,transparent 65%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.hero__copy { padding-top: 10px; }
.hero h1 { font-size: clamp(54px, 5.2vw, 78px); max-width: 690px; margin-bottom: 25px; }
.hero__lead { max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.68; margin-bottom: 32px; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-bottom: 36px; }
.hero__proof { display: flex; align-items: center; gap: 14px; padding-top: 6px; }
.hero__proof strong { display: block; font-size: 13px; letter-spacing: 0; line-height: 1.3; }
.hero__proof small { display: block; color: var(--muted); font-size: 11px; }
.stars { color: #ff7a28; letter-spacing: .08em; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; border-radius: 50%; margin-left: -8px; border: 2px solid #fff; background: #1d2a43; color: #fff; font-size: 8px; font-weight: 800; display: grid; place-items: center; }
.avatar-stack span:first-child { margin-left: 0; background: #496c88; }
.avatar-stack span:nth-child(2) { background: #a46e56; }
.avatar-stack span:nth-child(3) { background: #686a92; }
.avatar-stack span:last-child { background: var(--orange); }
.hero__visual { min-height: 540px; position: relative; perspective: 1200px; }
.hero-card--main { width: 100%; border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid rgba(16,24,40,.08); box-shadow: 0 40px 100px rgba(23,32,52,.19); transform: rotateY(-5deg) rotateX(2deg); position: absolute; top: 45px; right: -15px; }
.mock-window__bar { height: 42px; background: #f4f5f7; border-bottom: 1px solid #e8eaf0; display: flex; align-items: center; padding: 0 14px; gap: 6px; }
.mock-window__bar > span { width: 8px; height: 8px; border-radius: 50%; background: #e4a49a; }
.mock-window__bar > span:nth-child(2) { background: #f0c86b; }
.mock-window__bar > span:nth-child(3) { background: #76cfa4; }
.mock-window__bar small { margin: auto; transform: translateX(-21px); color: #939aa7; font-size: 8px; }
.floating-card { position: absolute; z-index: 4; background: rgba(255,255,255,.95); border: 1px solid rgba(16,24,40,.08); border-radius: 15px; box-shadow: 0 20px 50px rgba(16,24,40,.18); padding: 13px 15px; display: flex; align-items: center; gap: 11px; animation: float 4s ease-in-out infinite; }
.floating-card small, .floating-card strong { display: block; line-height: 1.35; }
.floating-card small { color: var(--muted); font-size: 9px; }
.floating-card strong { font-size: 15px; }
.floating-card__icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--orange); font-weight: 800; }
.floating-card--lead { left: -33px; top: 120px; }
.floating-card--booking { right: -8px; bottom: 55px; animation-delay: -2s; }
.floating-card--booking strong { font-size: 11px; }
.status-dot { width: 11px; height: 11px; background: #34c989; border-radius: 50%; box-shadow: 0 0 0 6px rgba(52,201,137,.13); }
.hero__badge { position: absolute; bottom: 2px; left: 25px; background: var(--navy); color: #fff; width: 108px; height: 108px; border-radius: 50%; display: grid; place-content: center; text-align: center; border: 6px solid #fff; box-shadow: var(--shadow); }
.hero__badge strong { font-size: 23px; line-height: 1; }
.hero__badge span { font-size: 8px; color: #bfc8d7; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .4; }
.hero__glow--one { width: 340px; height: 340px; right: -130px; top: -160px; background: radial-gradient(circle,#ffb397,transparent 68%); }
.hero__glow--two { width: 300px; height: 300px; left: 42%; bottom: -190px; background: radial-gradient(circle,#ffe7a7,transparent 68%); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__inner { min-height: 110px; display: flex; align-items: center; gap: 42px; }
.trust-strip p { width: 142px; flex-shrink: 0; margin: 0; font-size: 11px; font-weight: 750; line-height: 1.35; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.trust-logos { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #687182; }
.trust-logos span { font-size: 13px; font-weight: 750; white-space: nowrap; }
.trust-logos b { font-size: 17px; color: #a2a8b2; margin-right: 5px; }

.section-heading { margin-bottom: 54px; }
.section-heading h2 { font-size: clamp(42px, 4vw, 61px); margin-bottom: 0; }
.section-heading p { color: var(--muted); font-size: 17px; max-width: 480px; margin: 0; }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-heading--split > div { max-width: 650px; }
.section-heading--center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-heading--center p { margin: 18px auto 0; }

.services { background: var(--soft); overflow: hidden; }
.services::after { content: ""; width: 420px; height: 420px; position: absolute; right: -250px; top: 250px; border: 70px solid rgba(255,90,31,.04); border-radius: 50%; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; position: relative; z-index: 2; }
.service-card { position: relative; min-height: 385px; padding: 29px; border: 1px solid rgba(16,24,40,.09); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card--feature { grid-column: span 2; display: grid; grid-template-columns: 1fr .93fr; align-content: start; gap: 0 28px; }
.service-card--feature .service-card__top { grid-column: 1 / -1; }
.service-card--feature h3, .service-card--feature p, .service-card--feature ul { grid-column: 1; }
.service-card__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 42px; }
.service-card__number { font-size: 10px; color: #a0a7b2; font-weight: 800; letter-spacing: .1em; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--orange-soft); color: var(--orange); font-size: 18px; font-weight: 800; }
.service-card h3 { font-size: 26px; margin-bottom: 14px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card > a { position: relative; z-index: 2; color: var(--orange); font-size: 12px; font-weight: 800; }
.service-card ul { list-style: none; padding: 0; margin: 10px 0 0; }
.service-card ul li { margin: 8px 0; font-size: 12px; font-weight: 650; }
.service-card ul li::before { content: "✓"; color: var(--orange); margin-right: 8px; }
.service-card__visual { grid-column: 2; grid-row: 2 / span 4; align-self: end; margin: 5px -28px -29px 0; }
.service-card__image { width: 90%; position: absolute; right: -9px; bottom: -10px; }
.service-card--dark { background: var(--navy); color: #fff; }
.service-card--dark p { color: #abb4c3; }
.service-card--dark .service-icon { background: rgba(215,255,98,.12); color: var(--lime); }
.mini-chart { height: 120px; display: flex; gap: 8px; align-items: end; margin: 26px 0 12px; padding: 18px; border-radius: 14px; background: rgba(255,255,255,.05); }
.mini-chart span { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg,var(--lime),#58c678); }
.chart-caption { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #aeb6c4; }
.chart-caption strong { color: var(--lime); font-size: 16px; }
.gmb-preview { position: absolute; left: 25px; right: 25px; bottom: 28px; display: flex; align-items: center; gap: 11px; padding: 15px; border-radius: 13px; background: var(--soft); border: 1px solid var(--line); }
.gmb-pin { width: 38px; height: 38px; border-radius: 10px; background: #fff; color: var(--orange); display: grid; place-items: center; box-shadow: 0 5px 15px rgba(16,24,40,.08); }
.gmb-preview div { flex: 1; }
.gmb-preview strong, .gmb-preview small { display: block; line-height: 1.4; }
.gmb-preview strong { font-size: 11px; }
.gmb-preview small { font-size: 9px; color: #e76f23; }
.gmb-preview b { background: #e2f8eb; color: #20834b; padding: 5px 7px; border-radius: 6px; font-size: 8px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; position: absolute; left: 25px; right: 25px; bottom: 28px; }
.metric-row div { padding: 18px; background: var(--soft); border-radius: 13px; }
.metric-row small, .metric-row strong { display: block; }
.metric-row small { font-size: 9px; color: var(--muted); }
.metric-row strong { font-size: 22px; color: var(--orange); }
.service-card--accent { background: linear-gradient(145deg,#ff6b35,#f04411); color: white; }
.service-card--accent p { color: #ffe4da; }
.service-card--accent .service-icon { color: var(--ink); background: var(--lime); }
.service-card--accent > a { color: white; position: absolute; bottom: 30px; }

.results { background: #fff; }
.results__panel { color: white; background: var(--navy); border-radius: 32px; padding: 74px 74px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; overflow: hidden; position: relative; box-shadow: 0 35px 90px rgba(16,22,36,.22); }
.results__panel::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; right: -120px; top: -180px; background: radial-gradient(circle,rgba(255,90,31,.33),transparent 68%); }
.results__copy { position: relative; z-index: 2; padding-top: 10px; }
.results__copy h2 { font-size: clamp(39px,4vw,58px); margin-bottom: 24px; }
.results__copy p { color: #aeb7c7; font-size: 16px; margin-bottom: 31px; }
.results__visual { align-self: end; position: relative; z-index: 2; }
.results__visual img { filter: drop-shadow(0 25px 40px rgba(0,0,0,.25)); }
.stat-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.12); margin-top: 10px; }
.stat-row > div { padding: 28px 20px 31px; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
.stat-row > div:last-child { border: 0; }
.stat-row strong, .stat-row > div > span { font-size: 33px; font-weight: 800; letter-spacing: -.04em; }
.stat-row > div > span { color: var(--orange); }
.stat-row small { display: block; color: #919bac; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.process-grid::before { content: ""; height: 1px; background: var(--line); position: absolute; left: 10%; right: 10%; top: 58px; }
.process-grid article { position: relative; z-index: 2; text-align: center; padding: 0 22px; }
.process-grid article > span { position: absolute; left: calc(50% + 30px); top: -4px; color: #b1b6be; font-size: 9px; font-weight: 800; }
.process-icon { width: 74px; height: 74px; margin: 20px auto 27px; display: grid; place-items: center; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-size: 23px; color: var(--orange); transform: rotate(-3deg); }
.process-grid article:nth-child(even) .process-icon { transform: rotate(3deg); background: var(--orange); color: #fff; }
.process-grid h3 { font-size: 19px; margin-bottom: 10px; }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.showcase { background: #fff; padding-top: 105px; padding-bottom: 105px; }
.showcase__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.showcase__visual { position: relative; padding: 35px; background: linear-gradient(135deg,#f4f6f9,#fff0e8); border-radius: 32px; }
.showcase__visual::after { content: "LOCAL"; position: absolute; left: -25px; top: 50%; transform: rotate(-90deg); color: #b3bac5; font-size: 9px; font-weight: 850; letter-spacing: .25em; }
.showcase__copy h2 { font-size: clamp(40px,4vw,59px); margin-bottom: 24px; }
.showcase__copy > p { color: var(--muted); font-size: 16px; }
.check-list { list-style: none; padding: 0; margin: 25px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; }
.check-list li { font-size: 12px; font-weight: 700; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--orange); margin-right: 8px; font-size: 10px; }

.pricing { background: var(--soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price-card { padding: 34px; border-radius: 24px; background: #fff; border: 1px solid var(--line); position: relative; }
.price-card--popular { border: 2px solid var(--orange); box-shadow: 0 25px 60px rgba(255,90,31,.14); transform: translateY(-12px); }
.popular-label { position: absolute; top: 0; right: 30px; transform: translateY(-50%); padding: 6px 13px; border-radius: 99px; background: var(--orange); color: #fff; text-transform: uppercase; letter-spacing: .09em; font-size: 8px; font-weight: 850; }
.price-card__head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.price-card__head span:not(.price-icon) { color: var(--orange); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.price-card h3 { font-size: 23px; margin: 5px 0 15px; }
.price-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); font-weight: 850; }
.price-card > p { color: var(--muted); min-height: 52px; font-size: 13px; line-height: 1.55; }
.price { margin: 25px 0; display: flex; align-items: flex-start; }
.price sup { font-size: 15px; font-weight: 800; margin: 9px 4px 0 0; }
.price strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.price small { align-self: end; color: var(--muted); margin: 0 0 5px 6px; font-size: 11px; }
.price-card .button { width: 100%; box-shadow: none; min-height: 48px; }
.price-card ul { list-style: none; border-top: 1px solid var(--line); padding: 23px 0 0; margin: 25px 0 0; }
.price-card li { margin: 11px 0; font-size: 12px; }
.price-card li::before { content: "✓"; color: var(--orange); margin-right: 8px; font-weight: 850; }
.pricing-note { text-align: center; color: var(--muted); font-size: 12px; margin: 34px 0 0; }
.pricing-note a { color: var(--orange); font-weight: 800; }

.testimonials { overflow: hidden; background: var(--paper); }
.slider-controls { display: flex; gap: 9px; align-self: flex-end; }
.slider-controls button { width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 50%; cursor: pointer; font-size: 18px; transition: .2s ease; }
.slider-controls button:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.testimonial-slider { min-height: 370px; position: relative; }
.testimonial-card { position: absolute; inset: 0; padding: 46px 52px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateX(40px); transition: .45s ease; }
.testimonial-card.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.quote-mark { position: absolute; right: 42px; top: 12px; color: var(--orange-soft); font-family: Georgia,serif; font-size: 120px; line-height: 1; }
.testimonial-card .stars { font-size: 13px; margin-bottom: 20px; }
.testimonial-card blockquote { margin: 0; max-width: 920px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px,3vw,38px); font-weight: 400; line-height: 1.4; letter-spacing: -.02em; position: relative; z-index: 1; }
.testimonial-author { display: flex; align-items: center; margin-top: 28px; gap: 12px; }
.testimonial-author > span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 11px; background: linear-gradient(135deg,#334b6c,#9a7463); }
.testimonial-author div { flex: 1; }
.testimonial-author strong, .testimonial-author small { display: block; }
.testimonial-author strong { font-size: 13px; }
.testimonial-author small { color: var(--muted); font-size: 10px; }
.testimonial-author b { color: #1e9b61; background: #eaf8f1; border-radius: 999px; padding: 5px 9px; font-size: 8px; }

.faq { background: #fff; }
.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; align-items: start; }
.faq__intro { position: sticky; top: 130px; }
.faq h2 { font-size: clamp(40px,4vw,58px); margin-bottom: 20px; }
.faq__intro p { color: var(--muted); max-width: 390px; margin-bottom: 24px; }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item:first-child { border-top: 1px solid var(--line); }
.accordion__item button { border: 0; background: transparent; width: 100%; padding: 25px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; cursor: pointer; font-weight: 750; }
.accordion__item button b { position: relative; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: var(--soft); }
.accordion__item button b::before, .accordion__item button b::after { content: ""; width: 10px; height: 1.5px; background: var(--ink); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .2s ease; }
.accordion__item button b::after { transform: translate(-50%,-50%) rotate(90deg); }
.accordion__item.is-open button b { background: var(--orange); }
.accordion__item.is-open button b::before, .accordion__item.is-open button b::after { background: #fff; }
.accordion__item.is-open button b::after { transform: translate(-50%,-50%) rotate(0); }
.accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion__content > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; padding-right: 65px; }
.accordion__item.is-open .accordion__content { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__content > p { margin-bottom: 24px; }

.booking { background: var(--paper); padding-top: 80px; }
.booking__panel { padding: 76px; background: var(--navy); color: #fff; border-radius: 32px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; position: relative; overflow: hidden; }
.booking__panel::before { content: ""; position: absolute; width: 440px; height: 440px; background: radial-gradient(circle,rgba(255,90,31,.25),transparent 68%); left: -180px; bottom: -220px; }
.booking__copy { position: relative; z-index: 1; }
.booking__copy h2 { font-size: clamp(41px,4vw,59px); margin-bottom: 22px; }
.booking__copy > p { color: #aeb6c4; }
.booking__benefits { display: grid; gap: 10px; margin-top: 28px; }
.booking__benefits span { font-size: 12px; font-weight: 700; color: #d9dfeb; }
.booking__benefits span::first-letter { color: var(--lime); }
.booking__form-wrap { position: relative; z-index: 2; padding: 33px; border-radius: 21px; background: #fff; color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.28); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.booking-form label { display: block; margin-bottom: 15px; }
.booking-form label > span { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 800; color: #4a5260; }
.booking-form input, .booking-form select, .booking-form textarea { display: block; width: 100%; border: 1px solid #dde1e8; border-radius: 10px; background: #f9fafb; padding: 12px 13px; color: var(--ink); outline: none; font-size: 12px; transition: border .2s ease, box-shadow .2s ease; }
.booking-form input, .booking-form select { height: 45px; }
.booking-form textarea { resize: vertical; min-height: 95px; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,90,31,.11); }
.form-privacy { display: block; margin-top: 10px; color: #8b929e; font-size: 8px; text-align: center; }
.form-honeypot { position: absolute; left: -9999px; }
.form-notice { padding: 11px 13px; border-radius: 9px; margin-bottom: 16px; font-size: 11px; font-weight: 700; }
.form-notice--success { background: #e8f8ef; color: #17683b; }
.form-notice--error { background: #ffeded; color: #9d2828; }

.site-footer { background: var(--navy); color: #fff; padding-top: 90px; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .6fr .8fr 1.4fr; gap: 50px; align-items: start; }
.brand--footer .brand__name { color: white; }
.footer__intro p { color: #8f99aa; max-width: 280px; font-size: 12px; margin-top: 20px; }
.footer__column { display: grid; gap: 10px; }
.footer__column h2 { text-transform: uppercase; letter-spacing: .12em; color: #7e899c; font-size: 9px; margin-bottom: 8px; }
.footer__column a { color: #c3cad5; font-size: 12px; }
.footer__column a:hover { color: var(--lime); }
.footer__cta { border-left: 1px solid rgba(255,255,255,.11); padding-left: 45px; }
.footer__cta h2 { font-size: 29px; margin-bottom: 23px; }
.footer__bottom { min-height: 90px; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; color: #727d8f; font-size: 10px; }
.footer__bottom p { margin: 0; }
.ace-footer-contact { display: grid; gap: 6px; margin-top: 17px; }
.ace-footer-contact a { color: #c3cad5; font-size: 11px; }
.ace-footer-contact a:hover, .ace-footer-legal a:hover { color: var(--lime); }
.ace-footer-legal { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.ace-footer-legal a { color: #8f99aa; }
.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; height: 50px; border-radius: 999px; padding: 0 18px 0 14px; display: flex; align-items: center; gap: 9px; color: #fff; background: #22c66b; box-shadow: 0 15px 35px rgba(17,145,75,.3); font-weight: 750; font-size: 11px; transition: .2s ease; }
.whatsapp:hover { transform: translateY(-3px); }
.whatsapp svg { width: 23px; height: 23px; fill: white; }

.content-area { padding: 90px 0 120px; min-height: 60vh; }
.entry-header { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.entry-title { font-size: clamp(44px,5vw,72px); }
.entry-content { max-width: 820px; margin: 0 auto; }
.entry-content img { border-radius: 18px; }
.entry-content a { color: var(--orange); text-decoration: underline; }
.post-card { max-width: 850px; margin: 0 auto 25px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--reveal-delay,0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .hero { min-height: auto; }
  .hero__grid { gap: 35px; }
  .hero__visual { min-height: 450px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card--feature { grid-column: span 2; }
  .results__panel { padding: 55px 55px 0; }
  .booking__panel { padding: 55px; gap: 50px; }
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__cta { grid-column: 1 / -1; border: 0; border-top: 1px solid rgba(255,255,255,.1); padding: 35px 0 0; }
}

@media (max-width: 1100px) {
  .announcement__inner { justify-content: space-between; }
  .header__inner { gap: 14px; }
  .brand { max-width: calc(100% - 72px); }
  .ace-global-logo { max-width: min(190px,55vw); max-height: 44px; }
  .menu-toggle { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; cursor: pointer; z-index: 1002; }
  .menu-toggle__label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .menu-toggle__icon { width: 25px; height: 18px; display: block; position: relative; }
  .menu-toggle__icon span { width: 22px; height: 2px; background: var(--ink); position: absolute; right: 0; top: 4px; transition: .25s ease; }
  .menu-toggle__icon span:last-child { top: 12px; width: 16px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon span { top: 8px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon span:last-child { width: 22px; transform: rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 1001; top: var(--ace-menu-top,113px); left: 0; right: 0; width: 100vw; height: var(--ace-menu-height,calc(100dvh - 113px)); max-height: none; overflow-y: auto; overscroll-behavior: contain; padding: 36px max(24px,calc((100vw - 1180px)/2)); background: rgba(255,253,249,.99); display: flex; flex-direction: column; align-items: stretch; transform: translateX(105%); visibility: hidden; opacity: 0; pointer-events: none; transition: transform .3s ease,opacity .2s ease,visibility .3s; }
  .primary-nav.is-open { transform: translateX(0); visibility: visible; opacity: 1; pointer-events: auto; }
  .primary-nav .menu { display: grid; gap: 0; }
  .primary-nav .menu li { border-bottom: 1px solid var(--line); }
  .primary-nav .menu a { font-size: 23px; display: block; padding: 15px 0; }
  .ace-pages-menu__toggle { width: 100%; min-height: 62px; justify-content: space-between; color: var(--ink); font-size: 23px; text-align: left; }
  .ace-pages-menu .sub-menu { min-width: 0; position: static; display: none; margin: 0 0 15px; padding: 4px 0 10px 16px; border: 0; border-left: 2px solid var(--orange); border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .ace-pages-menu.is-open .sub-menu { display: grid; }
  .ace-pages-menu .sub-menu::before { display: none; }
  .ace-pages-menu .sub-menu li { border-bottom: 0; }
  .ace-pages-menu .sub-menu a { padding: 10px 12px; font-size: 16px; white-space: normal; }
  .header__cta { margin-top: 20px; }
  .hero { padding-top: 70px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .hero h1, .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__actions, .hero__proof { justify-content: center; }
  .hero__visual { width: min(650px,100%); margin: auto; }
  .trust-strip__inner { padding: 25px 0; display: block; }
  .trust-strip p { width: auto; text-align: center; margin-bottom: 22px; }
  .trust-logos { flex-wrap: wrap; justify-content: center; }
  .section-heading--split { display: block; }
  .section-heading--split p { margin-top: 22px; }
  .results__panel { grid-template-columns: 1fr; }
  .results__visual { max-width: 620px; margin: auto; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .process-grid::before { display: none; }
  .showcase__grid { grid-template-columns: 1fr; gap: 55px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
  .price-card--popular { transform: none; }
  .faq__grid { grid-template-columns: 1fr; gap: 45px; }
  .faq__intro { position: static; }
  .booking__panel { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .announcement { display: block; min-height: 54px; }
  .announcement__inner { min-height: 54px; padding: 6px 0; justify-content: center; align-content: center; flex-wrap: wrap; gap: 3px 12px; text-align: center; line-height: 1.25; }
  .announcement__inner > span { display: inline-flex; align-items: center; justify-content: center; width: 100%; font-size: 9px; }
  .announcement__inner a { font-size: 9px; }
  .announcement__dot { width: 5px; height: 5px; margin-right: 7px; }
  .ace-global-logo, .brand__mark { display: none; }
  .ace-brand-name--mobile { display: block; }
  .brand { max-width: calc(100% - 58px); }
  .brand__name { max-width: none; overflow: visible; white-space: nowrap; text-overflow: clip; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 30px),var(--container)); }
  .section { padding: 82px 0; }
  .announcement__inner > span { display: inline-flex; }
  .announcement__inner { justify-content: center; }
  .header__inner { min-height: 70px; }
  .primary-nav { padding: 28px 18px 45px; }
  .brand { overflow: hidden; }
  .brand__name { max-width: 190px; overflow: hidden; font-size: 17px; white-space: nowrap; text-overflow: ellipsis; }
  .menu-toggle__label { display: none; }
  .hero { padding: 56px 0 80px; }
  .hero h1 { font-size: clamp(44px,14vw,62px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__visual { min-height: 365px; margin-top: 5px; }
  .hero-card--main { right: 0; top: 38px; transform: rotateY(-3deg); }
  .floating-card--lead { left: -5px; top: 86px; transform: scale(.86); transform-origin: left; }
  .floating-card--booking { right: -5px; bottom: 23px; transform: scale(.85); transform-origin: right; }
  .hero__badge { width: 84px; height: 84px; bottom: 0; left: 8px; }
  .hero__badge strong { font-size: 18px; }
  .trust-logos span { font-size: 11px; }
  .section-heading h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card--feature { grid-column: auto; min-height: 370px; display: block; }
  .service-card--feature { padding-bottom: 220px; }
  .service-card__visual { position: absolute; bottom: 0; right: 0; width: 80%; margin: 0; }
  .results__panel { padding: 42px 25px 0; border-radius: 23px; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .stat-row > div:nth-child(2) { border-right: 0; }
  .stat-row > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-grid { grid-template-columns: 1fr; }
  .showcase__visual { padding: 15px; }
  .check-list { grid-template-columns: 1fr; }
  .price-card { padding: 27px; }
  .testimonial-slider { min-height: 500px; }
  .testimonial-card { padding: 35px 27px; }
  .testimonial-card blockquote { font-size: 25px; }
  .testimonial-author { flex-wrap: wrap; }
  .testimonial-author b { margin-left: 58px; }
  .accordion__content > p { padding-right: 20px; }
  .booking { padding-top: 55px; }
  .booking__panel { padding: 42px 23px; border-radius: 23px; gap: 42px; }
  .booking__form-wrap { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__intro { grid-column: 1 / -1; }
  .footer__bottom { min-height: 120px; display: grid; gap: 10px; justify-content: start; align-content: center; }
  .ace-footer-legal { justify-content: flex-start; }
  .whatsapp span { display: none; }
  .whatsapp { width: 50px; padding: 0; justify-content: center; }
}

/* ── Premium motion system ─────────────────────────────────────────────── */
.ads-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9998;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #ff956f, var(--lime));
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  box-shadow: 0 1px 8px rgba(255,90,31,.35);
}

html.ads-motion-enabled .ads-motion-item {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(.985);
  filter: blur(3px);
  transition:
    opacity .72s cubic-bezier(.2,.7,.2,1) var(--motion-delay, 0ms),
    transform .72s cubic-bezier(.2,.7,.2,1) var(--motion-delay, 0ms),
    filter .72s ease var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

html.ads-motion-enabled .ads-motion-item.ads-motion-visible {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
  filter: blur(0);
}

.service-card,
.price-card,
.ads-el-card,
.testimonial-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --pointer-x: 50%;
  --pointer-y: 50%;
  transform-style: preserve-3d;
}

.service-card.ads-tilting,
.price-card.ads-tilting,
.ads-el-card.ads-tilting,
.testimonial-card.ads-tilting {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px);
  transition: transform .12s linear, box-shadow .25s ease;
}

.service-card::after,
.price-card::after,
.ads-el-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(230px circle at var(--pointer-x) var(--pointer-y), rgba(255,255,255,.34), transparent 65%);
  transition: opacity .25s ease;
}

.service-card.ads-tilting::after,
.price-card.ads-tilting::after,
.ads-el-card.ads-tilting::after { opacity: 1; }
.service-card > *, .price-card > *, .ads-el-card > * { position: relative; z-index: 1; }

.button span,
.header__cta span { display: inline-block; transition: transform .25s cubic-bezier(.2,.8,.2,1); }
.button:hover span,
.header__cta:hover span { transform: translate(3px,-3px); }

.hero__glow--one { animation: adsOrbOne 8s ease-in-out infinite alternate; }
.hero__glow--two { animation: adsOrbTwo 10s ease-in-out infinite alternate; }
.hero__visual,
.ads-elementor-dashboard {
  --parallax-x: 0px;
  --parallax-y: 0px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}

.hero-card--main { animation: adsHeroArrival .95s cubic-bezier(.17,.84,.33,1) both; }
.hero-card--main img { animation: adsDashboardBreath 6s ease-in-out 1s infinite; }
.hero__badge { animation: adsBadgeFloat 4.5s ease-in-out infinite; }
.status-dot { animation: adsStatusPulse 2s ease-out infinite; }

.service-card:hover .service-icon,
.price-card:hover .price-icon { animation: adsIconBounce .55s cubic-bezier(.2,.8,.2,1); }
.service-card.is-visible .mini-chart span { transform-origin: bottom; animation: adsBarGrow .8s cubic-bezier(.2,.8,.2,1) both; }
.service-card.is-visible .mini-chart span:nth-child(2) { animation-delay: .08s; }
.service-card.is-visible .mini-chart span:nth-child(3) { animation-delay: .16s; }
.service-card.is-visible .mini-chart span:nth-child(4) { animation-delay: .24s; }
.service-card.is-visible .mini-chart span:nth-child(5) { animation-delay: .32s; }
.service-card.is-visible .mini-chart span:nth-child(6) { animation-delay: .4s; }

.whatsapp::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(34,198,107,.45);
  border-radius: inherit;
  animation: adsWhatsAppRing 2.4s ease-out infinite;
}

.process-icon { transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; }
.process-grid article:hover .process-icon { transform: rotate(0) translateY(-7px) scale(1.05); box-shadow: 0 22px 45px rgba(16,24,40,.16); }

.testimonial-card.is-active .quote-mark { animation: adsQuoteIn .75s cubic-bezier(.2,.8,.2,1) both; }
.accordion__item button span { transition: color .2s ease, transform .2s ease; }
.accordion__item button:hover span { color: var(--orange); transform: translateX(4px); }

@keyframes adsOrbOne { to { transform: translate(-35px,42px) scale(1.12); opacity: .62; } }
@keyframes adsOrbTwo { to { transform: translate(38px,-22px) scale(.9); opacity: .55; } }
@keyframes adsHeroArrival { from { opacity: 0; transform: translate3d(45px,25px,0) rotateY(-11deg) rotateX(4deg) scale(.94); } to { opacity: 1; transform: rotateY(-5deg) rotateX(2deg); } }
@keyframes adsDashboardBreath { 0%,100% { filter: saturate(1); } 50% { filter: saturate(1.08) brightness(1.02); } }
@keyframes adsBadgeFloat { 0%,100% { margin-bottom: 0; } 50% { margin-bottom: 8px; } }
@keyframes adsStatusPulse { 0% { box-shadow: 0 0 0 0 rgba(52,201,137,.38); } 70%,100% { box-shadow: 0 0 0 11px rgba(52,201,137,0); } }
@keyframes adsIconBounce { 0% { transform: scale(1) rotate(0); } 45% { transform: scale(1.14) rotate(-7deg); } 100% { transform: scale(1) rotate(0); } }
@keyframes adsBarGrow { from { transform: scaleY(.05); opacity: .2; } to { transform: scaleY(1); opacity: 1; } }
@keyframes adsWhatsAppRing { 0% { transform: scale(.92); opacity: .75; } 75%,100% { transform: scale(1.18); opacity: 0; } }
@keyframes adsQuoteIn { from { opacity: 0; transform: translateY(18px) rotate(-6deg); } to { opacity: 1; transform: none; } }

body.elementor-editor-active .ads-motion-item,
body.elementor-editor-preview .ads-motion-item {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ads-scroll-progress { display: none; }
  .hero__glow, .hero-card--main, .hero-card--main img, .hero__badge,
  .status-dot, .whatsapp::before, .ads-elementor-dashboard { animation: none !important; }
  .hero__visual, .ads-elementor-dashboard { transform: none !important; }
}
