﻿/*
Theme Name: IPTV Oslo
Theme URI: https://iptv-oslo.com/
Author: IPTV Oslo
Author URI: https://iptv-oslo.com/
Description: SEO-first custom WordPress theme for IPTV Oslo, localized for Oslo and Norway.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iptv-oslo
*/

:root {
  --ipo-bg: #ffffff;
  --ipo-bg-soft: #f7f9fc;
  --ipo-bg-soft-2: #eef3f8;
  --ipo-ink: #08111f;
  --ipo-heading: #00205b;
  --ipo-heading-alt: #001640;
  --ipo-text: #283142;
  --ipo-text-soft: #536176;
  --ipo-text-muted: #718096;
  --ipo-red: #ba0c2f;
  --ipo-red-dark: #97091f;
  --ipo-yellow: #ffd23f;
  --ipo-yellow-dark: #e4b500;
  --ipo-wa: #25d366;
  --ipo-wa-dark: #1fb955;
  --ipo-blue-soft: #e8eef8;
  --ipo-border: #dfe6ef;
  --ipo-border-soft: #edf1f6;
  --ipo-success: #16a34a;
  --ipo-shadow-xs: 0 1px 2px rgba(8, 17, 31, 0.05);
  --ipo-shadow-sm: 0 8px 22px rgba(8, 17, 31, 0.07);
  --ipo-shadow-md: 0 18px 42px rgba(8, 17, 31, 0.12);
  --ipo-shadow-lg: 0 30px 70px rgba(8, 17, 31, 0.17);
  --ipo-shadow-red: 0 16px 32px rgba(186, 12, 47, 0.24);
  --ipo-r-xs: 6px;
  --ipo-r-sm: 8px;
  --ipo-r-md: 8px;
  --ipo-r-lg: 8px;
  --ipo-max: 1200px;
  --ipo-t: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 76px;
  background: var(--ipo-bg);
  color: var(--ipo-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 14px;
  color: var(--ipo-heading);
  font-family: "Sora", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  font-size: 2.15rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.18rem;
}

p {
  margin: 0 0 18px;
}

strong {
  color: var(--ipo-heading);
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.container {
  width: min(100% - 28px, var(--ipo-max));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.section {
  padding: 62px 0;
}

.section-sm {
  padding: 42px 0;
}

.bg-soft {
  background:
    linear-gradient(180deg, rgba(238, 243, 248, 0.72), rgba(247, 249, 252, 0.96)),
    var(--ipo-bg-soft);
}

.sect-heading {
  max-width: 760px;
  margin: 0 0 26px;
}

.sect-heading p,
.page-hero p,
.hero-copy p {
  color: var(--ipo-text-soft);
  font-size: 1rem;
}

.sect-eyebrow,
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--ipo-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.accent {
  position: relative;
  color: var(--ipo-red);
}

.accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  z-index: -1;
  height: 0.32em;
  background: rgba(255, 210, 63, 0.55);
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 9999;
  width: auto;
  height: auto;
  clip: auto;
  top: 14px;
  left: 14px;
  padding: 10px 14px;
  background: var(--ipo-heading);
  color: #fff;
  border-radius: var(--ipo-r-sm);
}

.top-strip {
  background: var(--ipo-heading-alt);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.top-strip-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.top-strip span:not(:first-child) {
  display: none;
}

.top-strip i,
.brand-text i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--ipo-wa);
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.16);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223, 230, 239, 0.8);
  transition: box-shadow var(--ipo-t), background var(--ipo-t), transform var(--ipo-t);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--ipo-shadow-sm);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 140;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ipo-red), var(--ipo-yellow));
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.nav-wrap {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  display: grid;
  place-items: center;
  max-width: 134px;
  padding: 6px 8px;
  border: 1px solid var(--ipo-border-soft);
  border-radius: var(--ipo-r-sm);
  background: #fff;
  box-shadow: var(--ipo-shadow-xs);
}

.brand-logo img {
  max-height: 38px;
  width: auto;
}

.brand-text {
  display: none;
}

.brand-text strong {
  display: block;
  font-family: "Sora", Arial, sans-serif;
  font-size: 1rem;
}

