/* Maldives Rating selectable header and footer presets — v2.3.0 */
.rmv-selected-header{--rmv-preset-accent:var(--rmv-primary,#0066cc);position:relative;z-index:1000}
.rmv-selected-header .rmv-header-main{width:100%;background:transparent}
.rmv-selected-header .rmv-header-inner{display:grid!important;grid-template-columns:minmax(150px,220px) minmax(0,1fr) max-content!important;align-items:center!important;gap:28px!important;min-height:72px!important;padding:10px 0!important}
.rmv-selected-header .site-branding{grid-column:1!important;position:relative!important;z-index:3!important;justify-self:start!important;min-width:0!important;width:100%!important;max-width:220px!important;overflow:hidden!important;align-items:flex-start!important;text-align:left!important}
.rmv-selected-header .rmv-logo-current{display:block!important;width:min(180px,var(--rmv-logo-width,180px))!important;max-width:100%!important;max-height:56px!important;object-fit:contain!important}
.rmv-selected-header .rmv-navigation{grid-column:2!important;position:relative!important;z-index:1!important;min-width:0!important;border:0!important}
.rmv-selected-header .rmv-primary-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(16px,2vw,30px)!important;margin:0!important;padding:0!important;list-style:none!important}
.rmv-selected-header .rmv-primary-menu>li{flex:0 0 auto!important}
.rmv-selected-header .rmv-primary-menu>li>a{display:flex!important;align-items:center!important;min-height:48px!important;padding:0!important;color:inherit!important;font-size:14px!important;font-weight:700!important;white-space:nowrap!important}
.rmv-selected-header .rmv-header-actions{grid-column:3!important;position:relative!important;inset:auto!important;transform:none!important;z-index:4!important;display:flex!important;align-items:center!important;justify-self:end!important;gap:10px!important;min-width:max-content!important;white-space:nowrap!important}
.rmv-selected-header .rmv-icon-button{position:static!important;inset:auto!important;transform:none!important;margin:0!important;flex:0 0 auto!important;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(120,145,160,.26);border-radius:50%;background:rgba(255,255,255,.72);color:inherit;box-shadow:none}
.rmv-selected-header .rmv-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border-radius:11px;background:var(--rmv-preset-accent);color:#fff!important;font-size:14px;font-weight:800;box-shadow:0 10px 22px color-mix(in srgb,var(--rmv-preset-accent) 22%,transparent)}
.rmv-selected-header .rmv-menu-toggle{display:none!important;grid-column:2;justify-self:end}
.rmv-selected-header .rmv-topbar{min-height:34px;border-bottom:1px solid rgba(120,145,160,.18)}
.rmv-selected-header .rmv-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px}
.rmv-selected-header .rmv-topbar-contact,.rmv-selected-header .rmv-topbar-right{display:flex;align-items:center;gap:18px;min-width:0}
.rmv-selected-header .rmv-topbar-contact>*{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.rmv-selected-header .rmv-social-links a{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;font-size:10px;font-weight:800}
.rmv-header-socials{display:flex;gap:4px}
.rmv-commerce-search{grid-column:2;min-width:260px;max-width:680px;width:100%}
.rmv-commerce-search form{display:grid;grid-template-columns:minmax(0,1fr) auto;margin:0}
.rmv-commerce-search input[type=search]{min-height:46px;border:1px solid #d8e5ec;border-radius:10px 0 0 10px;background:#fff;padding:0 16px}
.rmv-commerce-search button,.rmv-commerce-search input[type=submit]{min-width:54px;border:0;border-radius:0 10px 10px 0;background:var(--rmv-preset-accent);color:#fff}

/* Collision protection: action buttons can never occupy the branding cell. */
.rmv-selected-header .rmv-logo-link{display:flex!important;align-items:center!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
.rmv-selected-header .rmv-theme-toggle{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;translate:none!important}
.rmv-selected-header .rmv-header-actions:empty{display:none!important}
@media(min-width:1321px){.rmv-selected-header .rmv-menu-toggle{display:none!important}}

/* 01 — Clean CTA */
.rmv-header-preset-h01 .site-header{padding:14px 18px 0;background:#f7f9fc;border:0}
.rmv-header-preset-h01 .rmv-header-main{max-width:1440px;margin:auto;border:1px solid #edf1f5;border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(18,39,62,.08)}
.rmv-header-preset-h01 .rmv-header-inner{width:min(100% - 48px,1260px)}
.rmv-header-preset-h01 .rmv-primary-menu>.current-menu-item>a,.rmv-header-preset-h01 .rmv-primary-menu>li>a:hover{color:#165dff!important}

/* 02 — Midnight minimal */
.rmv-header-preset-h02 .site-header{padding:14px 18px;background:#f7f9fc;border:0}
.rmv-header-preset-h02 .rmv-header-main{max-width:1440px;margin:auto;border-radius:12px;background:linear-gradient(135deg,#0b0d10,#17191d);color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.18)}
.rmv-header-preset-h02 .rmv-header-inner{width:min(100% - 48px,1260px);min-height:100px!important}
.rmv-header-preset-h02 .rmv-primary-menu>li>a,.rmv-header-preset-h02 .site-title{color:#fff!important;text-transform:uppercase}
.rmv-header-preset-h02 .rmv-header-actions>*:not(.rmv-menu-toggle){display:none!important}
.rmv-header-preset-h02 .rmv-menu-toggle{display:flex!important;grid-column:3!important;width:48px;height:48px;border:0;background:transparent}
.rmv-header-preset-h02 .rmv-menu-toggle span:not(.screen-reader-text){background:#fff!important}
.rmv-header-preset-h02 .rmv-primary-menu>.current-menu-item>a:after{content:"";position:absolute;bottom:3px;left:50%;width:6px;height:6px;border-radius:50%;background:#fff;transform:translateX(-50%)}

/* 03 — Organic */
.rmv-header-preset-h03 .site-header{padding:14px 18px;background:#f7f9fc;border:0}
.rmv-header-preset-h03 .rmv-header-main{max-width:1440px;margin:auto;border-radius:16px;background:linear-gradient(120deg,#fffdf8,#f8f5ed);box-shadow:0 12px 30px rgba(85,78,54,.08);color:#182119}
.rmv-header-preset-h03 .rmv-header-inner{width:min(100% - 48px,1260px)}
.rmv-header-preset-h03 .rmv-header-cta{border-radius:999px;background:linear-gradient(135deg,#6e8e5d,#3e673d)}
.rmv-header-preset-h03 .rmv-primary-menu>.current-menu-item>a,.rmv-header-preset-h03 .rmv-primary-menu>li>a:hover{color:#527a47!important}

/* 04 — Gradient icons */
.rmv-header-preset-h04 .site-header{padding:14px 18px;background:#f7f9fc;border:0}
.rmv-header-preset-h04 .rmv-header-main{max-width:1440px;margin:auto;border-radius:12px;background:linear-gradient(115deg,#1537a3,#35309f 56%,#8837a8);color:#fff;box-shadow:0 16px 34px rgba(52,49,157,.24)}
.rmv-header-preset-h04 .rmv-header-inner{width:min(100% - 48px,1260px);min-height:104px!important}
.rmv-header-preset-h04 .rmv-primary-menu>li>a{min-width:78px;flex-direction:column;gap:6px;color:#fff!important;font-weight:500!important}
.rmv-header-preset-h04 .rmv-primary-menu>li>a:before{font-size:21px;line-height:1}
.rmv-header-preset-h04 .rmv-primary-menu>li:nth-child(1)>a:before{content:"⌂"}.rmv-header-preset-h04 .rmv-primary-menu>li:nth-child(2)>a:before{content:"♙"}.rmv-header-preset-h04 .rmv-primary-menu>li:nth-child(3)>a:before{content:"▦"}.rmv-header-preset-h04 .rmv-primary-menu>li:nth-child(4)>a:before{content:"▣"}.rmv-header-preset-h04 .rmv-primary-menu>li:nth-child(5)>a:before{content:"▤"}.rmv-header-preset-h04 .rmv-primary-menu>li:nth-child(6)>a:before{content:"✉"}
.rmv-header-preset-h04 .rmv-icon-button{border:0;background:rgba(255,255,255,.12);color:#fff}
.rmv-header-preset-h04 .rmv-theme-toggle,.rmv-header-preset-h04 .rmv-header-cta{display:none!important}

/* 05 — Studio */
.rmv-header-preset-h05 .site-header{padding:14px 18px;background:#f7f9fc;border:0}
.rmv-header-preset-h05 .rmv-header-main{max-width:1440px;margin:auto;border:1px solid #e8e8e8;border-radius:12px;background:#fff;box-shadow:0 10px 26px rgba(22,30,38,.06)}
.rmv-header-preset-h05 .rmv-header-inner{width:min(100% - 48px,1260px)}
.rmv-header-preset-h05 .site-branding{padding-right:32px;border-right:1px solid #ddd}
.rmv-header-preset-h05 .rmv-header-cta{border:1px solid #111;border-radius:3px;background:#fff;color:#111!important;box-shadow:none}
.rmv-header-preset-h05 .rmv-theme-toggle{border-radius:3px;background:#161616;color:#fff}
.rmv-header-preset-h05 .rmv-primary-menu>.current-menu-item>a{color:#ff5518!important}

/* 06 — Scenic */
.rmv-header-preset-h06 .site-header{padding:14px 18px;background:#f7f9fc;border:0}
.rmv-header-preset-h06 .rmv-header-main{max-width:1440px;margin:auto;border-radius:12px;background:linear-gradient(rgba(18,45,67,.72),rgba(18,45,67,.76)),url('../images/demo/lagoon-park.jpg') center/cover;color:#fff;box-shadow:0 18px 38px rgba(12,40,65,.2)}
.rmv-header-preset-h06 .rmv-header-inner{width:min(100% - 48px,1260px);min-height:144px!important}
.rmv-header-preset-h06 .rmv-primary-menu>li>a,.rmv-header-preset-h06 .site-title{color:#fff!important}
.rmv-header-preset-h06 .rmv-icon-button,.rmv-header-preset-h06 .rmv-social-links a{border:0;background:transparent;color:#fff}
.rmv-header-preset-h06 .rmv-header-cta,.rmv-header-preset-h06 .rmv-theme-toggle{display:none!important}

/* Shared double-level business presets */
:is(.rmv-header-preset-h07,.rmv-header-preset-h08,.rmv-header-preset-h09,.rmv-header-preset-h10,.rmv-header-preset-h11,.rmv-header-preset-h12,.rmv-header-preset-h13,.rmv-header-preset-h14,.rmv-header-preset-h15,.rmv-header-preset-h16) .site-header{border-bottom:1px solid rgba(110,135,150,.18)}
:is(.rmv-header-preset-h07,.rmv-header-preset-h08,.rmv-header-preset-h09,.rmv-header-preset-h10,.rmv-header-preset-h11,.rmv-header-preset-h12,.rmv-header-preset-h13,.rmv-header-preset-h14,.rmv-header-preset-h15,.rmv-header-preset-h16) .rmv-header-inner{min-height:64px!important;padding:7px 0!important}

/* 07 Avenue */
.rmv-header-preset-h07 .rmv-topbar{background:#f5f6f7;color:#24313b}
.rmv-header-preset-h07 .rmv-header-main{background:#fff;color:#111f2d}
.rmv-header-preset-h07 .rmv-header-cta{background:#245af5}

/* 08 Nexora */
.rmv-header-preset-h08 .site-header,.rmv-header-preset-h08 .rmv-header-main,.rmv-header-preset-h08 .rmv-topbar{background:#0e1b2d;color:#fff}
.rmv-header-preset-h08 .rmv-topbar{border-color:rgba(255,255,255,.1)}
.rmv-header-preset-h08 .rmv-header-cta{background:#ffc51c;color:#111!important}
.rmv-header-preset-h08 .rmv-primary-menu>li>a{color:#fff!important}

/* 09 Green utility */
.rmv-header-preset-h09 .rmv-topbar{background:#f4f4ed;color:#263229}
.rmv-header-preset-h09 .rmv-header-main{background:#fffdfa;color:#1f3022}
.rmv-header-preset-h09 .rmv-header-cta{background:#60a83b}
.rmv-header-preset-h09 .rmv-primary-menu>.current-menu-item>a{color:#4d9134!important}

/* 10 Royal */
.rmv-header-preset-h10 .rmv-topbar{background:#1c2020;color:#f1f1ed}
.rmv-header-preset-h10 .rmv-header-main{background:#fff;color:#191919}
.rmv-header-preset-h10 .rmv-header-cta{background:linear-gradient(135deg,#d8a13e,#edbd64)}
.rmv-header-preset-h10 .rmv-primary-menu>.current-menu-item>a{color:#d69b37!important}

/* 11 Commerce */
.rmv-header-preset-h11 .rmv-topbar{background:#f23b50;color:#fff}
.rmv-header-preset-h11 .rmv-header-main{background:#fff;color:#101820}
.rmv-header-preset-h11 .rmv-header-inner{grid-template-columns:auto minmax(300px,1fr) auto!important}
.rmv-header-preset-h11 .rmv-navigation{display:none!important}
.rmv-header-preset-h11 .rmv-menu-toggle{display:flex!important;grid-column:1!important;grid-row:1!important;margin-right:12px}
.rmv-header-preset-h11 .site-branding{grid-column:1!important;margin-left:54px}
.rmv-header-preset-h11 .rmv-commerce-search{grid-column:2!important}
.rmv-header-preset-h11 .rmv-header-actions{grid-column:3!important}
.rmv-header-preset-h11 .rmv-header-cta,.rmv-header-preset-h11 .rmv-theme-toggle{display:none!important}

/* 12 Techflow */
.rmv-header-preset-h12 .rmv-topbar{background:linear-gradient(90deg,#2940ef,#2f62f5);color:#fff}
.rmv-header-preset-h12 .rmv-header-main{background:#fff;color:#121c2f}
.rmv-header-preset-h12 .rmv-header-cta{border:1px solid #355df2;background:#fff;color:#355df2!important;box-shadow:none}

/* 13 Creatiq */
.rmv-header-preset-h13 .site-header,.rmv-header-preset-h13 .rmv-header-main,.rmv-header-preset-h13 .rmv-topbar{background:linear-gradient(120deg,#15191b,#242a2d);color:#fff}
.rmv-header-preset-h13 .rmv-primary-menu>li>a{color:#fff!important}
.rmv-header-preset-h13 .rmv-header-cta{background:#ffca18;color:#151515!important}
.rmv-header-preset-h13 .rmv-icon-button,.rmv-header-preset-h13 .rmv-social-links a{background:transparent;color:#fff;border-color:rgba(255,255,255,.16)}

/* 14 Clinic */
.rmv-header-preset-h14 .rmv-topbar{background:#eff8f7;color:#0c8582}
.rmv-header-preset-h14 .rmv-header-main{background:#fff;color:#1b2a2f}
.rmv-header-preset-h14 .rmv-header-cta{border-radius:999px;background:#23aaa5}

/* 15 Island travel */
.rmv-header-preset-h15 .site-header{background:linear-gradient(rgba(15,65,86,.62),rgba(15,65,86,.72)),url('../images/demo/lagoon-park.jpg') center/cover;color:#fff}
.rmv-header-preset-h15 .rmv-header-main,.rmv-header-preset-h15 .rmv-topbar{background:transparent;color:#fff}
.rmv-header-preset-h15 .rmv-primary-menu>li>a{color:#fff!important}
.rmv-header-preset-h15 .rmv-icon-button,.rmv-header-preset-h15 .rmv-social-links a{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.22)}
.rmv-header-preset-h15 .rmv-header-cta{border:1px solid rgba(255,255,255,.75);background:transparent}

/* 16 Corporate */
.rmv-header-preset-h16 .rmv-topbar{background:#f5f6f8;color:#0a1f4e}
.rmv-header-preset-h16 .rmv-header-main{background:#fff;color:#0d2454}
.rmv-header-preset-h16 .rmv-header-cta{background:#0e255a}

/* Dark-mode compatibility for light presets */
html[data-theme="dark"] :is(.rmv-header-preset-h01,.rmv-header-preset-h03,.rmv-header-preset-h05,.rmv-header-preset-h07,.rmv-header-preset-h09,.rmv-header-preset-h10,.rmv-header-preset-h11,.rmv-header-preset-h12,.rmv-header-preset-h14,.rmv-header-preset-h16) .site-header,
html[data-theme="dark"] :is(.rmv-header-preset-h01,.rmv-header-preset-h03,.rmv-header-preset-h05,.rmv-header-preset-h07,.rmv-header-preset-h09,.rmv-header-preset-h10,.rmv-header-preset-h11,.rmv-header-preset-h12,.rmv-header-preset-h14,.rmv-header-preset-h16) .rmv-header-main{background:#081a28!important;color:#f5f9fc!important;border-color:#21394a!important}
html[data-theme="dark"] :is(.rmv-header-preset-h07,.rmv-header-preset-h09,.rmv-header-preset-h10,.rmv-header-preset-h11,.rmv-header-preset-h12,.rmv-header-preset-h14,.rmv-header-preset-h16) .rmv-topbar{background:#0e2637!important;color:#c9d8e2!important;border-color:#21394a!important}
html[data-theme="dark"] .rmv-selected-header .rmv-primary-menu>li>a{color:#f5f9fc!important}
html[data-theme="dark"] .rmv-selected-header .rmv-icon-button{background:#10283d!important;color:#fff!important;border-color:#29475b!important}
html[data-theme="dark"] .rmv-commerce-search input[type=search]{background:#10283d;color:#fff;border-color:#29475b}

/* Footer shared structure */
.rmv-selected-footer{--rmv-footer-accent:var(--rmv-primary,#0066cc);position:relative;overflow:hidden}
.rmv-selected-footer .rmv-footer-main{padding:58px 0 34px}
.rmv-selected-footer .rmv-footer-grid{display:grid!important;grid-template-columns:minmax(190px,1.05fr) minmax(420px,2.4fr) minmax(230px,1.15fr)!important;gap:46px!important;align-items:start!important}
.rmv-selected-footer .rmv-footer-columns-wrap{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:28px}
.rmv-selected-footer .rmv-footer-widget-area{min-width:0}
.rmv-selected-footer .widget{margin:0}
.rmv-selected-footer .widget-title,.rmv-selected-footer .rmv-footer-newsletter h3{margin:0 0 15px;font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}
.rmv-selected-footer ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.rmv-selected-footer li,.rmv-selected-footer p,.rmv-selected-footer a{font-size:13px;line-height:1.55}
.rmv-selected-footer .rmv-footer-brand p{max-width:270px;margin:14px 0 0}
.rmv-selected-footer .rmv-footer-brand img{max-width:175px;max-height:58px;margin-bottom:10px}
.rmv-selected-footer .rmv-footer-socials{display:flex;gap:8px;margin-top:18px}
.rmv-selected-footer .rmv-footer-socials a{display:grid;place-items:center;width:32px;height:32px;border:1px solid currentColor;border-radius:50%;font-size:10px;font-weight:800}
.rmv-footer-newsletter p{margin:0 0 14px;opacity:.76}
.rmv-footer-newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) 44px;margin:0 0 14px}
.rmv-footer-newsletter-form input{width:100%;min-height:42px;border:1px solid rgba(148,168,183,.35);border-radius:6px 0 0 6px;background:transparent;color:inherit;padding:0 13px}
.rmv-footer-newsletter-form button{border:0;border-radius:0 6px 6px 0;background:var(--rmv-footer-accent);color:#fff;font-size:20px}
.rmv-footer-cta{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:42px;padding:9px 20px;border:1px solid currentColor;border-radius:5px;font-weight:700}
.rmv-selected-footer .rmv-footer-bottom{border-top:1px solid rgba(150,170,184,.18)}
.rmv-selected-footer .rmv-footer-bottom-inner{min-height:44px}

/* F01 Avenue */
.rmv-footer-preset-f01 .site-footer{background:linear-gradient(120deg,#071126,#111b32);color:#d9e1ed}
.rmv-footer-preset-f01 .widget-title,.rmv-footer-preset-f01 .rmv-footer-newsletter h3{color:#fff}
.rmv-footer-preset-f01 a{color:#d9e1ed}
.rmv-footer-preset-f01 .rmv-footer-bottom{background:rgba(4,10,24,.35)}
.rmv-footer-preset-f01 .rmv-footer-newsletter-form button{background:#2f64ff}

/* F02 Greenly */
.rmv-footer-preset-f02 .site-footer{background:linear-gradient(130deg,#fffdf8,#f7f5ed);color:#334d36}
.rmv-footer-preset-f02 .widget-title,.rmv-footer-preset-f02 .rmv-footer-newsletter h3{color:#397342}
.rmv-footer-preset-f02 a{color:#334d36}
.rmv-footer-preset-f02 .rmv-footer-main:before,.rmv-footer-preset-f02 .rmv-footer-main:after{content:"";position:absolute;width:150px;height:180px;bottom:10px;opacity:.18;background:radial-gradient(ellipse at center,#5d994c 0 2px,transparent 3px);background-size:18px 18px}
.rmv-footer-preset-f02 .rmv-footer-main:before{left:-35px}.rmv-footer-preset-f02 .rmv-footer-main:after{right:-35px}
.rmv-footer-preset-f02 .rmv-footer-newsletter-form button{background:#397342}
.rmv-footer-preset-f02 .rmv-footer-bottom{background:rgba(74,113,73,.05)}

/* F03 Royal */
.rmv-footer-preset-f03 .site-footer{background:linear-gradient(120deg,#080909,#181817);color:#d8d2c3}
.rmv-footer-preset-f03 .widget-title,.rmv-footer-preset-f03 .rmv-footer-newsletter h3{color:#caa64d}
.rmv-footer-preset-f03 a{color:#e5dfd1}
.rmv-footer-preset-f03 .rmv-footer-newsletter{border:1px solid rgba(202,166,77,.4);padding:24px;text-align:center}
.rmv-footer-preset-f03 .rmv-footer-newsletter-form{display:none}
.rmv-footer-preset-f03 .rmv-footer-cta{width:100%;border-color:#caa64d;background:#caa64d;color:#111}
.rmv-footer-preset-f03 .rmv-footer-bottom{background:linear-gradient(90deg,#a77b2f,#d8b55d);color:#19130a;border:0}

/* F04 Shopia */
.rmv-footer-preset-f04 .site-footer{background:#fff;color:#20232a}
.rmv-footer-preset-f04 .widget-title,.rmv-footer-preset-f04 .rmv-footer-newsletter h3{color:#14161b}
.rmv-footer-preset-f04 a{color:#20232a}
.rmv-footer-preset-f04 .rmv-footer-newsletter{padding-left:32px;border-left:1px solid #e1e4e8}
.rmv-footer-preset-f04 .rmv-footer-newsletter-form button{background:#f33d50}
.rmv-footer-preset-f04 .rmv-footer-bottom{background:#fafafa;color:#7b818a;border-color:#e9ebee}

/* F05 Techflow */
.rmv-footer-preset-f05 .site-footer{background:radial-gradient(circle at 0 100%,rgba(35,177,255,.24),transparent 22%),radial-gradient(circle at 100% 0,rgba(25,166,232,.28),transparent 25%),linear-gradient(120deg,#102588,#07164b 62%,#082f6c);color:#dbe9ff}
.rmv-footer-preset-f05 .widget-title,.rmv-footer-preset-f05 .rmv-footer-newsletter h3{color:#fff}
.rmv-footer-preset-f05 a{color:#dbe9ff}
.rmv-footer-preset-f05 .rmv-footer-newsletter-form button{background:#13b9f2}
.rmv-footer-preset-f05 .rmv-footer-bottom{background:rgba(3,13,52,.24)}

/* F06 Creatiq */
.rmv-footer-preset-f06 .site-footer{background:linear-gradient(130deg,#0a0b0c,#17191a);color:#d7d7d3}
.rmv-footer-preset-f06 .widget-title,.rmv-footer-preset-f06 .rmv-footer-newsletter h3{color:#fff}
.rmv-footer-preset-f06 a{color:#deded9}
.rmv-footer-preset-f06 .rmv-footer-newsletter-form{display:none}
.rmv-footer-preset-f06 .rmv-footer-cta{border-color:#d7ae2c;color:#fff}
.rmv-footer-preset-f06 .rmv-footer-bottom{background:rgba(0,0,0,.2)}

html[data-theme="dark"] :is(.rmv-footer-preset-f02,.rmv-footer-preset-f04) .site-footer{background:#0b1f2f!important;color:#d9e7ef!important}
html[data-theme="dark"] :is(.rmv-footer-preset-f02,.rmv-footer-preset-f04) :is(.widget-title,.rmv-footer-newsletter h3){color:#fff!important}
html[data-theme="dark"] :is(.rmv-footer-preset-f02,.rmv-footer-preset-f04) a{color:#d9e7ef!important}
html[data-theme="dark"] .rmv-footer-preset-f04 .rmv-footer-newsletter{border-color:#29465a}

@media(max-width:1320px){
  .rmv-selected-header .rmv-header-inner{width:min(100% - 28px,1180px)!important;grid-template-columns:minmax(130px,1fr) auto auto!important;gap:10px!important}
  .rmv-selected-header .rmv-menu-toggle{display:flex!important;grid-column:2!important}
  .rmv-selected-header .rmv-navigation{position:fixed!important;display:block!important;inset:0 0 0 auto!important;width:min(390px,88vw)!important;height:100vh!important;padding:80px 24px 30px!important;background:var(--rmv-mobile-bg,#fff)!important;transform:translateX(110%)!important;transition:.25s!important;z-index:1005!important;overflow:auto!important}
  .rmv-selected-header .rmv-navigation.is-open{transform:none!important}
  .rmv-selected-header .rmv-primary-menu{display:block!important}
  .rmv-selected-header .rmv-primary-menu>li>a{display:block!important;min-height:0!important;padding:12px 10px!important;color:var(--rmv-mobile-text,#0b1f33)!important}
  .rmv-selected-header .rmv-header-actions{grid-column:3!important}
  .rmv-header-preset-h02 .rmv-menu-toggle{grid-column:3!important}
  .rmv-header-preset-h02 .rmv-navigation{background:#111418!important}
  .rmv-header-preset-h02 .rmv-primary-menu>li>a{color:#fff!important}
  .rmv-header-preset-h11 .rmv-commerce-search{display:none}
  .rmv-header-preset-h11 .site-branding{grid-column:1!important;margin-left:0}
  .rmv-header-preset-h11 .rmv-menu-toggle{grid-column:2!important;margin:0}
  .rmv-selected-footer .rmv-footer-grid{grid-template-columns:1fr!important}
  .rmv-selected-footer .rmv-footer-columns-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rmv-selected-footer .rmv-footer-newsletter{max-width:620px}
}
@media(max-width:720px){
  .rmv-selected-header .rmv-header-inner{min-height:64px!important;padding:7px 0!important}
  .rmv-selected-header .site-branding{min-width:0!important;max-width:150px!important}
  .rmv-selected-header .rmv-logo-current{width:min(145px,var(--rmv-logo-width-mobile,145px))!important;max-height:44px!important}
  .rmv-selected-header .rmv-header-actions .rmv-search-toggle,.rmv-selected-header .rmv-header-cta,.rmv-selected-header .rmv-header-socials{display:none!important}
  .rmv-selected-header .rmv-icon-button{width:38px;height:38px}
  .rmv-selected-header .rmv-topbar{display:none!important}
  .rmv-header-preset-h01 .site-header,.rmv-header-preset-h02 .site-header,.rmv-header-preset-h03 .site-header,.rmv-header-preset-h04 .site-header,.rmv-header-preset-h05 .site-header,.rmv-header-preset-h06 .site-header{padding:6px}
  .rmv-header-preset-h01 .rmv-header-main,.rmv-header-preset-h02 .rmv-header-main,.rmv-header-preset-h03 .rmv-header-main,.rmv-header-preset-h04 .rmv-header-main,.rmv-header-preset-h05 .rmv-header-main,.rmv-header-preset-h06 .rmv-header-main{border-radius:10px}
  .rmv-selected-footer .rmv-footer-main{padding:44px 0 28px}
  .rmv-selected-footer .rmv-footer-columns-wrap{grid-template-columns:1fr 1fr;gap:26px 18px}
  .rmv-selected-footer .rmv-footer-grid{gap:32px!important}
}
@media(max-width:480px){.rmv-selected-footer .rmv-footer-columns-wrap{grid-template-columns:1fr}.rmv-selected-footer .rmv-footer-bottom-inner{display:block;text-align:center;padding:14px 0}}


/* v2.3 — preset application and full-width header background repair. */
.site-header.rmv-selected-header.rmv-header-frame-full{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border-radius:0!important;overflow:visible!important}
.site-header.rmv-selected-header.rmv-header-frame-full .rmv-header-main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;box-shadow:none!important}
.site-header.rmv-selected-header.rmv-header-frame-full .rmv-header-inner{width:min(calc(100% - 40px),var(--rmv-container,1180px))!important;max-width:var(--rmv-container,1180px)!important;margin-inline:auto!important}
.site-header.rmv-selected-header-h01 .rmv-header-main{background:#fff;color:#0b1f33;border-bottom:1px solid #edf1f5}
.site-header.rmv-selected-header-h02 .rmv-header-main{background:linear-gradient(135deg,#0b0d10,#17191d);color:#fff}
.site-header.rmv-selected-header-h03 .rmv-header-main{background:linear-gradient(120deg,#fffdf8,#f8f5ed);color:#182119}
.site-header.rmv-selected-header-h04 .rmv-header-main{background:linear-gradient(115deg,#1537a3,#35309f 56%,#8837a8);color:#fff}
.site-header.rmv-selected-header-h05 .rmv-header-main{background:#fff;color:#17191d;border-bottom:1px solid #e7e9ed}
.site-header.rmv-selected-header-h06 .rmv-header-main{background:linear-gradient(rgba(13,36,56,.74),rgba(13,36,56,.74)),linear-gradient(120deg,#24435b,#10283d);color:#fff}
.site-header.rmv-selected-header-h07 .rmv-header-main{background:#fff;color:#111827}
.site-header.rmv-selected-header-h08 .rmv-header-main{background:linear-gradient(115deg,#0b1727,#14243a);color:#fff}
.site-header.rmv-selected-header-h09 .rmv-header-main{background:#fffdf8;color:#1f3824}
.site-header.rmv-selected-header-h10 .rmv-header-main{background:#fff;color:#18130b}
.site-header.rmv-selected-header-h11 .rmv-header-main{background:#fff;color:#17191d}
.site-header.rmv-selected-header-h12 .rmv-header-main{background:#fff;color:#101a45}
.site-header.rmv-selected-header-h13 .rmv-header-main{background:linear-gradient(120deg,#111416,#202426);color:#fff}
.site-header.rmv-selected-header-h14 .rmv-header-main{background:#fff;color:#163238}
.site-header.rmv-selected-header-h15 .rmv-header-main{background:linear-gradient(rgba(7,38,58,.7),rgba(7,38,58,.7)),linear-gradient(120deg,#166681,#0d435e);color:#fff}
.site-header.rmv-selected-header-h16 .rmv-header-main{background:#fff;color:#0d1b3d}
.site-header.rmv-selected-header-h02 :is(.rmv-primary-menu>li>a,.site-title),.site-header.rmv-selected-header-h04 :is(.rmv-primary-menu>li>a,.site-title),.site-header.rmv-selected-header-h06 :is(.rmv-primary-menu>li>a,.site-title),.site-header.rmv-selected-header-h08 :is(.rmv-primary-menu>li>a,.site-title),.site-header.rmv-selected-header-h13 :is(.rmv-primary-menu>li>a,.site-title),.site-header.rmv-selected-header-h15 :is(.rmv-primary-menu>li>a,.site-title){color:#fff!important}
.site-header.rmv-selected-header.rmv-header-frame-floating{padding:14px 18px;background:#f7f9fc;border:0}
.site-header.rmv-selected-header.rmv-header-frame-floating .rmv-header-main{max-width:1440px;margin:auto;border-radius:16px;box-shadow:0 12px 34px rgba(18,39,62,.08)}
@media(max-width:720px){.site-header.rmv-selected-header.rmv-header-frame-full .rmv-header-inner{width:calc(100% - 24px)!important}}
