/*!
Theme Name: sferadom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: sferadom
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.

sferadom 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.37em 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: #d47800;
}

a:hover,
a:focus,
a:active {
  color: #d47800;
}

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;
}


.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;
}

.logo svg {
  height: 100%;
  width: auto;
  object-fit: contain;
}

@keyframes logo-spin-once {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.logo_rotate {
  animation: logo-spin-once 5s ease-in-out infinite;
  transform-origin: 41% 50%;
  display: inline-block;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  overflow-x: hidden;
  background: #fff;
}

/* ── CONTAINER ── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── PREHEADER ── */
.preheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 201;
  height: 40px;
  background: #0a081494;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .35s ease;
  backdrop-filter: blur(3px);
}

.preheader.ph--hidden {
  transform: translateY(-100%);
}

.preheader .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.preheader-left,
.preheader-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ph-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.ph-item svg {
  width: 13px;
  height: 13px;
  stroke: #f4622a;
  flex-shrink: 0;
}

.ph-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.12);
}

/* ── NAV ── */
nav.head-nav {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 200;
  height: 68px;
  background: rgb(15 12 22 / 44%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: background .35s, backdrop-filter .35s, border-color .35s, top .35s;
}

nav.nav--scrolled {
  background: rgb(15 12 22 / 44%);
  backdrop-filter: blur(12px);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 10px 40px;
}

.logo {
  display: block;
  width: 59px;
}

.logo-arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #f4622a;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: clamp(10px, 1.6vw, 24px);
  margin: 0;
  align-items: center;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
    font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: color .25s;
  position: relative;
}

.nav-links a.active,
.nav-links a:hover {
  color: #f4622a;
}

.nav-links li:not(.menu-item-has-children)>a.active::after,
.nav-links li:not(.menu-item-has-children)>a[aria-current]::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background: #f4622a;
  border-radius: 2px;
}

/* ── Dropdown submenu ── */
.nav-links .menu-item-has-children {
  position: relative;
}

.nav-links .menu-item-has-children>a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  flex-shrink: 0;
  transition: transform .25s, border-top-color .25s;
}

.nav-links .menu-item-has-children:hover>a::after {
  border-top-color: #f4622a;
  transform: rotate(180deg);
}

.nav-links .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 220px;
  list-style: none;
  gap: 0;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity .25s, transform .25s, visibility .25s;
  z-index: 300;
}

.nav-links .sub-menu>li:first-child {
  border-radius: 6px 6px 0 0;
}

.nav-links .sub-menu>li:last-child {
  border-radius: 0 0 6px 6px;
}

.nav-links .sub-menu>li {
  background: rgba(15, 12, 22, 0.96);
  backdrop-filter: blur(14px);
}

.nav-links .sub-menu>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-links .sub-menu>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.nav-links .sub-menu>li:first-child a {
  border-radius: 6px 6px 0 0;
}

.nav-links .sub-menu>li:last-child a {
  border-radius: 0 0 6px 6px;
}

.nav-links .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-links .sub-menu::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: rgba(15, 12, 22, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  rotate: 45deg;
}

.nav-links .sub-menu li {
  display: block;
}

.nav-links .sub-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 11px;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: color .2s, background .2s;
}

.nav-links .sub-menu a:hover {
  color: #f4622a;
  background: rgba(244, 98, 42, 0.07);
}

