:root {
  --v10-green: #071a33;
  --v10-green-2: #0d2f55;
  --v10-green-3: #e3f4fd;
  --v10-orange: #0d7fbe;
  --v10-ink: #071a33;
  --v10-muted: #586a7e;
  --v10-cream: #f8fbfe;
  --v10-sand: #edf5fa;
  --v10-line: #cfdee9;
  --v10-white: #ffffff;
  --v10-shadow: 0 24px 70px rgba(7, 26, 51, .13);
  --v10-radius: 24px;
  --v10-serif: Georgia, "Times New Roman", serif;
  --v10-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.v10-site {
  margin: 0;
  min-width: 320px;
  color: var(--v10-ink);
  background: var(--v10-cream);
  font-family: var(--v10-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.v10-site *,
.v10-site *::before,
.v10-site *::after,
.v10-cookie *,
.v10-cookie *::before,
.v10-cookie *::after { box-sizing: border-box; }

.v10-site img { display: block; max-width: 100%; }
.v10-site a { color: inherit; text-decoration: none; }
.v10-site button,
.v10-site input,
.v10-site select,
.v10-site textarea,
.v10-cookie button,
.v10-cookie input { font: inherit; }

.v10-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.v10-main { overflow: clip; }
.v10-section { padding: clamp(74px, 8vw, 120px) 0; }
.v10-section--tint { background: var(--v10-sand); }
.v10-section--dark { color: #fff; background: var(--v10-green); }
.v10-centered-action { display: flex; justify-content: center; margin-top: 42px; }

.v10-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--v10-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.v10-site h1,
.v10-site h2,
.v10-site h3,
.v10-cookie h2 { margin: 0; color: inherit; font-family: var(--v10-serif); font-weight: 600; letter-spacing: -.035em; }
.v10-site h1 { font-size: clamp(45px, 6.4vw, 82px); line-height: .98; }
.v10-site h2 { font-size: clamp(34px, 4.3vw, 58px); line-height: 1.05; }
.v10-site h3 { font-size: 25px; line-height: 1.15; }
.v10-site p { margin: 0; }

.v10-heading { max-width: 780px; margin-bottom: 48px; }
.v10-heading h2 + p { max-width: 690px; margin-top: 20px; color: var(--v10-muted); font-size: 19px; }
.v10-heading--split { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; max-width: none; gap: 70px; }
.v10-heading--split > p { color: var(--v10-muted); }

.v10-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 25px;
  color: #fff !important;
  background: var(--v10-green);
  border: 1px solid var(--v10-green);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(7, 26, 51, .16);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}
.v10-button:hover { background: var(--v10-green-2); box-shadow: 0 12px 26px rgba(7, 26, 51, .22); transform: translateY(-2px); }
.v10-button--small { min-height: 44px; padding: 10px 18px; font-size: 14px; }
.v10-button--outline { color: var(--v10-green) !important; background: transparent; box-shadow: none; }
.v10-button--outline:hover { color: #fff !important; background: var(--v10-green); }
.v10-button--light { color: var(--v10-green) !important; background: #fff; border-color: #fff; }
.v10-button--light:hover { color: var(--v10-green) !important; background: #67c8fa; border-color: #67c8fa; }
.v10-button--wide { width: 100%; }
.v10-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--v10-green); font-weight: 800; }
.v10-text-link span { color: var(--v10-orange); font-size: 24px; transition: transform .2s ease; }
.v10-text-link:hover span { transform: translateX(4px); }
.v10-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 26px; }

.v10-icon { display: inline-flex; width: 26px; height: 26px; flex: 0 0 auto; color: var(--v10-green); }
.v10-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }

.v10-skip { position: fixed; z-index: 999999; top: 12px; left: 12px; padding: 9px 14px; color: #fff !important; background: var(--v10-green); border-radius: 8px; transform: translateY(-150%); }
.v10-skip:focus { transform: none; }
.v10-topbar { color: #fff; background: var(--v10-green); font-size: 12px; letter-spacing: .035em; }
.v10-topbar__inner { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 30px; }
.v10-topbar__inner span + span::before,
.v10-topbar__inner a::before { content: "·"; margin-right: 30px; color: #79c9f6; }
.v10-topbar__inner a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.v10-header { position: relative; z-index: 100; background: rgba(255, 254, 250, .96); border-bottom: 1px solid rgba(221, 213, 200, .82); }
.v10-header.is-stuck { position: sticky; top: 0; box-shadow: 0 12px 28px rgba(7, 26, 51, .1); backdrop-filter: blur(14px); }
.v10-header__inner { display: flex; min-height: 84px; align-items: center; gap: 28px; }
.v10-logo { flex: 0 0 auto; }
.v10-logo img { width: 190px; height: auto; }
.v10-nav { display: flex; align-items: center; justify-content: center; gap: 4px; margin-left: auto; }
.v10-nav a { position: relative; padding: 13px 10px; color: #213950; font-size: 14px; font-weight: 720; }
.v10-nav__configurator { display: none; }
.v10-nav a::after { position: absolute; right: 10px; bottom: 5px; left: 10px; height: 2px; background: var(--v10-orange); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.v10-nav a:hover::after,
.v10-nav a.is-active::after { transform: scaleX(1); }
.v10-header__actions { display: flex; align-items: center; gap: 14px; }
.v10-cart { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--v10-line); border-radius: 50%; font-size: 16px; }
.v10-cart b { position: absolute; top: -5px; right: -5px; display: grid; min-width: 19px; height: 19px; place-items: center; padding: 0 4px; color: #fff; background: var(--v10-orange); border-radius: 10px; font-size: 10px; }
.v10-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--v10-line); border-radius: 50%; }
.v10-menu-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--v10-green); }

.v10-home-hero { position: relative; min-height: min(790px, calc(100vh - 118px)); background: var(--v10-sand) var(--v10-hero) center/cover no-repeat; }
.v10-home-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248, 251, 254, .98) 0%, rgba(248, 251, 254, .88) 33%, rgba(248, 251, 254, .14) 62%, transparent 100%); content: ""; }
.v10-home-hero__inner { position: relative; display: flex; min-height: inherit; align-items: center; padding-block: 80px; }
.v10-home-hero__copy { width: min(600px, 52%); }
.v10-home-hero h1 { max-width: 10.8ch; }
.v10-home-hero h1 + p { max-width: 590px; margin: 26px 0 32px; color: #40566d; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.v10-home-hero__trust { display: flex; flex-wrap: wrap; gap: 13px 20px; margin-top: 34px; font-size: 13px; font-weight: 720; }
.v10-home-hero__trust span { display: inline-flex; align-items: center; gap: 6px; }
.v10-home-hero__trust .v10-icon { width: 18px; height: 18px; color: var(--v10-orange); }

.v10-proof { background: #fff; border-block: 1px solid var(--v10-line); }
.v10-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.v10-proof__grid > div { min-height: 126px; padding: 27px 26px; border-left: 1px solid var(--v10-line); }
.v10-proof__grid > div:last-child { border-right: 1px solid var(--v10-line); }
.v10-proof strong { display: block; margin-bottom: 5px; color: var(--v10-green); font-family: var(--v10-serif); font-size: 21px; }
.v10-proof span { display: block; color: var(--v10-muted); font-size: 13px; line-height: 1.45; }

.v10-opening-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.v10-opening-card { position: relative; min-height: 330px; padding: 34px 30px; background: #fff; border: 1px solid var(--v10-line); border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease; }
.v10-opening-card:hover { z-index: 1; box-shadow: var(--v10-shadow); transform: translateY(-7px); }
.v10-opening-card.is-featured { color: #fff; background: var(--v10-green); border-color: var(--v10-green); }
.v10-opening-card__number { display: block; margin-bottom: 70px; color: var(--v10-orange); font-size: 12px; font-weight: 850; }
.v10-opening-card h3 { margin-bottom: 15px; }
.v10-opening-card p { margin-bottom: 18px; color: var(--v10-muted); font-size: 15px; }
.v10-opening-card.is-featured p { color: #dcecf7; }
.v10-opening-card small { display: block; padding-top: 18px; border-top: 1px solid var(--v10-line); font-size: 12px; line-height: 1.45; }
.v10-opening-card.is-featured small { border-color: #42688c; }

.v10-feature-media { display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.v10-feature-media--reverse { grid-template-columns: .9fr 1.1fr; }
.v10-feature-media--reverse .v10-feature-media__image { order: 2; }
.v10-feature-media--top { align-items: start; }
.v10-feature-media__image { overflow: hidden; border-radius: var(--v10-radius); box-shadow: var(--v10-shadow); }
.v10-feature-media__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.v10-feature-media__copy > p { margin: 24px 0; color: var(--v10-muted); font-size: 18px; }
.v10-section--dark .v10-feature-media__copy > p { color: #d2e3ef; }
.v10-check-list { display: grid; gap: 13px; margin: 28px 0 30px; padding: 0; list-style: none; }
.v10-check-list li { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 720; }
.v10-check-list .v10-icon { width: 23px; height: 23px; color: var(--v10-orange); }
.v10-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0; }
.v10-mini-grid span { padding: 13px 14px; color: #eaf6fd; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 9px; font-size: 13px; }

.v10-series-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.v10-series-card { position: relative; display: flex; min-height: 420px; flex-direction: column; padding: 29px 24px 24px; background: #fff; border: 1px solid var(--v10-line); border-radius: 16px; }
.v10-series-card.is-recommended { border: 2px solid var(--v10-green); box-shadow: 0 15px 40px rgba(7, 26, 51, .12); transform: translateY(-8px); }
.v10-badge { position: absolute; top: -14px; right: 18px; padding: 5px 10px; color: #fff; background: var(--v10-orange); border-radius: 20px; font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.v10-series-card__use { color: var(--v10-orange); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.v10-series-card h3 { margin: 7px 0 16px; }
.v10-series-card > p { color: var(--v10-muted); font-size: 14px; line-height: 1.5; }
.v10-series-card dl { display: grid; gap: 0; margin: auto 0 0; }
.v10-series-card dl > div { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid var(--v10-line); font-size: 11px; }
.v10-series-card dt { color: var(--v10-muted); }
.v10-series-card dd { margin: 0; color: var(--v10-green); font-weight: 850; text-align: right; }
.v10-tech-footnote { max-width: 880px; margin: 27px auto 0; color: var(--v10-muted); font-size: 12px; text-align: center; }

.v10-install-preview { display: grid; grid-template-columns: .78fr 1.1fr; overflow: hidden; align-items: stretch; padding: 0; background: var(--v10-sand); border-radius: var(--v10-radius); }
.v10-install-preview__copy { padding: clamp(40px, 5vw, 72px); }
.v10-install-preview__copy > p { margin: 24px 0; color: var(--v10-muted); }
.v10-install-preview > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.v10-stat { display: flex; align-items: center; gap: 15px; margin: 30px 0; }
.v10-stat strong { color: var(--v10-orange); font-family: var(--v10-serif); font-size: 48px; line-height: 1; }
.v10-stat span { max-width: 140px; color: var(--v10-muted); font-size: 12px; line-height: 1.35; }

.v10-process-section { padding-top: 90px; background: #fff; }
.v10-process { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.v10-process li { position: relative; padding: 0 24px 0 0; }
.v10-process li:not(:last-child)::after { position: absolute; top: 20px; right: 12px; width: calc(100% - 62px); height: 1px; background: var(--v10-line); content: ""; transform: translateX(100%); }
.v10-process b { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 22px; color: #fff; background: var(--v10-green); border-radius: 50%; font-family: var(--v10-serif); }
.v10-process strong { display: block; margin-bottom: 6px; font-family: var(--v10-serif); font-size: 19px; }
.v10-process span { display: block; color: var(--v10-muted); font-size: 12px; line-height: 1.45; }

.v10-faq-section { background: var(--v10-sand); }
.v10-faq-layout { display: grid; grid-template-columns: .65fr 1.15fr; align-items: start; gap: 90px; }
.v10-faq-layout__intro { position: sticky; top: 120px; }
.v10-faq-layout__intro > p { margin: 20px 0 28px; color: var(--v10-muted); }
.v10-accordion { border-top: 1px solid #c5d5e2; }
.v10-accordion__item { border-bottom: 1px solid #c5d5e2; }
.v10-accordion__item > button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--v10-ink); background: transparent; border: 0; font-weight: 750; text-align: left; cursor: pointer; }
.v10-accordion__item button i { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; color: var(--v10-green); border: 1px solid var(--v10-green); border-radius: 50%; font-style: normal; transition: transform .2s ease; }
.v10-accordion__item button[aria-expanded="true"] i { color: #fff; background: var(--v10-green); transform: rotate(45deg); }
.v10-accordion__item > div { padding: 0 50px 24px 0; color: var(--v10-muted); font-size: 15px; }

.v10-page-hero { position: relative; padding: clamp(90px, 11vw, 150px) 0 clamp(70px, 8vw, 110px); background: var(--v10-sand); }
.v10-page-hero::after { position: absolute; right: -100px; bottom: -160px; width: 450px; height: 450px; background: radial-gradient(circle, rgba(41,168,244,.18), transparent 65%); content: ""; }
.v10-page-hero__inner { position: relative; z-index: 1; }
.v10-page-hero h1 { max-width: 14ch; font-size: clamp(44px, 6vw, 76px); }
.v10-page-hero p { max-width: 720px; margin-top: 24px; color: var(--v10-muted); font-size: 20px; }
.v10-page-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px 20px; margin-top: 30px; }
.v10-page-hero__actions small { color: var(--v10-muted); font-size: 12px; font-weight: 700; }
.v10-source-note { display: flex; align-items: center; gap: 18px; margin-top: -28px; padding: 20px 26px; background: #fff; border: 1px solid var(--v10-line); border-radius: 12px; box-shadow: 0 10px 35px rgba(30,46,36,.07); font-size: 12px; }
.v10-source-note strong { flex: 0 0 auto; color: var(--v10-green); }
.v10-source-note span { color: var(--v10-muted); }

.v10-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.v10-benefit-grid article { padding: 33px 27px; background: #fff; border: 1px solid var(--v10-line); border-radius: 16px; }
.v10-benefit-grid .v10-icon { width: 42px; height: 42px; margin-bottom: 42px; color: var(--v10-orange); }
.v10-benefit-grid h3 { margin-bottom: 12px; }
.v10-benefit-grid p { color: var(--v10-muted); font-size: 14px; }
.v10-callout { margin-top: 28px; padding: 20px 22px; color: var(--v10-ink); background: #fff; border-left: 4px solid var(--v10-orange); border-radius: 0 10px 10px 0; }
.v10-callout strong { color: var(--v10-green); font-family: var(--v10-serif); font-size: 18px; }
.v10-callout p { margin-top: 5px; color: var(--v10-muted); font-size: 13px; }
.v10-glass-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.v10-glass-grid article { min-height: 260px; padding: 30px; background: linear-gradient(145deg, #fff, #eef7fc); border: 1px solid #c6dce9; border-radius: 16px; }
.v10-glass-grid article::before { display: block; width: 48px; height: 48px; margin-bottom: 70px; background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(157,197,210,.25)); border: 1px solid #b7d3da; border-radius: 50%; content: ""; box-shadow: inset 4px 4px 12px rgba(255,255,255,.9); }
.v10-glass-grid h3 { margin-bottom: 10px; }
.v10-glass-grid p { color: var(--v10-muted); font-size: 13px; }
.v10-choice { display: grid; grid-template-columns: .75fr 1fr auto; align-items: center; gap: 60px; }
.v10-choice__items { display: flex; flex-wrap: wrap; gap: 9px; }
.v10-choice__items span { padding: 9px 13px; color: #deeff9; border: 1px solid #42698e; border-radius: 30px; font-size: 12px; }

.v10-table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--v10-line); border-radius: 16px; }
.v10-table { width: 100%; min-width: 900px; border-collapse: collapse; font-size: 13px; }
.v10-table th,
.v10-table td { padding: 17px 15px; border-bottom: 1px solid var(--v10-line); text-align: left; white-space: nowrap; }
.v10-table thead { color: #fff; background: var(--v10-green); }
.v10-table thead th { font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.v10-table tbody th { color: var(--v10-green); font-family: var(--v10-serif); font-size: 16px; }
.v10-table tbody tr:last-child > * { border-bottom: 0; }
.v10-table tbody tr:nth-child(even) { background: #fbfaf7; }
.v10-explainer { display: grid; grid-template-columns: .65fr 1.1fr; gap: 80px; }
.v10-explainer ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: explainer; }
.v10-explainer li { position: relative; padding: 24px 0 24px 60px; border-top: 1px solid var(--v10-line); counter-increment: explainer; }
.v10-explainer li::before { position: absolute; top: 22px; left: 0; color: var(--v10-orange); content: "0" counter(explainer); font-family: var(--v10-serif); font-size: 24px; }
.v10-explainer strong,
.v10-explainer span { display: block; }
.v10-explainer strong { margin-bottom: 6px; }
.v10-explainer span { color: var(--v10-muted); font-size: 13px; }

.v10-two-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.v10-two-cards article { padding: clamp(32px, 5vw, 55px); background: #fff; border: 1px solid var(--v10-line); border-radius: 18px; }
.v10-two-cards h3 { font-size: 32px; }
.v10-two-cards p { margin: 15px 0 26px; color: var(--v10-muted); }
.v10-extra-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.v10-extra-grid article { padding: 28px; background: #fff; border: 1px solid var(--v10-line); border-radius: 16px; }
.v10-extra-grid article > span { display: block; margin-bottom: 55px; color: var(--v10-orange); font-family: var(--v10-serif); }
.v10-extra-grid h3 { margin-bottom: 10px; }
.v10-extra-grid p { color: var(--v10-muted); font-size: 13px; }
.v10-radius { display: flex; align-items: center; gap: 18px; margin: 30px 0; }
.v10-radius strong { color: var(--v10-orange); font-family: var(--v10-serif); font-size: 80px; line-height: .8; }
.v10-radius span { max-width: 160px; color: var(--v10-muted); font-size: 13px; line-height: 1.3; }
.v10-professional-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.v10-professional-cta > div { max-width: 720px; }
.v10-professional-cta p { margin-top: 20px; color: #d2e3ef; }
.v10-review-panel { display: grid; grid-template-columns: .8fr 1fr; gap: 80px; }
.v10-review-panel > div:first-child p { margin-top: 20px; color: var(--v10-muted); }
.v10-review-panel__steps { display: grid; gap: 8px; counter-reset: review; }
.v10-review-panel__steps span { position: relative; padding: 16px 20px 16px 57px; background: #fff; border: 1px solid var(--v10-line); border-radius: 10px; counter-increment: review; font-weight: 750; }
.v10-review-panel__steps span::before { position: absolute; top: 12px; left: 14px; display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: var(--v10-green); border-radius: 50%; content: counter(review); font-size: 12px; }

.v10-contact-grid { display: grid; grid-template-columns: .72fr 1.1fr; align-items: start; gap: 80px; }
.v10-contact-info > p { margin: 22px 0 34px; color: var(--v10-muted); }
.v10-contact-card { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--v10-line); font-size: 13px; }
.v10-contact-card strong { color: var(--v10-green); }
.v10-contact-card span { color: var(--v10-muted); }
.v10-form-card { padding: clamp(28px, 5vw, 52px); background: #fff; border: 1px solid var(--v10-line); border-radius: var(--v10-radius); box-shadow: var(--v10-shadow); }
.v10-form { display: grid; gap: 19px; }
.v10-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.v10-form label:not(.v10-checkbox):not(.v10-honeypot) { display: grid; gap: 7px; color: var(--v10-ink); font-size: 13px; font-weight: 760; }
.v10-form label > span { color: var(--v10-orange); }
.v10-form input,
.v10-form select,
.v10-form textarea { width: 100%; color: var(--v10-ink); background: #f8fbfe; border: 1px solid #c5d5e2; border-radius: 9px; outline: 0; }
.v10-form input,
.v10-form select { height: 50px; padding: 0 14px; }
.v10-form textarea { min-height: 140px; padding: 13px 14px; resize: vertical; }
.v10-form input:focus,
.v10-form select:focus,
.v10-form textarea:focus { border-color: var(--v10-green); box-shadow: 0 0 0 3px rgba(11,63,42,.1); }
.v10-checkbox { display: flex; align-items: flex-start; gap: 10px; color: var(--v10-muted); font-size: 12px; }
.v10-checkbox input { width: 18px; height: 18px; flex: 0 0 auto; margin: 2px 0 0; }
.v10-checkbox a { color: var(--v10-green); text-decoration: underline; }
.v10-form__privacy { color: var(--v10-muted); font-size: 10px; text-align: center; }
.v10-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.v10-alert { display: grid; gap: 3px; margin-bottom: 22px; padding: 15px 17px; border-radius: 9px; font-size: 13px; }
.v10-alert--success { color: #174a31; background: #e1efe6; border: 1px solid #a9ccb5; }
.v10-alert--error { color: #7a2b1c; background: #fff0eb; border: 1px solid #e4b6aa; }

.v10-commerce-hero { padding: 68px 0 54px; background: var(--v10-sand); border-bottom: 1px solid var(--v10-line); }
.v10-commerce-hero h1 { max-width: 14ch; font-size: clamp(42px, 5vw, 66px); }
.v10-commerce-hero p { max-width: 680px; margin-top: 16px; color: var(--v10-muted); font-size: 15px; }
.v10-commerce { min-height: 480px; background: #fff; }
.v10-commerce .woocommerce,
.v10-commerce .wp-block-woocommerce-cart,
.v10-commerce .wp-block-woocommerce-checkout { font-family: var(--v10-sans); }
.v10-commerce .woocommerce-info,
.v10-commerce .woocommerce-message,
.v10-commerce .woocommerce-error { margin: 0 0 25px; padding: 17px 20px; background: var(--v10-sand); border: 0; border-left: 4px solid var(--v10-orange); border-radius: 8px; }
.v10-commerce .woocommerce-info::before,
.v10-commerce .woocommerce-message::before { color: var(--v10-green); }
.v10-commerce .button,
.v10-commerce button,
.v10-commerce .wc-block-components-button:not(.is-link) { min-height: 48px; padding: 12px 20px !important; color: #fff !important; background: var(--v10-green) !important; border: 1px solid var(--v10-green) !important; border-radius: 9px !important; font-weight: 800 !important; text-decoration: none !important; }
.v10-commerce .button:hover,
.v10-commerce button:hover,
.v10-commerce .wc-block-components-button:not(.is-link):hover { background: var(--v10-green-2) !important; }
.v10-commerce input:not([type="checkbox"]):not([type="radio"]),
.v10-commerce select,
.v10-commerce textarea,
.v10-commerce .wc-block-components-text-input input { min-height: 48px; color: var(--v10-ink); background: #f8fbfe; border: 1px solid #c5d5e2 !important; border-radius: 8px !important; }
.v10-commerce table,
.v10-commerce .wc-block-components-sidebar-layout { color: var(--v10-ink); }
.v10-commerce .shop_table { overflow: hidden; border: 1px solid var(--v10-line) !important; border-radius: 12px !important; border-collapse: separate; }
.v10-commerce .shop_table th,
.v10-commerce .shop_table td { padding: 16px !important; border-color: var(--v10-line) !important; }
.v10-commerce .cart_totals,
.v10-commerce .woocommerce-checkout-review-order,
.v10-commerce .woocommerce-MyAccount-navigation,
.v10-commerce .woocommerce-MyAccount-content { padding: 25px; background: var(--v10-cream); border: 1px solid var(--v10-line); border-radius: 14px; }
.v10-commerce .woocommerce-MyAccount-navigation ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.v10-commerce .woocommerce-MyAccount-navigation a { color: var(--v10-green); font-weight: 750; }
.v10-commerce .wc-block-cart__submit-container,
.v10-commerce .wc-block-checkout__actions_row { background: transparent !important; }
.v10-commerce .wc-block-components-product-name { color: var(--v10-green); font-family: var(--v10-serif); font-size: 19px; font-weight: 700; }
.v10-commerce .wc-block-components-totals-wrapper { border-color: var(--v10-line) !important; }
.v10-commerce .wc-block-components-checkout-step__heading h2 { font-size: 28px; }

.v10-legal-copy { max-width: 900px; color: #40566d; }
.v10-legal-copy h2 { margin: 55px 0 17px; color: var(--v10-ink); font-size: 30px; }
.v10-legal-copy h2:first-child { margin-top: 0; }
.v10-legal-copy p + p { margin-top: 14px; }
.v10-legal-copy ul,
.v10-legal-copy ol { display: grid; gap: 11px; padding-left: 24px; }
.v10-legal-copy a { color: var(--v10-green); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.v10-legal-warning { display: grid; gap: 5px; margin-bottom: 40px; padding: 20px 22px; color: #6b3218; background: #fff2e8; border: 1px solid #ebc4aa; border-radius: 12px; }
.v10-legal-warning span { font-size: 13px; }
.v10-cookie-table { margin: 25px 0; border: 1px solid var(--v10-line); border-radius: 12px; overflow: hidden; }
.v10-cookie-table > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 18px 20px; background: #fff; border-bottom: 1px solid var(--v10-line); }
.v10-cookie-table > div:last-child { border-bottom: 0; }
.v10-cookie-table strong { color: var(--v10-green); }
.v10-cookie-table span { font-size: 13px; }

.v10-footer { padding-top: 75px; color: #e4f3fc; background: #041426; }
.v10-footer__cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-bottom: 65px; border-bottom: 1px solid #274968; }
.v10-footer__cta h2 { max-width: 700px; font-size: clamp(32px, 4vw, 52px); }
.v10-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding: 65px 0; }
.v10-footer__brand img { width: 210px; margin-bottom: 22px; filter: brightness(0) invert(1); opacity: .95; }
.v10-footer__brand p { max-width: 330px; margin-top: 14px; color: #9fb9ce; font-size: 12px; }
.v10-footer__grid h3 { margin-bottom: 17px; font-family: var(--v10-sans); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.v10-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.v10-footer__grid a,
.v10-link-button { color: #abc2d4; background: transparent; border: 0; font-size: 12px; text-align: left; cursor: pointer; }
.v10-footer__grid a:hover,
.v10-link-button:hover { color: #fff; }
.v10-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 0; color: #7796ae; border-top: 1px solid #274968; font-size: 10px; }

.v10-configurator-dock {
  position: fixed;
  z-index: 390;
  bottom: 22px;
  right: 22px;
  display: grid;
  grid-template-columns: auto auto;
  min-height: 58px;
  align-items: center;
  gap: 0 16px;
  padding: 10px 17px 10px 19px;
  color: #fff !important;
  background: var(--v10-green);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(7,26,51,.25);
  font-size: 13px;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease;
}
.v10-configurator-dock:hover { box-shadow: 0 20px 46px rgba(7,26,51,.32); transform: translateY(-3px); }
.v10-configurator-dock span { font-weight: 850; }
.v10-configurator-dock small { grid-column: 1; margin-top: 3px; color: #bfe8ff; font-size: 10px; }
.v10-configurator-dock b { grid-column: 2; grid-row: 1 / 3; color: #67c8fa; font-size: 25px; }
.v10-whatsapp { bottom: 96px; }
.v10-whatsapp { position: fixed; z-index: 400; right: 22px; bottom: 22px; display: inline-flex; min-height: 52px; align-items: center; gap: 9px; padding: 8px 17px 8px 8px; color: #fff !important; background: #1e9e58; border-radius: 30px; box-shadow: 0 13px 35px rgba(0,0,0,.22); font-size: 12px; }
.v10-whatsapp span { display: grid; width: 36px; height: 36px; place-items: center; background: rgba(255,255,255,.18); border-radius: 50%; font-size: 10px; font-weight: 900; }

/* Shortcode diseñado para insertarse en un Popup de Elementor Pro. */
.v10-cookie-host[hidden] { display: none !important; }
.v10-cookie-host {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px;
  background: rgba(6, 31, 21, .58);
  backdrop-filter: blur(5px);
}
.v10-cookie-host > .elementor { width: min(820px, 100%); }
.v10-cookie-host .elementor-element,
.v10-cookie-host .elementor-widget-container { width: 100%; }
.v10-cookie[hidden],
.v10-cookie [hidden] { display: none !important; }
.v10-cookie {
  position: relative;
  width: min(820px, calc(100vw - 32px));
  padding: clamp(25px, 5vw, 43px);
  color: var(--v10-ink);
  background: var(--v10-white);
  border: 1px solid var(--v10-line);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(6, 31, 21, .25);
  font-family: var(--v10-sans);
}
.v10-cookie h2 { max-width: 650px; margin-bottom: 14px; font-size: clamp(29px, 4vw, 42px); line-height: 1.05; }
.v10-cookie p { margin: 0; color: var(--v10-muted); font-size: 14px; line-height: 1.55; }
.v10-cookie__links { margin-top: 9px !important; }
.v10-cookie__links a { color: var(--v10-green); font-weight: 750; text-decoration: underline; }
.v10-cookie__close { position: absolute; top: 15px; right: 15px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--v10-green); background: transparent; border: 1px solid var(--v10-line); border-radius: 50%; font-size: 22px; line-height: 1; cursor: pointer; }
.v10-cookie__actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 25px; }
.v10-cookie__actions .v10-button { min-height: 50px; padding-inline: 15px; font-size: 13px; }
.v10-cookie .v10-button { text-transform: none !important; }
.v10-cookie__back { margin-bottom: 13px; padding: 0; color: var(--v10-green); background: transparent; border: 0; font-size: 13px; font-weight: 800; cursor: pointer; }
.v10-cookie__option { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--v10-line); cursor: pointer; }
.v10-cookie__option span { display: grid; gap: 2px; }
.v10-cookie__option strong { color: var(--v10-green); font-size: 14px; }
.v10-cookie__option small { color: var(--v10-muted); font-size: 11px; }
.v10-cookie__option input { position: absolute; opacity: 0; pointer-events: none; }
.v10-cookie__option i { position: relative; width: 44px; height: 24px; flex: 0 0 auto; background: #c9cbc9; border-radius: 20px; transition: background .2s; }
.v10-cookie__option i::after { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; background: #fff; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,.15); content: ""; transition: transform .2s; }
.v10-cookie__option input:checked + i { background: var(--v10-green); }
.v10-cookie__option input:checked + i::after { transform: translateX(20px); }
.v10-cookie__option.is-locked { cursor: default; opacity: .74; }
.v10-cookie__custom .v10-button { margin-top: 20px; }

@media (max-width: 1080px) {
  .v10-nav a { padding-inline: 7px; font-size: 12px; }
  .v10-logo img { width: 165px; }
  .v10-opening-grid,
  .v10-benefit-grid,
  .v10-extra-grid { grid-template-columns: 1fr 1fr; }
  .v10-series-grid { grid-template-columns: repeat(3, 1fr); }
  .v10-series-card.is-recommended { transform: none; }
  .v10-proof__grid { grid-template-columns: 1fr 1fr; }
  .v10-proof__grid > div:nth-child(2) { border-right: 1px solid var(--v10-line); }
  .v10-choice { grid-template-columns: 1fr 1fr; }
  .v10-choice .v10-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 860px) {
  .v10-container { width: min(100% - 32px, 700px); }
  .v10-topbar__inner span:nth-child(2), .v10-topbar__inner a { display: none; }
  .v10-header__inner { min-height: 72px; }
  .v10-menu-toggle { display: block; margin-left: auto; }
  .v10-nav { position: absolute; top: 100%; right: 16px; left: 16px; display: none; align-items: stretch; padding: 13px; background: #fff; border: 1px solid var(--v10-line); border-radius: 14px; box-shadow: var(--v10-shadow); }
  .v10-nav.is-open { display: grid; }
  .v10-nav a { padding: 12px 13px; font-size: 14px; }
  .v10-nav__configurator { display: block; color: #fff !important; background: var(--v10-green); border-radius: 9px; text-align: center; }
  .v10-nav__configurator::after { display: none; }
  .v10-header__actions .v10-button { display: none; }
  .v10-home-hero { min-height: 720px; background-position: 62% center; }
  .v10-home-hero::before { background: linear-gradient(90deg, rgba(248,251,254,.98), rgba(248,251,254,.87) 65%, rgba(248,251,254,.2)); }
  .v10-home-hero__copy { width: min(590px, 80%); }
  .v10-heading--split,
  .v10-feature-media,
  .v10-feature-media--reverse,
  .v10-install-preview,
  .v10-faq-layout,
  .v10-explainer,
  .v10-review-panel,
  .v10-contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .v10-feature-media--reverse .v10-feature-media__image { order: 0; }
  .v10-faq-layout__intro { position: static; }
  .v10-process { grid-template-columns: 1fr 1fr; gap: 30px; }
  .v10-process li:not(:last-child)::after { display: none; }
  .v10-glass-grid { grid-template-columns: 1fr 1fr; }
  .v10-footer__cta,
  .v10-professional-cta { align-items: flex-start; flex-direction: column; }
  .v10-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body.v10-site { padding-bottom: 76px; font-size: 16px; }
  .v10-container { width: calc(100% - 26px); }
  .v10-section { padding-block: 65px; }
  .v10-logo img { width: 148px; }
  .v10-header__actions { gap: 6px; }
  .v10-home-hero { min-height: 700px; background-position: 68% center; }
  .v10-home-hero::before { background: linear-gradient(90deg, rgba(248,251,254,.98), rgba(248,251,254,.86) 82%, rgba(248,251,254,.45)); }
  .v10-home-hero__inner { align-items: flex-end; padding-bottom: 60px; }
  .v10-home-hero__copy { width: 100%; }
  .v10-home-hero h1 { font-size: 47px; }
  .v10-home-hero h1 + p { font-size: 17px; }
  .v10-actions { align-items: stretch; flex-direction: column; }
  .v10-actions .v10-text-link { justify-content: center; }
  .v10-home-hero__trust { display: grid; }
  .v10-proof__grid,
  .v10-opening-grid,
  .v10-series-grid,
  .v10-benefit-grid,
  .v10-glass-grid,
  .v10-two-cards,
  .v10-extra-grid,
  .v10-process,
  .v10-form__row,
  .v10-footer__grid,
  .v10-choice { grid-template-columns: 1fr; }
  .v10-proof__grid > div { min-height: 100px; border-right: 1px solid var(--v10-line); }
  .v10-opening-card { min-height: 280px; }
  .v10-opening-card__number { margin-bottom: 45px; }
  .v10-series-card { min-height: 370px; }
  .v10-mini-grid { grid-template-columns: 1fr; }
  .v10-install-preview > img { min-height: 340px; }
  .v10-page-hero { padding-top: 78px; }
  .v10-page-hero__actions { align-items: stretch; flex-direction: column; }
  .v10-page-hero__actions .v10-button { width: 100%; }
  .v10-source-note { align-items: flex-start; flex-direction: column; }
  .v10-cookie-table > div { grid-template-columns: 1fr; gap: 5px; }
  .v10-footer__cta { padding-bottom: 45px; }
  .v10-footer__grid { gap: 35px; padding: 48px 0; }
  .v10-footer__bottom { align-items: flex-start; flex-direction: column; }
  .v10-cookie__actions { grid-template-columns: 1fr; }
  .v10-commerce-hero { padding-block: 50px 42px; }
  .v10-cookie-host { padding: 9px; }
  .v10-cookie__actions .v10-button { width: 100%; }
  .v10-whatsapp b { display: none; }
  .v10-whatsapp { padding-right: 8px; }
  .v10-configurator-dock { right: 9px; bottom: 9px; left: 9px; display: flex; min-height: 58px; justify-content: center; border-radius: 12px; }
  .v10-configurator-dock small { margin: 0; }
  .v10-configurator-dock b { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .v10-site *, .v10-site *::before, .v10-site *::after { scroll-behavior: auto !important; transition: none !important; }
}
