/*!
Theme Name: anticords
Theme URI: http://underscores.me/
Author: anticords
Author URI: http://underscores.me/
Description: anticords
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anticords
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.

anticords 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%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 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 {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.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;
}

/* ==========================================================
   ANTICORDS DARK MODE SALES PAGE STYLES
   ========================================================== */

:root {
    --primary: #F95C19;
    --primary-dark: #D94A0E;
    --secondary: #2A6DF4;
    --dark-bg: #0B0F1C;
    --card-bg: #131A2C;
    --border-light: #2A3448;
    --text-light: #F0F4FF;
    --text-muted: #A0ABBF;
    --success: #2ECC71;
    --grad-hero: linear-gradient(135deg, #0B0F1C 0%, #10172B 100%);
}

.dark-theme-main { background-color: var(--dark-bg); color: var(--text-light); font-family: 'Inter', sans-serif; }
.section-padding { padding: 80px 0; }
.bg-card-dark { background: var(--card-bg); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.text-success { color: var(--success); }

h1, h2, h3, .plan-price { font-family: 'Poppins', sans-serif; color: white; }
h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; text-align: center; }
.section-subtitle { text-align: center; color: var(--text-muted); font-size: 1.15rem; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 32px; font-weight: 600; border-radius: 50px; transition: 0.3s; text-decoration: none; cursor: pointer; border: none; }
.btn-large { padding: 16px 40px; font-size: 1.1rem; }
.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-dark); transform: scale(1.02); color: white; }
.glow-btn { box-shadow: 0 8px 25px rgba(249, 92, 25, 0.4); }
.btn-outline { background: transparent; border: 2px solid var(--border-light); color: var(--text-light); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); background: rgba(249, 92, 25, 0.05); }
.btn-block { width: 100%; }

