/* Shared product navigation and the Postiqo product family. */
:root { --product-blue: #0868cb; --product-ink: #18354d; --product-muted: #52697c; --product-line: #dce7ef; --cards-teal: #08756b; }
html { scroll-padding-top: 110px; }
body { overflow-wrap: break-word; }
:is(a, button, input, summary, select, textarea):focus-visible { outline: 3px solid #0868cb; outline-offset: 4px; }
.site-skip { position: fixed; top: 10px; left: 10px; z-index: 1100; padding: 12px 20px; background: white; transform: translateY(-150%); }
.site-skip:focus { transform: translateY(0); }
.site-header { position: sticky; top: 16px; z-index: 1000; width: min(1160px, calc(100% - 32px)); margin: 16px auto -88px; background: rgba(255,255,255,.97); border: 1px solid #e0eaf2; border-radius: 40px; box-shadow: 0 5px 25px #18354d0c; }
.site-header-inner { min-height: 70px; display: flex; align-items: center; gap: 32px; padding: 10px 18px 10px 27px; }
.site-logo { font: 850 29px/1 var(--heading-font); color: var(--product-ink); letter-spacing: -1.3px; }
.site-logo:hover { color: var(--product-blue); }
.site-nav { margin-left: auto; }
.site-nav > ul { display: flex; align-items: center; gap: 26px; list-style: none; padding: 0; margin: 0; }
.site-nav a, .site-nav summary { color: var(--product-ink); font-family: var(--nav-font); font-size: 14px; font-weight: 500; }
.site-nav a:hover, .site-nav a[aria-current], .site-nav summary:hover, .site-nav .current-product { color: var(--product-blue); }
.site-products { position: relative; }
.site-products > summary { cursor: pointer; list-style: none; padding-block: 13px; display: flex; align-items: center; gap: 8px; }
.site-products > summary::-webkit-details-marker { display: none; }
.site-products > summary::after { content: ''; border-right: 1.5px solid; border-bottom: 1.5px solid; width: 6px; height: 6px; transform: rotate(45deg); margin-top: -3px; }
.site-products[open] > summary::after { transform: rotate(225deg); margin-top: 3px; }
.site-products > ul { position: absolute; top: calc(100% + 15px); left: -26px; width: 275px; list-style: none; padding: 12px; margin: 0; border: 1px solid var(--product-line); background: white; border-radius: 18px; box-shadow: 0 14px 40px #18354d18; }
.site-products > ul a { display: block; border-radius: 10px; padding: 11px 13px; }
.site-products > ul a:hover { background: #f1f7fc; }
.site-products small { display: block; color: var(--product-muted); font-size: 12px; font-weight: 400; margin-top: 3px; }
.site-products li:first-child { border-bottom: 1px solid var(--product-line); margin-bottom: 5px; }
.site-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--product-blue); border: 1px solid var(--product-blue); color: white; padding: 13px 23px; border-radius: 9px; font-size: 15px; font-weight: 600; line-height: 1.4; text-align: center; }
.site-button:hover { background: #0553a5; color: white; border-color: #0553a5; }
.site-button-outline { background: white; border-color: #c6d7e5; color: var(--product-ink); }
.site-button-outline:hover { background: #eaf3fc; color: var(--product-blue); border-color: var(--product-blue); }
.site-header .site-button { padding: 11px 18px; border-radius: 25px; font-size: 13px; white-space: nowrap; color: white; }
.site-header .site-logo { color: var(--product-ink); }
.site-menu-toggle { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; border: 0; background: #eff5fa; border-radius: 50%; color: var(--product-ink); font-size: 24px; }
.marketing-page { --heading-color: var(--product-ink); --accent-color: var(--product-blue); color: var(--product-ink); }
.marketing-section { padding: 88px 0; }
.marketing-section.tint { background: #f4f8fc; }
.marketing-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.marketing-eyebrow { font: 650 12px/1.5 var(--nav-font); letter-spacing: 1.8px; text-transform: uppercase; color: var(--product-blue); margin-bottom: 19px; display: block; }
.marketing-heading { font-weight: 800; font-size: clamp(30px, 3.5vw, 44px); line-height: 1.12; letter-spacing: -1.2px; margin-bottom: 20px; }
.marketing-intro { font-size: 17px; line-height: 1.75; color: var(--product-muted); max-width: 620px; }
.marketing-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 36px; }
.marketing-heading-row .marketing-heading { max-width: 640px; margin-bottom: 0; }
.text-link { color: var(--product-blue); font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.marketing-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.marketing-note { color: var(--product-muted); font-size: 13px; line-height: 1.65; margin-top: 19px; }
.marketing-hero { padding: 170px 0 70px; background: linear-gradient(145deg, #f1f7ff 0%, #fff 70%); }
.marketing-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.marketing-hero h1 { font-size: clamp(42px, 5.2vw, 65px); font-weight: 850; letter-spacing: -2.5px; line-height: 1.07; margin: 0 0 25px; }
.marketing-hero h1 span { color: var(--product-blue); }
.marketing-hero .marketing-intro { font-size: 18px; }
.home-visual { position: relative; padding: 30px 0 60px; }
.home-visual > img { width: 100%; height: auto; mix-blend-mode: multiply; }
.visual-label { display: flex; align-items: center; gap: 13px; padding: 15px 19px; border: 1px solid var(--product-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 32px #163f6410; width: fit-content; }
.visual-label i { font-size: 27px; color: var(--product-blue); }
.visual-label strong { display: block; font-size: 14px; }
.visual-label small { color: var(--product-muted); font-size: 12px; }
.home-visual .visual-label { position: absolute; left: 4%; top: 2%; }
.home-visual .cards-label { left: auto; right: 0; top: auto; bottom: 12%; }
.cards-label i { color: var(--cards-teal); }
.hero-facts { display: flex; gap: 26px; flex-wrap: wrap; padding-top: 28px; margin-top: 35px; border-top: 1px solid var(--product-line); color: var(--product-muted); font-size: 13px; }
.hero-facts span { display: flex; gap: 8px; align-items: center; }
.hero-facts i { color: var(--product-blue); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-tile { display: flex; flex-direction: column; background: white; border: 1px solid var(--product-line); border-radius: 22px; padding: 34px; }
.product-tile.publisher-tile { background: linear-gradient(140deg, #eff6ff, #fff 65%); }
.product-tile.cards-tile { background: linear-gradient(140deg, #edf9f5, #fff 65%); }
.product-icon { display: inline-flex; width: 49px; height: 49px; align-items: center; justify-content: center; border-radius: 13px; font-size: 24px; color: var(--product-blue); background: #dfeeff; }
.cards-tile .product-icon { color: var(--cards-teal); background: #d6efe6; }
.product-tile-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 27px; }
.product-kicker { font-size: 12px; font-weight: 600; color: var(--product-muted); }
.product-tile h2, .product-tile h3 { font-size: 29px; font-weight: 800; margin-bottom: 12px; letter-spacing: -.7px; }
.product-tile .product-tagline { font-size: 19px; color: var(--product-ink); margin-bottom: 16px; }
.product-tile p { color: var(--product-muted); line-height: 1.7; }
.product-checks { list-style: none; padding: 0; margin: 8px 0 25px; display: grid; gap: 12px; font-size: 14px; }
.product-checks li { display: flex; gap: 9px; }
.product-checks i { color: var(--product-blue); }
.cards-tile .product-checks i { color: var(--cards-teal); }
.product-price { margin-top: auto; padding-top: 23px; border-top: 1px solid var(--product-line); }
.product-price strong { color: var(--product-ink); font-size: 24px; }
.product-price small { display: block; margin-top: 6px; color: var(--product-muted); font-size: 13px; }
.product-tile .text-link { margin-top: 24px; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 40px; }
.workflow-step { border-top: 1px solid var(--product-line); padding-top: 23px; }
.workflow-step .step-number { color: var(--product-blue); font-size: 14px; font-weight: 700; display: block; margin-bottom: 22px; }
.workflow-step h3 { font-size: 23px; font-weight: 750; margin-bottom: 12px; }
.workflow-step p { color: var(--product-muted); line-height: 1.75; margin-bottom: 0; }
.publisher-highlight { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; }
.publisher-highlight img { width: 100%; height: auto; border-radius: 20px; }
.compact-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.price-panel-marketing { display: flex; flex-direction: column; border: 1px solid var(--product-line); border-radius: 18px; padding: 28px; background: white; }
.price-panel-marketing h3 { font-size: 19px; font-weight: 750; }
.price-panel-marketing .price-number { font-size: 42px; font-weight: 800; letter-spacing: -1.5px; margin: 22px 0 0; }
.price-panel-marketing .price-unit { font-size: 13px; color: var(--product-muted); margin-bottom: 20px; }
.price-panel-marketing > p { color: var(--product-muted); font-size: 14px; line-height: 1.6; }
.price-panel-marketing.included { background: #eaf6f1; border-color: #cce5db; }
.price-panel-marketing .text-link { display: inline-block; margin-top: auto; padding-top: 9px; }
.marketing-faq { max-width: 820px; margin-inline: auto; }
.marketing-faq details { border-bottom: 1px solid var(--product-line); padding: 23px 0; }
.marketing-faq summary { cursor: pointer; font-size: 18px; font-weight: 600; color: var(--product-ink); }
.marketing-faq details p { margin: 18px 24px 0 0; color: var(--product-muted); line-height: 1.75; }
.marketing-cta { padding: 48px; border-radius: 24px; background: #17394f; color: #fff; display: flex; gap: 40px; justify-content: space-between; align-items: center; }
.marketing-cta h2 { color: white; font-size: 32px; font-weight: 750; letter-spacing: -.7px; }
.marketing-cta p { color: #d0e0e9; margin-bottom: 0; max-width: 590px; }
.marketing-cta .site-button { flex-shrink: 0; }
.site-footer { padding: 54px 0 24px; border-top: 1px solid var(--product-line); background: white; }
.site-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 38px; }
.site-footer p { color: var(--product-muted); font-size: 14px; line-height: 1.7; margin-top: 18px; }
.site-footer h2 { font: 700 14px var(--nav-font); margin-bottom: 19px; }
.site-footer ul { list-style: none; padding: 0; display: grid; gap: 11px; font-size: 13px; }
.site-footer a:not(.site-logo) { color: var(--product-muted); }
.site-footer li > a { display: inline-block; }
.site-footer a:hover { color: var(--product-blue); }
.site-footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--product-line); margin-top: 35px; padding-top: 22px; color: var(--product-muted); font-size: 12px; }
.site-footer-bottom p { font-size: 12px; margin: 0; }
.product-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 28px; font-size: 12px; color: var(--product-muted); }
.product-breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: #8c9ca9; }
.product-breadcrumbs a { color: var(--product-muted); }
.catalog-hero { padding: 150px 0 45px; }
.catalog-hero h1 { font-size: clamp(40px, 5vw, 60px); font-weight: 850; line-height: 1.07; letter-spacing: -2px; max-width: 850px; }
.catalog-hero .marketing-intro { max-width: 750px; }
.catalog-products { padding-top: 0; }
.catalog-products .product-tile { padding: 40px; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--product-line); border-radius: 16px; margin-top: 32px; background: white; }
.product-comparison { border-collapse: collapse; width: 100%; min-width: 540px; }
.product-comparison th, .product-comparison td { padding: 18px 22px; border-bottom: 1px solid var(--product-line); font-size: 14px; text-align: left; vertical-align: top; }
.product-comparison thead { background: #eaf2fa; }
.product-comparison th { font-weight: 650; }
.product-comparison tbody tr:last-child > * { border-bottom: 0; }
.cards-page { --product-blue: #08756b; }
.cards-page .marketing-hero { background: linear-gradient(135deg, #eff9f5, #fff 75%); padding-top: 145px; }
.cards-page .marketing-hero h1 { font-size: clamp(40px, 4.6vw, 59px); }
.cards-page .marketing-hero-grid { gap: 65px; }
.cards-preview { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 20px; position: relative; padding: 25px 0; }
.printed-qr { background: white; border: 1px solid #ccded7; box-shadow: 0 12px 30px #153c2e0f; border-radius: 4px; padding: 23px 13px; text-align: center; transform: rotate(-5deg); }
.printed-qr > strong { font-size: 12px; display: block; margin-bottom: 18px; color: var(--product-ink); }
.printed-qr img { width: 106px; height: 106px; max-width: 100%; }
.printed-qr p { font-size: 11px; font-weight: 700; line-height: 1.5; margin: 10px 0 0; }
.printed-qr small { display: block; font-size: 9px; color: var(--product-muted); margin-top: 9px; }
.phone-preview { border: 6px solid #213e42; border-radius: 31px; background: white; overflow: hidden; box-shadow: 0 22px 40px #143b3020; max-width: 295px; }
.phone-url { text-align: center; font-size: 9px; padding: 11px 0 9px; color: var(--product-muted); background: #f8faf9; }
.phone-photo { position: relative; background: #e8f1ee; }
.phone-photo img { display: block; width: 100%; height: auto; }
.phone-photo span { position: absolute; bottom: 9px; right: 10px; border-radius: 12px; padding: 3px 8px; color: white; background: #203d45; font-size: 9px; }
.phone-details { padding: 17px 16px 20px; }
.phone-details .phone-stock { font-size: 9px; color: var(--cards-teal); display: flex; justify-content: space-between; margin-bottom: 8px; }
.phone-details h2 { font-size: 20px; font-weight: 800; margin: 0 0 3px; }
.phone-trim { font-size: 10px; color: var(--product-muted); margin-bottom: 12px; }
.phone-price { font-size: 28px; line-height: 1.2; font-weight: 800; color: var(--product-ink); }
.phone-price small { font-size: 10px; font-weight: 400; }
.phone-specs { display: flex; justify-content: space-between; gap: 6px; border-block: 1px solid var(--product-line); padding-block: 13px; margin: 13px 0; font-size: 9px; color: var(--product-muted); }
.phone-actions { display: flex; gap: 7px; font-size: 10px; }
.phone-actions span { border-radius: 7px; padding: 9px; border: 1px solid #c5d8d0; flex: 1; text-align: center; }
.phone-actions span:first-child { background: var(--cards-teal); border-color: var(--cards-teal); color: white; }
.preview-caption { grid-column: 1 / -1; text-align: center; color: var(--product-muted); font-size: 11px; margin: 0; }
.cards-demo-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.cards-demo-grid .product-checks { margin: 24px 0; }
.cards-demo-tile { display: block; background: white; border: 1px solid #d2e4dc; border-radius: 22px; overflow: hidden; box-shadow: 0 16px 40px #153c2e0a; color: var(--product-ink); }
.cards-demo-tile:hover { border-color: var(--cards-teal); color: var(--product-ink); }
.cards-demo-photo { position: relative; }
.cards-demo-photo img { display: block; width: 100%; height: auto; }
.cards-demo-photo > span { position: absolute; left: 20px; bottom: 20px; padding: 8px 14px; border-radius: 30px; color: white; background: #203d45e8; font-size: 12px; font-weight: 600; }
.cards-demo-details { padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.cards-demo-details h3 { font-size: 25px; font-weight: 800; margin: 6px 0; }
.cards-demo-details p { font-size: 13px; color: var(--product-muted); margin: 0; }
.cards-demo-details > i { font-size: 27px; color: var(--cards-teal); }
@media (max-width: 900px) { .cards-demo-grid { grid-template-columns: 1fr; gap: 30px; } }
.cards-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; }
.cards-benefits article { border-top: 1px solid var(--product-line); padding-top: 25px; }
.cards-benefits i { color: var(--cards-teal); font-size: 29px; display: inline-block; margin-bottom: 20px; }
.cards-benefits h3 { font-weight: 750; font-size: 22px; }
.cards-benefits p { color: var(--product-muted); line-height: 1.75; font-size: 15px; }
.cards-included { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: center; padding: 45px; border: 1px solid #cce5db; border-radius: 23px; background: #eff8f3; }
.cards-included h2 { font-size: 38px; font-weight: 800; letter-spacing: -1px; }
.cards-included .included-price { font-size: 70px; line-height: 1; font-weight: 850; letter-spacing: -3px; color: var(--cards-teal); }
.cards-included .included-price small { font-size: 15px; letter-spacing: 0; font-weight: 500; }
.cards-included .price-explanation { font-size: 14px; line-height: 1.7; color: var(--product-muted); margin-top: 20px; }
.publisher-page .publisher-top { padding-top: 145px; }
.publisher-page .hero { padding-top: 25px; }
.product-section-nav { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0 0 12px; font-size: 13px; }
.product-section-nav a { color: var(--product-muted); text-decoration: underline; text-underline-offset: 4px; }
.publisher-cards-note { max-width: 820px; margin: 32px auto 0; background: #e6f5ef; padding: 23px 26px; border: 1px solid #c5e1d5; border-radius: 14px; }
.publisher-cards-note h3 { font-size: 20px; font-weight: 750; }
.publisher-cards-note p { font-size: 14px; margin: 0; line-height: 1.7; }
.contact .form-select { min-height: 49px; border-color: #d5dfe7; }
.marketing-page .contact { padding-block: 80px; }
.marketing-page .contact .section-title h2 { font-weight: 800; }
.try-page .try-main { padding-top: 142px; }
.download-page .download-main { padding-top: 155px; }
@media (min-width: 992px) { .site-nav li > a { padding-block: 16px; } }
@media (max-width: 991px) {
  .site-header { top: 10px; }
  .site-header-inner { gap: 13px; flex-wrap: wrap; padding: 11px 15px 11px 20px; min-height: 64px; }
  .site-header .site-button { margin-left: auto; }
  .site-enhanced .site-menu-toggle { display: flex; }
  .site-nav { order: 4; width: 100%; margin: 0; padding: 12px 5px; }
  .site-enhanced .site-nav { display: none; }
  .site-header.nav-open { border-radius: 25px; }
  .site-header.nav-open .site-nav { display: block; max-height: calc(100dvh - 110px); overflow-y: auto; }
  .site-nav > ul { align-items: stretch; gap: 4px; flex-direction: column; }
  .site-nav li > a { display: block; padding: 12px 0; }
  .site-products > ul { position: static; width: auto; box-shadow: none; margin: 0 0 8px; border-radius: 12px; background: #f6f9fc; }
  .site-products > ul a { padding: 12px; }
  .marketing-hero-grid { gap: 24px; }
  .marketing-hero h1 { font-size: 49px; }
  .marketing-hero .marketing-intro { font-size: 16px; }
  .marketing-hero { padding-top: 145px; }
  .home-visual .visual-label { left: 0; padding: 12px; }
  .home-visual .cards-label { left: auto; right: 0; bottom: 2%; }
  .workflow-grid { gap: 22px; }
  .publisher-highlight { gap: 30px; }
  .compact-pricing { gap: 13px; }
  .price-panel-marketing { padding: 22px; }
  .site-footer-grid { grid-template-columns: 1fr 1fr; }
  .cards-page .marketing-hero-grid { grid-template-columns: 1fr; gap: 15px; }
  .cards-page .marketing-hero h1 { max-width: 650px; }
  .cards-preview { max-width: 530px; width: 100%; margin: 0 auto; grid-template-columns: 170px 1fr; gap: 28px; }
  .cards-benefits { grid-template-columns: 1fr 1fr; }
  .cards-included { gap: 35px; padding: 32px; }
}
@media (max-width: 767px) {
  .marketing-section { padding-block: 60px; }
  .marketing-hero-grid, .publisher-highlight, .product-grid, .workflow-grid, .compact-pricing, .cards-included { grid-template-columns: 1fr; }
  .marketing-hero h1 { font-size: clamp(40px, 8vw, 56px); letter-spacing: -1.5px; }
  .marketing-hero .marketing-intro { font-size: 17px; }
  .marketing-hero { padding-bottom: 42px; }
  .home-visual { max-width: 490px; margin: 10px auto 0; padding-bottom: 48px; }
  .home-visual .cards-label { bottom: 0; }
  .hero-facts { gap: 12px 20px; margin-top: 32px; }
  .marketing-heading-row { flex-direction: column; align-items: start; gap: 18px; }
  .product-tile, .catalog-products .product-tile { padding: 27px; }
  .workflow-grid { gap: 28px; }
  .workflow-step .step-number { margin-bottom: 12px; }
  .marketing-cta { flex-direction: column; align-items: start; padding: 30px; gap: 25px; }
  .site-footer-grid { gap: 28px; }
  .site-footer-grid > div:first-child { grid-column: 1 / -1; max-width: 330px; }
  .site-footer-bottom { flex-direction: column; gap: 14px; }
  .cards-preview { grid-template-columns: minmax(110px, .7fr) minmax(0, 1.3fr); gap: 15px; }
  .cards-included h2 { font-size: 32px; }
  .cards-benefits { gap: 22px; }
  .cards-benefits h3 { font-size: 20px; }
  .publisher-page .publisher-top { padding-top: 135px; }
  .product-section-nav { gap: 12px 20px; }
  .catalog-products { padding-top: 0; }
}
@media (max-width: 389px) {
  .site-header { width: calc(100% - 20px); }
  .site-header-inner { gap: 8px; padding-inline: 12px; }
  .site-header .site-logo { font-size: 24px; }
  .site-header .site-button { padding: 10px; font-size: 12px; gap: 7px; }
  .marketing-container { width: calc(100% - 32px); }
  .cards-benefits { grid-template-columns: 1fr; }
  .cards-preview { grid-template-columns: 105px minmax(0, 1fr); gap: 10px; }
  .printed-qr { padding: 18px 8px; }
  .phone-details { padding: 13px 10px; }
  .phone-details h2 { font-size: 17px; }
  .phone-price { font-size: 24px; }
  .phone-actions { flex-direction: column; }
  .phone-specs { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
