:root {
	--paper: #f5f6f7;
	--surface: #ffffff;
	--ink: #20252b;
	--muted: #626a73;
	--line: #d9dde1;
	--brand: #b53838;
	--brand-dark: #842828;
	--brand-soft: #f8eaea;
	--teal: #176d68;
	--teal-soft: #e7f2f1;
	--orange: #dc7339;
	--code: #1d252a;
	--shadow: 0 18px 48px rgba(30, 37, 43, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "IBM Plex Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif; line-height: 1.75; }
a { color: var(--brand-dark); }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(217, 221, 225, .9); background: rgba(245, 246, 247, .92); backdrop-filter: blur(14px); }
.nav { min-height: 68px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; white-space: nowrap; }
.brand img { width: auto; height: 32px; }
.nav-links { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.nav-links a { color: var(--ink); font-size: .86rem; font-weight: 750; text-decoration: none; }
.nav-links a[aria-current="page"] { color: var(--brand); }
.nav-links a.nav-pro { display: inline-flex; align-items: center; min-height: 34px; padding: 0 13px; border: 1px solid rgba(181, 56, 56, .28); border-radius: 999px; background: var(--brand); color: #fff; box-shadow: 0 8px 18px rgba(181, 56, 56, .16); }
.nav-links a.nav-pro:hover,
.nav-links a.nav-pro[aria-current="page"] { border-color: var(--brand); background: var(--brand-dark); color: #fff; }
.nav-links .nav-language { padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; background: #f9fafb; color: var(--muted); }
.nav-links .nav-language i,
.nav-links .nav-language .svg-inline--fa { margin-right: 7px; }
.nav-toggle { display: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--ink); cursor: pointer; }

.quick-nav { border-bottom: 1px solid var(--line); background: var(--surface); }
.quick-nav .wrap { display: flex; overflow-x: auto; }
.quick-nav a { flex: 1 0 auto; padding: 14px 18px; border-right: 1px solid var(--line); color: var(--ink); font-size: .82rem; font-weight: 750; text-align: center; text-decoration: none; }
.quick-nav a:first-child { border-left: 1px solid var(--line); }
.quick-nav a:hover { background: var(--brand-soft); color: var(--brand-dark); }
.product-nav a[aria-current="page"] { background: var(--brand-soft); color: var(--brand-dark); }

.hero { padding: 72px 0 64px; background: var(--surface); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); align-items: center; gap: 72px; }
.hero-copy { min-width: 0; }
h1, h2, h3 { font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif; letter-spacing: 0; }
.hero h1 { margin: 0; font-size: 5.55rem; line-height: 1.02; }
.hero h1 span { display: block; color: var(--brand); font-size: .56em; line-height: 1.3; }
.hero-statement { max-width: 720px; margin: 25px 0 0; font-size: 1.85rem; font-weight: 700; line-height: 1.48; }
.hero-statement strong { color: var(--brand); }
.lead { max-width: 710px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--brand); border-radius: 6px; background: var(--brand); color: #fff; font-weight: 800; text-decoration: none; }
.button i,
.button .svg-inline--fa { margin-right: 7px; }
.button.secondary { border-color: var(--line); background: var(--surface); color: var(--ink); }
.button.wordpress-org-button { min-height: 64px; padding: 0 32px; border-color: #bd3638; border-radius: 10px; background: #bd3638; color: #fff; font-size: 1.12rem; box-shadow: 0 14px 26px rgba(189, 54, 56, .18); }
.button.wordpress-org-button:hover,
.button.wordpress-org-button:focus { border-color: #9d282a; background: #9d282a; color: #fff; }
.button.wordpress-org-button i,
.button.wordpress-org-button .svg-inline--fa { margin-right: 11px; font-size: 1.18em; }
.hero-visual { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f9f5ef; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; }

section { padding: 76px 0; }
.section-head { display: grid; grid-template-columns: 3fr 2fr; gap: 50px; margin-bottom: 38px; }
.section-head h2 { margin: 0; font-size: 3.2rem; line-height: 1.12; }
.section-head p { margin: 5px 0 0; color: var(--muted); }
.section-kicker { margin: 0 0 10px; color: var(--brand); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.band { background: var(--surface); }
.band-dark { background: var(--ink); color: #fff; }
.band-dark .section-head p, .band-dark .feature p { color: #c7ced4; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.screenshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 34px; }
.screenshot-figure { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.screenshot-figure a { display: block; aspect-ratio: 1.4; overflow: hidden; border-bottom: 1px solid var(--line); background: #eef0f2; }
.screenshot-figure a[data-image-modal] { cursor: zoom-in; }
.screenshot-figure img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform .22s ease; }
.screenshot-figure a:hover img { transform: scale(1.012); }
.screenshot-figure figcaption { display: grid; gap: 3px; padding: 16px 18px 18px; }
.screenshot-figure figcaption strong { font-size: .98rem; }
.screenshot-figure figcaption span { color: var(--muted); font-size: .86rem; }
.screenshot-figure-wide { margin-top: 24px; }
.screenshot-figure-wide a { aspect-ratio: auto; }
.screenshot-figure-wide img { height: auto; object-fit: contain; }
.pro-screenshot-gallery { margin-top: 24px; margin-bottom: 0; align-items: start; }
.pro-screenshot-gallery .screenshot-figure a { display: grid; aspect-ratio: 16 / 9; place-items: center; }
.pro-screenshot-gallery .screenshot-figure img { height: 100%; object-fit: contain; }
.image-modal { width: min(96vw, 1600px); max-width: none; max-height: 94vh; margin: auto; padding: 0; overflow: visible; border: 0; background: transparent; }
.image-modal::backdrop { background: rgba(16, 20, 24, .82); backdrop-filter: blur(3px); }
.image-modal-frame { position: relative; display: grid; max-height: 94vh; padding: 14px; border-radius: 8px; background: var(--surface); box-shadow: 0 22px 70px rgba(0, 0, 0, .38); }
.image-modal-image { width: 100%; max-height: calc(94vh - 72px); object-fit: contain; background: #eef0f2; }
.image-modal-caption { margin: 10px 48px 0 3px; color: var(--muted); font-size: .82rem; }
.image-modal-close { position: absolute; z-index: 2; top: 22px; right: 22px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255, 255, 255, .32); border-radius: 6px; background: rgba(24, 29, 33, .9); color: #fff; cursor: pointer; }
.image-modal-close:hover { background: #000; }
.feature { min-height: 210px; padding: 25px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.feature .num { display: block; margin-bottom: 28px; color: var(--brand); font-size: .76rem; font-weight: 900; }
.feature b { display: block; margin-bottom: 8px; font-size: 1.08rem; }
.feature p { margin: 0; color: var(--muted); font-size: .92rem; }
.band-dark .feature { border-color: #3d464d; background: #252e34; }
.band-dark .feature .num { color: #f08b8b; }

.path-list { display: grid; border-top: 1px solid var(--line); }
.path-item { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 26px; padding: 25px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.path-item span { color: var(--brand); font-size: .78rem; font-weight: 900; }
.path-item strong { color: var(--ink); font-size: 1.22rem; }
.path-item p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.path-item i { color: var(--brand); }

.compare { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--surface); }
.compare-column { padding: 30px; }
.compare-column + .compare-column { border-left: 1px solid var(--line); }
.compare-column h3 { margin: 0 0 18px; font-size: 1.45rem; }
.compare-column ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.compare-column li { position: relative; padding-left: 23px; color: var(--muted); }
.compare-column li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.compare-column.pro li::before { background: var(--brand); }

.docs-hero { padding: 78px 0 52px; border-bottom: 1px solid var(--line); background: var(--surface); }
.docs-hero h1 { max-width: 920px; margin: 0; font-size: 5.25rem; line-height: 1.03; }
.guide-jumps { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.guide-jumps a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--ink); font-size: .82rem; font-weight: 750; text-decoration: none; }
.guide-jumps a:hover { border-color: var(--brand); color: var(--brand); }
.docs-content { padding: 54px 0 84px; }
.docs-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: start; gap: 54px; }
.docs-side { position: sticky; top: 92px; display: grid; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, .94); }
.docs-side strong { padding: 6px 9px 10px; font-size: .76rem; }
.docs-side a { padding: 7px 9px; border-radius: 4px; color: var(--muted); font-size: .82rem; font-weight: 700; text-decoration: none; }
.docs-side a:hover { background: var(--brand-soft); color: var(--brand-dark); }
.docs-side .docs-side-purchase { display: inline-flex; align-items: center; justify-content: center; margin: 10px 5px 4px; padding: 10px 12px; border: 1px solid var(--brand); background: var(--brand); color: #fff; }
.docs-side .docs-side-purchase:hover { border-color: var(--brand-dark); background: var(--brand-dark); color: #fff; }
.docs-side-purchase i,
.docs-side-purchase .svg-inline--fa { margin-right: 7px; }
.docs-main { display: grid; gap: 24px; min-width: 0; }
.guide-step, .reference-section { min-width: 0; scroll-margin-top: 92px; padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.guide-step { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 22px; }
.guide-number { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; font-size: .78rem; font-weight: 900; }
.guide-step h2, .reference-section h2 { margin: 0 0 16px; font-size: 2.25rem; line-height: 1.18; }
.guide-step h3, .reference-section h3 { margin: 25px 0 7px; }
.guide-step p, .guide-step li, .reference-section p, .reference-section li { color: var(--muted); }
.guide-step ul, .guide-step ol, .reference-section ul { padding-left: 1.25em; }
.guide-callout { margin-top: 20px; padding: 17px 19px; border-left: 4px solid var(--teal); background: var(--teal-soft); }
.guide-warning { margin-top: 20px; padding: 17px 19px; border-left: 4px solid var(--orange); background: #fff3ec; }
.guide-callout p, .guide-warning p { margin: 0; }

.purchase-strip { padding: 0; border-bottom: 1px solid var(--line); background: var(--surface); }
.purchase-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; }
.purchase-strip strong { display: block; font-size: 1.05rem; }
.purchase-strip span { color: var(--muted); font-size: .9rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.pricing-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-card { display: grid; align-content: start; gap: 14px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #f8f9fa; }
.pricing-card h3 { margin: 0; font-size: 1.45rem; }
.pricing-card p { margin: 0; }
.pricing-card .plain-list { margin-top: 6px; }
.pricing-card-featured { border-color: rgba(181, 56, 56, .38); background: var(--brand-soft); box-shadow: 0 16px 36px rgba(181, 56, 56, .08); }
.pricing-card-free { background: var(--surface); }
.pricing-label { width: fit-content; padding: 4px 9px; border-radius: 999px; background: var(--teal-soft); color: var(--teal); font-size: .72rem; font-weight: 900; }
.pricing-card-featured .pricing-label { background: var(--brand); color: #fff; }
.pricing-price { color: var(--ink) !important; font-size: 2.4rem; font-weight: 900; line-height: 1.1; }
.pricing-price span { margin-left: 4px; color: var(--muted); font-size: .9rem; font-weight: 750; }
.pricing-purchase { margin-top: auto; }
.pricing-purchase .button { width: 100%; cursor: pointer; }
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) { text-align: center; }
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) { width: 145px; }
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) { width: 230px; }

.setting-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.setting-list div { padding: 16px; border: 1px solid var(--line); border-radius: 6px; background: #f8f9fa; }
.setting-list dt { font-weight: 800; }
.setting-list dd { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }

.code-card { position: relative; overflow: hidden; margin-top: 18px; border-radius: 7px; background: var(--code); color: #dce6ea; }
.code-card h3 { margin: 0; padding: 14px 18px; border-bottom: 1px solid #344149; color: #fff; font-size: .88rem; }
pre { position: relative; margin: 0; padding: 22px; overflow: auto; font: .84rem/1.72 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.inline-code { padding: .13em .4em; border-radius: 3px; background: #e8eaec; color: var(--ink); }
.copy-button { position: absolute; top: 10px; right: 10px; min-height: 34px; padding: 0 10px; border: 1px solid #45535c; border-radius: 5px; background: #29343b; color: #fff; font-size: .72rem; cursor: pointer; }
.copy-button i,
.copy-button .svg-inline--fa { margin-right: 7px; }
.attribute-table { width: 100%; margin-top: 22px; border-collapse: collapse; font-size: .9rem; }
.attribute-table th, .attribute-table td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.attribute-table th { background: #f0f2f3; }
.attribute-table code { white-space: nowrap; }
.pro-badge { display: inline-flex; align-items: center; min-height: 22px; margin-left: 8px; padding: 2px 8px; border-radius: 999px; background: var(--brand); color: #fff; font-size: .67rem; font-weight: 900; vertical-align: .25em; }
.pro-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.pro-heading .pro-badge { flex: 0 0 auto; margin-left: 0; transform: translateY(.02em); }
.status-note { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--orange); background: #fff3ec; color: var(--muted); }
.status-note strong { color: var(--ink); }
.status-note-error { border-left-color: var(--brand); background: var(--brand-soft); }
.status-note-success { border-left-color: var(--teal); background: var(--teal-soft); }
.plain-list { display: grid; gap: 11px; margin: 18px 0 0; padding: 0; list-style: none; }
.plain-list li { position: relative; padding-left: 22px; }
.plain-list li::before { content: ""; position: absolute; top: .72em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.example-result { margin-top: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 7px; background: #f8f9fa; }
.example-result strong { display: block; margin-bottom: 8px; }
.docs-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.purchase-download-action { margin-bottom: 46px; }

.purchase-result-inner { max-width: 920px; }
.purchase-result .reference-section { padding: 38px; }
.purchase-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin-bottom: 34px; border: 1px solid var(--line); border-radius: 7px; background: var(--line); }
.purchase-summary div { display: grid; gap: 3px; padding: 18px 20px; background: var(--surface); }
.purchase-summary span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.purchase-summary strong { font-size: 1.15rem; }
.license-key-output { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; gap: 10px; margin: 20px 0 38px; }
.license-key-output code { display: flex; align-items: center; min-width: 0; padding: 16px 18px; overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: 6px; background: #f0f2f3; color: var(--ink); font-size: 1rem; font-weight: 800; }
.license-key-output .button { cursor: pointer; }
.purchase-steps { display: grid; gap: 10px; margin: 0; padding-left: 1.5em; }

.site-footer { padding: 44px 0; border-top: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: .86rem; }
.footer-brand { display: inline-flex; width: fit-content; margin-bottom: 16px; }
.footer-brand img { width: 92px; height: auto; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.4fr); gap: 56px; }
.footer-grid strong { color: var(--ink); }
.footer-grid p { max-width: 640px; margin: 5px 0 0; }
.footer-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.footer-link-group { display: grid; align-content: start; gap: 9px; }
.footer-link-group strong { margin-bottom: 3px; font-size: .78rem; }
.footer-link-group a { color: var(--muted); text-decoration: none; }
.footer-link-group a:hover { color: var(--brand); }

.freeform-hero { padding: 58px 0 50px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--surface); }
.freeform-hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); align-items: center; gap: 64px; }
.freeform-hero-copy { min-width: 0; }
.freeform-hero h1 { margin: 0; font-size: 4.9rem; line-height: 1.02; }
.freeform-hero h1 span { display: block; color: var(--teal); font-size: .35em; line-height: 1.45; }
.freeform-statement { margin: 24px 0 0; font-size: 1.8rem; font-weight: 700; line-height: 1.45; }
.freeform-statement strong { color: var(--orange); }
.freeform-beta-note { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.freeform-product-visual { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid #d8d3ca; border-radius: 8px; background: #fbf5e8; box-shadow: 0 20px 54px rgba(31, 45, 46, .12); }
.freeform-product-visual::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(23, 109, 104, .18); border-radius: 5px; pointer-events: none; }
.freeform-product-visual img { width: 100%; height: 100%; object-fit: cover; }

.freeform-feature-list { display: grid; border-top: 1px solid var(--line); }
.freeform-feature-list article { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 28px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.freeform-feature-list article > span { color: var(--teal); font-size: .78rem; font-weight: 900; }
.freeform-feature-list h3 { margin: 0 0 5px; font-size: 1.25rem; }
.freeform-feature-list p { max-width: 800px; margin: 0; color: var(--muted); }
.freeform-pro-intro { max-width: 1040px; margin: 34px 0 0; color: var(--muted); }
.freeform-pro-intro + .freeform-screenshot-gallery { margin-top: 24px; }
.freeform-screenshot-gallery { margin: 38px 0 0; }
.freeform-screenshot-gallery .screenshot-figure a { display: grid; aspect-ratio: 1.45; place-items: center; }
.freeform-screenshot-gallery .screenshot-figure img { height: 100%; object-fit: contain; object-position: center; }
.freeform-settings-detail { margin-top: 60px; padding-top: 42px; border-top: 1px solid var(--line); }
.freeform-settings-detail-head { display: grid; max-width: 780px; gap: 8px; margin-bottom: 26px; }
.freeform-settings-detail-head h3 { margin: 0; font-size: 2rem; line-height: 1.2; }
.freeform-settings-detail-head p { margin: 0; color: var(--muted); }
.freeform-settings-detail-head .section-kicker { color: var(--brand); }
.freeform-settings-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; margin: 0; }
.freeform-settings-gallery .screenshot-figure a { display: grid; aspect-ratio: 4 / 5; place-items: center; }
.freeform-settings-gallery .screenshot-figure img { height: 100%; object-fit: contain; object-position: top center; }

.freeform-shortcode-band { background: var(--ink); color: #fff; }
.freeform-shortcode-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); align-items: center; gap: 70px; }
.freeform-shortcode-grid h2 { margin: 0; font-size: 3rem; line-height: 1.16; }
.freeform-shortcode-grid > div > p { color: #cbd1d5; }
.freeform-code-card { margin: 0; border: 1px solid #3c484e; background: #151b1e; }
.freeform-code-card pre { padding: 27px 22px; font-size: 1.08rem; }
.freeform-code-card > p { margin: 0; padding: 0 22px 22px; color: #bfc7cc; font-size: .84rem; }

.freeform-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.freeform-plan { display: grid; align-content: start; gap: 14px; padding: 29px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.freeform-plan h3 { margin: 0; font-size: 1.5rem; }
.freeform-plan .pricing-price { margin: 2px 0 4px; }
.freeform-plan-pro { border-color: rgba(220, 115, 57, .48); background: #fff8f2; box-shadow: 0 18px 42px rgba(64, 45, 30, .08); }
.freeform-plan-pro .pricing-label { background: var(--orange); color: #fff; }
.freeform-consultation {
	border-block: 1px solid var(--line);
	background: #e9edef;
}
.freeform-consultation-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.freeform-consultation-grid h2 { margin: 4px 0 14px; }
.freeform-consultation-grid p { margin: 0; }
.freeform-consultation-action { display: grid; gap: 12px; }
.freeform-consultation-action .button { width: 100%; }
.freeform-consultation-action p { color: var(--muted); font-size: .84rem; }
.freeform-sale-note { display: grid; gap: 3px; margin-top: 14px; padding: 16px 18px; border-left: 4px solid var(--orange); background: #fff; }
.freeform-sale-note span { color: var(--muted); font-size: .84rem; }

.freeform-safety-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); align-items: start; gap: 70px; }
.freeform-safety-grid h2 { margin: 0 0 16px; font-size: 3rem; line-height: 1.16; }
.freeform-safety-grid p { color: var(--muted); }
.freeform-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.freeform-facts div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.freeform-facts dt { color: var(--muted); font-size: .74rem; font-weight: 800; }
.freeform-facts dd { margin: 3px 0 0; font-weight: 800; }

@media (max-width: 900px) {
	.hero-grid, .section-head, .docs-layout, .freeform-hero-grid, .freeform-shortcode-grid, .freeform-safety-grid, .footer-grid { grid-template-columns: 1fr; }
	.hero-grid { gap: 46px; }
	.hero-visual { width: min(100%, 520px); }
	.hero h1 { font-size: 4.15rem; }
	.hero-statement { font-size: 1.55rem; }
	.section-head h2 { font-size: 2.65rem; }
	.docs-hero h1 { font-size: 4rem; }
	.feature-grid { grid-template-columns: 1fr 1fr; }
	.pricing-grid { grid-template-columns: 1fr; }
	.freeform-consultation-grid { grid-template-columns: 1fr; }
	.purchase-strip-inner { align-items: flex-start; flex-direction: column; }
	.screenshot-grid { grid-template-columns: 1fr; }
	.freeform-settings-gallery { grid-template-columns: 1fr 1fr; }
	.docs-side { position: static; display: flex; flex-wrap: wrap; }
	.docs-side .docs-side-purchase { flex: 1 0 100%; margin: 8px 0 0; }
	.freeform-product-visual { width: min(100%, 520px); }
	.freeform-plans { grid-template-columns: 1fr; }
	.nav-toggle { display: inline-grid; place-items: center; }
	.nav-links { position: absolute; top: 68px; right: 18px; left: 18px; display: none; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: var(--shadow); }
	.nav-links.is-open { display: grid; }
	.nav-links a { padding: 8px 10px; }
	.footer-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.wrap { width: min(100% - 24px, 1120px); }
	.brand { max-width: 235px; overflow: hidden; text-overflow: ellipsis; }
	.quick-nav .wrap { display: grid; grid-template-columns: 1fr 1fr; }
	.quick-nav a { border-bottom: 1px solid var(--line); }
	.quick-nav a:nth-child(odd) { border-left: 1px solid var(--line); }
	.hero { padding: 48px 0 50px; }
	.hero h1 { font-size: 2.85rem; }
	.freeform-hero { padding: 46px 0 42px; }
	.freeform-hero h1 { font-size: 3.15rem; }
	.freeform-statement { font-size: 1.35rem; }
	.freeform-product-visual { display: none; }
	.hero-statement { font-size: 1.3rem; }
	.hero-grid { gap: 0; }
	.hero-visual { display: none; }
	section { padding: 58px 0; }
	.section-head h2 { font-size: 2.2rem; }
	.feature-grid, .compare, .setting-list { grid-template-columns: 1fr; }
	.compare-column + .compare-column { border-top: 1px solid var(--line); border-left: 0; }
	.path-item { grid-template-columns: 70px 1fr auto; gap: 14px; }
	.docs-hero { padding: 54px 0 38px; }
	.docs-hero h1 { font-size: 2.7rem; }
	.guide-step h2, .reference-section h2 { font-size: 1.75rem; }
	.guide-step { grid-template-columns: 1fr; padding: 23px; }
	.reference-section { padding: 23px; }
	.purchase-result .reference-section { padding: 23px; }
	.purchase-summary { grid-template-columns: 1fr; }
	.license-key-output { grid-template-columns: 1fr; }
	.attribute-table { display: block; overflow-x: auto; }
	.footer-nav { grid-template-columns: 1fr; gap: 24px; }
	.freeform-feature-list article { grid-template-columns: 54px minmax(0, 1fr); gap: 18px; }
	.freeform-shortcode-grid h2, .freeform-safety-grid h2 { font-size: 2.2rem; }
	.freeform-facts { grid-template-columns: 1fr; }
	.freeform-settings-gallery { grid-template-columns: 1fr; }
	.image-modal { width: calc(100vw - 16px); }
	.image-modal-frame { padding: 8px; }
	.image-modal-close { top: 14px; right: 14px; }
	.image-modal-caption { margin: 8px 46px 0 2px; }
}
.download-page-inner {
	max-width: 920px;
}

.download-request-form {
	display: grid;
	gap: 12px;
	max-width: 560px;
	margin: 28px 0 36px;
}

.download-request-form label {
	font-weight: 700;
}

.download-request-form input[type="email"] {
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
	font: inherit;
}

.download-request-form .button {
	justify-self: start;
}

.small-note {
	color: var(--muted);
	font-size: 0.9rem;
}

.support-page-inner {
	max-width: 980px;
}

.support-intro-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}

.support-intro-item {
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #f8f9fa;
}

.support-intro-item strong {
	display: block;
	margin-bottom: 5px;
}

.support-intro-item p {
	margin: 0;
	font-size: .88rem;
}

.support-form {
	display: grid;
	gap: 22px;
	margin-top: 28px;
}

.support-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.support-field {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.support-field-wide {
	grid-column: 1 / -1;
}

.support-field label,
.support-field legend {
	font-weight: 750;
}

.support-field input,
.support-field select,
.support-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #9aa1a7;
	border-radius: 4px;
	background: #fff;
	color: var(--ink);
}

.support-field textarea {
	min-height: 230px;
	resize: vertical;
}

.support-field input:focus,
.support-field select:focus,
.support-field textarea:focus {
	outline: 3px solid rgba(23, 109, 104, .18);
	border-color: var(--teal);
}

.support-required {
	margin-left: 7px;
	color: var(--brand);
	font-size: .74rem;
	font-weight: 850;
}

.support-form .small-note {
	margin: 0;
}

.support-form-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.support-form-actions .button {
	cursor: pointer;
}

.support-turnstile {
	display: flex;
	min-height: 65px;
	align-items: center;
}

.support-turnstile-note {
	max-width: 820px;
	line-height: 1.7;
}

.support-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.freeform-purchase {
	margin-top: 24px;
}

.related-products {
	border-top: 1px solid var(--line);
	background: #edf1f2;
}

.related-products-head {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);
	align-items: end;
	gap: 48px;
	margin-bottom: 34px;
}

.related-products-head h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.1;
}

.related-products-head > p {
	margin: 0 0 4px;
	color: var(--muted);
}

.related-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.related-product {
	display: grid;
	grid-template-columns: minmax(180px, .82fr) minmax(0, 1.18fr);
	min-height: 330px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--surface);
	color: var(--ink);
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.related-product:hover,
.related-product:focus-visible {
	border-color: color-mix(in srgb, var(--brand) 48%, var(--line));
	box-shadow: 0 18px 42px rgba(24, 33, 37, .12);
	transform: translateY(-3px);
}

.related-product-visual {
	display: grid;
	min-width: 0;
	overflow: hidden;
	place-items: center;
	border-right: 1px solid var(--line);
	background: #f7f8f8;
}

.related-product-visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.related-product-copy {
	display: flex;
	min-width: 0;
	padding: 26px;
	flex-direction: column;
}

.related-product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.related-product-meta strong {
	font-size: .82rem;
}

.related-product-meta span {
	padding: 4px 8px;
	border-radius: 4px;
	background: var(--ink);
	color: #fff;
	font-size: .7rem;
	font-weight: 850;
}

.related-product h3 {
	margin: 22px 0 10px;
	font-size: clamp(1.25rem, 2.3vw, 1.65rem);
	line-height: 1.35;
}

.related-product p {
	margin: 0;
	color: var(--muted);
}

.related-product-copy b {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 22px;
	color: var(--brand);
}

.purchase-confirm-modal {
	width: min(92vw, 680px);
	max-width: none;
	margin: auto;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
}

.purchase-confirm-modal::backdrop {
	background: rgba(17, 22, 25, .72);
	backdrop-filter: blur(3px);
}

.purchase-confirm-panel {
	padding: clamp(26px, 5vw, 48px);
	border-top: 5px solid var(--brand);
	border-radius: 8px;
	background: var(--surface);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.purchase-confirm-panel h2 {
	margin: 0 0 22px;
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.purchase-confirm-panel p {
	margin: 0 0 16px;
	color: var(--muted);
}

.purchase-confirm-panel a {
	font-weight: 750;
}

.purchase-confirm-actions {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.purchase-confirm-actions .button {
	cursor: pointer;
}

.cookie-settings {
	width: min(92vw, 720px);
	max-width: none;
	margin: auto;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
}

.cookie-settings::backdrop {
	background: rgba(17, 22, 25, .64);
	backdrop-filter: blur(2px);
}

.cookie-settings-panel {
	padding: clamp(26px, 5vw, 46px);
	border-top: 5px solid var(--teal);
	border-radius: 8px;
	background: var(--surface);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.cookie-settings-panel h2 {
	margin: 0 0 18px;
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.cookie-settings-panel p {
	margin: 0 0 14px;
	color: var(--muted);
}

.cookie-settings-panel .cookie-settings-note {
	font-size: .84rem;
}

.cookie-settings-panel > a {
	font-size: .86rem;
	font-weight: 750;
}

.cookie-settings-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 28px;
}

.cookie-settings-actions .button {
	width: 100%;
	cursor: pointer;
}

.footer-link-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--brand-dark);
	cursor: pointer;
	font: inherit;
	text-align: left;
	text-decoration: underline;
}

.support-privacy-note {
	margin-top: 18px;
}

.privacy-meta {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 0;
	margin: 20px 0 0;
	border-top: 1px solid var(--line);
}

.privacy-meta dt,
.privacy-meta dd {
	margin: 0;
	padding: 12px 14px;
	border-bottom: 1px solid var(--line);
}

.privacy-meta dt {
	font-weight: 800;
	background: #f0f2f3;
}

.privacy-meta dd {
	color: var(--muted);
}

@media (max-width: 760px) {
	.related-products-head,
	.related-product-grid {
		grid-template-columns: 1fr;
	}

	.related-products-head {
		gap: 14px;
	}

	.related-product {
		grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr);
	}

	.support-intro-grid,
	.support-form-grid {
		grid-template-columns: 1fr;
	}

	.support-field-wide {
		grid-column: auto;
	}

	.purchase-confirm-actions {
		flex-direction: column-reverse;
	}

	.purchase-confirm-actions .button {
		width: 100%;
	}

	.cookie-settings-actions {
		grid-template-columns: 1fr;
	}

	.privacy-meta {
		grid-template-columns: 1fr;
	}

	.privacy-meta dt {
		padding-bottom: 4px;
		border-bottom: 0;
	}

	.privacy-meta dd {
		padding-top: 4px;
	}
}

@media (max-width: 560px) {
	.related-product {
		grid-template-columns: 1fr;
	}

	.related-product-visual {
		aspect-ratio: 16 / 9;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}
}