.brand-text small {
  display: flex;
  align-items: center;
  color: var(--ipo-text-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.primary-nav {
  position: absolute;
  top: calc(100% + 8px);
  left: 14px;
  right: 14px;
  display: none;
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding: 10px;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-md);
  background: #fff;
  box-shadow: var(--ipo-shadow-lg);
}

.primary-nav.open {
  display: block;
}

.primary-nav ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: var(--ipo-r-sm);
  color: var(--ipo-heading);
  font-size: 0.95rem;
  font-weight: 900;
  transition: background var(--ipo-t), color var(--ipo-t), transform var(--ipo-t);
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
  background: rgba(186, 12, 47, 0.09);
  color: var(--ipo-red);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-wa {
  display: none;
}

.menu-toggle {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-sm);
  background: #fff;
  color: var(--ipo-heading);
  box-shadow: var(--ipo-shadow-xs);
}

.btn,
.search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  width: 100%;
  padding: 15px 22px;
  border: 0;
  border-radius: 100px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: transform var(--ipo-t), box-shadow var(--ipo-t), background var(--ipo-t), color var(--ipo-t), border-color var(--ipo-t);
}

.btn:hover,
.search-form button:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--ipo-red), var(--ipo-red-dark));
  color: #fff;
  box-shadow: var(--ipo-shadow-red);
}

.btn-outline {
  border: 1px solid rgba(0, 32, 91, 0.38);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ipo-heading);
}

.btn-outline:hover {
  border-color: var(--ipo-heading);
  background: var(--ipo-heading);
  color: #fff;
}

.btn-yellow {
  background: var(--ipo-yellow);
  color: var(--ipo-heading);
  box-shadow: 0 12px 24px rgba(228, 181, 0, 0.22);
}

.btn-wa {
  background: var(--ipo-wa);
  color: #fff;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.24);
}

.btn-wa:hover {
  background: var(--ipo-wa-dark);
}

.btn-row {
  display: grid;
  gap: 12px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 46px;
  background:
    linear-gradient(180deg, rgba(232, 238, 248, 0.92), rgba(255, 255, 255, 0.92) 58%, rgba(247, 249, 252, 1)),
    var(--ipo-bg);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 32, 91, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 32, 91, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 26px;
  align-items: center;
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(186, 12, 47, 0.14);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ipo-heading);
  box-shadow: var(--ipo-shadow-xs);
  font-size: 0.82rem;
  font-weight: 900;
}

.rating-pill svg {
  color: var(--ipo-yellow-dark);
  fill: var(--ipo-yellow);
  stroke: var(--ipo-yellow-dark);
}

.hero-copy h1 {
  max-width: 780px;
  margin-bottom: 18px;
}

.hero-copy > p:last-of-type {
  max-width: 640px;
  margin-bottom: 24px;
}

.hero-assurance {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.hero-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 32, 91, 0.12);
  border-radius: var(--ipo-r-sm);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ipo-heading);
  font-weight: 900;
  box-shadow: var(--ipo-shadow-xs);
}

.hero-assurance svg {
  color: var(--ipo-red);
}

.check-row,
.mini-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-row li,
.mini-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--ipo-heading);
  font-weight: 800;
}

.check-row svg,
.mini-list svg {
  color: var(--ipo-success);
  margin-top: 4px;
}

.hero-media {
  position: relative;
  display: grid;
  gap: 12px;
}

.hero-img,
.split-media img,
.featured-media img,
.author-photo {
  width: 100%;
  border-radius: var(--ipo-r-lg);
  box-shadow: var(--ipo-shadow-lg);
}

.hero-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.float-card {
  display: none;
}

.hero-console {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(0, 32, 91, 0.12);
  border-radius: var(--ipo-r-md);
  background: var(--ipo-border);
  box-shadow: var(--ipo-shadow-sm);
}

.hero-console div {
  display: grid;
  gap: 2px;
  min-height: 70px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.94);
}

.hero-console span {
  color: var(--ipo-text-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.hero-console strong {
  font-size: 0.9rem;
  line-height: 1.2;
}

.trust-bar {
  padding: 14px 0;
  background: var(--ipo-heading);
  color: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.trust-grid div {
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--ipo-r-sm);
  background: rgba(255, 255, 255, 0.06);
}

.trust-grid strong {
  display: block;
  color: #fff;
  font-family: "Sora", Arial, sans-serif;
  font-size: 1.2rem;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
}

.usp-strip {
  padding: 14px 0;
  background: #fff;
  border-bottom: 1px solid var(--ipo-border-soft);
}

.usp-grid,
.device-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.usp-grid::-webkit-scrollbar,
.device-row::-webkit-scrollbar {
  display: none;
}

.usp-grid div,
.device-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 9px;
  min-width: 176px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-sm);
  background: #fff;
  color: var(--ipo-heading);
  font-weight: 900;
  box-shadow: var(--ipo-shadow-xs);
  scroll-snap-align: start;
}