.nav-links .sub-menu a::after {
  display: none;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-icon {
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: color .25s;
  display: flex;
  align-items: center;
}

.nav-icon:hover {
  color: #f4622a;
}

.nav-icon svg {
  width: 18px;
  height: 18px;
}

.btn-view {
  background: #f4622a;
  color: #fff;
  border: none;
  padding: 9px 22px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s;
  text-decoration: none;
}

.btn-view:hover {
  background: #d94e1a;
  color: #fff;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 20px 80px;
  text-align: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* fallback bg if video fails to load */
  background: radial-gradient(ellipse at 60% 80%, #3b1200 0%, #1a0800 40%, #0d0400 100%);
}

#netCanvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(170deg,
      rgba(180, 70, 0, 0.55) 0%,
      rgba(120, 40, 0, 0.62) 55%,
      rgba(70, 20, 0, 0.7) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 860px;
  width: 100%;
}

.badge {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-title {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
}

.hero-title .hl {
  color: #f4622a;
}

.hero-desc {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.85;
  max-width: 580px;
  margin: 0 auto 38px;
}

.hero-desc .price {
  color: #f4622a;
  font-weight: 700;
}

/* ── TABS ── */
.tabs {
  display: inline-flex;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.tab {
  padding: 14px 52px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background .25s, color .25s;
}

.tab.active {
  background: #fff;
  color: #222;
}

.tab:not(.active) {
  background: #f4622a;
  color: #fff;
}

.tab:not(.active):hover {
  background: #d94e1a;
}

/* ── FORM CARD ── */
.form-card {
  background: #fff;
  padding: 30px 28px;
  border-radius: 0 4px 4px 4px;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.form-row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.form-row.cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-row.cols-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-row.last {
  grid-template-columns: 1fr auto;
  margin-bottom: 0;
}

.inp {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid #e8e8e8;
  border-radius: 4px;
  font-size: 14px;
  color: #555;
  background: #fafafa;
  outline: none;
  transition: border-color .2s, background .2s;
  font-family: inherit;
}

.inp:focus {
  border-color: #f4622a;
  background: #fff;
}

.inp::placeholder {
  color: #bbb;
}

select.inp {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.inp.err {
  border-color: #e53935;
}

.btn-submit {
  background: #f4622a;
  color: #fff;
  border: none;
  padding: 13px 44px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background .25s;
  font-family: inherit;
}

.btn-submit:hover {
  background: #d94e1a;
}

/* ── TOAST ── */
.toast {
  position: fixed;
  bottom: 90px;
  right: 30px;
  background: #222;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s;
  z-index: 999;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* ── WIFI FLOAT ── */
.wifi-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f4622a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 500;
  box-shadow: 0 4px 18px rgba(244, 98, 42, 0.45);
  animation: wifipulse 2.2s ease-in-out infinite;
}

@keyframes wifipulse {

  0%,
  100% {
    box-shadow: 0 4px 18px rgba(244, 98, 42, 0.45);
  }

  50% {
    box-shadow: 0 4px 28px rgba(244, 98, 42, 0.75);
  }
}

/* ── SCROLL HINT ── */
.scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.scroll-hint span {
  display: block;
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  animation: scrollpulse 1.6s ease-in-out infinite;
}

@keyframes scrollpulse {

  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(1);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.15);
  }
}

/* ── SERVICES ── */
.services {
  background: #fff;
  padding: 80px 40px 100px;
}

/* services uses .container directly */

.svc-badge {
  color: #f4622a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.svc-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 60px;
}

.svc-title .hl {
  color: #f4622a;
}

/* grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

/* card */
.svc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 70px 16px 32px;
  background: linear-gradient(160deg, #fff8f4 0%, #fff2ea 100%);
  border-radius: 12px;
  position: relative;
  transition: transform .3s, box-shadow .3s;
}

.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(244, 98, 42, 0.12);
}

/* icon circle */
.svc-icon {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f4622a, #e04010);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(244, 98, 42, 0.38);
  flex-shrink: 0;
}

.svc-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.svc-card p {
  font-size: 14px;
  color: #888;
}

/* ── ABOUT / WHAT WE DO ── */
.about {
  background: #fff8f3;
  padding: 90px 40px;
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-title {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 20px;
}

.about-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.85;
  margin-bottom: 36px;
  max-width: 520px;
}

/* stats */
.about-stats {
  display: flex;
  gap: 48px;
  margin-bottom: 36px;
}

.stat-num {
  font-size: 44px;
  font-weight: 800;
  color: #ee6332;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-num .hl {
  color: #f4622a;
}

.stat-label {
  font-size: 14px;
  color: #888;
}

/* devices */
.devices-label {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.devices-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.device-icon svg {
  width: 58px;
  height: auto;
  display: block;
}

.device-icon--outline svg {
  width: 72px;
}

/* CTA row */
.about-cta {
  display: flex;
  align-items: center;
  gap: 28px;
}

.btn-discover {
  background: #f4622a;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .25s;
  font-family: inherit;
  white-space: nowrap;
}

.btn-discover:hover {
  background: #d94e1a;
}

.mail-block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mail-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mail-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #f4622a;
  text-transform: uppercase;
}

.mail-addr {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* ── RIGHT: rotating badge + monitor ── */
.about-right {
  position: relative;
    height: 100%;
}
.about-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* rotating text ring */
.rotate-wrap {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 110px;
  height: 110px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotate-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.rotate-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* monitor mockup */
.monitor-wrap {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.monitor-frame {
  width: 100%;
  border: 14px solid #1e1e1e;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  background: #fff;
}

.monitor-screen {
  display: flex;
  flex-direction: column;
  background: #fff;
  min-height: 320px;
}

/* mock navbar */
.mock-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #13101e;
  padding: 7px 12px;
  gap: 10px;
}

.mock-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.mock-arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #f4622a;
}

.mock-links {
  display: flex;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.mock-links span {
  width: 24px;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 2px;
}

.mock-btn {
  width: 52px;
  height: 16px;
  background: #f4622a;
  border-radius: 3px;
}

/* mock hero */
.mock-hero {
  display: flex;
  flex: 1;
  background: linear-gradient(135deg, #fff 55%, #f4622a 55%);
  padding: 16px 14px 12px;
  gap: 10px;
}

.mock-hero-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mock-hero-badge {
  width: 60px;
  height: 5px;
  background: #f4622a;
  border-radius: 2px;
}

.mock-hero-title {
  width: 90%;
  height: 8px;
  background: #1a1a1a;
  border-radius: 3px;
}

.mock-hero-title--hl {
  width: 65%;
  background: #f4622a;
}

.mock-hero-text {
  width: 85%;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
}

.mock-price-tag {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-top: 4px;
}

.mock-dollar {
  font-size: 10px;
  color: #f4622a;
  font-weight: 700;
}

.mock-amount {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
}

.mock-mo {
  font-size: 8px;
  color: #888;
}

.mock-btns {
  display: flex;
  gap: 5px;
  margin-top: 4px;
}

.mock-ob {
  width: 40px;
  height: 12px;
  background: #f4622a;
  border-radius: 2px;
}

.mock-gb {
  width: 28px;
  height: 12px;
  background: #e0e0e0;
  border-radius: 2px;
}

.mock-hero-right {
  width: 90px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mock-person {
  width: 70px;
  height: 110px;
  background: linear-gradient(to top, #e07020, #c05010);
  border-radius: 50px 50px 0 0;
  position: relative;
}

.mock-person::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: #f5c8a0;
  border-radius: 50%;
}

.mock-speed-badge {
  position: absolute;
  top: 6px;
  right: -8px;
  background: #fff;
  border-radius: 6px;
  padding: 5px 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.mock-speed-num {
  font-size: 13px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
}

.mock-speed-num span {
  font-size: 7px;
  color: #888;
  font-weight: 500;
}

.mock-speed-label {
  font-size: 6px;
  color: #aaa;
  white-space: nowrap;
}

/* mock features strip */
.mock-features {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 10px 14px;
}

.mock-feat-title {
  width: 120px;
  height: 5px;
  background: #ddd;
  border-radius: 2px;
  margin-bottom: 8px;
}

.mock-feat-icons {
  display: flex;
  gap: 16px;
}

.mock-feat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.mock-feat-ic {
  width: 20px;
  height: 20px;
  background: #ffe5d6;
  border-radius: 50%;
}

.mock-feat-lbl {
  width: 32px;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
}

/* stand & base */
.monitor-neck {
  width: 48px;
  height: 24px;
  background: #2a2a2a;
  margin: 0 auto;
}

.monitor-base {
  width: 140px;
  height: 10px;
  background: #2a2a2a;
  border-radius: 0 0 8px 8px;
  margin: 0 auto 16px;
}

/* keyboard & mouse */
.mock-desk {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mock-keyboard {
  width: 240px;
  height: 28px;
  background: #e8e8e8;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mock-mouse {
  width: 34px;
  height: 48px;
  background: #e8e8e8;
  border-radius: 18px 18px 14px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* ── PRICING ── */
.pricing {
  background: #fff;
  padding: 80px 40px 100px;
}

/* pricing uses .container directly */

.pricing-badge {
  text-align: center;
  margin-bottom: 12px;
}

.pricing-title {
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 52px;
}

/* plan card */
.plan-card {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  align-items: center;
  border: 1.5px solid #ebebeb;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: box-shadow .3s;
}

.plan-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* left */
.plan-info {
  padding: 32px 30px;
  border-right: 1.5px solid #ebebeb;
}

.plan-tier {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f4622a;
  display: block;
  margin-bottom: 10px;
}

.plan-name {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.plan-desc {
  font-size: 14px;
  color: #888;
  line-height: 1.7;
}

/* middle: devices */
.plan-devices {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 20px;
  border-right: 1.5px solid #ebebeb;
}

.plan-plus {
  font-size: 18px;
  font-weight: 700;
  color: #ccc;
  line-height: 1;
  flex-shrink: 0;
}

.plan-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pd-icon {
  width: 58px;
  height: 58px;
  background: #fff5f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.pd-icon svg {
  width: 100%;
  height: 100%;
}

.plan-device span {
  font-size: 11px;
  color: #888;
  text-align: center;
  line-height: 1.3;
  max-width: 64px;
}

/* right: price */
.plan-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 28px 24px;
}

.price-amount {
  font-size: 72px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.price-amount sup {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px;
}

.price-amount span {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  align-self: flex-end;
  margin-bottom: 8px;
}

.btn-buy {
  width: 100%;
  background: #f4622a;
  color: #fff;
  border: none;
  padding: 13px 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .25s;
  font-family: inherit;
}

.btn-buy:hover {
  background: #d94e1a;
}

/* ── NEWS TICKER ── */
.news {
  background: #fff;
  padding: 80px 0 90px;
  overflow: hidden;
}

.news-badge {
  margin-bottom: 12px;
}

.news-title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 52px;
}

/* infinite track */
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.ticker-wrap:active {
  cursor: grabbing;
}

.ticker-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: ticker 35s linear infinite;
}

.ticker-track:hover {
  animation-play-state: paused;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* card */
.news-card {
  width: 340px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid #f0f0f0;
  background: #fff;
  transition: box-shadow .3s, transform .3s;
}

.news-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
}

.news-img {
  height: 200px;
  background-size: cover;
  background-position: center;
}

/* colored placeholder images */
.news-img--1 {
  background-color: #1a1a2e;
  background-image: radial-gradient(circle at 70% 40%, #f4622a44 0%, transparent 60%), linear-gradient(135deg, #0f3460 0%, #16213e 100%);
}

.news-img--2 {
  background-color: #2d1b00;
  background-image: radial-gradient(circle at 30% 60%, #f4622a55 0%, transparent 55%), linear-gradient(135deg, #3d2000 0%, #1a0d00 100%);
}

.news-img--3 {
  background-color: #001a2e;
  background-image: radial-gradient(circle at 60% 30%, #0080ff33 0%, transparent 60%), linear-gradient(135deg, #003366 0%, #001428 100%);
}

.news-img--4 {
  background-color: #1a001a;
  background-image: radial-gradient(circle at 40% 70%, #f4622a44 0%, transparent 55%), linear-gradient(135deg, #3d0033 0%, #1a0015 100%);
}

.news-img--5 {
  background-color: #001a00;
  background-image: radial-gradient(circle at 65% 45%, #00cc6633 0%, transparent 60%), linear-gradient(135deg, #003300 0%, #001400 100%);
}

.news-img--6 {
  background-color: #1a1400;
  background-image: radial-gradient(circle at 35% 55%, #ffaa0033 0%, transparent 55%), linear-gradient(135deg, #332800 0%, #1a1400 100%);
}

.news-body {
  padding: 22px 22px 20px;
}

.news-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f4622a;
  margin-bottom: 10px;
}

.news-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.45;
  margin-bottom: 10px;
}

.news-card p {
  font-size: 13px;
  color: #888;
  line-height: 1.7;
  margin-bottom: 16px;
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-date {
  font-size: 12px;
  color: #bbb;
}

.news-link {
  font-size: 13px;
  font-weight: 600;
  color: #f4622a;
  text-decoration: none;
  transition: gap .2s;
}

.news-link:hover {
  text-decoration: underline;
}

/* ── PAGE BANNER ── */
.page-banner {
  background: #9f9f9f;
  padding: 140px 0 60px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-banner .badge {
  margin-bottom: 14px;
}

.page-banner__title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

/* ── NEWS PAGE GRID ── */
.news--page {
  background: #f5f5f5;
  padding: 64px 0 90px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.news-grid .news-card {
  width: auto;
  flex-shrink: unset;
  position: relative;
}

.news-grid .news-card .news-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.news-grid .news-card .news-link,
.news-grid .news-card .news-cat {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* ── SINGLE POST ── */
.single-banner {
  position: relative;
  padding: 160px 0 70px;

  text-align: center;
  overflow: hidden;
}

.single-banner--has-img {
  padding: 180px 0 80px;
}

.single-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.85) saturate(0.7);
  z-index: 0;
}

.single-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.3) 0%, rgba(17, 17, 17, 0.85) 100%);
  z-index: 1;
}

.single-banner__inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}

.single-banner__title {
  font-size: clamp(26px, 4vw, 48px);
  font-weight: 800;
  color: #fff;
  line-height: 1.22;
  margin: 16px 0 20px;
}

.single-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.single-meta--author {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 6px;
  margin-bottom: 0;
}

.single-meta__date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.single-meta__sep {
  color: rgba(255, 255, 255, 0.25);
}

/* content area */
.single-section {
  background: #f5f5f5;
  padding: 60px 0 90px;
}

.single-body {
  background: #fff;
  border-radius: 10px;
  padding: 48px 56px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

@media (max-width: 640px) {
  .single-body {
    padding: 28px 22px;
  }
}

/* typography inside post */
.single-content {
  color: #333;
  font-size: 16px;
  line-height: 1.85;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  color: #111;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.6em 0 0.6em;
}

.single-content h2 {
  font-size: 1.7em;
}

.single-content h3 {
  font-size: 1.35em;
}

.single-content h4 {
  font-size: 1.1em;
}

.single-content p {
  margin: 0 0 1.4em;
}

.single-content a {
  color: #f4622a;
  text-decoration: underline;
}

.single-content a:hover {
  color: #ff7a44;
}

.single-content ul,
.single-content ol {
  margin: 0 0 1.4em 1.6em;
  color: #555;
}

.single-content li {
  margin-bottom: 0.4em;
}

.single-content blockquote {
  border-left: 3px solid #f4622a;
  margin: 2em 0;
  padding: 16px 24px;
  background: rgba(244, 98, 42, 0.05);
  border-radius: 0 6px 6px 0;
  color: #666;
  font-style: italic;
}

.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
}

.single-content code {
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
  color: #f4a;
}

.single-content pre {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px 24px;
  overflow-x: auto;
  margin-bottom: 1.4em;
}

.single-content hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 2em 0;
}

/* tags */
.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #e8e8e8;
}

.single-tag {
  padding: 5px 14px;
  border-radius: 100px;
  background: rgba(244, 98, 42, 0.1);
  color: #f4622a;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(244, 98, 42, 0.25);
  transition: background .2s, border-color .2s;
}

.single-tag:hover {
  background: rgba(244, 98, 42, 0.2);
  border-color: rgba(244, 98, 42, 0.5);
}

/* prev / next nav */
.post-nav-section {
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  padding: 48px 0;
}

.post-nav-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .post-nav-wrap {
    grid-template-columns: 1fr;
  }
}

.post-nav-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .25s, box-shadow .25s;
}

.post-nav-card:hover {
  border-color: rgba(244, 98, 42, 0.4);
  box-shadow: 0 4px 16px rgba(244, 98, 42, 0.08);
}

.post-nav-card--next {
  text-align: right;
}

.post-nav-card__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #f4622a;
}

.post-nav-card__title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

/* ── PAGINATION ── */
.news-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

.news-pagination .page-numbers {
  display: inline-flex;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.news-pagination .page-numbers li a,
.news-pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
  background: #fff;
  color: #555;
  border: 1px solid #ddd;
}

.news-pagination .page-numbers li a:hover {
  background: rgba(244, 98, 42, 0.08);
  color: #f4622a;
  border-color: rgba(244, 98, 42, 0.35);
}

.news-pagination .page-numbers li span.current {
  background: #f4622a;
  color: #fff;
  border-color: #f4622a;
}

.news-pagination .page-numbers li span.dots {
  background: transparent;
  border-color: transparent;
  color: #bbb;
}

.news-empty {
  text-align: center;
  color: #999;
  font-size: 16px;
  padding: 60px 0;
}

/* ── BURGER BUTTON ── */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background .2s;
}

.burger:hover {
  background: rgba(255, 255, 255, 0.08);
}

.burger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s, opacity .3s, width .3s;
  transform-origin: center;
}

.burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.is-open span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── MOBILE OVERLAY ── */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 490;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.mobile-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* ── MOBILE MENU ── */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100dvh;
    background: #505050;
  z-index: 500;
  display: flex;
  flex-direction: column;
  padding: 24px 28px 36px;
  gap: 28px;
  overflow-y: auto;
  transition: right .35s cubic-bezier(.4, 0, .2, 1);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.4);
}

.mobile-menu.is-open {
  right: 0;
}

.mobile-menu__close {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.07);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.75);
  transition: background .2s, color .2s;
  flex-shrink: 0;
      padding: 0;
}

