/* ── Footer Base ── */
.oris-footer { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #ffffff; color: #0f172a; width: 100%; overflow-x: hidden; }
html.theme-dark .oris-footer { background: #0a0f1a; color: #f1f5f9; }
.oris-footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; width: 100%; box-sizing: border-box; }
.oris-footer-top { padding: 56px 0 48px; border-bottom: 1px solid #e2e8f0; }
html.theme-dark .oris-footer-top { border-bottom-color: rgba(255,255,255,.08); }
.oris-footer-grid { display: grid; grid-template-columns: 1.55fr 1.1fr 0.85fr 1fr 1.15fr; gap: 36px; align-items: start; width: 100%; }
.oris-footer-brand, .oris-footer-col { min-width: 0; overflow-wrap: break-word; word-break: break-word; }
.oris-footer-subscribe-col { min-width: 0; width: 100%; }
.oris-footer-subscribe-form { width: 100%; }
/* Brand */
.oris-footer-logo-wrap { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 14px; }
.oris-footer-logo-img { width: 38px; height: 38px; object-fit: contain; }
.oris-footer-logo-text { display: flex; flex-direction: column; gap: 2px; }
.oris-logo-name { font-size: 17px; font-weight: 900; letter-spacing: .02em; color: #0f172a; line-height: 1.1; }
html.theme-dark .oris-logo-name { color: #f1f5f9; }
.oris-logo-hub { color: #6d28d9; }
.oris-logo-tagline { font-size: 8.5px; font-weight: 800; letter-spacing: .14em; color: #94a3b8; text-transform: uppercase; }
.oris-footer-desc { font-size: 13.5px; color: #64748b; line-height: 1.7; margin-bottom: 20px; max-width: 280px; }
html.theme-dark .oris-footer-desc { color: #94a3b8; }
/* Socials */
.oris-footer-socials { display: flex; gap: 8px; flex-wrap: nowrap; }
.oris-social-icon { width: 34px; height: 34px; border-radius: 8px; border: 1.5px solid rgba(109,40,217,.35); display: flex; align-items: center; justify-content: center; color: #6d28d9; text-decoration: none; transition: border-color .2s, color .2s, background .2s; flex-shrink: 0; }
html.theme-dark .oris-social-icon { border-color: rgba(139,92,246,.4); color: #8b5cf6; }
.oris-social-icon:hover { border-color: #6d28d9; color: #fff; background: linear-gradient(135deg,#6d28d9,#4f46e5); }
html.theme-dark .oris-social-icon:hover { border-color: #8b5cf6; color: #fff; background: linear-gradient(135deg,#6d28d9,#4f46e5); }
/* Column headers */
.oris-footer-col-hd { font-size: 12.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #0f172a; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
html.theme-dark .oris-footer-col-hd { color: #f1f5f9; }
.oris-footer-col-hd::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; border-radius: 2px; background: linear-gradient(90deg,#6d28d9,#4f46e5); }
/* Nav links */
.oris-footer-nav { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.oris-footer-nav li a { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: #64748b; text-decoration: none; transition: color .18s; line-height: 1.4; overflow-wrap: break-word; word-break: break-word; min-width: 0; }
html.theme-dark .oris-footer-nav li a { color: #94a3b8; }
.oris-footer-nav li a:hover { color: #6d28d9; }
html.theme-dark .oris-footer-nav li a:hover { color: #a78bfa; }
.oris-nav-icon { width: 26px; height: 26px; border-radius: 6px; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #94a3b8; background: #f8fafc; transition: border-color .18s, color .18s, background .18s; }
html.theme-dark .oris-nav-icon { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.04); color: #64748b; }
.oris-footer-nav li a:hover .oris-nav-icon { border-color: #c4b5fd; color: #6d28d9; background: rgba(109,40,217,.06); }
html.theme-dark .oris-footer-nav li a:hover .oris-nav-icon { border-color: #7c3aed; color: #a78bfa; background: rgba(109,40,217,.15); }
/* Subscribe */
.oris-footer-subscribe-desc { font-size: 13.5px; color: #64748b; line-height: 1.65; margin-bottom: 16px; }
html.theme-dark .oris-footer-subscribe-desc { color: #94a3b8; }
.oris-footer-email-wrap { display: flex; align-items: center; border: 1.5px solid #e2e8f0; border-radius: 10px; overflow: hidden; background: #fff; margin-bottom: 10px; transition: border-color .18s; }
.oris-footer-email-wrap:focus-within { border-color: #6d28d9; }
html.theme-dark .oris-footer-email-wrap { background: #1e293b; border-color: rgba(255,255,255,.1); }
html.theme-dark .oris-footer-email-wrap:focus-within { border-color: #7c3aed; }
.oris-email-icon { display: flex; align-items: center; padding: 0 12px; color: #94a3b8; flex-shrink: 0; }
.oris-email-input { flex: 1; padding: 12px 12px 12px 0; border: none; outline: none; font-size: 13.5px; font-family: inherit; background: transparent; color: #0f172a; min-width: 0; }
html.theme-dark .oris-email-input { color: #f1f5f9; }
.oris-email-input::placeholder { color: #94a3b8; }
html.theme-dark .oris-email-input::placeholder { color: #475569; }
.oris-subscribe-btn { display: block; width: 100%; padding: 12px; background: linear-gradient(135deg,#6d28d9,#4f46e5); border: none; border-radius: 10px; color: #fff; font-size: 14.5px; font-weight: 700; font-family: inherit; cursor: pointer; margin-bottom: 12px; transition: opacity .18s, transform .15s, box-shadow .2s; letter-spacing: .01em; }
.oris-subscribe-btn:hover { opacity: .92; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(109,40,217,.38); }
.oris-subscribe-btn:active { transform: translateY(0); }
.oris-no-spam { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #22c55e; font-weight: 500; }
html.theme-dark .oris-no-spam { color: #4ade80; }
/* Certs section */
.oris-footer-certs { padding: 44px 0; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
html.theme-dark .oris-footer-certs { background: #0d1526; border-bottom-color: rgba(255,255,255,.08); }
.oris-certs-inner {
    display: grid;
    grid-template-columns: 1.55fr 1.1fr 0.85fr 1fr 1.15fr;
    gap: 36px;
    align-items: start;
    width: 100%;
}
.oris-certs-left { grid-column: 1 / 5; min-width: 0; overflow: hidden; }
.oris-certs-title { font-size: 12.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #0f172a; margin-bottom: 24px; position: relative; padding-bottom: 12px; display: inline-block; }
html.theme-dark .oris-certs-title { color: #f1f5f9; }
.oris-certs-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; border-radius: 2px; background: linear-gradient(90deg,#6d28d9,#4f46e5); }
.oris-badges-grid { display: flex; gap: 36px; flex-wrap: wrap; align-items: flex-start; }
.oris-badge-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 7px; width: 90px; flex-shrink: 0; }
.oris-badge-item img { width: 68px; height: 68px; object-fit: contain; display: block; }
.oris-badge-item strong { font-size: 11.5px; font-weight: 700; color: #0f172a; line-height: 1.3; display: block; }
html.theme-dark .oris-badge-item strong { color: #f1f5f9; }
.oris-badge-item span { font-size: 10.5px; color: #64748b; line-height: 1.45; display: block; }
html.theme-dark .oris-badge-item span { color: #94a3b8; }
/* Trust card — aligned with STAY UPDATED column above */
.oris-trust-card {
    grid-column: 5;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 28px 26px;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
html.theme-dark .oris-trust-card { background: #1e293b; border-color: rgba(255,255,255,.1); box-shadow: 0 4px 24px rgba(0,0,0,.35); }
.oris-trust-card h3 { font-size: 21px; font-weight: 900; color: #0f172a; margin-bottom: 10px; line-height: 1.2; }
html.theme-dark .oris-trust-card h3 { color: #f1f5f9; }
.oris-trust-card p { font-size: 13px; color: #64748b; line-height: 1.65; margin-bottom: 16px; }
html.theme-dark .oris-trust-card p { color: #94a3b8; }
.oris-trust-card a { font-size: 13.5px; font-weight: 700; color: #6d28d9; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: opacity .18s; }
.oris-trust-card a:hover { opacity: .8; text-decoration: underline; }
html.theme-dark .oris-trust-card a { color: #a78bfa; }
/* App Download – inside brand column */
.oris-brand-app-download { margin-top: 20px; }
.oris-app-download-heading { font-size: 13px; font-weight: 700; color: #0f172a; margin: 0 0 10px; letter-spacing: .01em; }
html.theme-dark .oris-app-download-heading { color: #f1f5f9; }
.oris-app-store-btns { display: flex; align-items: stretch; gap: 8px; flex-wrap: wrap; }
.oris-store-btn { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 9px; text-decoration: none; transition: transform .18s, box-shadow .2s; border: 1.5px solid; }
.oris-ios-btn { background: #fff; border-color: #1a1a1a; color: #1a1a1a; }
html.theme-dark .oris-ios-btn { background: #1e293b; border-color: #e2e8f0; color: #f1f5f9; }
.oris-android-btn { background: #fff; border-color: #e2e8f0; color: #1a1a1a; box-shadow: 0 1px 3px rgba(0,0,0,.09); }
html.theme-dark .oris-android-btn { background: #1e293b; border-color: rgba(255,255,255,.15); color: #f1f5f9; }
.oris-store-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 16px rgba(0,0,0,.13); }
.oris-store-btn svg { flex-shrink: 0; width: 16px; height: 16px; }
.oris-store-text { display: flex; flex-direction: column; gap: 1px; text-align: left; }
.oris-ios-btn .oris-store-sub { font-size: 8.5px; font-weight: 500; letter-spacing: .03em; color: #1a1a1a; }
html.theme-dark .oris-ios-btn .oris-store-sub { color: #cbd5e1; }
.oris-ios-btn .oris-store-name { font-size: 14px; font-weight: 800; color: #1a1a1a; letter-spacing: -.01em; line-height: 1.1; }
html.theme-dark .oris-ios-btn .oris-store-name { color: #f1f5f9; }
.oris-android-btn .oris-store-sub { font-size: 8.5px; font-weight: 500; letter-spacing: .04em; color: #374151; text-transform: uppercase; }
html.theme-dark .oris-android-btn .oris-store-sub { color: #94a3b8; }
.oris-android-btn .oris-store-name { font-size: 14px; font-weight: 800; color: #1a1a1a; letter-spacing: -.01em; line-height: 1.1; }
html.theme-dark .oris-android-btn .oris-store-name { color: #f1f5f9; }
/* Bottom bar */
.oris-footer-bottom { padding: 16px 0; }
.oris-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.oris-copyright { font-size: 13px; color: #64748b; }
html.theme-dark .oris-copyright { color: #64748b; }
.oris-footer-bottom-links { display: flex; align-items: center; gap: 10px; }
.oris-footer-bottom-links a { font-size: 13px; color: #64748b; text-decoration: none; transition: color .18s; }
html.theme-dark .oris-footer-bottom-links a { color: #64748b; }
.oris-footer-bottom-links a:hover { color: #6d28d9; }
html.theme-dark .oris-footer-bottom-links a:hover { color: #a78bfa; }
.oris-sep { color: #cbd5e1; font-size: 13px; user-select: none; }
html.theme-dark .oris-sep { color: #334155; }
.oris-lang-selector { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #64748b; border: 1.5px solid #e2e8f0; border-radius: 8px; padding: 6px 12px; cursor: pointer; transition: border-color .18s, color .18s; user-select: none; }
html.theme-dark .oris-lang-selector { color: #94a3b8; border-color: rgba(255,255,255,.1); }
.oris-lang-selector:hover { border-color: #6d28d9; color: #6d28d9; }
html.theme-dark .oris-lang-selector:hover { border-color: #7c3aed; color: #a78bfa; }
/* Responsive */
@media (max-width: 1200px) {
    .oris-footer-grid,
    .oris-certs-inner { grid-template-columns: 1.4fr 1fr 0.85fr 1fr 1.1fr; gap: 28px; }
}
@media (max-width: 1024px) {
    .oris-footer-grid,
    .oris-certs-inner { grid-template-columns: 1fr 1fr 1fr; gap: 32px 28px; }
    .oris-footer-brand { grid-column: span 3; }
    .oris-footer-subscribe-col { grid-column: 3; }
    .oris-certs-left { grid-column: 1 / 3; }
    .oris-trust-card { grid-column: 3; }
    .oris-footer-desc { max-width: 480px; }
    .oris-footer-socials { flex-wrap: wrap; }
}
@media (max-width: 768px) {
    .oris-footer-inner { padding: 0 20px; }
    .oris-footer-top { padding: 36px 0 32px; }
    .oris-footer-grid,
    .oris-certs-inner { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .oris-footer-brand { grid-column: span 2; }
    .oris-footer-subscribe-col { grid-column: span 2; }
    .oris-certs-left { grid-column: span 2; }
    .oris-trust-card { grid-column: span 2; }
    .oris-footer-desc { max-width: 100%; }
    .oris-footer-socials { flex-wrap: wrap; }
    .oris-footer-certs { padding: 32px 0; }
    .oris-badges-grid { gap: 24px; justify-content: flex-start; }
    .oris-footer-bottom-inner { flex-direction: column; align-items: center; gap: 10px; text-align: center; }
    .oris-footer-bottom-links { flex-wrap: wrap; justify-content: center; gap: 8px; }
    .oris-app-download-inner { flex-direction: column; align-items: center; text-align: center; gap: 12px; }
    .oris-app-store-btns { justify-content: center; }
}
@media (max-width: 540px) {
    .oris-footer-inner { padding: 0 16px; width: 100%; max-width: 100%; }
    .oris-footer-top { padding: 28px 0 24px; }
    .oris-footer-grid,
    .oris-certs-inner { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .oris-footer-brand,
    .oris-footer-col,
    .oris-footer-subscribe-col,
    .oris-certs-left,
    .oris-trust-card { grid-column: span 1; min-width: 0; width: 100%; max-width: 100%; }
    .oris-footer-logo-img { width: 32px; height: 32px; }
    .oris-logo-name { font-size: 15px; }
    .oris-footer-socials { flex-wrap: wrap; gap: 8px; max-width: 100%; }
    .oris-footer-desc { font-size: 13px; max-width: 100%; }
    .oris-footer-subscribe-desc { max-width: 100%; }
    .oris-footer-email-wrap { width: 100%; max-width: 100%; }
    .oris-email-input { width: 1px; min-width: 0; }
    .oris-subscribe-btn { width: 100%; padding: 11px; font-size: 14px; }
    .oris-footer-certs { padding: 28px 0; }
    .oris-badges-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 10px; justify-items: center; width: 100%; }
    .oris-badge-item { width: 100%; max-width: 100%; }
    .oris-badge-item img { width: 54px; height: 54px; }
    .oris-badge-item strong { font-size: 11px; }
    .oris-badge-item span { font-size: 10px; }
    .oris-trust-card { padding: 20px; }
    .oris-trust-card h3 { font-size: 18px; }
    .oris-footer-col-hd { font-size: 11.5px; }
    .oris-footer-nav li a { font-size: 13px; }
}
@media (max-width: 380px) { .oris-footer-inner { padding: 0 14px; } .oris-badges-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 10px; } .oris-footer-bottom-links { gap: 6px; flex-wrap: wrap; justify-content: center; } .oris-sep { display: none; } .oris-footer-bottom-links a { font-size: 12px; } .oris-copyright { font-size: 12px; } }