.usp-grid svg {
  color: var(--ipo-red);
}

.quick-actions {
  background: #fff;
}

.quick-action-grid {
  display: grid;
  gap: 12px;
}

.quick-action {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-md);
  background: #fff;
  box-shadow: var(--ipo-shadow-sm);
  transition: transform var(--ipo-t), box-shadow var(--ipo-t), border-color var(--ipo-t);
}

.quick-action:hover {
  transform: translateY(-3px);
  border-color: rgba(186, 12, 47, 0.28);
  box-shadow: var(--ipo-shadow-md);
}

.quick-action .icon-tile {
  grid-row: span 2;
  margin: 0;
}

.quick-action strong {
  display: block;
  line-height: 1.2;
}

.quick-action small {
  color: var(--ipo-text-soft);
  font-weight: 800;
}

.pricing-cards {
  display: grid;
  gap: 14px;
}

.pricing-card,
.icon-card,
.channel-showcase article,
.t-grid article,
.values-row article,
.blog-card,
.sidebar-card,
.eeat-panel,
.guarantee-card,
.contact-form,
.map-card,
.empty-state,
.author-box,
.author-profile {
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-md);
  background: #fff;
  box-shadow: var(--ipo-shadow-sm);
}

.pricing-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 22px;
  overflow: hidden;
  transition: transform var(--ipo-t), box-shadow var(--ipo-t), border-color var(--ipo-t);
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--ipo-heading);
}

.pricing-card:hover,
.pricing-card.selected,
.icon-card:hover,
.blog-card:hover,
.channel-showcase article:hover,
.values-row article:hover {
  transform: translateY(-4px);
  box-shadow: var(--ipo-shadow-md);
}

.pricing-card.best {
  border-color: rgba(228, 181, 0, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 210, 63, 0.13), rgba(255, 255, 255, 1) 34%),
    #fff;
}

.pricing-card.best::before {
  background: linear-gradient(180deg, var(--ipo-red), var(--ipo-yellow-dark));
}

.pricing-card.selected {
  border-color: var(--ipo-red);
}

.ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 9px;
  border-radius: 100px;
  background: var(--ipo-yellow);
  color: var(--ipo-heading);
  font-size: 0.7rem;
  font-weight: 900;
}

.plan-head {
  display: grid;
  gap: 8px;
  padding-right: 92px;
}

.plan-label {
  color: var(--ipo-heading);
  font-family: "Sora", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
}

.plan-price {
  display: block;
  color: var(--ipo-heading);
  font-family: "Sora", Arial, sans-serif;
  font-size: 2.15rem;
  line-height: 1;
}

.plan-saving {
  justify-self: start;
  padding: 5px 9px;
  border-radius: 100px;
  background: rgba(186, 12, 47, 0.09);
  color: var(--ipo-red);
  font-size: 0.78rem;
  font-weight: 900;
}

.plan-note {
  margin: -4px 0 0;
  color: var(--ipo-text-soft);
  font-size: 0.94rem;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ipo-text);
  font-weight: 750;
}

.pricing-card li svg {
  color: var(--ipo-success);
}

.split-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.reverse .split-media {
  order: 0;
}

.split-copy p {
  color: var(--ipo-text-soft);
}

.split-media {
  position: relative;
}

.split-media::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -10px;
  height: 16px;
  border-radius: 50%;
  background: rgba(8, 17, 31, 0.12);
  filter: blur(8px);
  z-index: -1;
}

.icon-grid {
  display: grid;
  gap: 14px;
}

.icon-card {
  position: relative;
  padding: 22px;
  transition: transform var(--ipo-t), box-shadow var(--ipo-t);
}

.icon-card::after,
.values-row article::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ipo-red), var(--ipo-yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ipo-t);
}

.icon-card:hover::after,
.values-row article:hover::after {
  transform: scaleX(1);
}

.icon-tile {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: var(--ipo-r-sm);
  background: linear-gradient(135deg, var(--ipo-heading), var(--ipo-red));
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 32, 91, 0.18);
}

.steps-row {
  display: grid;
  gap: 14px;
  counter-reset: step;
}

.steps-row article {
  position: relative;
  min-height: 174px;
  padding: 22px;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-md);
  background: #fff;
  box-shadow: var(--ipo-shadow-sm);
}

.steps-row article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ipo-heading);
  color: #fff;
  font-family: "Sora", Arial, sans-serif;
  font-weight: 800;
}