.mobile-menu__close:hover {
  background: rgba(244, 98, 42, 0.2);
  color: #f4622a;
}

.mobile-menu__close svg {
  width: 18px;
  height: 18px;
}

.mobile-menu__logo {
  font-size: 20px;
}

/* mobile nav list */
.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-nav li {
  position: relative;
}

.mobile-nav>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 6px;
  transition: background .2s, color .2s;
}

.mobile-nav>li>a:hover,
.mobile-nav>li.current-menu-item>a {
  color: #f4622a;
  background: rgba(244, 98, 42, 0.08);
}

/* sub-menu toggle arrow */
.mobile-sub-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.07);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  transition: background .2s, transform .25s;
  flex-shrink: 0;
      padding: 0;
}

.mobile-sub-toggle svg {
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.mobile-sub-toggle.is-open {
  transform: rotate(180deg);
  background: rgba(244, 98, 42, 0.15);
  color: #f4622a;
}

/* sub-menu */
.mobile-nav .sub-menu {
  list-style: none;
  padding: 0 0 4px 14px;
  margin: 0;
  display: none;
  flex-direction: column;
  gap: 1px;
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background: none;
  border: none;
  min-width: unset;
}

.mobile-nav .sub-menu.is-open {
  display: flex;
}

.mobile-nav .sub-menu a {
  display: block;
  padding: 9px 14px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  text-decoration: none;
  border-radius: 5px;
  transition: background .2s, color .2s;
  white-space: normal;
}

.mobile-nav .sub-menu a:hover {
  background: rgba(244, 98, 42, 0.08);
  color: #f4622a;
}

.mobile-menu__lk {
  display: block;
  text-align: center;
  margin-top: auto;
}

/* ── RESPONSIVE: hide desktop nav, show burger ── */
@media (max-width: 960px) {
  .nav-links {
    display: none !important;
  }

  .nav-only-desktop {
    display: none !important;
  }

  .burger {
    display: flex;
  }

  .preheader {
    display: none;
  }

  nav {
    top: 0 !important;
  }
}

/* ── FOOTER ── */
.footer {
  background: #0f0c1a;
  color: rgba(255, 255, 255, 0.7);
}

.footer-top {
  padding: 70px 40px 50px;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: 48px;
}

/* brand col */
.footer-logo {
  margin-bottom: 18px;
  display: inline-flex;
}

.footer-about {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 24px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: background .25s, color .25s;
}

.social-btn:hover {
  background: #f4622a;
  color: #fff;
}

.social-btn svg {
  width: 15px;
  height: 15px;
}

/* headings */
.footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: #f4622a;
  border-radius: 2px;
}

