/*!
Theme Name: Media Inspector
Author: Nick Laux
Author URI: https://www.mediainspectorplugin.com
Description: Media Hygiene for your Wordpress Site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: media-inspector
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Media Inspector is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scrollbar-gutter: stable;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

main {
	display: block;
	flex: 1 0 auto;
}

main> :last-child {
	margin-bottom: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
}

#masthead .custom-logo-link {
	display: block;
	width: auto;
	max-width: 320px;
	line-height: 0;
}

#masthead .custom-logo-link img, #masthead .custom-logo {
	display: block;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	border: 0;
	height: 1px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* Header colors driven by Customizer vars. Real values are printed in wp_head. */
.site-header {
	background: var(--header-bg, #0c141b);
	color: var(--header-text, #e6eef3);
}

.site-header a {
	color: var(--header-link, #6aa0ff);
	text-decoration: none;
}

.site-header a:hover,
.site-header a:focus {
	color: var(--header-link-hover, #5a8dea);
}

/* Keep nav block visible and positioned */
.main-navigation {
	position: relative;
	width: 100%;
}

/* Kill the Underscores default "display:none" on ULs and use our grid layout */
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/* Desktop: inline top-level */
#site-navigation #primary-menu {
	display: grid;
	grid-auto-flow: column;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

/* Top-level items */
#primary-menu>li {
	position: relative;
}

#primary-menu>li>a {
	display: block;
	padding: .5rem .8rem;
}

/* Current item highlight */
#primary-menu .current-menu-item>a,
#primary-menu .current_page_item>a {
	font-weight: 600;
}

/* Dropdowns */
#primary-menu li .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 220px;
	color: var(--header-text, #e6eef3);
	padding: .5rem;
	z-index: 1000;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

#primary-menu li:hover>.sub-menu {
	display: block;
}

#primary-menu .sub-menu li {
	position: relative;
	padding-left: 25px;
}

#primary-menu .sub-menu a {
	display: block;
	padding: .45rem .6rem;
	white-space: nowrap;
}

#primary-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.menu-toggle {
	display: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

body .entry-content {
	max-width: 1450px;
	margin: 0 auto;
	padding: 15px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Media Inspector Clean Site Styles
--------------------------------------------------------------*/

/* Site shell
--------------------------------------------- */
#masthead,
.site-header,
.header-grid,
.main-navigation,
#site-navigation {
	overflow: visible !important;
	height: auto !important;
	max-height: none !important;
}

.site-header {
	border-bottom: solid 1px #dcf8f8;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100svh;
}

.site-content {
	flex: 1;
}

/* Header / branding
--------------------------------------------- */
.header-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 1rem;
	padding: 0 1rem;
	container-type: inline-size;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}

.site-branding img {
	height: auto;
	width: auto;
}

.site-title {
	font-size: clamp(.75rem, 6cqw, 1.25rem);
	font-weight: 600;
	text-decoration: none;
}

.header-right {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	gap: 1rem;
}

.header-social {
	list-style: none;
	display: grid;
	grid-auto-flow: column;
	gap: .75rem;
	margin: 0;
	padding: 0;
}

.header-social a {
	display: inline-grid;
	place-items: center;
	text-decoration: none;
}

.header-social i {
	font-size: clamp(1rem, 4cqw, 1.5rem);
	line-height: 1;
	color: var(--sm-link);
}

.header-social i:hover {
	color: var(--sm-link-hover);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Navigation extras / offcanvas base
--------------------------------------------- */
.main-navigation {
	position: relative;
}

.hamburger {
	display: none;
	color: var(--header-link);
	background: 0 0;
	border: 0;
	cursor: pointer;
	padding: .5rem;
}

.hamburger:hover {
	color: var(--header-link-hover);
}

.hamburger .bar {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px 0;
	background: currentColor;
}

#primary-menu {
	list-style: none;
	display: grid;
	grid-auto-flow: column;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

#primary-menu .offcanvas-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: 0;
	padding: 6px;
	cursor: pointer;
	z-index: 10000;
}