.channel-showcase {
  display: grid;
  gap: 14px;
}

.channel-showcase article {
  position: relative;
  min-height: 138px;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(186, 12, 47, 0.08), rgba(255, 210, 63, 0.14)),
    #fff;
  transition: transform var(--ipo-t), box-shadow var(--ipo-t);
}

.channel-showcase article::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 8px;
  border-radius: 100px;
  background: rgba(0, 32, 91, 0.12);
  box-shadow: -18px 18px 0 rgba(186, 12, 47, 0.12);
}

.channel-showcase span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--ipo-heading);
  font-family: "Sora", Arial, sans-serif;
  font-weight: 800;
}

.stats-strip {
  display: grid;
  overflow: hidden;
  border-radius: var(--ipo-r-md);
  background: var(--ipo-heading);
  color: #fff;
  box-shadow: var(--ipo-shadow-md);
}

.stats-strip div {
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
}

.stats-strip div:last-child {
  border-bottom: 0;
}

.stats-strip strong {
  display: block;
  color: #fff;
  font-family: "Sora", Arial, sans-serif;
  font-size: 1.85rem;
}

.stats-strip span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.values-row {
  display: grid;
  gap: 14px;
}

.values-row article {
  position: relative;
  min-height: 146px;
  padding: 22px;
  overflow: hidden;
  transition: transform var(--ipo-t), box-shadow var(--ipo-t);
}

.cmp {
  overflow-x: auto;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-md);
  background: #fff;
  box-shadow: var(--ipo-shadow-sm);
}

.cmp table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.cmp th,
.cmp td {
  padding: 16px;
  border-bottom: 1px solid var(--ipo-border-soft);
  text-align: left;
}

.cmp th {
  background: var(--ipo-heading);
  color: #fff;
  font-family: "Sora", Arial, sans-serif;
  font-size: 0.94rem;
}

.cmp tr:last-child td {
  border-bottom: 0;
}

.t-grid {
  display: grid;
  gap: 14px;
}

.t-grid article {
  padding: 22px;
}

.t-grid p {
  color: var(--ipo-text-soft);
}

.faq-block {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-sm);
  background: #fff;
  box-shadow: var(--ipo-shadow-xs);
  transition: border-color var(--ipo-t), box-shadow var(--ipo-t);
}

.faq-item.open {
  border-color: rgba(186, 12, 47, 0.32);
  box-shadow: var(--ipo-shadow-sm);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px;
  border: 0;
  background: transparent;
  color: var(--ipo-heading);
  font-weight: 900;
  text-align: left;
}

.faq-q i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-q i::before,
.faq-q i::after {
  content: "";
  position: absolute;
  inset: 8px 0 auto;
  height: 2px;
  background: var(--ipo-red);
  transition: transform var(--ipo-t);
}

.faq-q i::after {
  transform: rotate(90deg);
}

.faq-item.open .faq-q i::after {
  transform: rotate(0);
}

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 17px;
  color: var(--ipo-text-soft);
  transition: grid-template-rows var(--ipo-t), padding var(--ipo-t);
}

.faq-a > p {
  overflow: hidden;
  margin: 0;
}

.faq-item.open .faq-a {
  grid-template-rows: 1fr;
  padding-bottom: 17px;
}

.faq-categories {
  display: grid;
  gap: 40px;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  padding: 34px 20px;
  border-radius: var(--ipo-r-lg);
  background:
    linear-gradient(135deg, rgba(186, 12, 47, 0.34), transparent 42%),
    linear-gradient(315deg, rgba(255, 210, 63, 0.24), transparent 40%),
    linear-gradient(135deg, var(--ipo-heading-alt), var(--ipo-heading));
  color: #fff;
  text-align: left;
  box-shadow: var(--ipo-shadow-lg);
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 18px 100%;
  pointer-events: none;
}

.cta-banner > * {
  position: relative;
}

.cta-banner h2,
.cta-banner .sect-eyebrow {
  color: #fff;
}

.cta-banner p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.cta-banner .btn-row {
  margin-top: 24px;
}

.page-hero {
  padding: 46px 0 44px;
  background:
    linear-gradient(180deg, rgba(232, 238, 248, 0.94), rgba(255, 255, 255, 0.96)),
    var(--ipo-bg-soft);
  text-align: left;
}

