:root {
  --boom-violet: #2e0e41;
  --boom-violet-2: #502f6f;
  --boom-lilac: #a97abc;
  --boom-peach: #f7bd91;
  --boom-pink: #d6809c;
  --boom-green: #b9d94e;
  --boom-mist: #faf3f6;
  --boom-line: #eadfe7;
  --boom-ink: #0f0d14;
  --boom-muted: #655e68;
  --boom-white: #fff;
  --boom-shadow: 0 20px 60px rgba(46, 14, 65, .12);
}

.boom-site, .boom-site * { box-sizing: border-box; }
.boom-site { margin: 0; color: var(--boom-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; background: #fff; overflow: clip; }
.boom-site a { color: inherit; text-decoration: none; }
.boom-site img { display: block; max-width: 100%; }
.boom-site h1, .boom-site h2, .boom-site h3, .boom-site h4 { margin: 0 0 .45em; color: var(--boom-violet); font-family: Urbanist, sans-serif; line-height: 1.05; }
.boom-site h1 { font-size: clamp(3.3rem, 7.6vw, 6rem); font-weight: 900; letter-spacing: -.045em; }
.boom-site h2 { font-size: clamp(2.3rem, 4.1vw, 3.2rem); font-weight: 800; letter-spacing: -.025em; }
.boom-site h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 750; }
.boom-site h4 { font-size: 1.35rem; font-weight: 750; }
.boom-site p { margin: 0 0 1.25rem; color: var(--boom-muted); }
.boom-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.boom-section { padding: clamp(72px, 8vw, 108px) 0; }
.boom-section-heading { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.boom-section-heading p { max-width: 760px; margin: 0 auto; font-size: 1.1rem; }
.boom-eyebrow { display: inline-block; margin-bottom: 16px; color: var(--boom-lilac); font-size: .82rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.boom-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.boom-icon-badge { display: inline-grid; width: 64px; height: 64px; margin-bottom: 22px; place-items: center; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--boom-lilac), var(--boom-violet-2)); box-shadow: 0 12px 30px rgba(80,47,111,.24); }
.boom-icon-badge .boom-icon { width: 31px; height: 31px; }

.boom-header { position: relative; z-index: 100; height: 80px; border-bottom: 1px solid var(--boom-line); background: rgba(255,255,255,.98); box-shadow: 0 2px 10px rgba(46,14,65,.05); }
.boom-nav-wrap { display: flex; width: min(1220px, calc(100% - 40px)); height: 100%; margin: auto; align-items: center; justify-content: space-between; }
.boom-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--boom-violet); font-family: Urbanist, sans-serif; font-size: 2rem; font-weight: 850; letter-spacing: -.04em; }
.boom-brand img { width: 48px; height: 48px; border-radius: 50%; }
.boom-nav { display: flex; align-items: center; gap: 10px; }
.boom-nav > a { padding: 10px 18px; border-radius: 999px; font-weight: 500; }
.boom-nav > a:hover, .boom-nav > a.is-active { color: #fff; background: linear-gradient(135deg, var(--boom-lilac), var(--boom-violet-2)); box-shadow: 0 6px 16px rgba(80,47,111,.22); }
.boom-language { display: flex; margin-left: 10px; padding: 5px; gap: 4px; border-radius: 999px; background: var(--boom-violet); }
.boom-language button { padding: 7px 12px; border: 0; border-radius: 999px; color: rgba(255,255,255,.75); font: inherit; background: transparent; cursor: pointer; }
.boom-language button.is-current { color: var(--boom-violet); background: #fff; }
.boom-menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.boom-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--boom-violet); }
.boom-whatsapp { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; width: 60px; height: 60px; place-items: center; border-radius: 50%; color: transparent !important; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.boom-whatsapp::before { content: ""; width: 28px; height: 28px; border: 3px solid white; border-radius: 50%; box-shadow: inset 0 -4px 0 -2px #fff; }

.boom-hero { position: relative; min-height: calc(100vh - 80px); display: flex; align-items: center; padding: 72px 0; background: var(--boom-mist); }
.boom-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(250,243,246,.98) 0%, rgba(250,243,246,.82) 46%, rgba(250,243,246,.25) 100%), var(--boom-hero-image); background-size: cover; background-position: center; opacity: .9; }
.boom-hero-grid { position: relative; display: grid; grid-template-columns: 1fr .92fr; gap: 46px; align-items: center; }
.boom-hero-copy p { max-width: 620px; font-size: 1.15rem; color: #332c36; }
.boom-hero-art img { width: min(560px, 100%); margin: auto; filter: drop-shadow(0 35px 30px rgba(46,14,65,.2)); }
.boom-store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.boom-store { display: grid; min-width: 170px; padding: 10px 18px; border-radius: 13px; color: #fff !important; background: #111; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.boom-store small { font-size: .67rem; line-height: 1.1; letter-spacing: .03em; }
.boom-store strong { font-size: 1.15rem; line-height: 1.25; }
.boom-inline-actions, .boom-cta-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.boom-button { display: inline-flex; min-height: 48px; padding: 12px 24px; align-items: center; justify-content: center; border: 0; border-radius: 999px; font: inherit; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.boom-button:hover { transform: translateY(-2px); }
.boom-button-primary { color: #fff !important; background: linear-gradient(135deg, var(--boom-lilac), var(--boom-violet-2)); box-shadow: 0 10px 24px rgba(80,47,111,.24); }
.boom-button-light { color: var(--boom-violet) !important; background: #fff; }
.boom-button-light span { margin-left: 8px; padding: 2px 7px; border-radius: 999px; color: #fff; font-size: .65rem; background: #24a466; }
.boom-button-outline-light { color: #fff !important; border: 1px solid rgba(255,255,255,.65); background: transparent; }
.boom-text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--boom-violet) !important; font-weight: 700; }
.boom-text-link .boom-icon { width: 18px; }

.boom-tabs { display: flex; width: max-content; max-width: 100%; margin: 0 auto 42px; padding: 6px; gap: 5px; border: 1px solid var(--boom-line); border-radius: 999px; background: #fff; }
.boom-tabs button { padding: 12px 25px; border: 0; border-radius: 999px; color: var(--boom-violet); font: inherit; font-weight: 700; background: transparent; cursor: pointer; }
.boom-tabs button.is-active { color: #fff; background: linear-gradient(135deg, var(--boom-lilac), var(--boom-violet-2)); }
.boom-tab-panel { display: none; text-align: center; }
.boom-tab-panel.is-active { display: block; }
.boom-tab-panel > h3 { margin-bottom: 32px; }
.boom-card-grid { display: grid; gap: 24px; }
.boom-two { grid-template-columns: repeat(2, 1fr); }
.boom-three { grid-template-columns: repeat(3, 1fr); }
.boom-four { grid-template-columns: repeat(4, 1fr); }
.boom-card { padding: 34px; border: 1px solid rgba(169,122,188,.22); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 12px 40px rgba(46,14,65,.07); }
.boom-card p:last-child { margin-bottom: 0; }
.boom-step-card, .boom-feature-card { text-align: left; }
.boom-features { background: #fff; }
.boom-soft-violet { background: rgba(80,47,111,.055); }
.boom-soft-pink { background: rgba(169,122,188,.075); }
.boom-split-card { display: grid; grid-template-columns: 1fr 1fr auto; padding: 42px; gap: 30px; align-items: center; border: 1px solid rgba(169,122,188,.25); border-radius: 28px; background: #fff; box-shadow: var(--boom-shadow); }
.boom-check-list { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.boom-check-list li { position: relative; padding-left: 30px; }
.boom-check-list li::before { content: "✓"; position: absolute; left: 0; color: #7fa521; font-weight: 900; }
.boom-cta { padding: 74px 0; color: #fff; text-align: center; background: var(--boom-violet-2); }
.boom-cta h2, .boom-cta p { color: #fff; }
.boom-cta p { max-width: 760px; margin: 0 auto 30px; opacity: .88; font-size: 1.1rem; }
.boom-cta-actions { justify-content: center; }

.boom-page-hero { padding: clamp(92px, 10vw, 140px) 0; text-align: center; background: radial-gradient(circle at 80% 20%, rgba(214,128,156,.2), transparent 30%), radial-gradient(circle at 15% 85%, rgba(169,122,188,.22), transparent 30%), var(--boom-mist); }
.boom-page-hero h1 { max-width: 950px; margin-inline: auto; font-size: clamp(3rem, 6.5vw, 5.4rem); }
.boom-page-hero h1 span { color: var(--boom-lilac); }
.boom-page-hero p { max-width: 750px; margin: 0 auto; font-size: 1.15rem; }
.boom-founder { text-align: center; }
.boom-founder > span { display: grid; width: 88px; height: 88px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: #fff; font-family: Urbanist; font-size: 1.5rem; font-weight: 850; background: linear-gradient(135deg,var(--boom-peach),var(--boom-lilac),var(--boom-violet)); }
.boom-prose { max-width: 820px; }
.boom-prose p { font-size: 1.1rem; }
.boom-prose-center { text-align: center; }
.boom-small { margin-top: 20px !important; font-size: .9rem !important; }
.boom-app-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: center; }
.boom-app-intro > img { max-width: 500px; margin: auto; }

.boom-centered-page { min-height: calc(100vh - 80px); display: grid; padding: 70px 20px; place-items: center; background: radial-gradient(circle at 80% 20%, rgba(214,128,156,.2), transparent 30%), var(--boom-mist); }
.boom-auth-card { width: min(620px, 100%); padding: 48px; border: 1px solid var(--boom-line); border-radius: 28px; text-align: center; background: #fff; box-shadow: var(--boom-shadow); }
.boom-auth-card h1 { font-size: clamp(2.6rem, 6vw, 4rem); }
.boom-auth-card form { display: grid; gap: 12px; text-align: left; }
.boom-auth-card label { color: var(--boom-violet); font-weight: 700; }
.boom-auth-card input, .boom-newsletter input { width: 100%; min-height: 50px; padding: 12px 16px; border: 1px solid #d9ccd5; border-radius: 12px; font: inherit; background: #fff; }
.boom-form-message { min-height: 1.5em; margin: 0; font-size: .88rem; }
.boom-closed-card { width: min(780px, 100%); }
.boom-closed-card h2 { font-size: 1.8rem; }

.boom-legal { max-width: 880px; }
.boom-legal > h2 { margin-top: 52px; font-size: clamp(2rem,4vw,2.8rem); }
.boom-legal > h2:first-child { margin-top: 0; }
.boom-legal h3 { margin-top: 30px; font-size: 1.45rem; }
.boom-legal p, .boom-legal li { color: #3e3741; }
.boom-legal li { margin-bottom: 9px; }
.boom-legal a { color: var(--boom-violet-2); text-decoration: underline; }
.boom-cookie-settings { padding: 34px; border-radius: 24px; background: var(--boom-mist); }
.boom-cookie-row { display: flex; padding: 15px 0; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--boom-line); }
.boom-cookie-row span { color: var(--boom-muted); }

.boom-footer { background: var(--boom-mist); }
.boom-newsletter { padding: 82px 0; text-align: center; border-bottom: 1px solid var(--boom-line); background: linear-gradient(135deg, rgba(247,189,145,.24), rgba(169,122,188,.18)); }
.boom-newsletter form { display: grid; grid-template-columns: minmax(200px, 430px) auto; max-width: 600px; margin: 26px auto 0; gap: 10px; text-align: left; }
.boom-newsletter .boom-form-message { grid-column: 1 / -1; text-align: center; }
.boom-footer-grid { display: grid; grid-template-columns: 2.2fr repeat(3, 1fr); padding: 72px 0 50px; gap: 45px; }
.boom-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.boom-footer-grid h3 { margin-bottom: 12px; font-size: 1.15rem; }
.boom-footer-grid a:hover { color: var(--boom-violet-2); }
.boom-footer-brand > p { max-width: 440px; margin-top: 22px; }
.boom-contact { display: grid; padding: 0; gap: 13px; list-style: none; }
.boom-contact li { display: flex; gap: 10px; align-items: flex-start; }
.boom-contact .boom-icon { width: 18px; margin-top: 3px; color: var(--boom-violet-2); }
.boom-footer-bottom { display: flex; padding: 24px 0 32px; justify-content: space-between; gap: 20px; border-top: 1px solid var(--boom-line); color: var(--boom-muted); font-size: .87rem; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

body.bricks-is-frontend main#brx-content > .brxe-shortcode { width: 100%; }
body.bricks-is-frontend main#brx-content { padding: 0; }

@media (max-width: 991px) {
  .boom-menu-toggle { display: block; }
  .boom-nav { position: absolute; top: 80px; left: 20px; right: 20px; display: none; padding: 18px; flex-direction: column; align-items: stretch; border: 1px solid var(--boom-line); border-radius: 20px; background: #fff; box-shadow: var(--boom-shadow); }
  .boom-nav.is-open { display: flex; }
  .boom-nav > a { text-align: center; }
  .boom-language { margin: 4px 0 0; justify-content: center; }
  .boom-hero { min-height: auto; }
  .boom-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .boom-hero-copy p { margin-inline: auto; }
  .boom-store-buttons, .boom-inline-actions { justify-content: center; }
  .boom-hero-art img { width: min(480px, 85%); }
  .boom-three, .boom-four { grid-template-columns: repeat(2, 1fr); }
  .boom-split-card { grid-template-columns: 1fr 1fr; }
  .boom-split-card .boom-button { grid-column: 1 / -1; justify-self: start; }
  .boom-footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .boom-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .boom-container { width: min(100% - 28px, 1120px); }
  .boom-header { height: 70px; }
  .boom-nav { top: 70px; }
  .boom-brand { font-size: 1.65rem; }
  .boom-brand img { width: 42px; height: 42px; }
  .boom-hero { padding-top: 56px; }
  .boom-hero::before { background-image: linear-gradient(rgba(250,243,246,.9), rgba(250,243,246,.98)), var(--boom-hero-image); }
  .boom-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.1rem); }
  .boom-two, .boom-three, .boom-four, .boom-split-card, .boom-app-intro { grid-template-columns: 1fr; }
  .boom-card, .boom-split-card, .boom-auth-card { padding: 28px; border-radius: 20px; }
  .boom-split-card .boom-button { grid-column: auto; }
  .boom-tabs { width: 100%; }
  .boom-tabs button { flex: 1; padding-inline: 12px; }
  .boom-newsletter form { grid-template-columns: 1fr; }
  .boom-footer-grid { grid-template-columns: 1fr 1fr; padding-top: 55px; }
  .boom-footer-brand { grid-column: 1 / -1; }
  .boom-footer-grid > div:last-child { grid-column: auto; }
  .boom-footer-bottom { flex-direction: column; }
  .boom-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .boom-cookie-row { flex-direction: column; gap: 4px; }
}

/* 0.3 fidelity pass: proportions and interaction language from the live BOOM experience. */
.boom-site {
  --boom-violet: #2e0e41;
  --boom-violet-2: #502f6f;
  --boom-lilac: #a97abc;
  --boom-plum: #a04874;
  --boom-conifer: #c6d958;
  --boom-mist: #faf3f6;
  --boom-line: #e9e2ef;
  --boom-brand-gradient: linear-gradient(135deg, #cba8f2 0%, #a97abc 35%, #a04874 70%, #2e0e41 100%);
  padding-top: 80px;
}

.boom-site .boom-header {
  position: fixed;
  inset: 0 0 auto;
  height: 80px;
  border-bottom-color: var(--boom-line);
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 12px rgba(46,14,65,.08);
}
.admin-bar .boom-site .boom-header { top: 32px; }
.boom-site .boom-nav-wrap { width: min(1280px, calc(100% - 32px)); }
.boom-site .boom-brand { gap: 12px; padding: 8px; font-size: 1.875rem; }
.boom-site .boom-brand img { width: 40px; height: 40px; }
.boom-site .boom-nav { gap: 4px; }
.boom-site .boom-nav > a { padding: 8px 16px; }
.boom-site .boom-language { margin-left: 16px; padding: 4px; border-radius: 999px; background: var(--boom-violet); box-shadow: inset 0 0 0 1px rgba(169,122,188,.3); }
.boom-site .boom-language button { height: 36px; padding: 0 16px; font-size: .875rem; }

.boom-site .boom-hero {
  min-height: 100vh;
  padding: clamp(80px, 12vw, 160px) 0;
  isolation: isolate;
  overflow: hidden;
  background: var(--boom-mist);
}
.boom-site .boom-hero::before {
  z-index: -3;
  background-image: var(--boom-hero-image);
  background-position: center;
  background-size: cover;
  opacity: 1;
  transform: scale(1.1);
}
.boom-site .boom-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(250,243,246,.8) 52%, rgba(245,240,247,.85));
  backdrop-filter: blur(3px);
}
.boom-hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(55px); animation: boom-pulse 5s ease-in-out infinite; }
.boom-hero-orb-one { top: 24%; left: 3%; width: 128px; height: 128px; background: rgba(169,122,188,.3); }
.boom-hero-orb-two { right: 3%; bottom: 22%; width: 160px; height: 160px; background: rgba(160,72,116,.25); animation-delay: 1s; }
@keyframes boom-pulse { 0%,100% { opacity:.45; transform:scale(.9); } 50% { opacity:.9; transform:scale(1.12); } }

.boom-site .boom-hero-grid { grid-template-columns: minmax(0,1fr) minmax(360px,.92fr); gap: clamp(40px, 6vw, 80px); }
.boom-site .boom-hero-copy h1 {
  max-width: 650px;
  margin-bottom: clamp(24px,3vw,40px);
  font-size: clamp(4rem,7.6vw,6rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.04em;
}
.boom-site .boom-hero-copy > p { max-width: 680px; margin-bottom: 32px; color: #343039; font-size: clamp(1rem,1.55vw,1.25rem); font-weight: 500; line-height: 1.65; }
.boom-site .boom-hero-art { display: flex; justify-content: flex-end; }
.boom-site .boom-hero-art img { width: min(512px,100%); filter: drop-shadow(0 32px 28px rgba(46,14,65,.22)); transition: transform .7s ease, filter .5s ease; }
.boom-site .boom-hero-art:hover img { transform: scale(1.04) rotate(-1.5deg); filter: drop-shadow(0 38px 34px rgba(46,14,65,.3)); }
.boom-site .boom-store-buttons,
.boom-site .boom-inline-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 620px; margin: 0 0 16px; gap: 16px; }
.boom-site .boom-store,
.boom-site .boom-inline-actions > a { width: 100%; min-width: 0; min-height: 56px; padding: 12px 18px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; font-size: clamp(.82rem,1.15vw,1rem); font-weight: 700; box-shadow: 0 12px 28px rgba(46,14,65,.18); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.boom-site .boom-store { color: #fff !important; background: var(--boom-brand-gradient); }
.boom-site .boom-store small { display: none; }
.boom-site .boom-store strong { font-size: inherit; line-height: 1; }
.boom-site .boom-store .boom-icon,
.boom-site .boom-inline-actions .boom-icon { width: 20px; height: 20px; }
.boom-site .boom-inline-actions .boom-button-primary,
.boom-site .boom-inline-actions .boom-text-link { color: #343039 !important; border: 2px solid rgba(255,255,255,.28); background: rgba(255,255,255,.8); backdrop-filter: blur(8px); }
.boom-site .boom-store:hover,
.boom-site .boom-inline-actions > a:hover { transform: scale(1.02); box-shadow: 0 16px 34px rgba(46,14,65,.22); }

.boom-site .boom-section { padding: clamp(80px,9vw,112px) 0; }
.boom-site .boom-section-heading { max-width: 960px; margin-bottom: clamp(48px,6vw,80px); }
.boom-site .boom-section-heading h2 { margin-bottom: clamp(12px,2vw,20px); font-size: clamp(2rem,4vw,3.5rem); font-weight: 700; line-height: 1.1; }
.boom-site .boom-section-heading p { max-width: 800px; font-size: clamp(1rem,1.6vw,1.25rem); line-height: 1.6; }
.boom-site .boom-steps { min-height: 900px; background: var(--boom-mist); }
.boom-site .boom-tabs { margin-bottom: clamp(48px,6vw,64px); padding: 4px; border: 0; background: var(--boom-violet-2); box-shadow: 0 16px 32px rgba(46,14,65,.24); }
.boom-site .boom-tabs button { min-width: 190px; padding: 14px 28px; color: #fff; }
.boom-site .boom-tabs button.is-active { background: rgba(169,122,188,.72); box-shadow: 0 6px 14px rgba(46,14,65,.16); }
.boom-site .boom-tab-panel > .boom-eyebrow { margin-bottom: 12px; color: var(--boom-muted); font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.boom-site .boom-tab-panel > h3 { margin-bottom: clamp(40px,5vw,64px); font-size: clamp(1.65rem,2.5vw,2.25rem); }
.boom-site .boom-four { gap: clamp(24px,2.5vw,32px); }
.boom-site .boom-step-card,
.boom-site .boom-feature-card { position: relative; min-height: 289px; padding: 32px 26px; overflow: hidden; text-align: center; border: 1px solid rgba(233,226,239,.65); border-radius: 24px; background: rgba(255,255,255,.82); backdrop-filter: blur(8px); box-shadow: none; cursor: default; transition: transform .7s ease, box-shadow .7s ease, border-color .4s ease; }
.boom-site .boom-feature-card { min-height: 265px; background: #fff; }
.boom-site .boom-step-card::before,
.boom-site .boom-feature-card::before { content:""; position:absolute; inset:0; opacity:0; border-radius:inherit; background:radial-gradient(420px at 20% 10%,rgba(169,122,188,.24),transparent 45%); transition:opacity .6s ease; }
.boom-site .boom-step-card::after,
.boom-site .boom-feature-card::after { content:""; position:absolute; right:18px; top:18px; width:8px; height:8px; border-radius:50%; background:var(--boom-brand-gradient); opacity:.6; }
.boom-site .boom-step-card:hover,
.boom-site .boom-feature-card:hover { transform: translateY(-12px); border-color: rgba(169,122,188,.28); box-shadow: 0 24px 54px rgba(46,14,65,.16); }
.boom-site .boom-step-card:hover::before,
.boom-site .boom-feature-card:hover::before { opacity:1; }
.boom-site .boom-step-card > *,
.boom-site .boom-feature-card > * { position:relative; z-index:1; }
.boom-site .boom-step-card .boom-icon-badge,
.boom-site .boom-feature-card .boom-icon-badge { width:72px; height:72px; margin:0 auto 24px; border-radius:22px; background:var(--boom-brand-gradient); }
.boom-site .boom-step-card h4,
.boom-site .boom-feature-card h4 { color:#17131c; font-size:clamp(1.125rem,1.5vw,1.25rem); }
.boom-site .boom-step-card p,
.boom-site .boom-feature-card p { color:#625d68; font-size:clamp(.9rem,1.2vw,1rem); line-height:1.55; }
.boom-site .boom-features { position:relative; min-height:600px; overflow:hidden; }
.boom-site .boom-features::before,
.boom-site .boom-features::after { content:""; position:absolute; width:180px; height:180px; border-radius:50%; filter:blur(60px); background:rgba(169,122,188,.16); }
.boom-site .boom-features::before { left:-80px; top:20%; }
.boom-site .boom-features::after { right:-80px; bottom:15%; }

.boom-site .boom-soft-violet { min-height: 820px; background: rgba(80,47,111,.05); }
.boom-site .boom-soft-pink { min-height: 820px; background: rgba(169,122,188,.05); }
.boom-site .boom-application-wrap { width:min(672px,100%); margin:0 auto; text-align:center; }
.boom-site .boom-split-card { display:block; width:100%; padding:32px; border:1px solid #f1edf3; border-radius:24px; text-align:left; background:#fff; box-shadow:0 24px 58px rgba(46,14,65,.15); }
.boom-site .boom-split-card > div { margin-bottom:24px; text-align:center; }
.boom-site .boom-split-card .boom-icon-badge { width:72px; height:72px; margin:0 auto 16px; border-radius:22px; background:var(--boom-brand-gradient); }
.boom-site .boom-split-card h3 { font-size:clamp(1.4rem,2vw,1.75rem); }
.boom-site .boom-split-card p { margin-bottom:0; }
.boom-site .boom-check-list { gap:16px; }
.boom-site .boom-check-list li { padding-left:32px; color:#28222d; }
.boom-site .boom-check-list li::before { display:grid; width:20px; height:20px; place-items:center; border:1px solid rgba(198,217,88,.7); border-radius:50%; color:#8fa52b; font-size:.72rem; }
.boom-site .boom-application-wrap > .boom-button { min-height:52px; margin-top:28px; padding:14px 28px; border-radius:16px; background:var(--boom-violet-2); box-shadow:0 14px 30px rgba(46,14,65,.22); }
.boom-site .boom-application-wrap > .boom-button .boom-icon { width:20px; height:20px; margin-right:8px; }

.boom-site .boom-cta { min-height:364px; display:flex; align-items:center; padding:72px 0; background:var(--boom-violet-2); }
.boom-site .boom-cta h2 { font-size:clamp(2rem,4vw,3rem); }
.boom-site .boom-cta-actions .boom-button { min-height:52px; border-radius:16px; }

.boom-site .boom-newsletter { min-height:430px; display:flex; align-items:center; padding:86px 0; background:linear-gradient(135deg,rgba(247,189,145,.2),rgba(169,122,188,.16)); }
.boom-site .boom-newsletter h2 { font-size:clamp(3rem,5vw,4rem); font-weight:900; }
.boom-site .boom-newsletter p { font-size:1.15rem; }
.boom-site .boom-newsletter .boom-icon-badge { width:72px; height:72px; border-radius:22px; }
.boom-site .boom-footer-grid { padding-top:80px; padding-bottom:64px; }

.boom-site .boom-page-hero { padding:clamp(112px,12vw,160px) 0; }
.boom-site .boom-page-hero h1 { font-size:clamp(3.4rem,7vw,6rem); font-weight:900; line-height:.95; }

@media (max-width: 991px) {
  .boom-site .boom-nav { top:80px; }
  .admin-bar .boom-site .boom-nav { top:80px; }
  .boom-site .boom-hero-grid { grid-template-columns:1fr; }
  .boom-site .boom-hero-copy h1 { margin-inline:auto; text-align:center; }
  .boom-site .boom-hero-copy > p { margin-inline:auto; text-align:center; }
  .boom-site .boom-store-buttons,
  .boom-site .boom-inline-actions { margin-inline:auto; }
  .boom-site .boom-hero-art { justify-content:center; }
  .boom-site .boom-hero-art img { width:min(480px,76%); }
  .boom-site .boom-step-card { min-height:270px; }
  .boom-site .boom-four { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 782px) { .admin-bar .boom-site .boom-header { top:46px; } }

@media (max-width: 640px) {
  .boom-site { padding-top:70px; }
  .boom-site .boom-header { height:70px; }
  .boom-site .boom-nav { top:70px; }
  .admin-bar .boom-site .boom-nav { top:70px; }
  .boom-site .boom-hero { min-height:calc(100vh - 70px); padding:64px 0 86px; }
  .boom-site .boom-hero-copy h1 { font-size:clamp(3rem,14vw,4.15rem); line-height:.98; }
  .boom-site .boom-hero-copy > p { padding-inline:4px; font-size:1rem; }
  .boom-site .boom-store-buttons,
  .boom-site .boom-inline-actions { grid-template-columns:1fr; max-width:280px; }
  .boom-site .boom-store,
  .boom-site .boom-inline-actions > a { min-height:50px; }
  .boom-site .boom-hero-art img { width:min(360px,92%); }
  .boom-site .boom-tabs button { min-width:0; padding:12px 16px; }
  .boom-site .boom-four { grid-template-columns:1fr; }
  .boom-site .boom-step-card { min-height:auto; }
  .boom-site .boom-soft-violet,
  .boom-site .boom-soft-pink { min-height:auto; }
  .boom-site .boom-cta { min-height:430px; }
  .boom-site .boom-newsletter { min-height:450px; }
  .boom-site .boom-page-hero h1 { font-size:clamp(2.8rem,13vw,4rem); }
}

.boom-site .boom-reveal { opacity:0; transform:translateY(34px); transition:opacity .9s ease var(--boom-reveal-delay,0ms), transform .9s cubic-bezier(.2,.7,.2,1) var(--boom-reveal-delay,0ms); }
.boom-site .boom-reveal.is-visible { opacity:1; transform:translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .boom-site .boom-reveal { opacity:1; transform:none; transition:none; }
  .boom-hero-orb { animation:none; }
}
