/* Wouspace portal. Scoped under .wou so Divi/theme styles can't bleed in. */
:root {
	--ink: #0d0f1c;
	--ink-2: #454a63;
	--paper: #ffffff;
	--tint: #f3f4fb;
	--line: #e3e5f0;
	--brand: #5b3df5;
	--brand-2: #21c8a8;
	--grad: linear-gradient(100deg, #5b3df5 0%, #7a5cff 45%, #21c8a8 100%);
	--radius: 14px;
}

.wou, .wou * { margin: 0; padding: 0; box-sizing: border-box; }
.wou {
	--ink: #0d0f1c;
	--ink-2: #454a63;
	--paper: #ffffff;
	--tint: #f3f4fb;
	--line: #e3e5f0;
	--brand: #5b3df5;
	--brand-2: #21c8a8;
	--grad: linear-gradient(100deg, #5b3df5 0%, #7a5cff 45%, #21c8a8 100%);
	--radius: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: var(--ink);
	background: var(--paper);
	line-height: 1.6;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
}
body.wou-body { margin: 0; background: var(--paper); }
#wpadminbar ~ * .wou-header { top: 32px; }

.wou-container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.wou-narrow { max-width: 760px; }
.wou h1, .wou h2, .wou h3, .wou h4 { line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; }
.wou a { color: var(--brand); text-decoration: none; }
.wou p { margin: 0 0 1em; }

/* Header */
.wou-header { position: sticky; top: 0; z-index: 50; background: rgba(13,15,28,.92); backdrop-filter: blur(10px); }
.wou-header-in { display: flex; align-items: center; gap: 28px; height: 64px; }
.wou-logo { font-size: 24px; font-weight: 900; color: #fff !important; letter-spacing: -0.03em; }
.wou-logo span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wou-nav { display: flex; gap: 22px; margin-left: 10px; }
.wou-nav a { color: #c9cbe0; font-weight: 600; font-size: 15px; }
.wou-nav a:hover { color: #fff; }
.wou-header-cta { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.wou-link-quiet { color: #c9cbe0 !important; font-weight: 600; font-size: 15px; }

/* Buttons */
.wou-btn {
	display: inline-block; background: var(--grad); color: #fff !important; font-weight: 700;
	padding: 13px 26px; border-radius: 999px; border: 0; cursor: pointer; font-size: 16px;
	box-shadow: 0 6px 20px rgba(91,61,245,.35); transition: transform .15s, box-shadow .15s;
	text-align: center;
}
.wou-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(91,61,245,.45); }
.wou-btn-lg { padding: 16px 34px; font-size: 18px; }
.wou-btn-sm { padding: 9px 20px; font-size: 14px; box-shadow: none; }
.wou-btn-ghost { background: transparent; border: 2px solid rgba(255,255,255,.35); box-shadow: none; }
.wou-btn-ghost:hover { border-color: #fff; box-shadow: none; }

/* Hero */
.wou-hero { background: radial-gradient(1200px 600px at 70% -10%, rgba(91,61,245,.35), transparent 60%), var(--ink); color: #fff; padding: 96px 0 84px; }
.wou-hero-slim { padding: 72px 0 56px; }
.wou-eyebrow { color: var(--brand-2); font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: .12em; margin-bottom: 18px; }
.wou-hero h1 { font-size: clamp(34px, 5vw, 56px); max-width: 850px; margin-bottom: 22px; }
.wou-hero h1 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wou-hero-sub { color: #c9cbe0; font-size: 19px; max-width: 720px; margin-bottom: 34px; }
.wou-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; }
.wou-hero-trust { color: #8b8fae; font-size: 14px; }

/* Sections */
.wou-section { padding: 76px 0; }
.wou-section-tint { background: var(--tint); }
.wou-section h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 14px; }
.wou-section-sub { color: var(--ink-2); max-width: 720px; margin-bottom: 30px; }
.wou-cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.wou-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.wou-section-tint .wou-card { border-color: transparent; box-shadow: 0 4px 18px rgba(13,15,28,.06); }
.wou-card h3 { font-size: 20px; margin-bottom: 10px; }
.wou-card p { color: var(--ink-2); margin: 0; }
.wou-note { color: var(--ink-2); font-size: 15px; margin-top: 18px; }

/* Value stack */
.wou-stack { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; max-width: 820px; }
.wou-stack-row { display: flex; justify-content: space-between; gap: 20px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.wou-stack-row:last-child { border-bottom: 0; }
.wou-stack-val { font-weight: 700; white-space: nowrap; }
.wou-stack-total { background: var(--ink); color: #fff; font-size: 18px; }
.wou-stack-total .wou-stack-val { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Toggle */
.wou-toggle-wrap { text-align: center; margin-bottom: 40px; }
.wou-toggle { display: inline-flex; background: var(--tint); border-radius: 999px; padding: 5px; gap: 4px; }
.wou-toggle-btn { border: 0; background: transparent; padding: 10px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; cursor: pointer; color: var(--ink-2); font-family: inherit; }
.wou-toggle-btn.is-active { background: var(--ink); color: #fff; }
.wou-badge { background: var(--brand-2); color: #063; color: #04352b; font-size: 12px; padding: 2px 9px; border-radius: 999px; margin-left: 6px; font-weight: 800; }
.wou-toggle-note { margin-top: 12px; color: var(--brand); font-weight: 700; }

/* Plans */
.wou-plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 900px; margin: 0 auto; }
.wou-plan { position: relative; border: 1px solid var(--line); border-radius: 18px; padding: 34px 30px; background: #fff; display: flex; flex-direction: column; }
.wou-plan-hot { border: 2px solid var(--brand); box-shadow: 0 14px 40px rgba(91,61,245,.14); }
.wou-plan-flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: 13px; font-weight: 800; padding: 4px 16px; border-radius: 999px; }
.wou-plan h3 { font-size: 24px; }
.wou-plan-for { color: var(--ink-2); font-size: 15px; margin: 6px 0 18px; }
.wou-plan-price { font-size: 18px; margin-bottom: 4px; }
.wou-plan-price strong { font-size: 44px; letter-spacing: -0.03em; }
.wou-plan-price span { display: block; color: var(--ink-2); font-size: 14px; }
.wou-plan-alt, .wou-plan-bill { color: var(--ink-2); font-size: 14px; margin-bottom: 6px; }
.wou-plan-transfer { color: var(--brand); font-weight: 700; font-size: 14px; margin-bottom: 10px; }
.wou-plan .wou-btn { margin: 14px 0 22px; }
.wou-plan-features { list-style: none; border-top: 1px solid var(--line); padding-top: 20px; }
.wou-plan-features li, .wou-plan ul li { padding: 5px 0 5px 28px; position: relative; color: var(--ink-2); font-size: 15px; list-style: none; }
.wou-plan-features li::before, .wou-plan ul li::before { content: "✔"; position: absolute; left: 0; color: var(--brand-2); font-weight: 900; }
.wou-plans-preview .wou-plan ul { margin-bottom: 18px; }

/* Offer band */
.wou-section-offer { background: var(--ink); color: #fff; }
.wou-offer { text-align: center; max-width: 820px; margin: 0 auto; }
.wou-offer h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 16px; }
.wou-offer p { color: #c9cbe0; font-size: 18px; margin-bottom: 28px; }

/* Tables */
.wou-table-wrap { overflow-x: auto; margin-bottom: 40px; }
.wou-table { width: 100%; max-width: 720px; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 18px rgba(13,15,28,.06); }
.wou-table th { background: var(--ink); color: #fff; text-align: left; padding: 13px 18px; font-size: 14px; }
.wou-table td { padding: 13px 18px; border-bottom: 1px solid var(--line); }
.wou-table tr:last-child td { border-bottom: 0; }

/* FAQ */
.wou-faq { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; background: #fff; }
.wou-faq summary { cursor: pointer; font-weight: 700; padding: 18px 22px; list-style: none; position: relative; }
.wou-faq summary::-webkit-details-marker { display: none; }
.wou-faq summary::after { content: "+"; position: absolute; right: 20px; font-size: 22px; color: var(--brand); }
.wou-faq[open] summary::after { content: "–"; }
.wou-faq p { padding: 0 22px 18px; color: var(--ink-2); margin: 0; }

/* Calculator */
.wou-calc-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 34px; align-items: start; }
.wou-calc { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; }
.wou-calc h2 { font-size: 24px; margin-bottom: 22px; }
.wou-calc-row { margin-bottom: 24px; }
.wou-calc-row label { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 8px; font-size: 15px; }
.wou-calc-row output { color: var(--brand); font-weight: 800; }
.wou-calc input[type="range"] { width: 100%; accent-color: var(--brand); height: 6px; cursor: pointer; }
.wou-toggle-calc { margin-top: 6px; }
.wou-calc-summary { background: var(--ink); color: #fff; border-radius: 18px; padding: 30px; position: sticky; top: 84px; }
.wou-calc-summary h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .1em; color: #8b8fae; margin-bottom: 10px; }
.wou-calc-conf { font-weight: 700; font-size: 17px; margin-bottom: 18px; }
.wou-calc-price strong { font-size: 46px; letter-spacing: -0.03em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wou-calc-price span { color: #8b8fae; }
.wou-calc-permo { color: #c9cbe0; margin-bottom: 22px; }
.wou-calc-summary .wou-btn { width: 100%; }
.wou-calc-msg { margin-top: 14px; font-size: 14px; color: var(--brand-2); }
.wou-calc-included { list-style: none; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; }
.wou-calc-included li { padding: 5px 0 5px 26px; position: relative; color: #c9cbe0; font-size: 14px; }
.wou-calc-included li::before { content: "✔"; position: absolute; left: 0; color: var(--brand-2); }

/* Footer */
.wou-footer { background: var(--ink); color: #c9cbe0; padding: 56px 0 0; margin-top: 0; }
.wou-footer-in { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; padding-bottom: 40px; }
.wou-footer h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.wou-footer a { display: block; color: #c9cbe0; margin-bottom: 8px; }
.wou-footer a:hover { color: #fff; }
.wou-logo-footer { display: inline-block; margin-bottom: 12px; }
.wou-footer-legal { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; padding-bottom: 20px; font-size: 14px; color: #8b8fae; }

/* Responsive */
@media (max-width: 900px) {
	.wou-cols-3 { grid-template-columns: 1fr; }
	.wou-plans { grid-template-columns: 1fr; }
	.wou-calc-grid { grid-template-columns: 1fr; }
	.wou-calc-summary { position: static; }
	.wou-footer-in { grid-template-columns: 1fr; }
	.wou-nav { display: none; }
	.wou-hero { padding: 64px 0 56px; }
}

/* ---- Divi context: portal sections inside the Divi default template ---- */
.et-db #et-boc .et-l .wou p, #main-content .wou p { margin: 0 0 1em; }
#main-content .wou-divi { overflow-x: clip; }
#main-content .wou-hero,
#main-content .wou-section,
#main-content .wou-section-tint,
#main-content .wou-section-offer { width: 100vw; margin-left: calc(50% - 50vw); }
.wou-page .entry-title { display: none !important; }
.wou-page .entry-content { padding-top: 0 !important; }
.wou-page #main-content .container { padding-top: 0 !important; width: 100% !important; max-width: none !important; }
.wou-page #left-area { width: 100% !important; padding: 0 !important; float: none !important; }
.wou-page #sidebar { display: none !important; }
.wou-page #main-content .container::before { display: none; }

/* ---- Stats strip ---- */
#main-content .wou-stats { width: 100vw; margin-left: calc(50% - 50vw); }
.wou-stats { background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); padding: 26px 0; }
.wou-stats-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.wou-stat { text-align: center; color: #c9cbe0; }
.wou-stat strong { display: block; font-size: 30px; font-weight: 800; letter-spacing: -0.02em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wou-stat span { font-size: 13.5px; }
@media (max-width: 900px) { .wou-stats-in { grid-template-columns: repeat(2, 1fr); } }

/* ---- Comparison table ---- */
.wou-compare { max-width: 900px; }
.wou-compare td:nth-child(2) { color: var(--brand); font-weight: 700; }
.wou-compare td:nth-child(3) { color: var(--ink-2); }
.wou-offer-note { font-size: 14px; color: #8b8fae !important; margin-top: 18px; }

/* ---- Design audit fixes (v1.3) ---- */
/* Header: style the last menu item (Užsisakyti/Order) as a button */
#top-menu li.wou-cta > a {
	background: linear-gradient(100deg, #5b3df5 0%, #7a5cff 45%, #21c8a8 100%);
	color: #fff !important; border-radius: 999px; padding: 10px 22px !important;
	font-weight: 700;
}
#top-menu li.wou-cta > a:hover { opacity: .9; }
/* Language switcher item: quieter */
#top-menu > li.wou-lang > a { opacity: .65; font-weight: 600; }

/* Tablet: 3-col grids become 2-col before collapsing */
@media (min-width: 641px) and (max-width: 900px) {
	.wou-cols-3 { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile refinements */
@media (max-width: 640px) {
	.wou-hero { padding: 52px 0 44px; }
	.wou-hero-slim { padding: 44px 0 36px; }
	.wou-section { padding: 52px 0; }
	.wou-toggle { flex-wrap: wrap; justify-content: center; }
	.wou-toggle-btn { padding: 9px 16px; font-size: 14px; }
	.wou-stat strong { font-size: 24px; }
	.wou-plan { padding: 26px 20px; }
	.wou-plan-price strong { font-size: 38px; }
	.wou-table th, .wou-table td { padding: 10px 12px; font-size: 14px; }
	.wou-calc, .wou-calc-summary { padding: 22px; }
	.wou-hero-actions .wou-btn { width: 100%; }
}

/* ---- v1.4: dark Divi header ---- */
#main-header, #main-header.et-fixed-header { background: #0d0f1c !important; box-shadow: 0 1px 0 rgba(255,255,255,.08); }
#top-menu a { color: #c9cbe0; }
#top-menu a:hover, #top-menu li.current-menu-item > a, #top-menu li.current_page_item > a { color: #fff; }
#et-top-navigation .mobile_menu_bar:before, #et-top-navigation .et-cart-info { color: #fff; }
.et_mobile_menu { background: #0d0f1c !important; border-top: 2px solid #5b3df5; }
.et_mobile_menu li a { color: #c9cbe0 !important; border-color: rgba(255,255,255,.08); }
.et_mobile_menu li a:hover { background: rgba(255,255,255,.05); color: #fff !important; }
.et_header_style_left #et-top-navigation .logo_container { display: flex; align-items: center; }

/* ---- v1.4: hero with dashboard visual ---- */
.wou-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 48px; align-items: center; }
.wou-visual { position: relative; }
.wou-visual::before { content: ""; position: absolute; inset: -12%; background: radial-gradient(closest-side, rgba(91,61,245,.4), transparent 70%); filter: blur(12px); }
.wou-panel { position: relative; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 22px; backdrop-filter: blur(8px); box-shadow: 0 24px 60px rgba(0,0,0,.4); animation: wou-float 7s ease-in-out infinite; }
@keyframes wou-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.wou-panel-head { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; font-size: 13.5px; color: #c9cbe0; font-weight: 600; }
.wou-dot { width: 9px; height: 9px; border-radius: 50%; background: #21c8a8; box-shadow: 0 0 8px #21c8a8; }
.wou-panel-head .wou-up { margin-left: auto; color: #21c8a8; font-weight: 800; }
.wou-spark { width: 100%; height: auto; display: block; margin-bottom: 16px; }
.wou-meter { margin-bottom: 11px; }
.wou-meter-label { display: flex; justify-content: space-between; font-size: 12.5px; color: #8b8fae; margin-bottom: 5px; }
.wou-meter-label strong { color: #e6e8f5; font-weight: 700; }
.wou-meter-bar { height: 7px; border-radius: 99px; background: rgba(255,255,255,.1); overflow: hidden; }
.wou-meter-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, #5b3df5, #21c8a8); }
/* Contact hero office photo */
.wou-hero-photo { margin: 0; }
.wou-hero-photo img { width: 100%; height: auto; display: block; border-radius: 18px; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 24px 60px rgba(0,0,0,.42); }
@media (max-width: 900px) { .wou-hero-grid { grid-template-columns: 1fr; } .wou-visual { display: none; } .wou-hero-photo { margin-top: 28px; max-width: 520px; } }

/* ---- v1.4: sticky mobile order bar (pricing pages) ---- */
.wou-mobile-cta { display: none; }
@media (max-width: 640px) {
	.wou-mobile-cta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: rgba(13,15,28,.96); backdrop-filter: blur(10px); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.12); }
	.wou-mobile-cta-price { color: #fff; font-size: 14px; line-height: 1.3; }
	.wou-mobile-cta-price strong { display: block; font-size: 17px; }
	.wou-mobile-cta .wou-btn { margin-left: auto; padding: 11px 22px; font-size: 15px; white-space: nowrap; }
	.wou-has-mobile-cta { padding-bottom: 74px; }
}

/* ---- v1.5: CRO round ---- */
.et_mobile_menu li.wou-cta > a { background: linear-gradient(100deg, #5b3df5 0%, #7a5cff 45%, #21c8a8 100%); color: #fff !important; border-radius: 999px; margin: 8px 5%; text-align: center; font-weight: 700; }
.wou-plan-day { color: var(--brand-2); font-weight: 700; font-size: 14px; margin: 2px 0 8px; }
.wou-anchor-strip { max-width: 860px; margin: 0 auto 36px; background: var(--tint); border-left: 4px solid var(--brand); border-radius: 10px; padding: 18px 22px; color: var(--ink-2); font-size: 15.5px; }
.wou-link-inline { font-weight: 700; }
.wou-hero .wou-link-inline { color: #c9cbe0; text-decoration: underline; text-underline-offset: 3px; }
.wou-hero .wou-link-inline:hover { color: #fff; }
.wou-continuity { max-width: 860px; margin: 26px auto 0; text-align: center; color: var(--ink-2); font-size: 15.5px; }
.wou-escape { text-align: center; color: var(--ink-2); font-size: 15px; margin-top: 26px; }
.wou-plan-loss { font-size: 13.5px; color: var(--ink-2); margin-top: 10px; font-style: italic; }
.wou-preset-btn { margin-top: 14px; }
.wou-cart-recap { border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: 10px; padding: 16px 20px; margin: 0 0 22px; background: #fff; font-size: 15px; color: var(--ink-2); }
.wou-checkout-trust { text-align: center; color: var(--ink-2); font-size: 13.5px; margin-top: 12px; line-height: 1.5; }
/* Hygiene: dead social icons, header search/cart clutter */
.et-social-icons { display: none !important; }
#et_top_search, #et_search_icon, .et_search_form_container { display: none !important; }

/* ---- v1.8: contrast pack (dark footer, dark bands) ---- */
#main-footer { background: #0d0f1c !important; }
#footer-widgets .footer-widget,
#footer-widgets .footer-widget p,
#footer-widgets .footer-widget li { color: #c9cbe0 !important; }
#footer-widgets .footer-widget a { color: #c9cbe0 !important; text-decoration: none; }
#footer-widgets .footer-widget a:hover { color: #ffffff !important; }
#footer-widgets .footer-widget h4,
#footer-widgets .footer-widget .title,
#footer-widgets .fwidget h4 { color: #ffffff !important; font-weight: 700; }
#footer-widgets .footer-widget li:before { border-color: #21c8a8 !important; }
#footer-bottom { background: rgba(0, 0, 0, .35) !important; }
#footer-info, #footer-info a, #footer-bottom { color: #8b8fae !important; }
#footer-info a:hover { color: #ffffff !important; }
/* Links inside dark portal bands must never fall back to dark brand color */
.wou-hero a:not(.wou-btn),
.wou-section-offer a:not(.wou-btn),
.wou-stats a,
.wou-calc-summary a:not(.wou-btn) { color: #c9cbe0; text-decoration: underline; text-underline-offset: 3px; }
.wou-hero a:not(.wou-btn):hover,
.wou-section-offer a:not(.wou-btn):hover,
.wou-calc-summary a:not(.wou-btn):hover { color: #ffffff; }
/* Dark table headers keep light text even inside Divi content */
.wou .wou-table th, .wou-page .wou-table th { color: #ffffff; }
/* Mobile CTA bar text always light */
.wou-mobile-cta, .wou-mobile-cta-price { color: #ffffff; }

/* ---- v1.8: order bump box ---- */
.wou-bump-box { border: 2px dashed var(--brand); background: var(--tint); border-radius: 12px; padding: 14px 16px; margin: 16px 0; }
.wou-bump-box label { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; margin: 0; }
.wou-bump-box input[type="checkbox"] { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--brand); flex: none; }
.wou-bump-box strong { color: var(--ink); }
.wou-bump-box small { color: var(--ink-2); display: block; margin-top: 2px; }

/* ---- v1.8.1: beat Divi customizer specificity in the dark header ---- */
#main-header #top-menu li a { color: #c9cbe0 !important; }
#main-header #top-menu li a:hover,
#main-header #top-menu li.current-menu-item > a,
#main-header #top-menu li.current_page_item > a { color: #ffffff !important; }
#main-header #top-menu li.wou-cta > a { color: #ffffff !important; }
#main-header .mobile_nav .select_page { color: #c9cbe0 !important; }

/* ---- v1.8.2: heading colors must be explicit (Divi sets h1-h6 colors directly) ---- */
.wou h1, .wou h2, .wou h3, .wou h4 { color: var(--ink); }
.wou-hero h1, .wou-hero h2, .wou-hero h3 { color: #ffffff; }
.wou-section-offer h2, .wou-offer h2 { color: #ffffff; }
.wou-calc-summary h3 { color: #8b8fae; }
.wou-panel-head, .wou-panel strong { color: #e6e8f5; }
.wou-stats .wou-stat strong { color: transparent; }
/* Header: no cart icon */
#et-top-navigation .et-cart-info { display: none !important; }

/* ---- v1.9: motion (fast, one-shot, attention -> value; off for reduced-motion) ---- */
@media (prefers-reduced-motion: no-preference) {
	.wou-rv { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; transition-delay: var(--rvd, 0s); }
	.wou-rv.wou-in { opacity: 1; transform: none; }
	.wou-panel .wou-meter-fill { transform-origin: left center; transform: scaleX(0); transition: transform 1.1s cubic-bezier(.22,.8,.36,1) .35s; }
	.wou-panel.wou-in .wou-meter-fill { transform: none; }
	.wou-spark path { stroke-dasharray: 720; stroke-dashoffset: 720; transition: stroke-dashoffset 1.6s ease .2s; }
	.wou-spark path:first-child { transition: opacity 1.2s ease .9s; opacity: 0; stroke-dashoffset: 0; }
	.wou-panel.wou-in .wou-spark path { stroke-dashoffset: 0; }
	.wou-panel.wou-in .wou-spark path:first-child { opacity: 1; }
	@keyframes wou-pulse { 0% { transform: scale(1); } 40% { transform: scale(1.06); } 100% { transform: scale(1); } }
	.wou-price-pulse { display: inline-block; animation: wou-pulse .35s ease; }
}
/* Pricing under-card notes: centered as one group */
.wou-continuity, .wou-escape, .wou-escape + .wou-note { text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }

/* ---- v1.10.1: cookie consent as a true full-width bottom bar ---- */
.cky-consent-container.cky-banner-bottom {
	position: fixed !important; left: 0 !important; right: 0 !important; bottom: 0 !important; top: auto !important;
	width: 100% !important; max-width: 100% !important; margin: 0 !important; border-radius: 0 !important;
	box-shadow: 0 -8px 30px rgba(13, 15, 28, .25); z-index: 999999;
}
.cky-consent-container.cky-banner-bottom .cky-consent-bar { border: 0 !important; border-top: 1px solid #e3e5f0 !important; border-radius: 0 !important; padding: 14px 4vw !important; }
.cky-consent-container.cky-banner-bottom .cky-notice { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.cky-consent-container.cky-banner-bottom .cky-title { margin: 0 !important; white-space: nowrap; }
.cky-consent-container.cky-banner-bottom .cky-notice-group { display: flex; align-items: center; gap: 24px; flex: 1; flex-wrap: wrap; }
.cky-consent-container.cky-banner-bottom .cky-notice-des { flex: 1; min-width: 260px; }
.cky-consent-container.cky-banner-bottom .cky-notice-des p { margin: 0 !important; }
.cky-consent-container.cky-banner-bottom .cky-notice-btn-wrapper { display: flex; gap: 10px; margin: 0 !important; white-space: nowrap; }
@media (max-width: 760px) {
	.cky-consent-container.cky-banner-bottom .cky-title { white-space: normal; }
	.cky-consent-container.cky-banner-bottom .cky-notice-btn-wrapper { width: 100%; }
}

/* ---- v1.11: flag switcher + forced centering ---- */
#top-menu li.wou-lang img.wou-flag, .et_mobile_menu li.wou-lang img.wou-flag { width: 24px; height: auto; border-radius: 3px; vertical-align: middle; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.wou .wou-continuity, .wou .wou-escape, .wou .wou-escape + .wou-note { text-align: center !important; max-width: 860px; margin-left: auto !important; margin-right: auto !important; }

/* ==== v1.13: UI/UX audit round 1 ==== */

/* --- Woo forms: branded inputs, buttons, errors (checkout, cart, login) --- */
.woocommerce form .input-text, .woocommerce form select, .woocommerce form textarea,
.woocommerce .select2-container--default .select2-selection--single {
	background: #fff !important; border: 1px solid #cbd2dc !important; border-radius: 8px !important;
	color: #1a2233 !important; padding: 11px 14px !important; font-size: 16px !important; height: auto !important;
}
.woocommerce form .input-text:focus, .woocommerce form select:focus, .woocommerce form textarea:focus {
	border-color: #5b3df5 !important; box-shadow: 0 0 0 3px rgba(91, 61, 245, .15) !important; outline: none !important;
}
.woocommerce .select2-container--default .select2-selection--single { padding: 8px 14px !important; }
.woocommerce-invalid .input-text { border-color: #d63638 !important; }
#place_order, .wc-proceed-to-checkout .checkout-button, .woocommerce-form-login button[name="login"],
.woocommerce-ResetPassword button, .woocommerce-form-register button {
	width: 100%; background: linear-gradient(100deg, #5b3df5 0%, #7a5cff 45%, #21c8a8 100%) !important;
	color: #fff !important; border: 0 !important; border-radius: 999px !important; font-weight: 700 !important;
	padding: 15px 30px !important; font-size: 17px !important; box-shadow: 0 6px 20px rgba(91, 61, 245, .35);
}
#place_order:hover, .wc-proceed-to-checkout .checkout-button:hover { opacity: .92; }
.woocommerce-error { background: #fdecea !important; border-left: 4px solid #d63638 !important; color: #611a15 !important; border-radius: 0 8px 8px 0; }
.woocommerce-error li { font-weight: 500 !important; }
.woocommerce form input[type="checkbox"], .woocommerce form input[type="radio"] { width: 19px; height: 19px; accent-color: #5b3df5; }
.woocommerce-cart .product-thumbnail, .woocommerce-cart td.product-thumbnail { display: none !important; }
.woocommerce-form-login { max-width: 480px; margin: 0 auto !important; border-radius: 14px !important; }
.wou-login-alt { text-align: center; margin-top: 18px; }

/* --- Cookie bar: compact on mobile, revisit bubble above sticky bars --- */
@media (max-width: 640px) {
	.cky-consent-container.cky-banner-bottom .cky-title { display: none !important; }
	.cky-consent-container.cky-banner-bottom .cky-consent-bar { padding: 10px 14px !important; }
	.cky-consent-container.cky-banner-bottom .cky-notice-des { font-size: 12.5px !important; line-height: 1.35 !important; }
	.cky-consent-container.cky-banner-bottom .cky-notice-des p { font-size: 12.5px !important; }
	.cky-consent-container.cky-banner-bottom .cky-notice-btn-wrapper { flex-direction: row !important; width: 100% !important; gap: 8px !important; }
	.cky-consent-container.cky-banner-bottom .cky-notice-btn-wrapper button { flex: 1; margin: 0 !important; padding: 10px 6px !important; font-size: 13px !important; }
}
@media (max-width: 768px) {
	.cky-btn-revisit-wrapper { bottom: 92px !important; }
}

/* --- Cloud sliders: visible track, gradient fill, 44px touch zone --- */
.wou-calc input[type="range"] {
	-webkit-appearance: none; appearance: none; height: 44px; background: transparent; padding: 0; margin: 0;
}
.wou-calc input[type="range"]::-webkit-slider-runnable-track {
	height: 6px; border-radius: 999px;
	background: linear-gradient(to right, #5b3df5 var(--p, 50%), #e4e6f0 var(--p, 50%));
}
.wou-calc input[type="range"]::-moz-range-track { height: 6px; border-radius: 999px; background: #e4e6f0; }
.wou-calc input[type="range"]::-moz-range-progress { height: 6px; border-radius: 999px; background: #5b3df5; }
.wou-calc input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; margin-top: -8px;
	background: linear-gradient(120deg, #5b3df5, #21c8a8); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(13, 15, 28, .3);
}
.wou-calc input[type="range"]::-moz-range-thumb {
	width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(120deg, #5b3df5, #21c8a8);
	border: 3px solid #fff; box-shadow: 0 2px 8px rgba(13, 15, 28, .3);
}
.wou-calc input[type="range"]:focus-visible { outline: 2px solid #5b3df5; outline-offset: 4px; border-radius: 8px; }

/* --- Mobile: toggle badge, value stack, tables --- */
@media (max-width: 520px) {
	.wou-toggle .wou-badge { display: none; }
	.wou-toggle-btn { white-space: nowrap; }
	.wou-stack-row { display: block; }
	.wou-stack-val { display: block; white-space: normal; margin-top: 4px; }
	.wou-table th, .wou-table td { padding: 8px 10px; font-size: 13px; }
	.wou-table .wou-btn-sm { padding: 8px 14px; font-size: 13px; }
}
/* Scroll affordance for wide tables on small screens */
@media (max-width: 640px) {
	.wou-table-wrap { background: linear-gradient(to left, rgba(13,15,28,.12), transparent 24px); border-radius: var(--radius); }
}

/* --- Long-form pages: readable typography --- */
.page-id-663 .entry-content, .page-id-664 .entry-content, .page-id-679 .entry-content, .page-id-680 .entry-content,
.page-id-718 .entry-content, .page-id-719 .entry-content, .page-id-662 .entry-content, .page-id-678 .entry-content {
	max-width: 760px; margin: 0 auto; font-size: 16px; line-height: 1.7; color: #374151; padding-top: 34px;
}

/* --- Brand the plugin forms (contact, withdrawal) --- */
.wou-withdrawal-form input, .wou-withdrawal-form textarea, .wou-form input, .wou-form textarea {
	border: 1px solid #cbd2dc; border-radius: 8px; padding: 11px 14px; font-size: 16px; color: #1a2233; margin-top: 4px;
}
.wou-withdrawal-form input:focus, .wou-withdrawal-form textarea:focus, .wou-form input:focus, .wou-form textarea:focus {
	border-color: #5b3df5; box-shadow: 0 0 0 3px rgba(91, 61, 245, .15); outline: none;
}
.wou-withdrawal-form, .wou-form { margin-bottom: 44px; }
.wou-withdrawal-form label, .wou-form label { font-weight: 600; color: #1a2233; }
/* Center the persuasion blocks that were left-pinned on desktop */
.wou-stack { margin-left: auto; margin-right: auto; }
.wou-narrow { margin-left: auto; margin-right: auto; }

/* ==== v1.14: globe + round 2 ==== */
.wou-globe-section { background: var(--ink); color: #fff; }
#main-content .wou-globe-section { width: 100vw; margin-left: calc(50% - 50vw); }
.wou-globe-section h2 { color: #fff; }
.wou-globe-section .wou-section-sub { color: #c9cbe0; }
.wou-globe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.wou-globe { position: relative; width: 100%; aspect-ratio: 1; max-width: 520px; margin: 0 auto; }
.wou-globe canvas { display: block; width: 100%; height: 100%; }
.wou-globe-label {
	position: absolute; top: 0; left: 0; font-size: 12.5px; font-weight: 700; color: #21c8a8;
	background: rgba(13, 15, 28, .75); border: 1px solid rgba(33, 200, 168, .4); border-radius: 999px;
	padding: 3px 10px; pointer-events: none; opacity: 0; transition: opacity .3s; white-space: nowrap;
}
.wou-globe-list { list-style: none; margin: 0 0 22px; }
.wou-globe-list li { padding: 5px 0 5px 28px; position: relative; color: #c9cbe0; }
.wou-globe-list li::before { content: "✔"; position: absolute; left: 0; color: #21c8a8; font-weight: 900; }
@media (max-width: 900px) {
	.wou-globe-grid { grid-template-columns: 1fr; }
	.wou-globe { max-width: 360px; }
}

/* Checkout: balanced two-column with sticky order review */
@media (min-width: 1024px) {
	.woocommerce-checkout form.woocommerce-checkout { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 44px; align-items: start; }
	.woocommerce-checkout #customer_details { grid-column: 1; width: 100%; }
	.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 2; width: 100%; }
	.woocommerce-checkout #order_review { position: sticky; top: 110px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
	.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
}

/* Plan feature lists: collapsed by default past 6 items */
.wou-plan-features.wou-collapsed li:nth-child(n+7) { display: none; }
.wou-features-more { background: none; border: 0; color: var(--brand); font-weight: 700; cursor: pointer; padding: 8px 0 0 28px; font-size: 14.5px; text-align: left; font-family: inherit; }
.wou-features-more:hover { text-decoration: underline; }

/* Hero server panel: compact version on mobile instead of hidden */
@media (max-width: 900px) {
	.wou-visual { display: block; max-width: 340px; margin: 8px auto 0; }
	.wou-panel { animation: none; padding: 16px; }
}

/* Add-on tables become cards on small screens */
@media (max-width: 560px) {
	.wou-table.wou-addons thead { display: none; }
	.wou-table.wou-addons tr { display: block; padding: 12px 14px; border-bottom: 1px solid var(--line); }
	.wou-table.wou-addons td { display: flex; justify-content: space-between; align-items: center; padding: 4px 0; border: 0; font-size: 14px; }
	.wou-table.wou-addons td[data-label]::before { content: attr(data-label); color: var(--ink-2); font-weight: 600; margin-right: 14px; }
	.wou-table.wou-addons td:last-child { justify-content: flex-end; padding-top: 10px; }
}

/* ---- v1.14.1: medium polish ---- */
.mobile_menu_bar { padding: 12px; margin: -12px; }
.wou-faq summary::after { top: 50%; transform: translateY(-50%); }
.wou-faq[open] summary::after { transform: translateY(-50%); }
.wou-stat strong { background: linear-gradient(100deg, #8f7bff 0%, #a08cff 45%, #2ee6c3 100%); -webkit-background-clip: text; background-clip: text; }
#top-menu li.wou-lang > a { padding-right: 0; }

/* ---- v1.15: testimonials ---- */
.wou-reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 26px; }
.wou-review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; }
.wou-stars { color: #f5a623; letter-spacing: 2px; font-size: 15px; margin-bottom: 10px; }
.wou-review p { color: var(--ink-2); font-size: 14.5px; flex: 1; margin-bottom: 14px; }
.wou-review-who { font-size: 13px; color: var(--ink-2); }
.wou-review-who strong { color: var(--ink); }
.wou-review-src { display: inline-block; margin-left: 8px; background: var(--tint); border-radius: 999px; padding: 1px 9px; font-size: 11.5px; font-weight: 700; color: var(--ink-2); }
.wou-review-strip { text-align: center; color: var(--ink-2); font-size: 14px; margin: 26px auto 0; max-width: 900px; }
.wou-review-strip .wou-stars { font-size: 13px; margin: 0 4px 0 0; }
@media (max-width: 900px) { .wou-reviews { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .wou-reviews { grid-template-columns: 1fr; } }

/* ---- v1.16: checkout audit round 1 ---- */
/* Money column visible on load: order review pinned to top of column 2 */
@media (min-width: 1024px) {
	.woocommerce-checkout form.woocommerce-checkout { grid-template-rows: auto 1fr; }
	.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1 / span 2; }
	.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0 0 10px; }
	.woocommerce-checkout #order_review { grid-column: 2; grid-row: 2; align-self: start; }
}
.wou-nudge-box { border-color: var(--brand-2); background: #eefcf8; }

/* ---- v1.17: checkout audit rounds 1-2 ---- */
/* Cookie bar must never cover Place order: give money pages breathing room */
@media (max-width: 768px) {
	body.woocommerce-checkout, body.woocommerce-cart { padding-bottom: 96px; }
}
.wou-reverse-charge td { color: #1c8a6e; font-weight: 700; }
/* Payment method rows: bigger tap targets */
.woocommerce-checkout #payment ul.payment_methods li { padding: 10px 0; }
.woocommerce-checkout #payment ul.payment_methods label { font-weight: 600; }

/* ---- v1.18: mobile order visibility ---- */
.wou-mini-summary { display: none; }
@media (max-width: 1023px) {
	.wou-mini-summary {
		display: flex; justify-content: space-between; align-items: center;
		background: var(--ink); color: #fff; border-radius: 12px; padding: 14px 18px; margin: 0 0 20px;
		font-size: 15px; text-decoration: none; position: sticky; top: 8px; z-index: 40;
		box-shadow: 0 6px 20px rgba(13, 15, 28, .18);
	}
	.wou-mini-summary span { color: #c9cbe0; }
	.wou-mini-summary strong { color: #fff; font-size: 17px; }
	.wou-mini-caret { font-size: 10px; color: var(--brand-2); }
	.wou-mini-summary .amount { color: #fff; }
}

/* ---- v1.18: checkout add-on selector + savings ---- */
.wou-addons-box { border: 1px solid var(--line); border-radius: 12px; padding: 6px 16px 10px; margin: 16px 0; background: #fff; }
.wou-addons-head { font-weight: 800; color: var(--ink); margin: 12px 0 6px; font-size: 15px; }
.wou-addon-row { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-top: 1px solid var(--line); cursor: pointer; margin: 0; }
.wou-addon-row:first-of-type { border-top: 0; }
.wou-addon-row input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--brand); flex: none; }
.wou-addon-row strong { color: var(--ink); display: block; font-size: 14.5px; }
.wou-addon-row em { color: var(--brand); font-style: normal; }
.wou-addon-row small { color: var(--ink-2); display: block; margin-top: 2px; font-size: 13px; }
/* Yearly savings: strikethrough regular + "save" pill */
.woocommerce del { color: var(--ink-2); opacity: .7; margin-right: 6px; }
.woocommerce ins { text-decoration: none; font-weight: 700; }
.wou-save-badge { display: inline-block; background: var(--brand-2); color: #04352b; font-size: 11.5px; font-weight: 800; border-radius: 999px; padding: 1px 8px; margin-left: 6px; }

/* ---- v1.19: maintenance comparison table ---- */
.wou-maint-wrap { overflow-x: auto; }
.wou-maint { width: 100%; border-collapse: collapse; min-width: 720px; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 18px rgba(13,15,28,.06); }
.wou-maint th, .wou-maint td { padding: 12px 16px; text-align: center; border-bottom: 1px solid var(--line); font-size: 14px; }
.wou-maint thead th { vertical-align: top; background: var(--tint); }
.wou-maint-svc { text-align: left; color: var(--ink-2); }
.wou-maint-tier .wou-maint-name { display: block; font-weight: 800; font-size: 17px; color: var(--ink); }
.wou-maint-tier .wou-maint-price { display: block; font-weight: 800; font-size: 22px; letter-spacing: -.02em; margin: 4px 0 10px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wou-maint-tier .wou-maint-price small { font-size: 13px; color: var(--ink-2); -webkit-text-fill-color: var(--ink-2); }
.wou-maint-hot { background: #efeafe !important; box-shadow: inset 0 3px 0 var(--brand); }
.wou-maint-group td { text-align: left; background: var(--ink); color: #fff; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; padding: 10px 16px; }
.wou-maint .wou-yes { color: var(--brand-2); font-weight: 900; }
.wou-maint .wou-no { color: #c3c7d6; }

/* ---- v1.20: website-details spacing, trust badges, payment marks ---- */
#wou-checkout-fields { margin: 22px 0 8px; padding: 18px 20px; background: var(--tint); border-radius: 12px; }
#wou-checkout-fields h3 { margin: 0 0 12px; font-size: 17px; }
#wou-checkout-fields .form-row { margin-bottom: 12px; }
#wou-checkout-fields .form-row:last-child { margin-bottom: 0; }

.wou-trust-badges { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: center; margin: 14px 0 12px; }
.wou-trust-item { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink-2); font-weight: 600; }
.wou-trust-ic { font-size: 15px; }
.wou-pay-row { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.wou-pay-row small { color: var(--ink-2); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.wou-pms { display: inline-flex; gap: 6px; align-items: center; }
.wou-pm { display: inline-flex; align-items: center; justify-content: center; height: 24px; min-width: 38px; padding: 0 7px; border-radius: 5px; font-size: 11px; font-weight: 800; letter-spacing: .3px; background: #fff; border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(13,15,28,.08); }
.wou-pm-visa { color: #1a1f71; font-style: italic; }
.wou-pm-amex { color: #2e77bc; }
.wou-pm-apple { color: #000; font-weight: 700; }
.wou-pm-gpay { color: #4285f4; }
.wou-pm-mc { gap: 0; }
.wou-pm-mc i { width: 15px; height: 15px; border-radius: 50%; display: inline-block; }
.wou-pm-mc i:first-child { background: #eb001b; }
.wou-pm-mc i:last-child { background: #f79e1b; margin-left: -6px; mix-blend-mode: multiply; }
/* footer secure-payments block */
.wou-footer-pay { margin-top: 14px; }
.wou-footer-pay small { display: block; color: #8b8fae; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 7px; }
#footer-widgets .wou-pm { background: rgba(255,255,255,.95); }

/* ---- v1.21: maintenance deal cards + modal ---- */
.wou-deal-banner { text-align: center; background: var(--tint); border-radius: 12px; padding: 14px 20px; margin: 0 auto 34px; max-width: 780px; font-size: 16px; color: var(--ink-2); }
.wou-deal-banner strong { color: var(--brand); font-size: 20px; }
.wou-maint-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.wou-maint-card { padding: 30px 26px; }
.wou-maint-card .wou-plan-price strong { font-size: 34px; }
.wou-maint-card .wou-plan-price del { color: var(--ink-2); opacity: .7; font-size: 18px; font-weight: 700; }
.wou-maint-card .wou-plan-price span { display: inline; color: var(--ink-2); font-size: 14px; }
.wou-maint-save { display: inline-block; background: var(--ink); color: #fff; font-weight: 800; font-size: 13px; border-radius: 8px; padding: 5px 12px; margin: 0 0 14px; }
.wou-maint-card .wou-plan-features li { font-size: 14px; }
.wou-btn-ghost-dark { background: transparent; border: 2px solid var(--brand); color: var(--brand) !important; box-shadow: none; }
.wou-btn-ghost-dark:hover { background: var(--brand); color: #fff !important; }
.wou-linkbtn { background: none; border: 0; color: var(--brand); font-weight: 700; cursor: pointer; padding: 0; font: inherit; text-decoration: underline; }
@media (max-width: 900px) { .wou-maint-cards { grid-template-columns: 1fr; } }

/* Modal */
.wou-modal { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.wou-modal[hidden] { display: none; }
.wou-modal-backdrop { position: absolute; inset: 0; background: rgba(13,15,28,.6); backdrop-filter: blur(2px); }
.wou-modal-box { position: relative; background: #fff; border-radius: 16px; max-width: 940px; width: 100%; max-height: 88vh; overflow-y: auto; padding: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.wou-modal-x { position: absolute; top: 14px; right: 18px; background: none; border: 0; font-size: 30px; line-height: 1; color: var(--ink-2); cursor: pointer; }
.wou-modal-title { font-size: 22px; margin: 0 30px 18px 0; color: var(--ink); }

/* ---- v1.22: single maintenance plan + inclusions popup ---- */
.wou-maint-single { max-width: 460px; margin: 0 auto; }
.wou-modal-narrow { max-width: 620px; }
.wou-maint-incl { list-style: none; margin: 0 0 18px; }
.wou-maint-incl-group { font-weight: 800; color: var(--ink); font-size: 13px; text-transform: uppercase; letter-spacing: .05em; margin: 16px 0 8px; padding-top: 12px; border-top: 1px solid var(--line); }
.wou-maint-incl-group:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.wou-maint-incl-row { padding: 5px 0 5px 26px; position: relative; color: var(--ink-2); font-size: 14.5px; }
.wou-maint-incl-row .wou-yes { position: absolute; left: 0; color: var(--brand-2); font-weight: 900; }
.wou-maint-incl-row strong { color: var(--ink); }

/* ---- v1.23: checkout spacing, remove-item, hide View cart, rounded cookie btns ---- */
/* Side + top breathing room on cart/checkout content */
.woocommerce-checkout #main-content .container, .woocommerce-cart #main-content .container { padding-left: 24px; padding-right: 24px; }
.woocommerce-checkout .woocommerce, .woocommerce-cart .woocommerce { padding-top: 20px; }
#wou-checkout-fields { margin-top: 28px; }
/* Remove-item control on order review */
.wou-remove-item { margin-left: 8px; color: #b32d2e; text-decoration: none; font-size: 14px; opacity: .55; transition: opacity .15s; }
.wou-remove-item:hover { opacity: 1; }
.woocommerce-checkout-review-order-table .product-name { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
/* Hide the "View cart" button inside checkout/cart notices */
.woocommerce-checkout .woocommerce-message .wc-backward,
.woocommerce-checkout .woocommerce-error .wc-backward,
.woocommerce-checkout .woocommerce-info .wc-backward,
.woocommerce-cart .woocommerce-message .wc-backward,
.woocommerce-page .woocommerce-message a.button.wc-backward { display: none !important; }
/* Cookie consent: rounded buttons matching the site */
.cky-consent-container .cky-btn, .cky-notice-btn-wrapper button, .cky-btn-revisit {
	border-radius: 999px !important;
}

/* ---- v1.24.3: checkout add-on discount + what's-included trigger ---- */
.wou-addon-item { border-top: 1px solid var(--line); padding: 10px 0; }
.wou-addon-item:first-child { border-top: 0; }
.wou-addon-item .wou-addon-row { border: 0; padding: 0; }
.wou-addon-was { color: var(--ink-2); opacity: .7; text-decoration: line-through; font-size: .9em; margin-left: 6px; font-weight: 600; }
.wou-addon-was del { text-decoration: line-through; }
.wou-addon-more { margin: 4px 0 0 32px; font-size: 13px; }

/* ---- v1.25: no horizontal scroll anywhere ---- */
html, body { overflow-x: clip; max-width: 100%; }
/* CookieYes preference modal must not sit in flow when hidden (caused ~12px overflow) */
.cky-modal { position: fixed !important; }
.cky-modal.cky-hide { left: -9999px !important; }

/* Checkout add-on: highlighted 2-year discount badge */
.wou-addon-badge { display: inline-block; background: var(--brand-2); color: #04352b; font-weight: 800; font-size: 11.5px; border-radius: 999px; padding: 2px 9px; margin: 4px 0; }

/* Empty cart recovery panel */
.wou-empty { max-width: 620px; margin: 40px auto 80px; text-align: center; padding: 0 20px; }
.wou-empty-ic { font-size: 46px; margin-bottom: 8px; }
.wou-empty h2 { font-size: 30px; margin-bottom: 12px; color: var(--ink); }
.wou-empty p { color: var(--ink-2); font-size: 17px; margin-bottom: 26px; }
.wou-empty .wou-btn { margin-bottom: 26px; }
.wou-empty-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center; color: var(--ink-2); font-weight: 600; font-size: 14px; margin-bottom: 20px; }
.wou-empty-help { font-size: 14px; }
/* Bottom breathing room on cart/checkout */
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce { padding-bottom: 60px; }
/* Hide WooCommerce default empty-cart notice + return-to-shop (replaced by .wou-empty) */
.woocommerce-cart .cart-empty, .woocommerce-cart .woocommerce-info.cart-empty,
.woocommerce-cart p.cart-empty, .woocommerce-cart .return-to-shop { display: none !important; }

/* Coupon toggle: quiet inline text + down arrow, not a highlighted box, so it
   does not pull attention away from completing checkout. */
.woocommerce-form-coupon-toggle .woocommerce-info {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 2px 0 !important;
	margin: 0 0 14px !important;
	color: var(--ink-2) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before { display: none !important; }
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
	color: var(--ink-2) !important;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 600;
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon:hover { color: var(--ink) !important; }
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon::after {
	content: " \25BE"; /* down arrow */
	display: inline-block;
	text-decoration: none;
	font-size: 10px;
	vertical-align: 1px;
}

/* ---- v1.25.2: highlighted yearly savings on plan cards ---- */
.wou-plan-was { color: var(--ink-2); opacity: .6; text-decoration: line-through; font-size: 20px; font-weight: 700; margin-right: 4px; }
.wou .wou-save-pill, .wou-save-pill { display: inline-block !important; width: auto !important; vertical-align: middle; background: var(--brand-2); color: #04352b; font-weight: 800; font-size: 12.5px; border-radius: 999px; padding: 3px 11px; margin-left: 6px; white-space: nowrap; }
.wou-plan-price { line-height: 1.25; }

/* upsell rows: title+price inline in strong, desc on its own line, badge inline-block */
.wou-addon-item .wou-addon-row small { display: block; margin-top: 2px; }
.wou .wou-addon-badge, .wou-addon-badge { display: inline-block !important; width: auto !important; }
.wou-plan-was { display: inline; }

/* ---- v1.26: kill native bullets on checkmark lists (emoji ✔ is the marker) ---- */
#main-content .wou-globe-list, #main-content .wou-globe-list li,
.wou-globe-list, .wou-globe-list li { list-style: none !important; }
.wou-globe-list { padding-left: 0 !important; margin-left: 0 !important; }

/* ---- v1.27: company toggle + additional-info spacing ---- */
/* !important: WooCommerce's address-i18n script forces billing_address_1 visible
   with an inline style; without it the street address leaks out of the company block. */
.woocommerce-checkout .wou-company-field { display: none !important; }
body.wou-company-open .woocommerce-checkout .wou-company-field { display: block !important; }
.woocommerce-checkout .wou-company-toggle { margin: 4px 0 10px; }
.woocommerce-checkout .wou-company-toggle label { font-weight: 600; cursor: pointer; }
/* Space above the "Additional information" (website details) section */
.woocommerce-checkout .woocommerce-additional-fields { margin-top: 34px; padding-top: 6px; }
.woocommerce-checkout .woocommerce-additional-fields > h3, #wou-checkout-fields h3 { margin-top: 12px; }

/* ---- v1.28.1: kill native bullets on ALL checkmark lists (emoji ✔ is the marker) ---- */
#main-content .wou-calc-included, #main-content .wou-calc-included li,
.wou-plan-features, .wou-plan ul, .wou-calc-included, .wou-maint-incl,
.wou-plan-features li, .wou-plan ul li, .wou-calc-included li, .wou-maint-incl li { list-style: none !important; }
.wou-calc-included { padding-left: 0 !important; }

/* ---- v1.30: contact page 2-col cards ---- */
.wou-cols-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 26px; }
@media (max-width: 640px) { .wou-cols-2 { grid-template-columns: 1fr; } }

/* ---- v1.30: 'Excl. VAT' tag above prices (net pricing) ----
   .wou prefix beats `.wou-plan-price span` (0,1,1) which would otherwise
   force this to 14px/--ink-2. */
.wou .wou-vat-tag { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #8b8fae; margin-bottom: 3px; line-height: 1; }

.wou .wou-vat-note { font-size: 12.5px; font-weight: 600; color: #8b8fae; margin: 0 0 10px; }