.page-hero .container {
  max-width: 860px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--ipo-text-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumbs a {
  color: var(--ipo-heading);
}

.breadcrumbs a:hover {
  color: var(--ipo-red);
}

.big-quote {
  max-width: 980px;
  margin: 0;
  color: var(--ipo-heading);
  font-family: "Sora", Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.38;
}

.blog-cards {
  display: grid;
  gap: 16px;
}

.blog-card {
  overflow: hidden;
  transition: transform var(--ipo-t), box-shadow var(--ipo-t);
}

.card-media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--ipo-bg-soft-2);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .card-media img {
  transform: scale(1.04);
}

.blog-card-body {
  padding: 20px;
}

.blog-card h2,
.blog-card h3 {
  font-size: 1.16rem;
}

.post-meta,
.post-meta-row {
  color: var(--ipo-text-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.post-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.post-meta-row a,
.text-link,
.internal-links a {
  color: var(--ipo-red);
  font-weight: 900;
}

.single-layout {
  display: grid;
  gap: 30px;
  align-items: start;
}

.featured-media {
  margin: 0 0 24px;
}

.content-body a {
  color: var(--ipo-red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-body ul,
.content-body ol {
  padding-left: 1.3rem;
}

.content-body blockquote {
  margin: 30px 0;
  padding: 22px;
  border-left: 4px solid var(--ipo-red);
  background: var(--ipo-bg-soft);
  color: var(--ipo-heading);
  font-weight: 800;
}

.internal-links {
  display: grid;
  gap: 10px;
  margin: 30px 0;
  padding: 22px;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-md);
  background: var(--ipo-bg-soft);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.tag-list a,
.tag-list span {
  padding: 6px 10px;
  border-radius: 100px;
  background: var(--ipo-bg-soft);
  color: var(--ipo-heading);
  font-weight: 800;
}

.single-sidebar {
  display: grid;
  gap: 18px;
}

.sidebar-card,
.eeat-panel {
  padding: 22px;
}

.eeat-grid {
  display: grid;
  gap: 16px;
}

.eeat-grid article {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ipo-border-soft);
}

.eeat-grid article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.author-box,
.author-profile {
  display: grid;
  gap: 20px;
  align-items: center;
  margin: 34px 0;
  padding: 20px;
}

.author-box .author-photo,
.author-profile .author-photo {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: none;
}

.author-layout {
  display: grid;
  gap: 24px;
}

.contact-split {
  display: grid;
  gap: 20px;
  align-items: start;
}

.contact-card {
  min-height: 100%;
  padding: 24px;
  border-radius: var(--ipo-r-md);
  background: var(--ipo-heading);
  color: #fff;
  box-shadow: var(--ipo-shadow-md);
}

.contact-card h2,
.contact-card strong {
  color: #fff;
}

.contact-card p,
.contact-card a,
.contact-card span {
  color: rgba(255, 255, 255, 0.86);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ipo-heading);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.search-form input {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-sm);
  background: #fff;
  color: var(--ipo-text);
  transition: border-color var(--ipo-t), box-shadow var(--ipo-t);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.search-form input:focus {
  outline: none;
  border-color: rgba(186, 12, 47, 0.48);
  box-shadow: 0 0 0 4px rgba(186, 12, 47, 0.08);
}

.contact-form textarea {
  resize: vertical;
}

.map-card,
.empty-state,
.guarantee-card {
  padding: 26px;
  text-align: left;
}

.legal-wrap {
  max-width: 820px;
  padding: 26px 20px;
  border: 1px solid var(--ipo-border);
  border-radius: var(--ipo-r-md);
  background: #fff;
  box-shadow: var(--ipo-shadow-sm);
}

.legal-wrap h2 {
  margin-top: 30px;
  font-size: 1.28rem;
}

.legal-meta {
  padding: 16px;
  border-left: 4px solid var(--ipo-red);
  background: var(--ipo-bg-soft);
}

.search-form {
  display: grid;
  gap: 10px;
  max-width: 680px;
  margin: 0 0 30px;
}

.site-footer {
  background:
    linear-gradient(180deg, var(--ipo-heading), var(--ipo-heading-alt)),
    var(--ipo-heading-alt);
  color: rgba(255, 255, 255, 0.78);
}

.footer-stripe {
  height: 5px;
  background: linear-gradient(90deg, var(--ipo-red), var(--ipo-yellow), var(--ipo-heading));
}

.footer-grid {
  display: grid;
  gap: 30px;
  padding: 46px 0 28px;
}

.footer-grid h2 {
  color: #fff;
  font-size: 1.05rem;
}

.footer-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-logo {
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: var(--ipo-r-sm);
  background: #fff;
}

.footer-logo img {
  max-height: 48px;
  width: auto;
}

.footer-trust {
  color: var(--ipo-yellow);
  font-weight: 900;
}

.footer-bottom {
  display: grid;
  gap: 8px;
  padding: 20px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.92rem;
}

.floating-wa {
  display: none;
}

.mobile-action-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 120;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(223, 230, 239, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ipo-shadow-lg);
  backdrop-filter: blur(18px);
}

.mobile-action-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 999px;
  color: var(--ipo-heading);
  font-weight: 900;
}

.mobile-action-bar a:first-child {
  background: var(--ipo-bg-soft-2);
}

.mobile-action-bar a:last-child {
  background: var(--ipo-wa);
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.52s ease, transform 0.52s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 560px) {
  body {
    padding-bottom: 0;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2rem;
  }

  .container {
    width: min(100% - 40px, var(--ipo-max));
  }

  .top-strip span:not(:first-child) {
    display: inline;
  }

  .btn,
  .search-form button {
    width: auto;
  }

  .btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .hero-assurance {
    display: flex;
    flex-wrap: wrap;
  }

  .check-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .pricing-cards,
  .icon-grid,
  .channel-showcase,
  .t-grid,
  .values-row,
  .blog-cards,
  .quick-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-strip,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-strip div:nth-child(2) {
    border-bottom: 0;
  }

  .stats-strip div {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .stats-strip div:nth-child(2n) {
    border-right: 0;
  }

  .search-form {
    display: flex;
  }

  .search-form input {
    flex: 1;
  }

  .mobile-action-bar {
    display: none;
  }

  .floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--ipo-wa);
    color: #fff;
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.34);
  }
}