#primary-menu .offcanvas-close .fa-stack {
	font-size: 1.5rem;
}

#primary-menu .offcanvas-close .fa-circle {
	color: #e03131;
}

#primary-menu .offcanvas-close .fa-xmark {
	color: #fff;
}

.fa-stack {
	width: unset !important;
	height: unset !important;
	line-height: unset !important;
}

ul.sub-menu {
	background: var(--header-bg);
}

/* ==========================================================
   Media Inspector Homepage Background System
   Existing Gutenberg class mapping

   Expected asset location if this CSS is inside theme root style.css:
   /wp-content/themes/media-inspector/assets/img/mi-hero-waves.svg
   /wp-content/themes/media-inspector/assets/img/mi-dot-grid.svg
   /wp-content/themes/media-inspector/assets/img/mi-bottom-wave.svg
   ========================================================== */

body.home .entry-content,
body.front-page .entry-content,
body.page .entry-content {
    max-width: none;
}

.mi-hero-columns,
.mi-ps-wrapper,
.mi-agency-wrapper {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.mi-hero-columns > *,
.mi-ps-wrapper > *,
.mi-agency-wrapper > * {
    position: relative;
    z-index: 2;
}

/* ----------------------------------------------------------
   SECTION 1: HERO
   Class in editor: .mi-hero-columns
   ---------------------------------------------------------- */
.mi-hero-columns {
    position: relative;
    margin: 0 !important;
    padding: 0 20px;
    background:
        radial-gradient(circle at 14% 35%, rgba(65, 214, 224, 0.14) 0%, rgba(65, 214, 224, 0) 32%),
        linear-gradient(180deg, #ffffff 0%, #f7fcfe 100%);
    overflow: hidden;
}

.mi-hero-columns::before {
    content: "";
    position: absolute;
    left: -220px;
    top: 68px;
    width: 560px;
    height: 560px;
    background: url("https://mediainspectorplugin.com/wp-content/uploads/2026/05/mi-hero-waves.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.34;
    pointer-events: none;
    z-index: 1;
}

.mi-hero-columns::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.00) 72%, rgba(255,255,255,0.14) 100%);
    pointer-events: none;
    z-index: 1;
}

.mi-hero-columns > * {
    position: relative;
    z-index: 2;
}


/* ----------------------------------------------------------
   SECTION 2: PROBLEM / SOLUTION
   Wrapper class in editor: .mi-ps-wrapper
   ---------------------------------------------------------- */
.mi-ps-wrapper {
    position: relative;
    margin: 0 !important;
    padding: 0 20px;
    background:
        radial-gradient(circle at 83% 48%, rgba(67, 208, 221, 0.18) 0%, rgba(67, 208, 221, 0) 30%),
        linear-gradient(90deg, #eefafb 0%, #f8fdff 52%, #edf8fb 100%);
    border-top: 1px solid rgba(8, 35, 73, 0.06);
    border-bottom: 1px solid rgba(8, 35, 73, 0.06);
    overflow: hidden;
}

.mi-ps-wrapper::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 62px;
    width: 180px;
    height: 280px;
    background: url("https://mediainspectorplugin.com/wp-content/uploads/2026/05/mi-dot-grid.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.52;
    pointer-events: none;
    z-index: 1;
}

.mi-ps-wrapper::after {
    content: "";
    position: absolute;
    right: 10%;
    top: 28%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(58, 214, 223, 0.14) 0%, rgba(58, 214, 223, 0) 70%);
    filter: blur(4px);
    pointer-events: none;
    z-index: 1;
}

.mi-ps-wrapper > * {
    position: relative;
    z-index: 2;
}


/* ----------------------------------------------------------
   SECTION 3: AGENCY / PROOF
   Wrapper class in editor: .mi-agency-wrapper
   ---------------------------------------------------------- */