/* Urgency Ribbon */
.urgency-ribbon { background: linear-gradient(90deg, #F95C19, #FF8C42); color: white; text-align: center; padding: 12px; font-weight: 700; font-size: 0.95rem; }
.counter { background: rgba(0,0,0,0.3); padding: 4px 12px; border-radius: 40px; margin-left: 10px; font-family: monospace; font-size: 1rem; }

/* Hero */
.hero { background: var(--grad-hero); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.hero-content { max-width: 850px; margin: 0 auto; position: relative; z-index: 2; }
.trust-badge { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); color: #FFD966; display: inline-block; padding: 8px 20px; border-radius: 100px; font-size: 0.9rem; font-weight: 500; margin-bottom: 30px; }
.hero h1 { font-size: 3.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; background: linear-gradient(135deg, #FFFFFF 0%, #FFD7B0 100%); -webkit-background-clip: text; color: transparent; }
.hero-subtitle { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 40px; }
.hero-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.hero-guarantee { background: var(--card-bg); display: inline-flex; gap: 20px; padding: 10px 25px; border-radius: 50px; border: 1px solid var(--border-light); font-size: 0.9rem; }

/* Logos */
.logos-strip { padding: 30px 0; border-bottom: 1px solid var(--border-light); }
.logos-grid { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; }
.brand-img { height: 35px; opacity: 0.5; filter: brightness(0) invert(1); transition: 0.3s; }
.brand-img:hover { opacity: 1; filter: drop-shadow(0 0 5px rgba(255,255,255,0.3)); }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; }
.feature-card { background: var(--dark-bg); border-radius: 20px; padding: 30px; text-align: center; border: 1px solid var(--border-light); transition: 0.3s; }
.feature-card:hover { transform: translateY(-5px); border-color: var(--primary); }
.feature-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; }

/* Device Pricing Toggle */
.device-toggle-wrapper { text-align: center; margin-bottom: 40px; }
.device-toggle { display: inline-flex; background: var(--card-bg); border: 1px solid var(--border-light); border-radius: 50px; padding: 5px; }
.device-btn { background: transparent; border: none; padding: 12px 25px; font-size: 1rem; font-weight: 600; color: var(--text-muted); border-radius: 50px; cursor: pointer; transition: 0.3s; }
.device-btn.active { background: var(--primary); color: white; }

/* Pricing Grid */
.pricing-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.pricing-card { background: var(--card-bg); border-radius: 24px; padding: 30px 24px; width: 280px; border: 1px solid var(--border-light); text-align: center; transition: 0.3s; position: relative; display: flex; flex-direction: column; }
.best-value { border: 2px solid var(--primary); transform: scale(1.05); background: linear-gradient(145deg, #162036, #11182C); z-index: 2; box-shadow: 0 15px 30px rgba(0,0,0,0.5); }
.badge-value { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--primary); color: white; padding: 6px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: bold; white-space: nowrap; }
.plan-title { font-size: 1rem; letter-spacing: 2px; font-weight: 600; color: var(--text-muted); }
.plan-price { font-size: 3rem; font-weight: 800; color: white; margin: 10px 0; }
.plan-period { color: var(--text-muted); font-size: 0.9rem; }
.pricing-list { list-style: none; margin: 25px 0; text-align: left; flex-grow: 1; }
.pricing-list li { margin-bottom: 12px; font-size: 0.95rem; display: flex; align-items: center; gap: 10px; color: var(--text-light); }
.pricing-list i { color: var(--success); width: 20px; }

/* Devices Split */
.devices-wrapper { display: flex; align-items: center; gap: 50px; flex-wrap: wrap; }
.devices-content { flex: 1; min-width: 300px; }
.device-grid-mini { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 15px; }
.device-check { background: var(--dark-bg); padding: 12px 18px; border-radius: 12px; border: 1px solid var(--border-light); font-weight: 500; display: flex; align-items: center; gap: 12px; }
.device-check i { color: var(--primary); font-size: 1.2rem; }
.devices-img { flex: 1; text-align: center; }
.devices-img img { max-width: 100%; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); border: 1px solid var(--border-light); }

/* Channels */
.channel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; }
.channel-cat { background: var(--card-bg); border-radius: 16px; padding: 20px; display: flex; align-items: center; gap: 20px; border: 1px solid var(--border-light); transition: 0.3s; }
.channel-cat:hover { border-color: var(--primary); transform: translateY(-3px); }
.cat-icon { font-size: 2rem; color: var(--primary); }
.cat-info h4 { font-size: 1.1rem; margin-bottom: 5px; }
.cat-info span { font-size: 0.85rem; color: var(--text-muted); }

/* Testimonials */
.testimonials-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin-top: 40px; }
.testimonial-card { background: var(--dark-bg); border-radius: 20px; padding: 30px; max-width: 350px; border: 1px solid var(--border-light); }
.testimonial-text { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; font-style: italic; color: var(--text-light); }
.testimonial-author { display: flex; align-items: center; gap: 15px; }
.testimonial-author img { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--primary); }
.rating i { color: #FFC107; font-size: 0.85rem; }

/* FAQ */
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--card-bg); margin-bottom: 15px; border-radius: 12px; border: 1px solid var(--border-light); overflow: hidden; }
.faq-question { padding: 20px 25px; font-weight: 600; font-size: 1.1rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: white; }
.faq-question i { transition: transform 0.3s; color: var(--primary); }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 25px; color: var(--text-muted); }
.faq-item.active .faq-answer { max-height: 200px; padding: 0 25px 20px 25px; }

/* Contact CTA */
.contact-section { text-align: center; padding: 80px 0; background: linear-gradient(180deg, var(--card-bg), var(--dark-bg)); border-top: 1px solid var(--border-light); }
.trust-footer-note { margin-top: 40px; background: rgba(0,0,0,0.3); display: inline-block; padding: 12px 25px; border-radius: 50px; font-size: 0.9rem; color: var(--text-muted); border: 1px solid var(--border-light); }
.trust-footer-note i { color: var(--success); margin-right: 8px; }

/* Responsive */
@media (max-width: 1024px) {
    .pricing-grid { gap: 20px; }
    .best-value { transform: scale(1); }
    .best-value:hover { transform: translateY(-5px); }
}
@media (max-width: 768px) {
    .hero h1 { font-size: 2.5rem; }
    .hero-guarantee { flex-direction: column; gap: 10px; text-align: left; }
    .hero-btns .btn { width: 100%; }
    .device-toggle { flex-direction: column; border-radius: 12px; width: 100%; }
    .device-btn { border-radius: 0; border-bottom: 1px solid var(--border-light); }
    .logos-grid { justify-content: center; }
}
/* ==========================================================
   HEADER & NAVIGATION
   ========================================================== */