/* link lists */
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
      margin-left: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 14px;
  transition: color .2s, padding-left .2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f4622a;
  opacity: 0;
  transition: opacity .2s;
  flex-shrink: 0;
}

.footer-links a:hover {
  color: #f4622a;
  padding-left: 4px;
}

.footer-links a:hover::before {
  opacity: 1;
}

/* contact list */
.footer-contact {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
  margin-left: 7px;
}

.tel-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tel-wrap a {
  text-decoration: none;
  color: unset;
}

.phone-group-sub {
  margin-bottom: -12px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  flex-direction: column;
}

.footer-contact svg {
  width: 16px;
  height: 16px;
  stroke: #f4622a;
  flex-shrink: 0;
  margin-top: 2px;
}

/* newsletter */
.newsletter-label {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.newsletter-row {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}

.newsletter-row input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  outline: none;
  padding: 11px 14px;
  font-size: 13px;
  color: #fff;
  font-family: inherit;
}

.newsletter-row input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.newsletter-row button {
  background: #f4622a;
  border: none;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s;
}

.newsletter-row button:hover {
  background: #d94e1a;
}

.newsletter-row button svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

/* bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 40px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-bottom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-links a:hover {
  color: #f4622a;
}
.svc-icon img {
    width: 43px;
    filter: invert(1);
}
@media (max-width: 960px) {
  .svc-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 63px;
  }

  .footer-cols {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-wrap: wrap;
  }

  .container.footer-cols {
    padding: 0;
  }

  .services {
    padding: unset;
  }

  .about {
    padding: unset;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-stats {
    flex-wrap: wrap;
  }

  .pricing {
    padding: unset;
  }

  .plan-card {
    grid-template-columns: 1fr;
  }
  section {
    padding: 34px 0 !important;
    margin: 34px 0;
}
}

/* * {
  outline: 1px solid red;
} */
/* ── MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
      backdrop-filter: blur(8px);
}
.modal-overlay[aria-hidden="false"] {
  opacity: 1;
  pointer-events: all;
}
body.modal-open { overflow: hidden; }

.modal-dialog {
  position: relative;
  background: #1a1a2e;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 48px 40px 40px;
  width: 100%;
  max-width: 480px;
  margin: 16px;
  transform: translateY(20px);
  transition: transform .25s;
}
.modal-overlay[aria-hidden="false"] .modal-dialog {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: rgba(255,255,255,.5);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s;
}
.modal-close:hover { color: #fff; }

/* ── MODAL: CF7 form ── */
.modal-dialog .wpcf7 { width: 100%; }

