body.seqqio-page { --seqqio-accent: #aee3cd; }
.seqqio-hero { padding: 40px 0 64px; }
.seqqio-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; font-size: .85rem; }
.seqqio-page .seqqio-breadcrumb a,
.seqqio-page .seqqio-text-link,
.seqqio-page .seqqio-policy-links a,
.seqqio-page .seqqio-faq a { color: var(--seqqio-accent); text-decoration: underline; text-underline-offset: 4px; }
.seqqio-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.2fr); gap: 36px; align-items: center; }
.seqqio-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.seqqio-brand strong, .seqqio-brand span { display: block; }
.seqqio-brand strong { color: var(--studio-text); font-size: 1.4rem; }
.seqqio-brand span { font-size: .85rem; margin-top: 3px; }
.seqqio-page h1 { color: var(--studio-text); font-size: clamp(2.1rem, 3.5vw, 3.35rem); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 22px; }
body.seqqio-page main h2,
body.seqqio-page .commercial-section-heading h2 { color: var(--studio-text); font-size: clamp(1.6rem, 2.5vw, 2.3rem); line-height: 1.2; letter-spacing: -.025em; }
.seqqio-page p { color: var(--commercial-copy); line-height: 1.7; }
.seqqio-lead { font-size: 1.05rem; }
.seqqio-badges { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.seqqio-badges li { padding: 7px 11px; background: #142724; border: 1px solid #315249; border-radius: 6px; color: #d0ebdf; font-size: .78rem; }
.seqqio-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin: 26px 0 14px; }
/* Scope above the legacy button reset's high-specificity :not() chain. */
body.seqqio-page #main-content .btn.btn-primary.seqqio-buy { background: #aee3cd !important; border-color: #aee3cd !important; color: #10352b !important; font-weight: 700; white-space: normal; }
body.seqqio-page #main-content .btn.btn-primary.seqqio-buy:hover { background: #d0f4e4 !important; border-color: #d0f4e4 !important; color: #0a281f !important; }
.seqqio-page a:focus-visible, .seqqio-page summary:focus-visible { outline: 3px solid #aee3cd; outline-offset: 5px; }
.seqqio-page .seqqio-small { font-size: .83rem; line-height: 1.65; }
.seqqio-hero-figure { margin: 0; min-width: 0; }
.seqqio-hero-figure img, .seqqio-gallery img { width: 100%; height: auto; display: block; border-radius: 10px; border: 1px solid #364541; }
.seqqio-hero-figure figcaption { padding: 14px 4px 0; font-size: .78rem; line-height: 1.6; color: var(--commercial-copy); }
.seqqio-section { padding: 64px 0; border-top: 1px solid var(--studio-line); scroll-margin-top: 100px; }
.seqqio-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.seqqio-feature-grid article { padding: 24px; background: #111b1c; border: 1px solid var(--studio-line); border-radius: 10px; }
.seqqio-feature-grid h3 { color: var(--studio-text); font-size: 1.05rem; margin-bottom: 12px; line-height: 1.4; }
.seqqio-feature-grid p { font-size: .92rem; margin: 0; }
.seqqio-gallery-section { background: rgba(0, 0, 0, .12); }
.seqqio-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.seqqio-gallery figure { margin: 0 0 12px; min-width: 0; }
.seqqio-gallery figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 16px 2px; color: #dce9e5; font-size: .9rem; }
.seqqio-purchase-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 64px; align-items: start; }
.seqqio-purchase-grid h2 { margin-bottom: 24px; }
.seqqio-purchase-steps { padding-left: 22px; line-height: 1.7; }
.seqqio-purchase-steps li { padding-left: 8px; margin: 18px 0; color: var(--commercial-copy); }
.seqqio-purchase-steps strong { color: var(--studio-text); }
.seqqio-purchase-steps code { color: #bfdfd0; overflow-wrap: anywhere; }
.seqqio-price-card { border: 1px solid #477561; border-radius: 16px; background: #142722; padding: 32px; }
.seqqio-price-card > span { color: #c5ddcf; font-size: .9rem; }
.seqqio-page .seqqio-price { color: #eefbf5; font-size: 3.2rem; line-height: 1.1; margin: 18px 0 12px; font-weight: 650; }
.seqqio-price-card ul { padding-left: 20px; color: #c5ddcf; line-height: 2; margin: 22px 0; }
.seqqio-price-card .seqqio-buy { display: block; width: 100%; margin: 24px 0 16px; }
.seqqio-policy-links { display: flex; gap: 20px; flex-wrap: wrap; font-size: .85rem; }
.seqqio-faq .container { max-width: 900px; }
.seqqio-faq h2 { margin-bottom: 30px; }
.seqqio-faq details { border-bottom: 1px solid var(--studio-line); padding: 22px 0; }
.seqqio-faq summary { color: var(--studio-text); font-weight: 600; cursor: pointer; line-height: 1.5; }
.seqqio-faq details p { margin: 16px 0 0; }
@media (max-width: 991px) {
  .seqqio-hero-grid, .seqqio-purchase-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .seqqio-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seqqio-hero-figure { margin-top: 12px; }
}
@media (max-width: 767px) {
  .seqqio-hero { padding-top: 24px; }
  .seqqio-section { padding: 44px 0; }
  .seqqio-feature-grid, .seqqio-gallery { grid-template-columns: minmax(0, 1fr); }
  .seqqio-price-card { padding: 24px; }
  .seqqio-actions { align-items: stretch; flex-direction: column; }
  .seqqio-actions .seqqio-text-link { align-self: flex-start; }
}