.site-header { background: var(--dark-bg); border-bottom: 1px solid var(--border-light); position: sticky; top: 0; z-index: 1000; }
.nav-wrapper { display: flex; justify-content: space-between; align-items: center; height: 80px; }
.logo { font-size: 1.8rem; font-weight: 800; color: white; letter-spacing: -0.5px; text-decoration: none; font-family: 'Poppins', sans-serif;}
.logo span { color: var(--primary); }
.main-navigation { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links-ul { display: flex; gap: 25px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav-links-ul a { color: var(--text-light); font-weight: 500; text-decoration: none; font-size: 0.95rem; transition: 0.3s; }
.nav-links-ul a:hover { color: var(--primary); }
.nav-cta { padding: 10px 24px; font-size: 0.95rem; }
.hamburger { display: none; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; }

/* ==========================================================
   FOOTER
   ========================================================== */
.site-footer { background: #070B14; border-top: 1px solid var(--border-light); padding: 60px 0 30px; font-size: 0.9rem; color: var(--text-muted); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col h4 { color: white; margin-bottom: 20px; font-size: 1.1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: var(--text-muted); text-decoration: none; transition: 0.3s; }
.footer-col ul li a:hover { color: var(--primary); }
.copyright { text-align: center; padding-top: 30px; border-top: 1px solid var(--border-light); }
.global-float { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: #25D366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 8px 25px rgba(0,0,0,0.3); z-index: 9999; transition: 0.3s; text-decoration: none; }
.global-float:hover { transform: scale(1.1); color: white; background: #20b859; }

/* ==========================================================
   INTERNAL PAGES (Blog, Single, Legal)
   ========================================================== */
.content-card { background: var(--card-bg); border: 1px solid var(--border-light); border-radius: 20px; padding: 40px; }
.article-text { color: var(--text-muted); line-height: 1.8; font-size: 1.05rem; }
.article-text h2, .article-text h3 { color: white; margin: 30px 0 15px; }
.article-text p, .article-text ul { margin-bottom: 20px; }
.article-text a { color: var(--secondary); text-decoration: underline; }

/* Funnel CTA inside Blog Posts */
.funnel-cta { margin-top: 50px; background: linear-gradient(135deg, rgba(249, 92, 25, 0.1) 0%, rgba(42, 109, 244, 0.1) 100%); border: 1px solid var(--primary); border-radius: 16px; padding: 40px; text-align: center; }
.funnel-cta h3 { color: white; margin-bottom: 15px; font-size: 1.5rem; }
.funnel-cta p { color: var(--text-light); }

/* Blog Grid (index.php) */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.blog-card { background: var(--card-bg); border: 1px solid var(--border-light); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: 0.3s; }
.blog-card:hover { transform: translateY(-5px); border-color: var(--primary); }
.blog-card-img img { width: 100%; height: 220px; object-fit: cover; display: block; border-bottom: 1px solid var(--border-light); }
.blog-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; align-items: flex-start;}
.blog-card-title { font-size: 1.3rem; margin-bottom: 15px; line-height: 1.4; }
.blog-card-title a { color: white; text-decoration: none; }
.blog-card-title a:hover { color: var(--primary); }
.blog-card-excerpt { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 20px; flex-grow: 1; }

/* Responsive Headers & Footers */
@media (max-width: 768px) {
    .main-navigation { display: none; flex-direction: column; position: absolute; top: 80px; left: 0; width: 100%; background: var(--dark-bg); padding: 20px; border-bottom: 1px solid var(--border-light); }
    .main-navigation.active { display: flex; }
    .nav-links-ul { flex-direction: column; width: 100%; gap: 15px; margin-bottom: 20px; }
    .nav-cta { width: 100%; text-align: center; }
    .hamburger { display: block; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .content-card { padding: 25px; }
}
/* ==========================================================
   EMERGENCY FIX: NUKE WHITE BACKGROUNDS & FIX INVISIBLE TEXT
   ========================================================== */

/* Force the entire site foundation to be dark */
body, html, #page, .site, .site-main {
    background-color: #0B0F1C !important;
    color: #F0F4FF !important;
}

/* Kill any lingering .bg-light classes causing white gaps */
.bg-light, section {
    background-color: transparent !important; 
}

/* Fix alternating section contrast */
.bg-card-dark {
    background-color: #131A2C !important;
    border-top: 1px solid #2A3448 !important;
    border-bottom: 1px solid #2A3448 !important;
}

/* Force all invisible headings to show up */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

/* Fix the footer gap */
.site-footer {
    background-color: #070B14 !important;
    border-top: 1px solid #2A3448 !important;
    margin-top: 0 !important;
}
/* ==========================================================
   SPACING & OVERLAP FIXES
   ========================================================== */

/* 1. Push the Devices section down so it doesn't eat the pricing cards */
#devices {
    margin-top: 80px !important;
    padding-top: 60px !important;
    clear: both;
}

/* 2. Stop the image from overflowing its boundaries */
.devices-img img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
}

/* 3. Re-align the flexbox so the tall image doesn't push upwards */
.devices-wrapper {
    align-items: flex-start !important; 
}

/* 4. Move the 'Go Up' button to the right so it stops covering your Cookie icon */
.float-up {
    left: 90px !important; /* Pushes it next to the cookie icon instead of on top of it */
}
/* ==========================================================
   MOBILE FIX: DEVICE IMAGE & SPACING OVERLAP
   ========================================================== */
@media (max-width: 768px) {
    
    /* FIX 1: Stop the image from squishing. This stacks the image ON TOP of the text. */
    .devices-wrapper {
        flex-direction: column-reverse !important; 
        gap: 30px !important;
    }

    .devices-img {
        width: 100% !important;
        display: block !important;
    }

    .devices-img img {
        width: 100% !important;
        height: auto !important;
        border-radius: 16px !important;
    }

    /* ---------------------------------------------------
       WANT TO HIDE IT INSTEAD?
       If you decide you just want to hide the picture 
       completely on mobile to save space, delete the 3 
       blocks above and use this instead:
       
       .devices-img { display: none !important; }
       .devices-wrapper { flex-direction: column !important; }
       --------------------------------------------------- */

    /* FIX 2: Stop the WhatsApp and Cookie buttons from blocking the bottom list items */
    .device-grid-mini {
        padding-bottom: 60px !important; 
    }
}
/* ==========================================================
   GLOBAL LINK FIX: STOP VISITED LINKS FROM TURNING PURPLE
   ========================================================== */
a, a:visited, a:active, a:focus {
    text-decoration: none;
    color: inherit; /* This forces the link to stay whatever color we told it to be! */
    outline: none;
}
/* ==========================================================
   BUTTON & NAVBAR EMERGENCY FIX
   ========================================================== */

/* 1. Fix the Hero "Get Free Trial" Button */
.btn-trial, .btn-primary, .nav-btn {
    background: #F95C19 !important;
    color: #ffffff !important;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(249, 92, 25, 0.4) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.btn-trial i { margin-right: 8px; }

.btn-trial:hover, .btn-primary:hover, .nav-btn:hover {
    background: #D94A0E !important;
    transform: scale(1.05) !important;
    color: #ffffff !important;
}

/* 2. Fix the "View Pricing" Outline Button */
.btn-outline {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #2A3448 !important;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.btn-outline:hover {
    border-color: #F95C19 !important;
    background: rgba(249, 92, 25, 0.1) !important;
    color: #F95C19 !important;
}

/* 3. Turn the last item in the WP Menu into a Button */
.nav-links-ul li:last-child a {
    background: #F95C19 !important;
    color: #ffffff !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(249, 92, 25, 0.4) !important;
    display: inline-block !important;
    margin-left: 20px !important; /* Pushes the button away from 'Sample Page' */
    transition: all 0.3s ease !important;
}

.nav-links-ul li:last-child a:hover {
    background: #D94A0E !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}
/* ==========================================================
   FLOATING BUTTONS: PERFECT ALIGNMENT & SIZING
   ========================================================== */

/* 1. Resize WhatsApp to match Cookie icon and move it UP slightly */
.float-wa, .global-float {
    width: 50px !important;
    height: 50px !important;
    font-size: 26px !important; /* Scaled down to fit perfectly */
    right: 30px !important;
    bottom: 90px !important; /* Placed exactly ABOVE the Go Up button */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999 !important;
}

/* 2. Move Go Up button to the right side, directly UNDER WhatsApp */
.float-up {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    right: 30px !important;  /* Snaps it to the right side */
    left: auto !important;   /* Clears the old left-side positioning */
    bottom: 30px !important; /* Placed directly UNDER WhatsApp */
    border-radius: 50% !important;
    z-index: 9999 !important;
}

/* 3. Hide the glitchy Mobile "Free Trial" text on Desktop screens */
@media (min-width: 769px) {
    .sticky-trial-mobile {
        display: none !important;
    }
}

/* 4. Keep them stacked but slightly smaller and tighter to the edge on Mobile */
@media (max-width: 768px) {
    .float-wa, .global-float {
        right: 15px !important;
        bottom: 75px !important; 
        width: 45px !important;
        height: 45px !important;
        font-size: 22px !important;
    }
    .float-up {
        right: 15px !important;
        bottom: 15px !important;
        width: 45px !important;
        height: 45px !important;
    }
}
/* ==========================================================
   BLOG TWO-COLUMN LAYOUT & SIDEBAR WIDGETS
   ========================================================== */

/* The 2-Column Split */
.blog-layout-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.blog-main-content {
    flex: 1; /* Takes up the remaining space (about 70%) */
    min-width: 0; 
}

/* Make the sidebar 'sticky' so it follows the user as they scroll */
.sidebar-container {
    width: 350px; 
    flex-shrink: 0;
    position: sticky;
    top: 100px; 
}

/* Base Widget Styling */
.widget {
    background: var(--card-bg);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
}

.widget-title {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-light);
    font-family: 'Poppins', sans-serif;
}

/* Custom Search Widget */
.widget_search form {
    display: flex;
    gap: 10px;
}
.widget_search input[type="search"] {
    width: 100%;
    padding: 12px 15px;
    background: var(--dark-bg);
    border: 1px solid var(--border-light);
    color: white;
    border-radius: 8px;
    outline: none;
}
.widget_search input[type="search"]:focus {
    border-color: var(--primary);
}
.widget_search input[type="submit"] {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}
.widget_search input[type="submit"]:hover {
    background: var(--primary-dark);
}

/* List Widgets (Recent Posts, Categories) */
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget ul li a {
    color: var(--text-light);
    text-decoration: none;
    transition: 0.3s;
    display: block;
}
.widget ul li a:hover {
    color: var(--primary);
    padding-left: 5px; /* Cool hover indent effect */
}

/* Responsive: Stack them on mobile/tablets */
@media (max-width: 992px) {
    .blog-layout-wrapper {
        flex-direction: column;
    }
    .sidebar-container {
        width: 100%;
        position: static;
    }
}
/* ==========================================================
   EMERGENCY FIX 2: KILL UNDERSCORES DEFAULT WHITE POSTS
   ========================================================== */
.content-card, article.post, article.page, .hentry {
    background-color: #131A2C !important;
    color: #F0F4FF !important;
    border: 1px solid #2A3448 !important;
}

.entry-content, .entry-content p, .article-text p {
    color: #A0ABBF !important;
}

.entry-title {
    color: #ffffff !important;
}
/* ==========================================================
   DESKTOP & WIDE SCREEN MARGIN FIX
   ========================================================== */

/* This locks the width and centers it, creating massive margins on wide screens */
.container {
    width: 100% !important;
    max-width: 1150px !important; /* This is the sweet spot for modern reading width */
    margin: 0 auto !important;    /* "auto" perfectly balances the left and right margins */
    padding-left: 30px !important; /* Prevents text from touching edges on smaller laptops */
    padding-right: 30px !important;
}

/* Optional: For ultra-wide 4K monitors, give it just a tiny bit more room */
@media (min-width: 1600px) {
    .container {
        max-width: 1300px !important; 
    }
}