
:root {
  --blue: #087ca7;
  --blue-dark: #075f80;
  --blue-deep: #173744;
  --accent: #039fc9;
  --ink: #19313d;
  --muted: #526a76;
  --line: #dbe7ec;
  --soft: #f3f8fa;
  --soft-blue: #e9f6fb;
  --white: #fff;
  --shadow: 0 16px 40px rgba(25, 49, 61, .10);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--white);
  font-family: Arial, Helvetica, sans-serif; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-dark); }
a:hover { color: var(--accent); }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(860px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 9999; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 6px; }
.skip-link:focus { top: 12px; }

/* Slim trust bar */
.trustbar { background: #f3f5f7; border-bottom: 1px solid var(--line); }
.trustbar-inner { min-height: 42px; display: grid; grid-template-columns: repeat(4, auto); justify-content: center; align-items: center; gap: 0; color: #334b57; font-size: .92rem; }
.trustbar-inner span { padding: 0 34px; white-space: nowrap; }
.trustbar-inner span + span { border-left: 1px solid #a9c8b2; }
.trustbar-inner b { margin-right: 9px; color: #0a8f2d; font-size: 1.05rem; }

.topbar { border-bottom: 1px solid var(--line); background: var(--white); }
.topbar-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 238px; }
.call { text-align: right; font-size: .95rem; color: var(--muted); }
.call a { display: block; color: var(--blue-dark); font-size: 1.35rem; font-weight: 800; text-decoration: none; line-height: 1.2; }
.site-nav { background: var(--blue-dark); }
.nav-inner { min-height: 54px; display: flex; align-items: center; justify-content: center; position: relative; }
.nav-list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nav-list > li { position: relative; }
.nav-list a { display: block; color: #fff; text-decoration: none; font-weight: 700; padding: 14px 12px; border-radius: 7px; }
.nav-list > li > a:hover, .nav-list > li > a:focus-visible, .nav-list > li > a[aria-current="page"], .nav-dropdown.section-current > a { background: rgba(255,255,255,.15); color: #fff; }
.nav-arrow { display: inline-block; margin-left: 3px; font-size: .82em; transition: transform .16s ease; }
.subnav { display: none; position: absolute; top: calc(100% - 2px); left: 0; z-index: 40; min-width: 178px; margin: 0; padding: 8px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 14px 28px rgba(0,0,0,.16); }
.subnav a { padding: 10px 12px; color: var(--ink); white-space: nowrap; border-radius: 6px; }
.subnav a:hover, .subnav a:focus-visible, .subnav a[aria-current="page"] { color: var(--blue-dark); background: var(--soft-blue); }
.nav-dropdown:hover .subnav, .nav-dropdown:focus-within .subnav { display: block; }
.nav-dropdown:hover .nav-arrow, .nav-dropdown:focus-within .nav-arrow { transform: rotate(180deg); }
#nav-toggle { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.nav-label { display: none; }
.breadcrumbs { border-bottom: 1px solid var(--line); background: #f9fcfd; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 11px 0; list-style: none; font-size: .88rem; color: var(--muted); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #91a6af; }
.breadcrumbs a { text-decoration: none; }
.hero { padding: 68px 0 62px; background: linear-gradient(135deg, #f7fbfc 0%, #eef7f9 58%, #e4f4fa 100%); border-bottom: 1px solid var(--line); }
.hero.compact { padding: 52px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: center; }
.hero-grid.single { grid-template-columns: 1fr; }
.eyebrow { display: inline-block; margin-bottom: 14px; padding: 7px 12px; color: var(--blue-dark); background: var(--soft-blue); border: 1px solid #bfe4ef; border-radius: 999px; font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.16; margin-top: 0; color: var(--ink); }
h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 5vw, 4.15rem); letter-spacing: -.035em; }
.compact h1 { max-width: 900px; font-size: clamp(2.2rem, 4.5vw, 3.45rem); }
h2 { margin-bottom: 16px; font-size: clamp(1.85rem, 3vw, 2.65rem); letter-spacing: -.02em; }
h3 { margin-bottom: 9px; font-size: 1.2rem; }
p { margin-top: 0; }
.hero-lead { max-width: 720px; margin: 0 0 18px; color: var(--muted); font-size: 1.18rem; }
.price-line { display: flex; align-items: baseline; gap: 10px; margin: 20px 0 24px; }
.price { color: var(--blue-dark); font-size: 3rem; font-weight: 900; letter-spacing: -.03em; }
.license { color: var(--muted); font-weight: 700; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 21px; border: 2px solid transparent; border-radius: 9px; font-weight: 800; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--accent); }
.btn-primary:hover { color: #fff; background: var(--blue-dark); }
.btn-secondary { color: var(--blue-dark); background: #fff; border-color: #9fc5d4; }
.btn-secondary:hover { color: var(--blue-dark); background: #f1f8fa; }
.btn-quiet { color: var(--blue-dark); background: var(--soft-blue); }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: .94rem; }
.hero-card { padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card img { display:block; width: 100%; max-height: 760px; object-fit: contain; margin-inline: auto; border-radius: 10px; }
.hero-card p { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .96rem; }
.hero-stat { padding: 30px; background: var(--blue-deep); color: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-stat h2, .hero-stat h3 { color: #fff; }
.hero-stat .big { margin: 0 0 5px; font-size: 3rem; line-height: 1; font-weight: 900; color: #58c9ed; }
.hero-stat p:last-child { margin-bottom: 0; }
section { padding: 70px 0; }
.section-soft { background: var(--soft); border-block: 1px solid var(--line); }
.section-head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card { padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.card.shadow { box-shadow: 0 10px 28px rgba(25,49,61,.07); }
.card p:last-child { margin-bottom: 0; }
.card p, .muted { color: var(--muted); }
.check { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; background: var(--soft-blue); color: var(--blue-dark); font-weight: 900; }
.icon-box { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 10px; background: var(--soft-blue); color: var(--blue-dark); font-weight: 900; font-size: 1.05rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; padding: 26px 25px 25px 70px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 22px; top: 24px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; }
.step p { margin: 0; color: var(--muted); }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 28px; margin: 22px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 26px; color: var(--muted); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-dark); font-weight: 900; }
.product-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(25,49,61,.06); }
.product-card img { width: 100%; height: 210px; object-fit: contain; margin-bottom: 22px; border-radius: 10px; background: #f9fcfd; }
.product-card .product-price { margin: 8px 0 13px; color: var(--blue-dark); font-size: 1.85rem; font-weight: 900; }
.product-card .actions { margin-top: auto; padding-top: 18px; }
.price-table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }
.price-table th, .price-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.price-table th { background: var(--soft); color: var(--ink); }
.price-table tr:last-child td { border-bottom: 0; }
.notice { padding: 20px 22px; border-left: 5px solid var(--accent); border-radius: 8px; background: var(--soft-blue); }
.download-card { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.download-card + .download-card { margin-top: 18px; }
.download-meta { margin: 5px 0 0; color: var(--muted); font-size: .92rem; }
.contact-card a { font-weight: 800; text-decoration: none; }
.faq { background: var(--soft); border-top: 1px solid var(--line); }
.faq-list { max-width: 860px; margin: 0 auto; }
details { margin-bottom: 12px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
summary { position: relative; padding: 18px 48px 18px 20px; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 14px; color: var(--blue-dark); font-size: 1.45rem; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.prose { max-width: 860px; }
.prose h2 { margin-top: 42px; font-size: 1.75rem; }
.prose h3 { margin-top: 28px; }
.prose ul { padding-left: 22px; }
.prose li { margin: 8px 0; }
.cta-strip { padding: 34px; border-radius: 16px; background: var(--blue-deep); color: #fff; }
.cta-strip h2 { color: #fff; }
.cta-strip p { color: #d7e5ea; }
.cta-strip .actions { margin-top: 18px; }
footer { padding: 46px 0 24px; background: #12313e; color: #d7e5ea; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr .75fr; gap: 38px; }
footer img { width: 220px; margin-bottom: 18px; }
footer h2 { color: #fff; font-size: 1rem; }
footer p { margin: 4px 0; }
footer a { color: #fff; text-decoration: none; }
footer a:hover { color: #8bd9ec; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: 8px 0; }
.copyright { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); text-align: center; font-size: .88rem; }
.error-page { min-height: 55vh; display: grid; place-items: center; text-align: center; }
.error-code { margin: 0; font-size: 5rem; line-height: 1; color: var(--blue-dark); font-weight: 900; }
:focus-visible { outline: 3px solid #e7ad20; outline-offset: 3px; }
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-card { max-width: 560px; margin-inline: auto; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .trustbar-inner { min-height: 0; grid-template-columns: repeat(2, 1fr); justify-content: stretch; padding: 7px 0; font-size: .79rem; }
  .trustbar-inner span { padding: 4px 8px; text-align: center; white-space: normal; }
  .trustbar-inner span + span { border-left: 0; }

  .container, .narrow { width: min(100% - 28px, 1120px); }
  .topbar-inner { min-height: 66px; }
  .brand img { width: 190px; }
  .call span { display: none; }
  .call a { font-size: 1.03rem; }
  .nav-inner { justify-content: flex-end; min-height: 52px; }
  .nav-label { display: inline-flex; align-items: center; gap: 8px; color: #fff; padding: 13px 4px; font-weight: 800; cursor: pointer; }
  .nav-label::before { content: "☰"; font-size: 1.3rem; }
  .nav-list { display: none; position: absolute; top: 52px; left: 0; right: 0; z-index: 20; padding: 8px 14px 14px; background: var(--blue-dark); flex-direction: column; align-items: stretch; border-top: 1px solid rgba(255,255,255,.15); box-shadow: 0 15px 28px rgba(0,0,0,.18); }
  #nav-toggle:checked ~ .nav-list { display: flex; }
  .nav-list > li { width: 100%; }
  .nav-list a { padding: 11px 12px; }
  .nav-arrow { display: none; }
  .subnav { display: block; position: static; min-width: 0; margin: 0 0 3px 13px; padding: 0 0 0 10px; background: transparent; border: 0; border-left: 2px solid rgba(255,255,255,.25); border-radius: 0; box-shadow: none; }
  .subnav a { padding: 8px 12px; color: #e5f4f8; font-size: .94rem; }
  .subnav a:hover, .subnav a:focus-visible, .subnav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.15); }
  .hero, .hero.compact { padding: 48px 0; }
  h1, .compact h1 { font-size: 2.45rem; }
  .hero-lead { font-size: 1.05rem; }
  .price { font-size: 2.5rem; }
  section { padding: 52px 0; }
  .grid-2, .grid-3, .grid-4, .steps, .footer-grid, .feature-list { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .actions .btn { width: 100%; }
  .download-card { grid-template-columns: 1fr; }
  .download-card .btn { width: 100%; }
  .price-table thead { display: none; }
  .price-table, .price-table tbody, .price-table tr, .price-table td { display: block; width: 100%; }
  .price-table tr { border-bottom: 1px solid var(--line); }
  .price-table tr:last-child { border-bottom: 0; }
  .price-table td { border: 0; padding: 10px 16px; }
  .price-table td:first-child { padding-top: 16px; font-weight: 800; }
  .price-table td:last-child { padding-bottom: 16px; }
}

/* Conservative homepage refinements: preserve the existing SEO topic and wording. */
.seo-safe-hero .hero-kicker {
  margin: -6px 0 18px;
  color: var(--accent);
  font-size: 1.05rem;
}
.seo-safe-hero .hero-lead {
  max-width: 760px;
  color: var(--ink);
  font-size: 1.08rem;
}
.seo-safe-hero p:not(.hero-lead):not(.hero-kicker) {
  max-width: 760px;
}

/* Static blog and free resource pages */
.resource-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.resource-cta > div:first-child { max-width:720px; }
.resource-cta .actions { flex:0 0 auto; }
.blog-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.blog-card { overflow:hidden; padding:0; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 10px 24px rgba(25,49,61,.05); }
.blog-card h2 { font-size:1.35rem; }
.blog-card h2 a { color:var(--ink); text-decoration:none; }
.blog-card h2 a:hover { color:var(--blue-dark); }
.text-link { font-weight:800; text-decoration:none; }
.article-hero { padding:62px 0 38px; background:linear-gradient(180deg,#f1f8fa 0%,#fff 100%); border-bottom:1px solid var(--line); }
.article-meta { color:var(--muted); font-size:.93rem; }
.article-body { padding-top:48px; padding-bottom:70px; }
.article-body h2 { margin-top:38px; }
.article-body h3 { margin-top:28px; }
.article-body li { margin:9px 0; }
.article-sources { margin-top:38px; padding-top:24px; border-top:1px solid var(--line); }
.article-nav { display:flex; justify-content:space-between; gap:12px; margin-top:34px; }
.article-nav .btn { max-width:48%; }
.pagination { display:flex; justify-content:center; gap:12px; margin-top:34px; }
.pagination a,.pagination span { padding:10px 16px; border:1px solid var(--line); border-radius:8px; text-decoration:none; font-weight:800; }
.pagination span { background:var(--blue-dark); color:#fff; }
.table-scroll { overflow-x:auto; }
.checklist-wrap { padding:48px 0 70px; }
.checklist-section { padding:26px; margin:20px 0; border:1px solid var(--line); border-radius:14px; background:#fff; box-shadow:0 8px 24px rgba(25,49,61,.05); }
.checklist-section h2 { margin-top:0; font-size:1.4rem; }
.checklist-item { display:flex; align-items:flex-start; gap:12px; padding:11px 0; border-bottom:1px solid #e8eff2; cursor:pointer; }
.checklist-item:last-child { border-bottom:0; }
.checklist-item input { width:20px; height:20px; flex:0 0 auto; margin-top:2px; accent-color:var(--blue-dark); }
.resource-links { margin-top:34px; }
button.btn { font:inherit; cursor:pointer; }
@media (max-width:760px){.resource-cta{display:block}.blog-grid{grid-template-columns:1fr}.article-nav{display:block}.article-nav .btn{max-width:none;width:100%;margin-top:10px}}
@media print {
  header, footer, .breadcrumbs, .no-print { display:none !important; }
  body { color:#000; background:#fff; font-size:11pt; }
  .checklist-wrap { padding:0; }
  .checklist-section { box-shadow:none; break-inside:avoid; margin:10px 0; padding:14px; }
  .checklist-item { padding:7px 0; }
  .notice { border:1px solid #555; background:#fff; }
}

/* 2026 product and navigation enhancements */
.brand img{max-width:190px;height:auto}.product-showcase{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-tile{border:1px solid #d8e3ee;border-radius:12px;background:#fff;padding:20px;display:flex;flex-direction:column;box-shadow:0 6px 20px rgba(20,55,90,.07)}.product-tile img{width:100%;height:210px;object-fit:contain;background:#f8fbfe;border-radius:8px;margin-bottom:14px}.product-tile h3{margin:.2rem 0}.license-note{font-weight:700;color:#0b4f91}.product-tile .actions{margin-top:auto}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;text-align:center}.trust-item{padding:20px;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.trust-icon{font-size:2rem;color:#075ca8}.buy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.buy-card{border:1px solid #d8e3ee;border-radius:12px;padding:24px;background:#fff;box-shadow:0 7px 22px rgba(20,55,90,.07)}.buy-card img{width:100%;height:260px;object-fit:contain;background:#f7fafc;border-radius:8px}.buy-card .price{font-size:2rem}.download-card{display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:center}.download-card img{width:100%;height:220px;object-fit:contain}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-card{padding:22px;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.nav-dropdown:hover>.subnav,.nav-dropdown:focus-within>.subnav{display:block}@media(max-width:900px){.product-showcase,.trust-grid,.buy-grid,.resource-grid{grid-template-columns:1fr 1fr}.download-card{grid-template-columns:1fr}}@media(max-width:620px){.product-showcase,.trust-grid,.buy-grid,.resource-grid{grid-template-columns:1fr}.product-tile img,.buy-card img{height:auto}}


/* Product screenshot and installer enhancements */
.product-preview{padding:3.5rem 0;background:#fff}
.preview-figure{max-width:1100px;margin:0 auto;text-align:center}
.preview-figure img{display:block;max-width:100%;max-height:900px;width:auto;height:auto;margin:0 auto;border:1px solid #d7e3ea;border-radius:12px;box-shadow:0 12px 30px rgba(20,58,73,.12);background:#fff}
.preview-figure figcaption{margin-top:1rem;color:#425f6d;line-height:1.6}
.installer-note{padding:2.8rem 0;background:#eef8fc;border-top:1px solid #d3e9f2;border-bottom:1px solid #d3e9f2}
.product-card .license-note{margin:.15rem 0 1rem;color:#214f63;font-weight:700;line-height:1.35}
@media(max-width:700px){.product-preview{padding:2.25rem 0}.preview-figure img{max-height:540px}}


/* Clean, consistent product symbols used instead of misleading form-color thumbnails */
.product-symbol{height:150px;border-radius:12px;background:linear-gradient(180deg,#f7fbfd,#eef7fb);border:1px solid #d9e8ef;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#075ca8}
.product-symbol span{display:flex;align-items:center;justify-content:center;width:92px;height:112px;border:4px solid currentColor;border-radius:10px;font-weight:900;font-size:1.25rem;line-height:1;text-align:center;background:#fff;box-shadow:0 8px 20px rgba(7,92,168,.10);position:relative}
.product-symbol span:before{content:"";position:absolute;top:-4px;right:-4px;width:25px;height:25px;background:linear-gradient(225deg,#eef7fb 49%,currentColor 50%,currentColor 56%,#fff 57%);border-top-right-radius:8px}
.product-symbol-ada span{border-radius:48% 48% 42% 42%;width:82px;height:96px;font-size:1.05rem}
.product-symbol-ub04 span{font-size:1.05rem}
.product-showcase .product-tile,.grid-2 .product-card{align-items:stretch}
.product-showcase .actions,.product-card .actions{margin-top:auto}
.product-showcase .actions .btn{flex:1 1 145px}
.product-card .product-symbol{height:190px}
.product-card .product-symbol span{transform:scale(1.12)}
@media(max-width:620px){.product-symbol{height:130px}.product-card .product-symbol{height:150px}}

.no-renewal-note{margin:-.45rem 0 1rem;color:#4c6875;font-size:.93rem;font-weight:700}.buy-card .product-symbol{height:220px}.download-card .product-symbol{height:190px;margin:0}.download-card .product-symbol span{transform:scale(1.05)}

/* Clean Try Now / Buy Now layouts */
.compact-hero{padding-top:46px;padding-bottom:42px}
.compact-hero h1{max-width:850px}
.trial-list{display:grid;gap:16px;padding-top:42px;padding-bottom:52px}
.trial-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding:24px 28px;border:1px solid #d8e4ea;border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(18,55,70,.05)}
.trial-row h2{margin:0 0 7px;font-size:1.28rem}.trial-row p{margin:5px 0}.file-name{font-size:.92rem;color:#526875}.trial-actions{display:flex;flex-direction:column;gap:10px;min-width:215px;text-align:center}.text-link{font-weight:700;color:#006b93;text-decoration:none}.text-link:hover{text-decoration:underline}.simple-info-grid,.order-help{display:grid;grid-template-columns:1fr 1fr;gap:42px}.purchase-featured{margin:44px 0 54px;padding:30px;border:1px solid #cfe0e8;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(18,55,70,.06)}.purchase-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.purchase-heading h2{margin:7px 0 5px}.best-seller{display:inline-block;padding:5px 10px;border-radius:999px;background:#fff2c5;color:#674900;font-size:.76rem;font-weight:800;letter-spacing:.05em}.license-options{display:grid;grid-template-columns:1fr 1fr;gap:18px}.license-card{padding:24px;border:1px solid #d7e4ea;border-radius:12px;background:#f9fcfd}.license-card h3{margin-top:0}.purchase-price{font-size:2.25rem;line-height:1;font-weight:800;color:#006d90;margin:12px 0}.btn-wide{display:block;text-align:center;width:100%}.purchase-list{display:grid;gap:12px;padding-bottom:48px}.purchase-row{display:grid;grid-template-columns:minmax(0,1fr) 190px 160px;gap:24px;align-items:center;padding:22px 24px;border:1px solid #d8e4ea;border-radius:12px;background:#fff}.purchase-row h3{margin:0 0 6px}.purchase-row p{margin:0}.purchase-row-price strong{display:block;font-size:1.65rem;color:#006d90}.purchase-row-price span{display:block;font-size:.86rem;color:#526875}.order-help{padding-top:46px;padding-bottom:52px}@media(max-width:760px){.trial-row,.purchase-row{grid-template-columns:1fr}.trial-actions{min-width:0;text-align:left}.license-options,.simple-info-grid,.order-help{grid-template-columns:1fr}.purchase-heading{display:block}.purchase-heading>.text-link{display:inline-block;margin-top:10px}.purchase-row-price{display:flex;gap:10px;align-items:baseline}}
.blog-card { overflow:hidden; padding:0; }
.blog-card .blog-card-image { display:none; }
.blog-card .blog-card-image img { display:none; }
.blog-card .blog-card-body { padding:26px 28px 28px; }
.article-feature { display:none; }
.article-feature img { display:none; }
.article-feature figcaption { display:none; }
.article-keypoints { padding:20px 22px; background:var(--soft-blue); border:1px solid #cfe7f0; border-radius:14px; margin:0 0 28px; }
.article-keypoints h2 { font-size:1.2rem; margin:0 0 8px; }
.article-keypoints ul { margin:0; }
.article-body blockquote { margin:24px 0; padding:18px 22px; border-left:4px solid var(--accent); background:#f8fbfc; color:var(--ink); }
.article-body table { width:100%; border-collapse:collapse; margin:22px 0; }
.article-body th, .article-body td { border:1px solid var(--line); padding:10px 12px; text-align:left; }
.article-body th { background:#f6fafb; }
@media (max-width:760px) {
  .blog-grid { grid-template-columns:1fr; }
  .article-nav { flex-direction:column; }
  .article-nav .btn { max-width:none; }
}

/* Understated article cross-links */
.article-related { margin: 38px 0 8px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .98rem; }
.article-related strong { color: var(--ink); }
.article-related a { font-weight: 700; text-decoration: none; }
.article-related span { margin: 0 7px; color: #9aadb5; }
@media (max-width: 600px) { .article-related span { display:none; } .article-related a { display:block; margin-top:8px; } }

.blog-card p { margin-bottom: 0.9rem; }

.blog-card .blog-card-image::before { content:""; position:absolute; inset:auto 0 0 0; height:0; }


/* 2026-08 final trust bar + Try/Buy page refresh */
.trustbar{
  background:#f7fafb !important;
  border-top:1px solid #e2ebef !important;
  border-bottom:1px solid #d8e4e9 !important;
}
.trustbar-inner{
  min-height:38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
  padding:0 !important;
  color:#344e5a !important;
  font-size:.88rem !important;
  line-height:1 !important;
}
.trustbar-inner span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:38px !important;
  padding:0 28px !important;
  position:relative !important;
  white-space:nowrap !important;
}
.trustbar-inner span:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:10px;
  width:1px;
  height:18px;
  background:#c7d7de;
}
.trustbar-inner b{
  color:#07872c !important;
  font-size:1rem !important;
  margin-right:9px !important;
  font-weight:800 !important;
}
.choice-hero{padding:50px 0 34px;background:#fff;border-bottom:1px solid #edf2f4}
.choice-hero-inner{max-width:1040px}
.choice-hero h1{margin:.45rem 0 .65rem;font-size:clamp(2.25rem,4.2vw,3.55rem);line-height:1.05;letter-spacing:-.035em}
.choice-hero p{max-width:820px;margin:0;color:var(--muted);font-size:1.05rem;line-height:1.65}
.choice-section{padding:44px 0 58px;background:#fff}
.trial-grid-clean{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.trial-card-clean{display:flex;flex-direction:column;min-height:310px;padding:28px;border:1px solid #d7e4ea;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(23,60,76,.055)}
.trial-card-clean h2{margin:0 0 8px;font-size:1.5rem;line-height:1.2}
.trial-card-clean>p{color:#486572;line-height:1.6}
.trial-card-top{min-height:90px}
.trial-license{margin:0;color:#0b6587 !important;font-size:.98rem}
.trial-license strong{font-size:1.45rem;color:#006d90;margin-right:5px}
.trial-label{display:inline-block;margin-bottom:10px;padding:5px 10px;border-radius:999px;background:#fff2c5;color:#725200;font-size:.72rem;font-weight:800;letter-spacing:.06em}
.installer-line{margin-top:auto !important;padding-top:14px;border-top:1px solid #edf2f4;font-size:.9rem}
.installer-line code{padding:3px 6px;border-radius:5px;background:#f4f8fa;color:#304d5a;font-family:Consolas,monospace}
.card-actions-clean{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.card-actions-clean .btn{flex:1 1 175px;text-align:center}
.choice-note{padding:34px 0 42px;background:#f6fafb;border-top:1px solid #e2ecef}
.choice-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}
.choice-note h2{margin-top:0;font-size:1.35rem}
.cms-buy-card{padding:30px;border:1px solid #cfe0e8;border-radius:18px;background:#fff;box-shadow:0 9px 28px rgba(23,60,76,.06)}
.cms-buy-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:20px;border-bottom:1px solid #e6eef1}
.cms-buy-heading h2{margin:0 0 7px;font-size:1.75rem}
.cms-buy-heading p{margin:0;color:#526c78}
.cms-license-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}
.cms-license-option{padding:24px;border:1px solid #d8e5ea;border-radius:14px;background:#f9fcfd}
.cms-license-option h3{margin:0;font-size:1.45rem}
.license-kicker{margin:0 0 6px;color:#627985;font-size:.74rem;font-weight:800;letter-spacing:.08em}
.license-price{margin:12px 0 7px;color:#006d90;font-size:2.35rem;font-weight:800;line-height:1}
.btn-wide{display:block;width:100%;text-align:center}
.compact-head{margin:42px 0 20px}
.compact-head h2{margin-bottom:5px}
.one-time-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.one-time-card{display:flex;flex-direction:column;padding:25px;border:1px solid #d8e5ea;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(23,60,76,.045)}
.one-time-card h3{margin:0;min-height:58px;font-size:1.28rem;line-height:1.25}
.one-time-card>p:not(.license-caption){color:#4b6673;line-height:1.55}
.license-caption{margin:0 0 13px;color:#617784;font-size:.88rem;font-weight:700}
.one-time-card .card-actions-clean{margin-top:auto}
@media(max-width:850px){
  .trustbar-inner{display:grid !important;grid-template-columns:repeat(2,1fr) !important;padding:5px 0 !important}
  .trustbar-inner span{min-height:30px !important;padding:0 12px !important;white-space:normal !important;text-align:center !important}
  .trustbar-inner span::after{display:none !important}
  .trial-grid-clean,.cms-license-grid,.choice-note-grid{grid-template-columns:1fr}
  .one-time-grid{grid-template-columns:1fr}
  .cms-buy-heading{display:block}
  .cms-buy-heading>.text-link{display:inline-block;margin-top:10px}
}
@media(max-width:520px){
  .trustbar-inner{grid-template-columns:1fr 1fr !important;font-size:.74rem !important}
  .choice-hero{padding:34px 0 25px}
  .trial-card-clean,.cms-buy-card,.one-time-card{padding:21px}
}


/* 2026-08 homepage top refresh — intentionally scoped to the homepage hero only */
.homepage-redesign-hero {
  padding: 0;
  background: #f4f9fc;
  border-bottom: 0;
  overflow: hidden;
}
.homepage-hero-grid {
  width: min(1200px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr);
  gap: 34px;
  align-items: center;
  min-height: 500px;
}
.homepage-hero-copy {
  padding: 42px 0 34px;
  position: relative;
  z-index: 2;
}
.homepage-hero-kicker {
  margin: 0 0 10px;
  color: #1682bd;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.homepage-redesign-hero h1 {
  margin: 0 0 18px;
  color: #173447;
  font-size: clamp(2.75rem, 4.45vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.homepage-hero-lead {
  max-width: 500px;
  margin: 0 0 20px;
  color: #314b5b;
  font-size: 1.05rem;
  line-height: 1.55;
}
.homepage-hero-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.homepage-hero-list li {
  position: relative;
  margin: 7px 0;
  padding-left: 25px;
  color: #213c4d;
  font-size: 1rem;
}
.homepage-hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #0d91d4;
  font-weight: 900;
  font-size: 1.08rem;
}
.homepage-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.homepage-hero-actions .btn {
  min-width: 132px;
  min-height: 47px;
  padding: 11px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.homepage-btn-primary {
  background: #078dcf;
  color: #fff;
  border-color: #078dcf;
}
.homepage-btn-primary:hover {
  background: #0878ad;
  color: #fff;
}
.homepage-btn-secondary {
  background: #fff;
  color: #0877b4;
  border-color: #1187c7;
}
.homepage-btn-secondary:hover {
  background: #f0f8fc;
  color: #075f80;
}
.homepage-trial-note {
  margin: 13px 0 0;
  color: #445d6d;
  font-size: .91rem;
}
.homepage-trial-note span {
  color: #0c8fd1;
  margin-right: 7px;
  font-weight: 900;
}
.homepage-hero-visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
.homepage-hero-visual img {
  width: 100%;
  max-width: 670px;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}
.homepage-benefit-strip {
  padding: 24px 0 22px;
  background: #f7fbfe;
  border-top: 1px solid #e3eef4;
  border-bottom: 1px solid #e1ebf0;
}
.homepage-benefit-grid {
  width: min(1200px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.homepage-benefit-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 13px;
  align-items: start;
  min-width: 0;
  padding: 4px 26px;
}
.homepage-benefit-item + .homepage-benefit-item {
  border-left: 1px solid #d8e4ea;
}
.homepage-benefit-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5f2fb;
}
.homepage-benefit-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #0b6eb5;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.homepage-benefit-item h2 {
  margin: 0 0 7px;
  color: #0d3f68;
  font-size: .92rem;
  line-height: 1.2;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.homepage-benefit-item p {
  margin: 0;
  color: #4c6472;
  font-size: .82rem;
  line-height: 1.42;
}
@media (max-width: 980px) {
  .homepage-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }
  .homepage-hero-copy {
    padding: 42px 0 26px;
  }
  .homepage-hero-visual {
    justify-content: center;
  }
  .homepage-hero-visual img {
    max-width: 760px;
    height: auto;
    max-height: none;
  }
  .homepage-benefit-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    row-gap: 24px;
  }
  .homepage-benefit-item:nth-child(3) {
    border-left: 0;
  }
}
@media (max-width: 620px) {
  .homepage-hero-grid,
  .homepage-benefit-grid {
    width: min(100% - 28px, 1200px);
  }
  .homepage-redesign-hero h1 {
    font-size: 2.7rem;
  }
  .homepage-hero-copy {
    padding-top: 34px;
  }
  .homepage-hero-actions .btn {
    width: auto;
    flex: 1 1 145px;
  }
  .homepage-benefit-grid {
    grid-template-columns: 1fr;
  }
  .homepage-benefit-item {
    padding: 6px 0;
  }
  .homepage-benefit-item + .homepage-benefit-item,
  .homepage-benefit-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #d8e4ea;
    padding-top: 20px;
  }
}

/* 2026-08 hero blend refinement — make the visual part of the hero flow into the HTML copy */
@media (min-width: 981px) {
  .homepage-redesign-hero {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    background: #f4f9fc;
  }
  .homepage-redesign-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(72vw, 1120px);
    background-image: url('../images/cms1500-hero-wide.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.15) 5%, rgba(0,0,0,.65) 18%, #000 34%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.15) 5%, rgba(0,0,0,.65) 18%, #000 34%, #000 100%);
  }
  .homepage-redesign-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg,
      #f4f9fc 0%,
      #f4f9fc 25%,
      rgba(244,249,252,.98) 31%,
      rgba(244,249,252,.86) 37%,
      rgba(244,249,252,.52) 44%,
      rgba(244,249,252,.16) 52%,
      rgba(244,249,252,0) 62%);
  }
  .homepage-hero-grid {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 40px));
    grid-template-columns: minmax(420px, .82fr) minmax(560px, 1.18fr);
    gap: 28px;
    min-height: 520px;
  }
  .homepage-hero-copy {
    padding: 38px 0 34px;
  }
  .homepage-redesign-hero h1 {
    font-size: clamp(3rem, 4.15vw, 4.15rem);
  }
  .homepage-hero-visual {
    min-height: 500px;
  }
  .homepage-hero-visual img {
    opacity: 0;
    pointer-events: none;
    user-select: none;
  }
}

@media (max-width: 980px) {
  .homepage-hero-visual img {
    width: 100%;
    max-width: 760px;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
  }
}

/* 2026-08-08 homepage hero v30 — seamless desktop image blend and sharper presentation */
@media (min-width: 981px) {
  .homepage-redesign-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 535px;
    background: #f4f9fc;
  }

  /* The artwork itself contains a transparent/soft left edge. This avoids the
     hard rectangular image boundary that appeared in the previous version. */
  .homepage-redesign-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: url('../images/cms1500-hero-blend-v30.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    opacity: 1;
    pointer-events: none;
  }

  /* Keep the copy side clean while allowing the office scene to fade naturally
     under the center of the hero instead of starting as a visible box. */
  .homepage-redesign-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg,
      #f4f9fc 0%,
      #f4f9fc 25%,
      rgba(244,249,252,.98) 31%,
      rgba(244,249,252,.86) 36%,
      rgba(244,249,252,.48) 43%,
      rgba(244,249,252,.14) 49%,
      rgba(244,249,252,0) 55%);
  }

  .homepage-hero-grid {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 40px));
    grid-template-columns: minmax(455px, 500px) 1fr;
    gap: 0;
    min-height: 535px;
    align-items: center;
  }

  .homepage-hero-copy {
    max-width: 500px;
    padding: 40px 0 38px;
  }

  .homepage-redesign-hero h1 {
    font-size: clamp(3.25rem, 4.35vw, 4.35rem);
    line-height: 1.03;
    margin-bottom: 20px;
  }

  .homepage-hero-lead {
    max-width: 470px;
  }

  /* Desktop artwork is now the section background. Hide the old rectangular
     IMG completely so there can be no visible image edge or border. */
  .homepage-hero-visual {
    display: none !important;
  }
}

/* Tablets/phones retain a conventional responsive image. */
@media (max-width: 980px) {
  .homepage-redesign-hero::before,
  .homepage-redesign-hero::after {
    content: none;
  }
  .homepage-hero-visual {
    display: flex;
    justify-content: center;
  }
  .homepage-hero-visual img {
    display: block;
    width: min(100%, 760px);
    height: auto;
    max-height: none;
    object-fit: contain;
    border: 0;
    box-shadow: none;
  }
}

/* HOME HERO VERSION 34: desktop hero geometry is intentionally controlled by inline critical CSS in index.htm. */

/* HOME HERO VERSION 34: desktop hero sizing is controlled by critical inline CSS in index.htm to avoid cache/conflict issues. */


/* =========================================================
   HOME HERO VERSION 36
   Three-column desktop layout: HTML copy + large hero image +
   real HTML benefit callouts. No rasterized benefit text.
   ========================================================= */
.v36-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 32%, rgba(70,174,224,.11), transparent 38%),
    linear-gradient(90deg, #f5fbff 0%, #f5fbff 34%, #ffffff 72%, #f6fbfe 100%);
  border-bottom: 1px solid #dcebf3;
}

.v36-hero::before,
.v36-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.v36-hero-grid {
  width: min(1640px, calc(100% - 64px));
  min-height: 590px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(470px, 545px) minmax(620px, 1fr) 245px;
  align-items: center;
  gap: 18px;
}
.v36-copy { position: relative; z-index: 3; padding: 44px 0 42px; }
.v36-copy .homepage-hero-kicker {
  margin: 0 0 14px;
  color: #0586bd;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.v36-copy h1 {
  margin: 0 0 22px !important;
  color: #12384c;
  font-size: clamp(3.55rem, 3.55vw, 4.45rem) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  max-width: 560px;
}
.v36-copy .homepage-hero-lead {
  max-width: 520px;
  margin: 0 0 21px;
  color: #24495c;
  font-size: 1.05rem;
  line-height: 1.56;
}
.v36-copy .homepage-hero-list { margin: 0 0 21px; padding: 0; }
.v36-copy .homepage-hero-list li { margin: 0 0 9px; color:#173b4e; }
.v36-copy .homepage-hero-actions { margin-top: 8px; }
.v36-copy .homepage-trial-note { margin-top: 12px; color:#46677a; }

.v36-visual {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin-left: -28px;
  margin-right: -18px;
}
.v36-visual::before {
  content: "";
  position: absolute;
  inset: 7% 2% 7% 3%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(64,164,213,.14), transparent 69%);
  filter: blur(12px);
}
.v36-visual img {
  position: relative;
  z-index: 1;
  width: min(112%, 900px);
  max-width: 900px;
  max-height: 575px;
  height: auto;
  display: block;
  object-fit: contain;
  border: 0;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.68) 7%, #000 14%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.68) 7%, #000 14%, #000 100%);
}

.v36-benefits {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 24px;
  padding: 30px 0;
}
.v36-benefit {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 13px;
  align-items: center;
}
.v36-benefit-icon {
  width: 52px; height: 52px;
  border: 2px solid #07599c;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.88);
  color: #07599c;
  box-shadow: 0 6px 18px rgba(21,91,137,.08);
}
.v36-benefit-icon svg { width: 28px; height: 28px; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
.v36-benefit strong { display:block; color:#0d3a68; font-size:1.05rem; line-height:1.16; margin-bottom:2px; }
.v36-benefit span { display:block; color:#243f58; font-size:1rem; line-height:1.24; }

@media (max-width: 1450px) and (min-width: 1100px) {
  .v36-hero-grid { width: min(1380px, calc(100% - 48px)); grid-template-columns: 470px minmax(500px,1fr) 220px; gap: 10px; min-height: 550px; }
  .v36-copy h1 { font-size: 3.45rem !important; }
  .v36-visual { margin-left:-34px; margin-right:-25px; }
  .v36-visual img { width: min(116%, 820px); max-height: 545px; }
  .v36-benefit { grid-template-columns: 44px 1fr; gap:10px; }
  .v36-benefit-icon { width:44px; height:44px; }
  .v36-benefit-icon svg { width:24px; height:24px; }
  .v36-benefit strong { font-size:.96rem; }
  .v36-benefit span { font-size:.91rem; }
}

@media (max-width: 1099px) {
  .v36-hero-grid {
    width: min(900px, calc(100% - 32px));
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 26px;
  }
  .v36-copy { padding: 36px 0 18px; }
  .v36-copy h1 { font-size: clamp(2.8rem, 9vw, 4rem) !important; max-width: 650px; }
  .v36-visual { margin: 0; }
  .v36-visual img { width: min(100%, 820px); max-width:none; max-height:none; -webkit-mask-image:none; mask-image:none; }
  .v36-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); gap:16px; padding: 10px 0 0; }
  .v36-benefit { background:#fff; border:1px solid #dceaf2; border-radius:12px; padding:14px; }
}
@media (max-width: 620px) {
  .v36-hero-grid { width: min(100% - 24px, 620px); }
  .v36-copy { padding-top:28px; }
  .v36-copy h1 { font-size: clamp(2.45rem, 13vw, 3.15rem) !important; }
  .v36-benefits { grid-template-columns:1fr; }
}

/* OWCP-1500 product additions - V37 */
.product-symbol-owcp span{font-size:.88rem;letter-spacing:-.02em;width:104px}
.owcp-hero-visual{min-height:360px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f5fbfe,#e8f5fb);border:1px solid #d6e7ef;border-radius:16px;padding:34px}
.owcp-form-mark{width:min(100%,420px);background:#fff;border:2px solid #0a6f9f;border-radius:12px;box-shadow:0 16px 36px rgba(13,74,108,.12);padding:34px 28px;text-align:center;color:#0b4f72;position:relative}
.owcp-form-mark:before,.owcp-form-mark:after{content:"";display:block;height:1px;background:#bfdce9;margin:18px 0}
.owcp-form-mark .owcp-big{display:block;font-size:2.25rem;font-weight:900;letter-spacing:-.03em;color:#075ca8}
.owcp-form-mark .owcp-sub{display:block;font-size:1rem;font-weight:700;margin-top:6px}
.owcp-form-mark .owcp-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:22px}
.owcp-form-mark .owcp-mini i{display:block;height:28px;border:1px solid #d8e8ef;border-radius:4px;background:#f8fcfe}
.annual-product-card{border:1px solid #cfe1eb;border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(20,55,90,.07);padding:26px;margin:24px 0}
.annual-product-card .license-price{margin:.2rem 0}
.product-showcase.product-showcase-five{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.product-showcase.product-showcase-five{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.product-showcase.product-showcase-five{grid-template-columns:1fr}.owcp-hero-visual{min-height:280px;padding:20px}.owcp-form-mark{padding:26px 18px}}