.modal-dialog .wpcf7-form p {
  margin: 0 0 16px;
}

.modal-dialog .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}

.modal-dialog .wpcf7-form input[type="text"],
.modal-dialog .wpcf7-form input[type="tel"] {
  width: 100%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  padding: 14px 16px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border-color .2s, background .2s;
  box-sizing: border-box;
}

.modal-dialog .wpcf7-form input[type="text"]::placeholder,
.modal-dialog .wpcf7-form input[type="tel"]::placeholder {
  color: rgba(255,255,255,.35);
}

.modal-dialog .wpcf7-form input[type="text"]:focus,
.modal-dialog .wpcf7-form input[type="tel"]:focus {
  border-color: #f4622a;
  background: rgba(255,255,255,.09);
}

.modal-dialog .wpcf7-form input[type="text"].wpcf7-not-valid,
.modal-dialog .wpcf7-form input[type="tel"].wpcf7-not-valid {
  border-color: #e74c3c;
}

.modal-dialog .wpcf7-form input[type="submit"] {
  width: 100%;
  background: #f4622a;
  border: none;
  border-radius: 8px;
  padding: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, transform .1s;
  margin-top: 4px;
}

.modal-dialog .wpcf7-form input[type="submit"]:hover {
  background: #d9541f;
}

.modal-dialog .wpcf7-form input[type="submit"]:active {
  transform: scale(.98);
}

.modal-dialog .wpcf7-spinner {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.modal-dialog .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  border: none !important;
}

.modal-dialog .wpcf7-form.sent .wpcf7-response-output {
  background: rgba(39,174,96,.2);
  color: #2ecc71;
}

.modal-dialog .wpcf7-form.failed .wpcf7-response-output,
.modal-dialog .wpcf7-form.invalid .wpcf7-response-output,
.modal-dialog .wpcf7-form.spam .wpcf7-response-output {
  background: rgba(231,76,60,.2);
  color: #e74c3c;
}

.modal-dialog .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
}
section.hero {
    margin-top: 0;
}