@import url("./brand-tokens.css");
/* E-commerce v4 only. Preserve the supplied page composition and brand. */
.ec-reviews { display:flex; flex-wrap:wrap; gap:20px 32px; margin-top:26px; }
.ec-reviews a { display:grid; grid-template-columns:auto auto; gap:4px 8px; align-items:center; color:var(--ui-ink); font-size:14px; }
.ec-reviews a > span:last-child { grid-column:1/-1; color:var(--ui-text); }
.ec-reviews small { font-size:12px; margin-left:6px; color:var(--ui-meta); }
.ec-review-stars { --rating-fill:100%; font-size:17px; letter-spacing:2px; background:linear-gradient(to right,#996707 var(--rating-fill),#cbd5e1 var(--rating-fill)); color:transparent; background-clip:text; -webkit-background-clip:text; }
.ec-reviews a:hover > span:last-child { color:var(--ui-blue-hover); text-decoration:underline; text-underline-offset:3px; }
.ec-logo-carousel { margin-top:36px; padding-top:22px; border-top:1px solid var(--ui-divider); min-width:0; }
.ec-logo-heading { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:12px; color:var(--ui-meta); font-size:12px; }
.ec-logo-window { overflow:hidden; mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent); }
.ec-logo-track { display:flex; width:max-content; animation:ec-logo-scroll 32s linear infinite; }
.ec-logo-group { display:flex; align-items:center; flex-shrink:0; gap:48px; padding-right:48px; height:60px; }
.ec-logo-group img { width:120px; height:36px; object-fit:contain; }
.ec-logo-carousel:hover .ec-logo-track, .ec-logo-carousel:focus-within .ec-logo-track { animation-play-state:paused; }
.ec-logo-carousel:focus-visible { outline:2px solid var(--ui-blue); outline-offset:5px; }
@keyframes ec-logo-scroll { to { transform:translateX(-50%); } }
.ec-ssn-sample { margin:0 auto 20px; width:100%; max-width:240px; }
.ec-ssn-sample > span { display:block; font-size:12px; color:var(--ui-meta); margin-bottom:10px; }
.ec-ssn-sample .ec-code { margin-bottom:10px; }
.ec-ssn-sample small { font-size:12px; line-height:1.5; color:var(--ui-meta); display:block; }
.ec-visual { border-radius: 12px; overflow: hidden; margin-bottom: 12px; }
.ec-demo-top { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:20px 24px; font-size:14px; font-weight:600; }
.ec-demo-note { font-size:12px; font-weight:400; opacity:.72; }
.ec-silent { background:var(--ui-blue-soft); border:1px solid #ccdefa; }
.ec-check-layout { display:grid; grid-template-columns:1fr 32px 1.12fr; align-items:stretch; padding:0 20px 20px; }
.ec-checkout { background:white; border:1px solid #dce5f0; border-radius:10px; padding:18px; }
.ec-window-title { display:flex; justify-content:space-between; gap:8px; font-size:14px; font-weight:600; padding-bottom:18px; }
.ec-window-title > span { font-size:12px; color:var(--ui-meta); font-weight:400; }
.ec-field { padding:12px; margin-bottom:8px; background:#f7f9fc; border:1px solid #e6ebf2; border-radius:6px; }
.ec-field > span { display:block; font-size:12px; color:var(--ui-meta); margin-bottom:4px; }
.ec-field strong { font-size:14px; line-height:1.6; font-weight:500; }
.ec-paid { display:flex; justify-content:space-between; gap:8px; margin-top:16px; font-size:12px; color:var(--ui-text); }
.ec-paid strong { color:var(--ui-ink); }
.ec-transfer { display:flex; align-items:center; justify-content:center; color:var(--ui-blue); font-size:24px; }
.ec-engine { background:var(--ui-blue-hover); color:white; border-radius:10px; padding:24px 20px; display:flex; flex-direction:column; justify-content:center; }
.ec-engine-title { display:flex; align-items:center; gap:8px; font-size:16px; font-weight:600; }
.ec-brand-check { display:inline-grid; place-items:center; border:1px solid #ffffff80; border-radius:50%; width:23px; height:23px; }
.ec-engine h3 { font:600 27px/1.1 'Inter',sans-serif; letter-spacing:-.6px; margin:24px 0 20px; }
.ec-match { display:flex; align-items:center; justify-content:space-between; gap:8px; padding:12px 0; border-bottom:1px solid #ffffff30; font-size:13px; }
.ec-match strong { font-size:12px; background:#ffffff18; border-radius:5px; padding:4px 6px; }
.ec-check-outcome { display:flex; gap:10px; align-items:center; margin-top:24px; padding:16px 12px; border-radius:8px; background:#073c8e; }
.ec-check-outcome strong { display:block; font-size:16px; }
.ec-check-outcome div > span { display:block; font-size:12px; line-height:1.5; margin-top:4px; opacity:.9; }
.ec-outcome-mark { font-size:24px; }
.ec-silent[data-phase="2"] .ec-check-outcome { background:var(--ui-success-soft); color:var(--ui-success); }
.ec-silent[data-phase="0"] .ec-field { border-color:#81adf3; background:var(--ui-blue-soft); }
.ec-silent[data-phase="1"] .ec-match { background:#ffffff10; }
.ec-demo-bottom { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:0 24px 20px; font-size:12px; color:var(--ui-text); }
.ec-demo-bottom button { background:white; border:1px solid #b6cef2; color:var(--ui-blue-hover); border-radius:7px; padding:9px 12px; font:600 13px 'Inter',sans-serif; cursor:pointer; }
.ec-demo-bottom button:disabled { opacity:.6; cursor:wait; }
.ec-stepup { background:#fff6e8; border:1px solid #f2deb8; padding-bottom:24px; }
.ec-stepup .ec-demo-top { color:#83501b; }
.ec-method-tabs { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; margin:0 auto 20px; max-width:430px; padding:0 12px; }
.ec-method-tabs button { font:600 14px 'Inter',sans-serif; padding:10px 20px; border-radius:7px; border:1px solid transparent; background:transparent; color:#80592c; cursor:pointer; }
.ec-method-tabs button[aria-pressed="true"] { background:#fff; border-color:#e7cc9d; color:#5a350f; box-shadow:0 2px 3px #80592c0c; }
.ec-customer-frame { background:white; border-radius:12px; border:1px solid #e6d5bb; max-width:390px; margin:0 auto; box-shadow:0 16px 28px -18px #80592c50; overflow:hidden; }
.ec-customer-header { padding:15px 20px; border-bottom:1px solid var(--ui-divider); display:flex; justify-content:space-between; gap:10px; font-size:13px; font-weight:600; }
.ec-order-saved { font-size:12px; color:var(--ui-meta); font-weight:400; }
.ec-customer-body { padding:28px; text-align:center; min-height:440px; box-sizing:border-box; display:flex; flex-direction:column; align-items:center; }
.ec-customer-body > .ec-customer-confirm { margin-top:auto; }
.ec-customer-body > .ec-code { width:100%; }
.ec-customer-body > .ec-document, .ec-customer-body > .ec-return-order { width:100%; box-sizing:border-box; }
.ec-request-icon { display:inline-grid; place-items:center; width:44px; height:44px; border-radius:12px; color:#a66d18; background:#fff1d4; font-size:24px; }
.ec-customer-body h3 { font:600 25px/1.15 'Inter',sans-serif; letter-spacing:-.5px; margin:18px 0 10px; }
.ec-customer-body p { font-size:14px; line-height:1.6; color:var(--ui-text); margin:0 0 22px; }
.ec-code { display:flex; gap:7px; margin-bottom:20px; }
.ec-code > span { flex:1; min-width:0; padding:12px 0; border:1px solid #b8c9e0; border-radius:7px; font:500 22px 'JetBrains Mono',monospace; background:#f8faff; }
.ec-customer-confirm { width:100%; border:0; background:var(--ui-blue); color:white; border-radius:7px; font:600 14px 'Inter',sans-serif; padding:13px; cursor:pointer; }
.ec-customer-confirm:hover { background:#0e50c6; }
.ec-simulation-note { display:block; margin-top:12px; color:var(--ui-meta); font-size:12px; }
.ec-document { padding:16px; border:1px dashed #c7a36b; background:#fffbf3; border-radius:8px; margin-bottom:20px; }
.ec-document > * { display:block; }
.ec-document-icon { font-size:26px; color:#976413; margin-bottom:8px; }
.ec-document strong { font-size:14px; }
.ec-document > span:last-child { font-size:12px; margin-top:6px; color:var(--ui-meta); }
.ec-success-check { display:grid; place-items:center; width:62px; height:62px; margin:0 auto; border-radius:50%; background:var(--ui-success-soft); color:var(--ui-success-dot); font-size:32px; }
.ec-return-order { display:flex; justify-content:space-between; gap:12px; padding:15px 0 22px; font-size:12px; }
.ec-return-order strong { color:var(--ui-success-dot); }
.ec-order-feature { border:1px solid #c7e6d5; border-radius:12px; overflow:hidden; margin-bottom:24px; background:#fff; }
.ec-order-feature-top { display:flex; justify-content:space-between; align-items:center; gap:16px; padding:24px; background:#0c3026; color:white; }
.ec-order-feature-top h3 { font:600 25px 'Inter',sans-serif; margin:7px 0 0; }
.ec-order-feature-top h3 span { font:400 14px 'Inter',sans-serif; color:#b9d5c9; margin-left:10px; }
.ec-large-verified { padding:8px 12px; background:var(--ui-success-soft); border-radius:6px; color:var(--ui-success); font-size:14px; font-weight:600; }
.ec-order-summary { display:grid; grid-template-columns:1fr 1fr 1.1fr; gap:16px; padding:24px; background:#f0faf4; }
.ec-order-summary div > span { display:block; font-size:12px; color:#526c5f; margin-bottom:8px; }
.ec-order-summary strong { font-size:16px; font-weight:500; }
.ec-order-summary small { font-size:12px; font-weight:400; }
.ec-green { color:var(--ui-success); }
.ec-history-toggle { width:100%; border:0; border-top:1px solid #dbede2; background:white; text-align:left; padding:16px 24px; font:500 13px 'Inter',sans-serif; cursor:pointer; display:flex; justify-content:space-between; }
.ec-history { list-style:none; padding:0 24px 20px; margin:0; }
.ec-history li { display:flex; align-items:flex-start; gap:12px; position:relative; padding:12px 0; }
.ec-history li:not(:last-child)::after { content:''; position:absolute; left:4px; top:25px; bottom:-8px; border-left:1px solid #c8e2d3; }
.ec-history-dot { width:9px; height:9px; background:#20a568; border-radius:50%; flex-shrink:0; margin-top:5px; }
.ec-history li strong { font-size:13px; font-weight:500; }
.ec-history li div > span { display:block; font-size:12px; line-height:1.5; color:var(--ui-meta); margin-top:3px; }
.ec-history time { margin-left:auto; font:11px 'JetBrains Mono',monospace; color:var(--ui-meta); padding-top:4px; }
.ec-setup { background:#f2f5fc; border:1px solid #dce4f3; padding-bottom:20px; }
.ec-platform-logos { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:8px; padding:0 20px 24px; }
.ec-platform-logos a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; padding:18px 4px; border:1px solid #e0e6f0; border-radius:9px; background:white; color:var(--ui-ink); font-size:12px; font-weight:500; }
.ec-platform-logos a:hover { border-color:var(--ui-blue); }
.ec-platform-logos img { width:32px; height:32px; object-fit:contain; }
.ec-platform-logos img[src*="ec-woocommerce"] { width:82px; max-width:100%; }
.ec-platform-logos img.ec-magento-logo { width:106px; max-width:100%; }
.ec-platform-logos svg { height:32px; }
.ec-api-icon { color:var(--ui-blue); font:600 24px/32px 'JetBrains Mono',monospace; }
.ec-rule-toolbar { display:flex; justify-content:space-between; gap:16px; align-items:center; padding:18px 20px; background:#e4ebfb; }
.ec-rule-toolbar strong { font-size:14px; font-weight:600; }
.ec-rule-toolbar label { display:flex; align-items:center; gap:7px; font-size:12px; cursor:pointer; }
.ec-rule-toolbar input { width:16px; height:16px; accent-color:var(--ui-blue); }
.ec-rule-flow { display:grid; grid-template-columns:1fr 20px 1fr 20px 1fr; padding:20px; align-items:stretch; }
.ec-rule-node { background:#fff; border:1px solid #dae3f1; border-radius:9px; padding:18px 14px; }
.ec-rule-node h3 { font:600 19px/1.2 'Inter',sans-serif; margin:12px 0 8px; letter-spacing:-.25px; }
.ec-node-label { font-size:12px; opacity:.75; }
.ec-rule-node > span:last-child { font-size:12px; line-height:1.5; display:block; }
.ec-rule-check { background:#1458ca; border-color:#1458ca; color:white; }
.ec-rule-release { background:#e1f6ea; border-color:#b8dfc9; color:var(--ui-success); }
.ec-rule-arrow { align-self:center; text-align:center; font-size:20px; color:#6285b7; }
.ec-rule-flow[data-route="skip"] .ec-rule-check { background:#edf0f6; color:#6f7d91; border-color:#dae0eb; }
.ec-rule-caption { font-size:12px; line-height:1.6; color:var(--ui-text); padding:0 20px; }
@media(max-width:760px){
 .ec-method-tabs { margin-inline:12px; padding:0; gap:3px; }
 .ec-method-tabs button { padding:10px 4px; font-size:13px!important; }
 .ec-reviews { gap:18px 26px; }
 .ec-demo-top { padding:18px 16px; align-items:flex-start; flex-direction:column; gap:5px; }
 .ec-check-layout { grid-template-columns:1fr; padding:0 12px 16px; }
 .ec-transfer { height:34px; transform:rotate(90deg); }
 .ec-engine { padding:22px 18px; }
 .ec-demo-bottom { padding:0 16px 18px; flex-wrap:wrap; }
 .ec-customer-frame { margin:0 12px; }
 .ec-customer-header { padding:14px 12px; font-size:12px; flex-wrap:wrap; }
 .ec-customer-body { padding:22px 16px; }
 .ec-code { gap:4px; }
 .ec-code > span { font-size:18px; }
 .ec-order-feature-top { padding:20px 16px; align-items:flex-start; flex-wrap:wrap; }
 .ec-order-feature-top h3 span { display:block; margin:6px 0 0; }
 .ec-order-summary { grid-template-columns:1fr; gap:18px; padding:20px 16px; }
 .ec-order-summary > div { display:flex; justify-content:space-between; align-items:baseline; gap:10px; }
 .ec-order-summary div > span { margin:0; }
 .ec-order-summary strong { font-size:14px; }
 .ec-history-toggle { padding:16px; }
 .ec-history { padding:0 16px 16px; }
 .ec-history time { font-size:10px; }
 .ec-platform-logos { grid-template-columns:repeat(2,minmax(0,1fr)); padding:0 12px 20px; }
 .ec-platform-logos > a:last-child { grid-column:1/-1; flex-direction:row; }
 .ec-rule-toolbar { padding:16px; flex-wrap:wrap; gap:10px; }
 .ec-rule-flow { grid-template-columns:1fr; padding:16px; gap:8px; }
 .ec-rule-arrow { transform:rotate(90deg); }
 .ec-rule-node { padding:16px; }
 .ec-rule-node h3 { margin:8px 0; }
}
.ec-page {
  --ec-blue: var(--ui-blue);
  --ec-ink: var(--ui-ink);
  --ec-muted: var(--ui-text);
  --ec-line: var(--ui-border);
  min-width: 0 !important;
  color: var(--ec-ink);
}
.ec-page a:focus-visible, .ec-page button:focus-visible,
.ec-page summary:focus-visible, .ec-page input:focus-visible, .ec-table-scroll:focus-visible {
  outline: 3px solid var(--ui-blue);
  outline-offset: 4px;
}
.ec-mobile-nav { display: none; }
.ec-card {
  border-color: #dce5f0 !important;
  box-shadow: 0 4px 10px rgba(15,23,42,.025), 0 20px 44px -30px rgba(15,23,42,.18) !important;
  transition: none !important;
}
.ec-card:hover { transform: none !important; }
.ec-demo-surface {
  background-image: none !important;
  background-color: #f5f8fd !important;
  border-color: #e9eff7 !important;
}
.ec-card [style*="font-size: 11px"] {
  font-size: 12px !important;
  letter-spacing: .03em !important;
}
.ec-detail { display: block; padding: 20px 0; border-bottom: 1px solid var(--ui-divider); }
.ec-detail:last-child { border-bottom: 0; padding-bottom: 0; }
.ec-detail-title { font-size: 16px; line-height: 1.5; font-weight: 600; }
.ec-detail-copy { margin-top: 5px; }
.ec-detail > div > div + div { font-size: 1rem !important; line-height: 1.65 !important; color: var(--ec-muted) !important; }
.ec-detail a { text-underline-offset: 3px; }
.ec-detail a:hover { text-decoration: underline; }
.ec-step-demo { align-items: stretch !important; }
.ec-step-demo > div:nth-child(odd) > div { height: 100%; }
.ec-step-demo > div:nth-child(even) { align-self: center; }
.ec-step-demo [style*="height: 152px"] { height: auto !important; min-height: 175px; }
.ec-platforms { gap: 10px !important; }
.ec-platforms > a { transition: border-color .15s, background .15s; }
.ec-platforms > a:hover { border-color: var(--ui-blue) !important; background: var(--ui-blue-soft) !important; }
.ec-platforms > a > span:nth-last-child(2) { font-size: 14px !important; }
.ec-platforms > a > span:last-child { white-space: normal !important; line-height: 1.5; }
.ec-rule-demo > div:nth-child(odd) { align-self: stretch; }
.ec-rule-demo > div:last-child { background: var(--ui-blue-soft) !important; }
.ec-logos img { opacity: .85 !important; }
.ec-activity { border: 1px solid var(--ec-line); border-radius: 12px; overflow: hidden; margin-bottom: 8px; background: white; }
.ec-activity-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 20px 18px; background: #f7f9fd; }
.ec-activity-heading h3 { margin: 0; font: 600 18px/1.3 'Inter', sans-serif; letter-spacing: -.2px; }
.ec-sample-badge { padding: 5px 9px; border-radius: 6px; background: #e8eef6; color: var(--ui-text); font-size: 12px; white-space: nowrap; }
.ec-activity-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 16px 20px; border-bottom: 1px solid var(--ec-line); }
.ec-filters { display: flex; gap: 5px; flex-wrap: wrap; }
.ec-filters button { display: flex; align-items: center; gap: 7px; border: 1px solid; border-radius: 7px; padding: 8px 10px; font: 600 13px 'Inter', sans-serif; cursor: pointer; }
.ec-filters button span { opacity: .75; font-size: 12px; }
.ec-export { color: var(--ui-link); font: 600 12px 'Inter', sans-serif; border: 0; background: transparent; padding: 8px 0; cursor: pointer; }
.ec-export:hover { text-decoration: underline; text-underline-offset: 3px; }
.ec-table-scroll { overflow-x: auto; overscroll-behavior-x: contain; }
.ec-table { min-width: 610px; }
.ec-table-row { display: grid; grid-template-columns: .65fr 1.2fr 1.1fr .35fr 1.2fr; gap: 12px; align-items: center; padding: 16px; border-bottom: 1px solid var(--ui-divider); font-size: 13px; line-height: 1.5; }
.ec-table-row > span { min-width: 0; }
.ec-table-head { padding-block: 11px; background: #fbfcfe; color: var(--ui-meta); font-size: 12px; font-weight: 500; }
.ec-order { font-weight: 600; }
.ec-timestamp { font: 11px/1.6 'JetBrains Mono', monospace; color: var(--ui-meta); }
.ec-result { display: inline-flex; align-items: center; gap: 5px; border: 1px solid currentColor; border-radius: 5px; padding: 3px 6px; font-size: 12px; font-weight: 500; white-space: nowrap; }
.ec-result > span:first-child { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.ec-activity-footer { display: flex; justify-content: space-between; gap: 16px; padding: 12px 16px; color: var(--ui-meta); background: #fbfcfe; font-size: 12px; }
@media (max-width: 1000px) {
  .ec-nav > div { padding-inline: 20px !important; }
  .ec-nav > div > div:nth-child(2) { gap: 0 !important; }
}
@media (max-width: 760px) {
  .ec-page, .ec-page * { box-sizing: border-box; }
  .ec-nav > div { display: none !important; }
  .ec-mobile-nav { display: flex; align-items: center; gap: 12px; padding: 14px 18px; position: relative; }
  .ec-brand { margin-right: auto; display:flex; align-items:center; gap:6px; color:var(--ui-ink); white-space:nowrap; }
  .ec-brand > span { font:600 17px 'Inter',sans-serif; letter-spacing:-.2px; }
  .ec-brand svg { width:22px; height:22px; flex-shrink:0; }
  .ec-brand img { width: 108px; height: auto; }
  .ec-mobile-nav summary { font-size: 13px; color: var(--ui-ink); cursor: pointer; padding: 9px 8px; list-style: none; }
  .ec-mobile-nav summary::-webkit-details-marker { display: none; }
  .ec-mobile-trial { background: var(--ui-blue); color: white !important; border-radius: 7px; font-size: 12px; padding: 11px 12px; white-space: nowrap; font-weight: 600; }
  .ec-menu-links { position: absolute; top: 100%; left: 18px; right: 18px; background: white; padding: 12px; border: 1px solid var(--ec-line); border-radius: 10px; box-shadow: 0 15px 30px #0f172a15; }
  .ec-menu-links a { display: block; padding: 12px; color: var(--ui-ink); font-size: 15px; }
  .ec-menu-links a[aria-current] { background: var(--ui-blue-soft); border-radius: 6px; color: var(--ui-link); }
  .ec-container { padding-inline: 18px !important; }
  .ec-container:first-child { padding-top: 48px !important; }
  .ec-container + .ec-container { margin-top: 44px !important; padding-bottom: 56px !important; }
  .ec-stage { grid-template-columns: 1fr !important; gap: 12px !important; }
  .ec-stage > div { min-width: 0; }
  .ec-stage > div:first-child { align-items: flex-start !important; }
  .ec-stage > div:first-child:empty { display: none; }
  .ec-stage > div:first-child > div + div { display: none; }
  .ec-stage h1 { font-size: clamp(34px, 8.8vw, 48px) !important; letter-spacing: -1.2px !important; }
  .ec-stage h2 { font-size: 27px !important; }
  .ec-hero-actions { flex-wrap: wrap; }
  .ec-hero-actions > span { width: 100%; margin: 4px 0 0 !important; white-space: normal !important; }
  .ec-logos { flex-wrap: wrap; gap: 22px !important; margin-top: 32px !important; }
  .ec-logos > span { width: 100%; }
  .ec-logos img { max-width: 95px; max-height: 24px; }
  .ec-card { padding: 20px !important; }
  .ec-card-1 > .ec-demo-surface { grid-template-columns: minmax(0,1fr) !important; padding: 12px !important; }
  .ec-card-1 > div:nth-child(2) > div:last-child { gap: 12px; flex-wrap: wrap; }
  .ec-detail { grid-template-columns: 1fr !important; gap: 7px !important; }
  .ec-step-demo, .ec-rule-demo { grid-template-columns: minmax(0,1fr) !important; gap: 12px !important; }
  .ec-step-demo > div:nth-child(even), .ec-rule-demo > div:nth-child(even) { display: none !important; }
  .ec-step-demo [style*="height: 152px"] { min-height: 160px; }
  .ec-platforms { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .ec-platforms > a:last-child { grid-column: 1 / -1; }
  .ec-card-4 > .ec-demo-surface > div:last-child { flex-wrap: wrap; }
  .ec-activity { margin-inline: -8px; }
  .ec-activity-heading { align-items: flex-start; flex-direction: column; padding: 18px 14px; gap: 12px; }
  .ec-activity-controls { padding: 14px; }
  .ec-filters button { padding: 8px; font-size: 12px; }
  .ec-activity-footer { font-size: 11px; }
  .ec-closing { margin-left: 0 !important; flex-wrap: wrap; gap: 12px !important; padding: 20px !important; }
  .ec-closing > a { margin-left: 0 !important; }
  .ec-footer > div { padding: 40px 20px !important; }
  .ec-footer > div > div { flex-direction: column; gap: 28px; align-items: flex-start !important; }
  .ec-footer > div > div > div { flex-wrap: wrap; gap: 24px !important; }
  .ec-footer > div > div:last-child > div:last-child { display: flex; flex-wrap: wrap; gap: 16px !important; }
}
/* Final control and type polish, without changing the page composition. */
.ec-page h1, .ec-page h2, .ec-customer-body h3 { text-wrap: balance; }
.ec-detail-copy { text-wrap: pretty; }
.ec-page button, .ec-page summary, .ec-rule-toolbar label { touch-action: manipulation; }
.ec-demo-bottom button, .ec-method-tabs button, .ec-customer-confirm,
.ec-history-toggle, .ec-filters button, .ec-export {
  min-height: 44px;
  box-sizing: border-box;
  font-size: .875rem;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}
.ec-demo-bottom button:not(:disabled):hover { background: #f5f9ff; border-color: #7ba8ed; }
.ec-method-tabs button:not([aria-pressed="true"]):hover { background: #f7e9d1; }
.ec-history-toggle:hover { background: #f5faf7; }
.ec-platform-logos a { font-size: .875rem; transition: border-color 150ms ease; }
.ec-history li strong, .ec-match, .ec-customer-header { font-size: .875rem; }
.ec-history time, .ec-timestamp { font-size: .75rem; font-variant-numeric: tabular-nums; }
.ec-code, .ec-paid, .ec-order-summary, .ec-table { font-variant-numeric: tabular-nums; }
.ec-rule-toolbar label { min-height: 44px; font-size: .875rem; }
.ec-rule-toolbar input { flex-shrink: 0; width: 18px; height: 18px; }
@media (max-width: 760px) {
  .ec-mobile-nav summary, .ec-mobile-trial { min-height: 44px; display: inline-flex; align-items: center; font-size: .875rem; }
  .ec-activity-footer { font-size: .75rem; }
  .ec-history li { flex-wrap: wrap; column-gap: 10px; row-gap: 3px; }
  .ec-history li > div { flex: 1; min-width: 0; }
  .ec-history time { flex-basis: 100%; padding-left: 19px; }
}
@media (max-width: 380px) {
  .ec-customer-body { min-height:540px; }
  .ec-mobile-nav { gap: 8px; padding-inline: 14px; }
  .ec-brand img { width: 96px; }
  .ec-brand { gap:4px; }
  .ec-brand > span { font-size:16px; }
  .ec-brand svg { width:20px; height:20px; }
  .ec-mobile-nav summary { padding-inline: 4px; }
  .ec-mobile-trial { padding-inline: 8px; font-size: .75rem; }
}
/* Graphic-led cards: 8px frame, 24px radius, quiet stacked captions. */
.ec-page { --ec-space:8px; --ec-radius:24px; font-family:'Inter',sans-serif; }
.ec-page *, .ec-page *::before, .ec-page *::after { box-sizing:border-box; }
.ec-page strong { font-weight:600; }
.ec-stage h1 { font-size:clamp(36px,4vw,56px)!important; line-height:1.08!important; letter-spacing:-.045em!important; }
.ec-stage h2 { font-size:28px!important; line-height:1.2!important; letter-spacing:-.035em!important; }
.ec-stage > div > div > p { font-size:16px!important; line-height:1.6!important; }
.ec-card { padding:8px!important; border-radius:var(--ec-radius)!important; border-color:var(--ui-border)!important; box-shadow:0 4px 8px -4px #0f172a08,0 20px 48px -32px #0f172a26!important; }
.ec-visual { border-radius:16px; border-color:transparent; margin-bottom:0; }
.ec-silent { background:linear-gradient(145deg,#eef5ff,#e0edff); }
.ec-stepup { background:linear-gradient(145deg,#fff7eb,#f8ead3); }
.ec-checkout { box-shadow:0 8px 20px -14px #163e7830; }
.ec-engine { background:linear-gradient(145deg,#1765e4,#1049b4); }
.ec-card-3 .ec-order-feature { margin-bottom:8px; }
.ec-card-3 .ec-activity { border-color:#e5eee8; }
.ec-demo-top { padding:24px; font-size:14px; line-height:1.5; }
.ec-demo-note { font-size:12px; line-height:1.5; opacity:1; color:var(--ui-meta); }
.ec-stepup .ec-demo-note { color:#80592c; }
.ec-check-layout { padding:0 24px 24px; grid-template-columns:minmax(0,1fr) 32px minmax(0,1.12fr); }
.ec-checkout, .ec-engine { border-radius:12px; padding:24px; }
.ec-field { border:0; padding:16px; border-radius:8px; }
.ec-engine h3, .ec-customer-body h3, .ec-order-feature-top h3 { font-family:'Inter',sans-serif; font-size:24px; line-height:1.2; letter-spacing:-.035em; font-weight:600; }
.ec-match, .ec-history li strong, .ec-table-row { font-size:14px; }
.ec-engine h3 { margin:24px 0 16px; }
.ec-match { padding:16px 0; }
.ec-check-outcome { padding:16px; }
.ec-demo-bottom { padding:0 24px 24px; }
.ec-method-tabs { margin-bottom:24px; background:#f3e9d8; padding:4px; border-radius:12px; gap:4px; }
.ec-method-tabs button { padding:12px 8px; border-radius:8px; font-weight:500; }
.ec-method-tabs button[aria-pressed="true"] { border-color:#dfceb3; box-shadow:0 1px 2px #4a321014; }
.ec-customer-frame { border-radius:16px; }
.ec-customer-header { padding:16px 24px; }
.ec-customer-body { padding:24px; }
.ec-customer-body h3 { margin:24px 0 8px; }
.ec-customer-body p { margin-bottom:24px; }
.ec-request-icon { width:48px; height:48px; font-size:18px; line-height:1; }
.ec-order-feature-top .ec-demo-note { color:#b9d5c9; }
.ec-customer-confirm, .ec-demo-bottom button, .ec-filters button { border-radius:8px; }
.ec-code { gap:8px; }
.ec-code > span { font-size:24px; border-radius:8px; }
.ec-order-feature { border-radius:16px; margin-bottom:24px; }
.ec-order-summary { gap:24px; }
.ec-history-toggle { padding:16px 24px; }
.ec-history { padding:0 24px 24px; }
.ec-history time, .ec-timestamp { font-size:12px; letter-spacing:0; }
.ec-activity { border-radius:16px; margin-bottom:0; }
.ec-activity-heading, .ec-activity-controls { padding:16px 24px; }
.ec-activity-heading h3 { font-family:'Inter',sans-serif; font-size:16px; font-weight:600; }
.ec-table-head { font-size:12px; }
.ec-table-row { grid-template-columns:.65fr 1.2fr 1.1fr .35fr 1.2fr; }
.ec-result { border:0; border-radius:6px; padding:4px 8px; background:#f0f6f2; }
.ec-result[style*="92400E"] { background:#fff4df; }
.ec-platform-logos { gap:8px; padding:0 24px 24px; }
.ec-platform-logos a { border-radius:12px; padding:16px 4px; gap:16px; font-size:14px; }
.ec-rule-toolbar { padding:16px 24px; }
.ec-rule-flow { padding:24px; grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr); }
.ec-rule-node { padding:16px; border-radius:12px; }
.ec-rule-node h3 { font-family:'Inter',sans-serif; font-size:20px; font-weight:600; line-height:1.2; margin:16px 0 8px; letter-spacing:-.03em; }
.ec-rule-caption { padding:0 24px; }
.ec-card-details { display:flex; flex-direction:column; gap:20px; margin:0; padding:24px; }
.ec-card-details .ec-detail { padding:0; border:0; }
.ec-card-details .ec-detail + .ec-detail { padding:20px 0 0; border-left:0; border-top:1px solid #edf1f5; }
.ec-detail-title { font-size:16px; line-height:1.5; font-weight:600; letter-spacing:-.02em; }
.ec-detail-copy { margin-top:4px; max-width:65ch; }
.ec-detail > div > div + div { font-size:16px!important; line-height:1.65!important; }
.ec-reviews { margin-top:24px; gap:24px 32px; }
.ec-logo-carousel { margin-top:40px; padding-top:24px; }
@media(max-width:760px) {
 .ec-stage h2 { font-size:24px!important; }
 .ec-card { padding:8px!important; }
 .ec-demo-top { padding:16px; }
 .ec-check-layout { grid-template-columns:minmax(0,1fr); padding:0 16px 16px; }
 .ec-checkout, .ec-engine { padding:16px; }
 .ec-demo-bottom { padding:0 16px 16px; }
 .ec-method-tabs { margin-inline:16px; }
 .ec-method-tabs button { padding:12px 4px; }
 .ec-customer-frame { margin:0 16px; }
 .ec-customer-header, .ec-customer-body { padding:16px; }
 .ec-customer-body { min-height:480px; }
 .ec-customer-body h3 { font-size:24px; }
 .ec-code { gap:4px; }
 .ec-code > span { font-size:20px; }
 .ec-order-summary, .ec-order-feature-top { padding:16px; }
 .ec-history-toggle { padding:16px; }
 .ec-history { padding:0 16px 16px; }
 .ec-activity-heading, .ec-activity-controls { padding:16px; }
 .ec-platform-logos { padding:0 16px 16px; }
 .ec-platform-logos a { font-size:12px; }
 .ec-rule-toolbar, .ec-rule-flow { padding:16px; }
 .ec-rule-flow { grid-template-columns:minmax(0,1fr); }
 .ec-rule-caption { padding:0 16px; }
 .ec-card-details { padding:24px 16px; gap:20px; }
}
@media(max-width:380px) { .ec-customer-body { min-height:560px; } }
/* Fine UI detail only: preserve the approved composition and interactions. */
.ec-ui-icon { flex-shrink:0; color:#7b8ba1; }
.ec-checkout-label { display:inline-flex; align-items:center; gap:8px; }
.ec-window-title > .ec-checkout-label { color:var(--ui-ink); font-size:14px; font-weight:600; }
.ec-checkout .ec-field { background:#fff; border:1px solid var(--ui-field-border); box-shadow:0 1px 2px #162a4505,inset 0 1px 2px #162a4503; padding:12px 14px; }
.ec-field > span { font-size:12px; color:var(--ui-meta); margin-bottom:4px; }
.ec-field strong { font-weight:400; }
.ec-paid-state { display:inline-flex; align-items:center; gap:6px; }
.ec-paid-state > span { color:var(--ui-success-dot); font-size:14px; }
.ec-customer-header .ec-checkout-label { color:var(--ui-ink); }
.ec-customer-header { background:#fcfdff; }
.ec-method-glyph { width:26px; height:26px; display:block; }
.ec-code > span { background:#fff; border-color:#c9d4e5; box-shadow:0 1px 2px #0f172a06,inset 0 1px 2px #0f172a04; }
.ec-code > span:first-child { border-color:#87a9e3; box-shadow:0 0 0 2px #1467f508; }
.ec-customer-confirm { box-shadow:inset 0 1px 0 #ffffff20,0 1px 2px #0d45a51a; }
.ec-document { border:1px dashed #c9b38e; background:#fffdf8; padding:20px 16px; }
.ec-upload-glyph { display:block; width:26px; height:26px; margin:0 auto 12px; color:#946a2d; }
.ec-document > strong { margin-bottom:6px; }
.ec-document .ec-file-hint { display:block; margin-top:12px; font-size:12px; color:#7b735f; }
.ec-order-summary .ec-green { display:inline-flex; align-items:center; gap:6px; }
.ec-order-summary .ec-green::before { content:''; width:6px; height:6px; background:currentColor; border-radius:50%; flex-shrink:0; }
.ec-table-row:not(.ec-table-head):nth-child(even) { background:#fcfdff; }
.ec-result { white-space:nowrap; }
.ec-large-verified { box-shadow:inset 0 0 0 1px #0b643812; }
.ec-rule-node { box-shadow:0 1px 2px #132f6006; }
@media (prefers-reduced-motion: reduce) {
  .ec-logo-window { mask-image:none; }
  .ec-logo-track { width:100%; }
  .ec-logo-group { width:100%; height:auto; flex-wrap:wrap; gap:24px; padding:0; }
  .ec-logo-group[aria-hidden="true"] { display:none; }
  .ec-page *, .ec-page *::before, .ec-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