.mi-agency-wrapper {
    position: relative;
    margin: 0 !important;
    padding: 0 20px;
    background:
        radial-gradient(circle at 26% 42%, rgba(65, 214, 224, 0.10) 0%, rgba(65, 214, 224, 0) 30%),
        linear-gradient(90deg, #ffffff 0%, #f8fdff 52%, #eefafb 100%);
    border-top: 1px solid rgba(8, 35, 73, 0.05);
    border-bottom: 1px solid rgba(8, 35, 73, 0.05);
    overflow: hidden;
}

.mi-agency-wrapper::before {
    content: "";
    position: absolute;
    left: -220px;
    top: 58px;
    width: 560px;
    height: 560px;
    background: url("https://mediainspectorplugin.com/wp-content/uploads/2026/06/mi-wave-left-variant-bold.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.42;
    pointer-events: none;
    z-index: 1;
}

.mi-agency-wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: 680px;
    max-width: 92%;
    height: 140px;
    background: radial-gradient(ellipse at center, rgba(58, 210, 223, 0.12) 0%, rgba(58, 210, 223, 0) 72%);
    pointer-events: none;
    z-index: 1;
}

.mi-agency-wrapper > * {
    position: relative;
    z-index: 2;
}


/* ----------------------------------------------------
   SECTION 4: PRICING
   Wrapper class in editor: .mi-pricing-section
   ---------------------------------------------------- */
.mi-pricing-section {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 92px 24px 104px;
    background:
        radial-gradient(circle at 15% 42%, rgba(65, 214, 224, 0.10) 0%, rgba(65, 214, 224, 0) 34%),
        linear-gradient(180deg, #ffffff 0%, #eefbfc 100%);
    overflow: hidden;
}

.mi-pricing-section::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 96px;
    width: 220px;
    height: 300px;
    background: url("https://mediainspectorplugin.com/wp-content/uploads/2026/06/mi-dot-left-variant-bold.svg") no-repeat center center;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

/* Fallback decorative dots if the uploaded SVG URL fails.
   Remove this only after the SVG is confirmed visible. */
.mi-pricing-section::after {
    content: "";
    position: absolute;
    left: 34px;
    top: 96px;
    width: 190px;
    height: 250px;
    background-image: radial-gradient(circle, rgba(32, 196, 199, 0.28) 2px, transparent 2px);
    background-size: 24px 24px;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.mi-pricing-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.mi-pricing-inner h2 {
    margin: 0 auto;
    color: #060f22;
    font-size: var(--wp--preset--font-size--xl);
    line-height: 1.18;
}

.mi-pricing-intro {
    margin: 22px auto 46px;
    color: #162033;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.mi-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.mi-pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 32px 26px 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(5, 27, 73, 0.11);
    border-radius: 18px;
    box-shadow: 0 22px 56px rgba(5, 27, 73, 0.09);
    text-align: left;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mi-pricing-card:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 196, 199, 0.45);
    box-shadow: 0 28px 68px rgba(5, 27, 73, 0.14);
}

.mi-featured-plan {
    border: 2px solid rgba(32, 196, 199, 0.75);
    box-shadow: 0 30px 80px rgba(32, 196, 199, 0.18);
}

.mi-featured-label {
    display: inline-flex;
    align-self: flex-start;
    margin: -8px 0 18px;
    padding: 7px 11px;
    color: #ffffff;
    background: linear-gradient(135deg, #21c5ca 0%, #008e9a 100%);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(32, 196, 199, 0.28);
}

.mi-pricing-card-header {
    min-height: 86px;
}

.mi-pricing-card h3 {
    margin: 0 0 9px;
    color: #1fc1e1;
    font-size: 24px;
    line-height: 1.2;
}

.mi-plan-description {
    margin: 0;
    color: #46546a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.mi-price-wrap {
    margin: 22px 0 24px;
    padding: 22px 0 20px;
    border-top: 1px solid rgba(5, 27, 73, 0.09);
    border-bottom: 1px solid rgba(5, 27, 73, 0.09);
}

.mi-price {
    margin: 0;
    color: #061b49;
    font-size: clamp(20px, 2vw, 44px);
    font-weight: 500;
    line-height: 1;
}

.mi-price-note {
    margin: 7px 0 0;
    color: #607086;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mi-pricing-features {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.mi-pricing-features li {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    color: #1b2638;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.mi-pricing-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    color: #ffffff;
    background: linear-gradient(135deg, #21c5ca 0%, #007d8c 100%);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.mi-pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 13px 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #2ed5d7 0%, #009ba8 100%);
    border: 1px solid rgba(0, 141, 152, 0.5);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(0, 155, 168, 0.24);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mi-pricing-button:hover, .mi-pricing-button:focus {
    color: #ffffff;
    background: linear-gradient(135deg, #25c8cb 0%, #007f8d 100%);
    box-shadow: 0 18px 34px rgba(0, 155, 168, 0.32);
    transform: translateY(-2px);
    text-decoration: none;
}

p.mi-pricing-tax-note {
    text-align: center;
    font-style: italic;
}

/* ----------------------------------------------------------
   Optional: make existing image blocks feel like product cards
   This targets the screenshot images using your current repeated
   .mi-hero-image class.
   ---------------------------------------------------------- */
.mi-hero-image img, .mi-ps-media img, .mi-agency-media img {
    display: block;
    width: auto;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: 0 5px 45px rgba(7, 31, 63, 0.3);
}

/* Avoid making tiny icon/proof images into giant screenshot cards. */
.mi-hero-proof-points img, .mi-ps-proof img, .mi-agency-proof img {
    width: auto;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.mi-cta-primary > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #3af8ff 0%, #379da6 100%);
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(28, 157, 170, 0.22);
}

.mi-cta-primary > a:hover {
    background: linear-gradient(180deg, #29d2d8 0%, #1e7b84 100%);
    color: #ffffff !important;
    text-decoration: none !important;
}

.mi-vp-btn {
	height: 41px;
	line-height: 0.2em;
}

.mi-vp-btn:hover {
	background: linear-gradient(180deg, #3aa2ff 0%, #1f4c74 100%);
	border-radius: 20px;
}

.mi-vp-btn:hover > a {
	color: #fff !important;
}

/* Footer
--------------------------------------------- */
.site-footer {
	margin-top: auto;
	padding: 20px;
	background: var(--footer-bg);
	color: var(--footer-text);
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}

.site-footer,
.site-footer p,
.site-footer span,
.site-footer small {
	color: var(--footer-text);
}

.site-footer a {
	display: inline-block;
	color: var(--footer-link);
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--footer-link-hover);
	text-decoration: none;
}

.site-footer-navigation .footer-menu {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
}

.site-footer-navigation .footer-menu li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.site-footer-navigation .footer-menu li:not(:last-child)::after {
	content: "|";
	display: inline-block;
	margin: 0 6px;
	color: var(--footer-text);
	opacity: .85;
}

.site-footer-navigation .footer-menu a {
	display: inline-block;
	color: var(--footer-link);
	text-decoration: none;
}

.site-footer-navigation .footer-menu a:hover,
.site-footer-navigation .footer-menu a:focus {
	color: var(--footer-link-hover);
	text-decoration: none;
}

/* Ticketing / notification button
--------------------------------------------- */
.ss-notify-btn {
	background: var(--primary);
	padding: 5px 13px;
	border-radius: 10px;
	color: #ffffff !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.ss-notify-btn:hover,
.ss-notify-btn:focus {
	background: var(--primary-hover);
	color: #ffffff !important;
}

/* Sitewide links
--------------------------------------------- */
a {
	color: var(--primary);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--primary-hover);
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .mi-hero-columns::before {
        left: -330px;
        top: 12px;
        opacity: 0.14;
    }

    .mi-ps-wrapper::before {
        width: 120px;
        height: 180px;
        left: -10px;
        top: 24px;
        opacity: 0.18;
    }

    .mi-ps-wrapper::after,
    .mi-agency-wrapper::after {
        opacity: 0.6;
    }

    .mi-agency-wrapper::before {
        height: 92px;
        opacity: 0.92;
    }
	
	.mi-agency-spacer {
		display: none;
	}
	
	   .mi-pricing-section {
        padding: 70px 20px 78px;
    }

    .mi-pricing-section::before {
        left: -40px;
        top: 48px;
        width: 220px;
        height: 254px;
        opacity: 0.75;
    }

    .mi-pricing-inner {
        max-width: 520px;
    }

    .mi-pricing-inner h2 {
        font-size: 30px;
    }

    .mi-pricing-intro {
        margin-bottom: 34px;
        font-size: 16px;
    }

    .mi-pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mi-pricing-card {
        padding: 28px 24px 26px;
    }

    .mi-pricing-card-header {
        min-height: auto;
    }

    .mi-price {
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) {
	.mi-hero-columns, .mi-ps-wrapper, .mi-agency-wrapper {
		padding: 40px clamp(20px, 5vw, 80px);
	}
	.mi-title-accent {
		position: relative;
		display: inline-block;
		z-index: 1;
	}

	.mi-title-accent::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -0.18em;
		width: 112%;
		height: 0.34em;
		transform: translateX(-50%);
		background: url("https://mediainspectorplugin.com/wp-content/uploads/2026/05/swoosh.png") center center / 100% no-repeat;
		z-index: -1;
		pointer-events: none;
	}	
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.mi-agency-proof {
		float: left;
		width: 50%;
	}
}


/* Mobile / tablet nav: 1024px and below */
@media screen and (max-width: 1024px) {
	.header-social {
		display: none !important;
	}

	.hamburger {
		display: inline-block !important;
		position: relative;
		z-index: 10001;
	}

	.offcanvas-backdrop {
		position: fixed;
		inset: 0;
		z-index: 9998;
		background: rgba(0, 0, 0, .45);
		opacity: 0;
		pointer-events: none;
		transition: opacity .2s ease;
	}

	.offcanvas-backdrop.is-active {
		opacity: 1;
		pointer-events: auto;
	}

	.mi-offcanvas-wrap {
		position: fixed;
		top: 0;
		right: 0;
		width: min(80vw, 360px);
		height: 100dvh;
		transform: translateX(100%);
		transition: transform .25s ease;
		z-index: 10000;
		background: var(--header-bg);
		color: var(--header-text);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		box-shadow: -10px 0 30px rgba(0, 0, 0, .75);
	}

	.mi-offcanvas-wrap.is-open {
		transform: translateX(0);
	}

	#primary-menu.mi-offcanvas {
		position: static !important;
		top: auto !important;
		right: auto !important;
		width: auto !important;
		height: auto !important;
		max-height: none !important;
		transform: none !important;
		padding: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		border-radius: 0 !important;
	}

	.mi-offcanvas-wrap #primary-menu {
		display: block !important;
		list-style: none;
		margin: 0;
		padding-top: calc(env(safe-area-inset-top) + 60px) !important;
	}

	.mi-offcanvas-wrap #primary-menu > li {
		margin: 0;
		line-height: 1;
	}

	.mi-offcanvas-wrap #primary-menu > li > a {
		display: block;
		padding: 12px 18px;
		background: color-mix(in oklab, var(--header-bg), white 3%);
		border-bottom: 1px solid color-mix(in oklab, var(--header-text), transparent 85%);
		color: var(--header-link);
		text-decoration: none;
		-webkit-tap-highlight-color: transparent;
	}

	.mi-offcanvas-wrap #primary-menu > li > a:hover,
	.mi-offcanvas-wrap #primary-menu > li > a:focus {
		background: color-mix(in oklab, var(--header-bg), white 6%);
		color: var(--header-link-hover);
	}

	.mi-offcanvas-wrap #primary-menu li .sub-menu {
		display: none;
		position: static;
		padding: 0;
		margin: 0;
		border-top: 1px solid color-mix(in oklab, var(--header-text), transparent 85%);
		background: transparent;
	}

	.mi-offcanvas-wrap #primary-menu li.is-open > .sub-menu {
		display: block !important;
	}

	.mi-offcanvas-wrap #primary-menu .sub-menu > li > a {
		display: block;
		padding: 12px 20px;
		border-bottom: 1px solid color-mix(in oklab, var(--header-text), transparent 88%);
	}

	.mi-offcanvas-wrap #primary-menu .sub-menu > li:last-child > a {
		border-bottom: 0;
	}

	.mi-offcanvas-wrap #primary-menu li.is-open > a {
		background: color-mix(in oklab, var(--header-bg), white 6%) !important;
	}

	body.offcanvas-open .site-header,
	body.offcanvas-open #masthead,
	body.offcanvas-open #site-navigation {
		transform: none !important;
	}

	.mi-offcanvas-wrap .offcanvas-close {
		position: absolute;
		top: 10px;
		right: 10px;
		background: transparent;
		border: 0;
		padding: 6px;
		cursor: pointer;
		z-index: 10002;
	}

	.mi-offcanvas-wrap .offcanvas-close .fa-stack {
		font-size: 1.5rem;
	}

	.mi-offcanvas-wrap .offcanvas-close .fa-circle {
		color: #e03131;
	}

	.mi-offcanvas-wrap .offcanvas-close .fa-xmark {
		color: #fff;
	}

	body.offcanvas-open .hamburger {
		visibility: hidden;
	}

	.mi-offcanvas-wrap #primary-menu a,
	.mi-offcanvas-wrap #primary-menu a:hover,
	.mi-offcanvas-wrap #primary-menu a:focus,
	.mi-offcanvas-wrap #primary-menu a:active {
		text-decoration: none !important;
	}

    .mi-hero-columns::before {
        left: -285px;
        top: 28px;
        opacity: 0.20;
    }

    .mi-ps-wrapper::before {
        left: -18px;
        top: 34px;
        opacity: 0.25;
    }

    .mi-ps-wrapper::after {
        right: 4%;
        top: 18%;
        width: 200px;
        height: 200px;
    }

    .mi-agency-wrapper::before {
        height: 120px;
    }
	
	.mi-pricing-inner {
        max-width: 920px;
    }

    .mi-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1025px) and (max-width: 1680px) {
    .mi-hero-columns > .wp-block-column:first-child, .mi-hero-columns > .wp-block-column:last-child, .mi-ps-columns > .wp-block-column:first-child, .mi-ps-columns > .wp-block-column:last-child {
        display: none !important;
    }

    .mi-hero-columns > .wp-block-column:nth-child(2), .mi-agency-columns > .wp-block-column:nth-child(2) {
        flex: 0 1 40% !important;
        flex-basis: 40% !important;
        max-width: 40% !important;
    }
	
	.mi-ps-columns > .wp-block-column:nth-child(3) {
        flex: 0 1 40% !important;
        flex-basis: 40% !important;
        max-width: 40% !important;
    }

    .mi-hero-columns, .mi-ps-columns {
        justify-content: center !important;
    }
}

/* Desktop nav reset: 1025px and up */
@media screen and (min-width: 1025px) {
	body .entry-content {
		padding: 0;
	}

	#primary-menu .offcanvas-close {
		display: none !important;
	}

	.mi-offcanvas-wrap,
	.offcanvas-backdrop {
		display: none !important;
	}

	#site-navigation .hamburger {
		display: none !important;
	}

	#site-navigation #primary-menu {
		display: grid !important;
		grid-auto-flow: column;
		gap: 1rem;
		margin: 0;
		padding: 0;
	}
	
	.mi-hero-columns, .mi-ps-wrapper, .mi-agency-wrapper {
		padding: 80px clamp(20px, 5vw, 80px) 72px;
	}
	
	.mi-hero-columns, .mi-ps-columns {
		align-items: center !important;
	}
	
	.mi-hero-copy {
		margin: 25px 0;
	}
}