@media (min-width: 760px) {
  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.28rem;
  }

  h3 {
    font-size: 1.34rem;
  }

  .section {
    padding: 82px 0;
  }

  .section-sm {
    padding: 54px 0;
  }

  .sect-heading {
    margin: 0 auto 38px;
    text-align: center;
  }

  .page-hero {
    padding: 66px 0 62px;
    text-align: center;
  }

  .breadcrumbs {
    justify-content: center;
  }

  .brand-text {
    display: grid;
  }

  .hero {
    padding: 70px 0 66px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 42px;
  }

  .hero-img {
    aspect-ratio: 16 / 9;
  }

  .float-card {
    position: absolute;
    display: block;
    min-width: 126px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: var(--ipo-r-sm);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--ipo-shadow-md);
    backdrop-filter: blur(14px);
  }

  .float-card strong {
    display: block;
    font-family: "Sora", Arial, sans-serif;
    font-size: 1.45rem;
  }

  .float-card span {
    color: var(--ipo-text-soft);
    font-weight: 900;
  }

  .float-card-a {
    top: 22px;
    left: -18px;
  }

  .float-card-b {
    right: -14px;
    bottom: 92px;
  }

  .hero-console {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 24px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
  }

  .split-grid,
  .contact-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
  }

  .reverse .split-media {
    order: 2;
  }

  .steps-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .device-row,
  .usp-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .usp-grid div,
  .device-row span {
    min-width: 0;
  }

  .cta-banner {
    padding: 54px 44px;
    text-align: center;
  }

  .cta-banner p {
    margin-inline: auto;
  }

  .cta-banner .btn-row {
    justify-content: center;
  }

  .big-quote {
    margin: 0 auto;
    font-size: 1.95rem;
    text-align: center;
  }

  .author-box,
  .author-profile {
    grid-template-columns: 220px minmax(0, 1fr);
    padding: 24px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.9fr 1fr;
    gap: 34px;
    padding-top: 58px;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1020px) {
  h1 {
    font-size: 3.45rem;
  }

  .nav-wrap {
    min-height: 78px;
  }

  .primary-nav {
    position: static;
    display: block;
    max-height: none;
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .primary-nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .primary-nav a {
    min-height: 42px;
    padding: 0 11px;
    font-size: 0.9rem;
  }

  .menu-toggle {
    display: none;
  }

  .nav-wa {
    display: inline-flex;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
    gap: 56px;
  }

  .pricing-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .quick-action-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-card {
    min-height: 100%;
  }

  .icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .channel-showcase,
  .t-grid,
  .values-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .device-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .stats-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stats-strip div,
  .stats-strip div:nth-child(2),
  .stats-strip div:nth-child(2n) {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .stats-strip div:last-child {
    border-right: 0;
  }

  .blog-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 42px;
  }

  .single-sidebar {
    position: sticky;
    top: 104px;
  }
}
