/*
Theme Name: IPTV Anbieter HD
Theme URI: https://iptvanbieterhd.com/
Author: CrownStream Media Ltd
Author URI: https://iptvanbieterhd.com/
Description: Individuell entwickeltes WordPress-Theme fuer IPTV Anbieter HD - ein IPTV-Streaming-Angebot fuer den deutschen Markt. Heller "Control Center"-Look, mobil-optimiert, barrierearm und technisch fuer SEO vorbereitet.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iptv-anbieter-hd
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready, theme-options
*/

/* =========================================================
   1. DESIGN TOKENS
   ========================================================= */
:root{
  --iah-bg:#FFFFFF;
  --iah-bg-soft:#F4F6FA;
  --iah-bg-dark:#0B1220;
  --iah-heading:#0B1220;
  --iah-text:#48505C;
  --iah-text-muted:#6B7280;
  --iah-primary:#FF5A2D;
  --iah-primary-dark:#E24614;
  --iah-primary-tint:#FFF1EB;
  --iah-accent:#0E7C86;
  --iah-accent-dark:#0A5D65;
  --iah-accent-tint:#E8F5F5;
  --iah-success:#1FAA59;
  --iah-success-tint:#EAFAF1;
  --iah-warning:#FFB020;
  --iah-warning-tint:#FFF6E5;
  --iah-border:#E3E8EF;
  --iah-whatsapp:#25D366;
  --iah-whatsapp-dark:#1DA851;
  --iah-shadow-sm:0 1px 2px rgba(15,23,42,.06);
  --iah-shadow-md:0 8px 24px rgba(15,23,42,.08);
  --iah-shadow-lg:0 20px 48px rgba(15,23,42,.14);
  --iah-radius-sm:10px;
  --iah-radius-md:14px;
  --iah-radius-lg:20px;
  --iah-radius-pill:999px;
  --iah-font-heading:'Space Grotesk', system-ui, sans-serif;
  --iah-font-body:'DM Sans', system-ui, sans-serif;
  --iah-container:1200px;
  --iah-container-narrow:820px;
  --iah-header-h:76px;
  --iah-gutter:clamp(1.25rem, 4vw, 2.5rem);
}

/* =========================================================
   2. RESET
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
}
body{margin:0;background:var(--iah-bg);color:var(--iah-text);font-family:var(--iah-font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
button{font-family:inherit;cursor:pointer}
input,textarea,select{font-family:inherit;font-size:16px}
h1,h2,h3,h4,h5,h6{font-family:var(--iah-font-heading);color:var(--iah-heading);line-height:1.2;margin:0 0 .6em;font-weight:600;letter-spacing:-.01em}
p{margin:0 0 1em}
:focus-visible{outline:3px solid var(--iah-accent);outline-offset:2px;border-radius:4px}
.iah-skip-link{position:absolute;left:-999px;top:auto;background:var(--iah-heading);color:#fff;padding:.9em 1.4em;border-radius:0 0 10px 0;z-index:10000;font-weight:600}
.iah-skip-link:focus{left:0;top:0}
.screen-reader-text{position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}

/* =========================================================
   3. LAYOUT UTILITIES
   ========================================================= */
.iah-container{max-width:var(--iah-container);margin-inline:auto;padding-inline:var(--iah-gutter)}
.iah-container--narrow{max-width:var(--iah-container-narrow)}
.iah-section{padding-block:clamp(3rem,6vw,5.5rem)}
.iah-section--soft{background:var(--iah-bg-soft)}
.iah-section--dark{background:var(--iah-bg-dark);color:#C7CDD6}
.iah-section--dark h2,.iah-section--dark h3{color:#fff}
.iah-section__head{max-width:640px;margin-bottom:2.75rem}
.iah-section__head--center{margin-inline:auto;text-align:center}
.iah-eyebrow{display:inline-flex;align-items:center;gap:.5em;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--iah-accent-dark);background:var(--iah-accent-tint);padding:.4em 1em;border-radius:var(--iah-radius-pill);margin-bottom:1em}
.iah-section__title{font-size:clamp(1.6rem,3vw,2.3rem);margin-bottom:.5em}
.iah-section__subtitle{font-size:1.05rem;color:var(--iah-text-muted)}
.iah-grid{display:grid;gap:1.5rem}
.iah-grid--2{grid-template-columns:repeat(2,1fr)}
.iah-grid--3{grid-template-columns:repeat(3,1fr)}
.iah-grid--4{grid-template-columns:repeat(4,1fr)}
@media (max-width:900px){.iah-grid--3,.iah-grid--4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.iah-grid--2,.iah-grid--3,.iah-grid--4{grid-template-columns:1fr}}
.iah-visually-center{text-align:center}

/* =========================================================
   4. BUTTONS
   ========================================================= */
.iah-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;font-weight:700;font-size:.98rem;padding:.95em 1.7em;border-radius:var(--iah-radius-sm);border:2px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}
.iah-btn svg{width:1.15em;height:1.15em;flex:none}
.iah-btn:hover{transform:translateY(-2px)}
.iah-btn--primary{background:var(--iah-primary);color:#fff;box-shadow:0 10px 24px rgba(255,90,45,.3)}
.iah-btn--primary:hover{background:var(--iah-primary-dark)}
.iah-btn--whatsapp{background:var(--iah-whatsapp);color:#fff;box-shadow:0 10px 24px rgba(37,211,102,.3)}
.iah-btn--whatsapp:hover{background:var(--iah-whatsapp-dark)}
.iah-btn--ghost{background:transparent;color:var(--iah-heading);border-color:var(--iah-border)}
.iah-btn--ghost:hover{border-color:var(--iah-heading)}
.iah-btn--outline{background:#fff;color:var(--iah-accent-dark);border-color:var(--iah-accent)}
.iah-btn--outline:hover{background:var(--iah-accent-tint)}
.iah-btn--link{padding:.2em 0;border-radius:0;color:var(--iah-accent-dark);font-weight:700}
.iah-btn--link:hover{text-decoration:underline}
.iah-btn--sm{padding:.6em 1.2em;font-size:.88rem}
.iah-btn--block{width:100%}

/* =========================================================
   5. HEADER
   ========================================================= */
.iah-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--iah-border);height:var(--iah-header-h)}
.iah-header__inner{max-width:var(--iah-container);margin-inline:auto;padding-inline:var(--iah-gutter);height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.iah-logo{display:flex;align-items:center;gap:.6em;font-family:var(--iah-font-heading);font-weight:700;font-size:1.15rem;color:var(--iah-heading)}
.iah-logo img{height:38px;width:auto}
.iah-primary-nav{display:none}
@media (min-width:1024px){
  .iah-primary-nav{display:flex;align-items:center;gap:.25rem;height:100%}
}
.iah-primary-nav > ul{display:flex;align-items:center;gap:.15rem;height:100%}
.iah-primary-nav > ul > li{position:relative;height:100%;display:flex;align-items:center}
.iah-nav-link{display:flex;align-items:center;gap:.35em;padding:.7em .9em;border-radius:var(--iah-radius-sm);font-weight:600;font-size:.95rem;color:var(--iah-heading)}
.iah-nav-link:hover,.iah-primary-nav li:hover > .iah-nav-link{background:var(--iah-bg-soft)}
.iah-nav-link svg{width:.75em;height:.75em;transition:transform .15s ease}
.iah-has-dropdown:hover .iah-nav-link svg,.iah-has-dropdown.is-open .iah-nav-link svg{transform:rotate(180deg)}
.iah-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);box-shadow:var(--iah-shadow-lg);min-width:240px;padding:.6rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility .15s}
.iah-has-dropdown:hover .iah-dropdown,.iah-has-dropdown.is-open .iah-dropdown,.iah-has-dropdown:focus-within .iah-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.iah-dropdown a{display:block;padding:.65em .8em;border-radius:8px;font-size:.92rem;font-weight:500;color:var(--iah-text)}
.iah-dropdown a:hover{background:var(--iah-bg-soft);color:var(--iah-heading)}
.iah-header__actions{display:flex;align-items:center;gap:.6rem}
.iah-header__actions .iah-btn{display:none}
@media (min-width:640px){.iah-header__actions .iah-btn{display:inline-flex}}
.iah-nav-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--iah-radius-sm);border:1px solid var(--iah-border);background:#fff}
@media (min-width:1024px){.iah-nav-toggle{display:none}}
.iah-nav-toggle svg{width:22px;height:22px}

/* Mobile menu */
.iah-mobile-menu{position:fixed;inset:0;background:#fff;z-index:1100;transform:translateX(100%);transition:transform .25s ease;overflow-y:auto;padding:1.5rem}
.iah-mobile-menu.is-open{transform:translateX(0)}
.iah-mobile-menu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}
.iah-mobile-menu__close{width:44px;height:44px;border-radius:var(--iah-radius-sm);border:1px solid var(--iah-border);background:#fff;display:flex;align-items:center;justify-content:center}
.iah-mobile-nav li{border-bottom:1px solid var(--iah-border)}
.iah-mobile-nav > ul > li > a,.iah-mobile-accordion__btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1em .2em;font-weight:700;font-size:1.05rem;color:var(--iah-heading);background:none;border:0;text-align:left}
.iah-mobile-accordion__panel{max-height:0;overflow:hidden;transition:max-height .25s ease}
.iah-mobile-accordion__panel.is-open{max-height:600px;padding-bottom:.8em}
.iah-mobile-accordion__panel a{display:block;padding:.6em .2em .6em 1em;font-size:.98rem;color:var(--iah-text)}
.iah-mobile-menu__cta{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}

/* =========================================================
   6. HERO (streaming-dashboard split hero)
   ========================================================= */
.iah-hero{padding-block:clamp(2.5rem,6vw,4.5rem);overflow:hidden}
.iah-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}
@media (max-width:960px){.iah-hero__grid{grid-template-columns:1fr}}
.iah-hero__badge{display:inline-flex;align-items:center;gap:.5em;background:var(--iah-success-tint);color:var(--iah-success);border-radius:var(--iah-radius-pill);padding:.4em 1em;font-size:.82rem;font-weight:700;margin-bottom:1.1em}
.iah-hero__badge::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--iah-success);box-shadow:0 0 0 0 rgba(31,170,89,.5);animation:iah-pulse 1.8s infinite}
@keyframes iah-pulse{0%{box-shadow:0 0 0 0 rgba(31,170,89,.45)}70%{box-shadow:0 0 0 8px rgba(31,170,89,0)}100%{box-shadow:0 0 0 0 rgba(31,170,89,0)}}
.iah-hero__title{font-size:clamp(2.1rem,4.5vw,3.4rem);margin-bottom:.45em}
.iah-hero__title em{font-style:normal;color:var(--iah-primary)}
.iah-hero__subtitle{font-size:1.12rem;max-width:52ch;margin-bottom:1.6em}
.iah-hero__ctas{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1.6em}
.iah-hero__trust{display:flex;flex-wrap:wrap;gap:1.4rem;font-size:.88rem;color:var(--iah-text-muted)}
.iah-hero__trust li{display:flex;align-items:center;gap:.45em}
.iah-hero__trust svg{width:1.1em;height:1.1em;color:var(--iah-success)}
.iah-hero__visual{position:relative}
.iah-hero__visual img{border-radius:var(--iah-radius-lg);box-shadow:var(--iah-shadow-lg)}
.iah-hero__chip{position:absolute;background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);box-shadow:var(--iah-shadow-md);padding:.7em 1em;display:flex;align-items:center;gap:.6em;font-size:.82rem;font-weight:700;color:var(--iah-heading)}
.iah-hero__chip svg{width:1.3em;height:1.3em;color:var(--iah-accent)}
.iah-hero__chip--1{top:8%;left:-6%}
.iah-hero__chip--2{bottom:6%;right:-4%}
@media (max-width:640px){.iah-hero__chip{display:none}}

/* =========================================================
   7. STATS / TRUST BAR
   ========================================================= */
.iah-stats-bar{border-top:1px solid var(--iah-border);border-bottom:1px solid var(--iah-border);background:var(--iah-bg-soft)}
.iah-stats-bar .iah-grid{grid-template-columns:repeat(4,1fr);padding-block:2rem;gap:1rem}
@media (max-width:760px){.iah-stats-bar .iah-grid{grid-template-columns:repeat(2,1fr)}}
.iah-stat{text-align:center}
.iah-stat__num{display:block;font-family:var(--iah-font-heading);font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:var(--iah-heading)}
.iah-stat__label{font-size:.85rem;color:var(--iah-text-muted)}

/* =========================================================
   8. CARDS (generic + variants)
   ========================================================= */
.iah-card{background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);padding:1.75rem;position:relative;box-shadow:var(--iah-shadow-sm);transition:box-shadow .2s ease,transform .2s ease}
.iah-card::before{content:"";position:absolute;top:0;left:1.5rem;right:1.5rem;height:3px;border-radius:0 0 6px 6px;background:linear-gradient(90deg,var(--iah-primary),var(--iah-accent));opacity:0;transition:opacity .2s ease}
.iah-card:hover{box-shadow:var(--iah-shadow-md);transform:translateY(-3px)}
.iah-card:hover::before{opacity:1}
.iah-card__icon{width:52px;height:52px;border-radius:14px;background:var(--iah-accent-tint);color:var(--iah-accent-dark);display:flex;align-items:center;justify-content:center;margin-bottom:1.1em}
.iah-card__icon svg{width:26px;height:26px}
.iah-card h3{font-size:1.12rem;margin-bottom:.4em}
.iah-card p{color:var(--iah-text-muted);font-size:.96rem;margin-bottom:0}

/* Problem/solution */
.iah-ps{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media (max-width:760px){.iah-ps{grid-template-columns:1fr}}
.iah-ps__col{border-radius:var(--iah-radius-md);padding:2rem}
.iah-ps__col--problem{background:#FBEFEC;border:1px solid #F3D6CC}
.iah-ps__col--solution{background:var(--iah-success-tint);border:1px solid #CDEEDB}
.iah-ps__col h3{display:flex;align-items:center;gap:.5em;font-size:1.1rem}
.iah-ps__col ul{margin-top:1em;display:flex;flex-direction:column;gap:.7em}
.iah-ps__col li{display:flex;gap:.6em;align-items:flex-start;font-size:.96rem}
.iah-ps__col li svg{width:1.2em;height:1.2em;flex:none;margin-top:.15em}

/* =========================================================
   9. TABS (feature tabs)
   ========================================================= */
.iah-tabs__nav{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}
.iah-tabs__btn{padding:.8em 1.3em;border-radius:var(--iah-radius-pill);border:1px solid var(--iah-border);background:#fff;font-weight:700;font-size:.92rem;color:var(--iah-text);display:flex;align-items:center;gap:.5em}
.iah-tabs__btn svg{width:1.1em;height:1.1em}
.iah-tabs__btn.is-active{background:var(--iah-heading);color:#fff;border-color:var(--iah-heading)}
.iah-tabs__panel{display:none;animation:iah-fade .3s ease}
.iah-tabs__panel.is-active{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}
@media (max-width:800px){.iah-tabs__panel.is-active{grid-template-columns:1fr}}
@keyframes iah-fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.iah-tabs__media img{border-radius:var(--iah-radius-lg);box-shadow:var(--iah-shadow-md)}
.iah-tabs__list{display:flex;flex-direction:column;gap:1rem;margin-top:1.2em}
.iah-tabs__list li{display:flex;gap:.7em;align-items:flex-start}
.iah-tabs__list svg{width:1.3em;height:1.3em;color:var(--iah-success);flex:none;margin-top:.1em}

/* =========================================================
   10. CONTENT SHOWCASE GRID
   ========================================================= */
.iah-content-card{background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-lg);overflow:hidden;box-shadow:var(--iah-shadow-sm)}
.iah-content-card__img{aspect-ratio:4/3;overflow:hidden}
.iah-content-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.iah-content-card:hover .iah-content-card__img img{transform:scale(1.05)}
.iah-content-card__body{padding:1.4rem}
.iah-content-card__tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--iah-accent-dark);background:var(--iah-accent-tint);padding:.3em .8em;border-radius:var(--iah-radius-pill);margin-bottom:.7em}

/* =========================================================
   11. STEPS
   ========================================================= */
.iah-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;counter-reset:iah-step}
@media (max-width:900px){.iah-steps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.iah-steps{grid-template-columns:1fr}}
.iah-step{position:relative;background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);padding:1.75rem 1.5rem}
.iah-step__num{counter-increment:iah-step;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--iah-heading);color:#fff;font-family:var(--iah-font-heading);font-weight:700;margin-bottom:1em}
.iah-step__num::before{content:counter(iah-step)}
.iah-step h3{font-size:1rem;margin-bottom:.4em}
.iah-step p{font-size:.92rem;color:var(--iah-text-muted);margin:0}

/* =========================================================
   12. PRICING STRIP (horizontal scroll-snap)
   ========================================================= */
.iah-pricing-strip{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-block:.5rem 1rem;-webkit-overflow-scrolling:touch}
.iah-pricing-strip::-webkit-scrollbar{height:6px}
.iah-pricing-strip::-webkit-scrollbar-thumb{background:var(--iah-border);border-radius:6px}
.iah-price-card{scroll-snap-align:start;flex:0 0 260px;background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-lg);padding:1.75rem;position:relative}
.iah-price-card--popular{border-color:var(--iah-primary);box-shadow:0 12px 32px rgba(255,90,45,.16)}
.iah-price-card__ribbon{position:absolute;top:-13px;left:1.5rem;background:var(--iah-primary);color:#fff;font-size:.72rem;font-weight:700;padding:.35em .9em;border-radius:var(--iah-radius-pill)}
.iah-price-card__plan{font-size:.85rem;font-weight:700;color:var(--iah-text-muted);text-transform:uppercase;letter-spacing:.04em}
.iah-price-card__amount{font-family:var(--iah-font-heading);font-size:2.1rem;font-weight:700;color:var(--iah-heading);margin:.3em 0}
.iah-price-card__amount span{font-size:.9rem;font-weight:500;color:var(--iah-text-muted)}
.iah-price-card__per{font-size:.82rem;color:var(--iah-text-muted);margin-bottom:1.1em}
.iah-price-card ul{display:flex;flex-direction:column;gap:.6em;margin-bottom:1.4em}
.iah-price-card li{display:flex;gap:.55em;font-size:.9rem;align-items:flex-start}
.iah-price-card li svg{width:1.15em;height:1.15em;color:var(--iah-success);flex:none;margin-top:.1em}
.iah-pricing-note{font-size:.85rem;color:var(--iah-text-muted);margin-top:.5rem}

/* Full comparison table (pricing page) */
.iah-compare{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);overflow:hidden}
.iah-compare th,.iah-compare td{padding:1em 1.1em;text-align:left;border-bottom:1px solid var(--iah-border);font-size:.94rem}
.iah-compare thead th{background:var(--iah-bg-soft);font-family:var(--iah-font-heading)}
.iah-compare td:first-child,.iah-compare th:first-child{font-weight:600;color:var(--iah-heading)}
.iah-compare svg.iah-yes{color:var(--iah-success);width:1.2em;height:1.2em}
.iah-compare svg.iah-no{color:#C6CBD3;width:1.2em;height:1.2em}
@media (max-width:760px){
  .iah-compare thead{display:none}
  .iah-compare, .iah-compare tbody, .iah-compare tr, .iah-compare td{display:block;width:100%}
  .iah-compare tr{border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);margin-bottom:1rem;padding:.5rem 1rem}
  .iah-compare td{border:0;display:flex;justify-content:space-between;gap:1rem}
  .iah-compare td::before{content:attr(data-label);font-weight:700;color:var(--iah-text-muted);font-size:.82rem}
}

/* =========================================================
   13. GUARANTEE / SUPPORT
   ========================================================= */
.iah-guarantee{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
@media (max-width:800px){.iah-guarantee{grid-template-columns:1fr}}
.iah-support-card{background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);padding:1.75rem;text-align:center}
.iah-support-card img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-inline:auto;margin-bottom:1em}

/* =========================================================
   14. TESTIMONIALS (customer scenarios)
   ========================================================= */
.iah-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
@media (max-width:900px){.iah-testimonials{grid-template-columns:1fr}}
.iah-testimonial-card{background:var(--iah-bg-soft);border-radius:var(--iah-radius-lg);padding:1.9rem;position:relative}
.iah-testimonial-card__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--iah-text-muted);margin-bottom:1em;display:block}
.iah-testimonial-card p{font-size:.98rem;color:var(--iah-heading);margin-bottom:1.2em}
.iah-testimonial-card__meta{display:flex;align-items:center;gap:.7em}
.iah-testimonial-card__avatar{width:42px;height:42px;border-radius:50%;background:var(--iah-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--iah-font-heading)}
.iah-testimonial-card__name{font-weight:700;font-size:.9rem;color:var(--iah-heading)}
.iah-testimonial-card__city{font-size:.8rem;color:var(--iah-text-muted)}

/* =========================================================
   15. FAQ ACCORDION
   ========================================================= */
.iah-faq{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:.8rem}
.iah-faq__item{border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);background:#fff;overflow:hidden}
.iah-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1em;padding:1.1em 1.4em;background:none;border:0;text-align:left;font-weight:700;font-size:1rem;color:var(--iah-heading)}
.iah-faq__icon{flex:none;width:26px;height:26px;border-radius:50%;background:var(--iah-bg-soft);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease}
.iah-faq__icon svg{width:14px;height:14px}
.iah-faq__item.is-open .iah-faq__icon{background:var(--iah-primary);color:#fff;transform:rotate(45deg)}
.iah-faq__answer{max-height:0;overflow:hidden;transition:max-height .25s ease}
.iah-faq__answer__inner{padding:0 1.4em 1.3em;color:var(--iah-text-muted);font-size:.95rem}
.iah-faq-categories{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:2rem}

/* =========================================================
   16. CTA BANNER
   ========================================================= */
.iah-cta-banner{background:var(--iah-bg-dark);border-radius:var(--iah-radius-lg);padding:clamp(2rem,5vw,3.5rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}
.iah-cta-banner h2{color:#fff;font-size:clamp(1.4rem,2.5vw,2rem);margin-bottom:.3em}
.iah-cta-banner p{color:#AEB7C4;margin-bottom:0}
.iah-cta-banner__ctas{display:flex;gap:.9rem;flex-wrap:wrap}

/* =========================================================
   17. FOOTER
   ========================================================= */
.iah-footer{background:var(--iah-bg-dark);color:#AEB7C4;padding-block:3.5rem 1.5rem}
.iah-footer a{color:#C7CDD6}
.iah-footer a:hover{color:#fff}
.iah-footer__grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:2rem;margin-bottom:2.5rem}
@media (max-width:900px){.iah-footer__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.iah-footer__grid{grid-template-columns:1fr}}
.iah-footer__brand img{height:36px;margin-bottom:1em}
.iah-footer__brand p{font-size:.9rem;max-width:32ch}
.iah-footer__col h3{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.1em}
.iah-footer__col ul{display:flex;flex-direction:column;gap:.65em}
.iah-footer__col a{font-size:.92rem}
.iah-footer__whatsapp{display:inline-flex;align-items:center;gap:.6em;margin-top:1em;color:#fff;font-weight:700}
.iah-footer__whatsapp svg{color:var(--iah-whatsapp);width:1.3em;height:1.3em}
.iah-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.82rem}
.iah-footer__legal-links{display:flex;flex-wrap:wrap;gap:.4em 1em}

/* =========================================================
   18. STICKY MOBILE CTA
   ========================================================= */
.iah-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:900;display:flex;gap:.6rem;padding:.7rem;background:#fff;border-top:1px solid var(--iah-border);box-shadow:0 -8px 24px rgba(15,23,42,.08);transition:transform .25s ease}
@media (min-width:1024px){.iah-sticky-cta{display:none}}
.iah-sticky-cta .iah-btn{flex:1;padding:.85em 1em}

/* =========================================================
   19. BREADCRUMB
   ========================================================= */
.iah-breadcrumb{padding-block:1.2rem;font-size:.85rem;color:var(--iah-text-muted)}
.iah-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.4em;align-items:center}
.iah-breadcrumb li{display:flex;align-items:center;gap:.4em}
.iah-breadcrumb li:not(:last-child)::after{content:"/";color:var(--iah-border)}
.iah-breadcrumb a{color:var(--iah-accent-dark);font-weight:600}
.iah-breadcrumb [aria-current="page"]{color:var(--iah-text-muted)}

/* =========================================================
   20. PAGE HERO (inner pages)
   ========================================================= */
.iah-page-hero{padding-block:clamp(2rem,5vw,3.5rem);background:var(--iah-bg-soft);border-bottom:1px solid var(--iah-border)}
.iah-page-hero__title{font-size:clamp(1.8rem,3.5vw,2.6rem)}
.iah-page-hero__subtitle{max-width:60ch;font-size:1.05rem}

/* =========================================================
   21. DEVICE PAGES
   ========================================================= */
.iah-device-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
@media (max-width:900px){.iah-device-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.iah-device-grid{grid-template-columns:1fr}}
.iah-device-card{background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);padding:1.5rem;text-align:center}
.iah-device-card__icon{width:56px;height:56px;margin-inline:auto;margin-bottom:1em;background:var(--iah-bg-soft);border-radius:16px;display:flex;align-items:center;justify-content:center}
.iah-device-card__icon svg{width:28px;height:28px;color:var(--iah-accent-dark)}

/* =========================================================
   22. CITY PAGES
   ========================================================= */
.iah-city-hero{position:relative;border-radius:var(--iah-radius-lg);overflow:hidden;min-height:340px;display:flex;align-items:flex-end;margin-bottom:2.5rem}
.iah-city-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.iah-city-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,18,32,.85),rgba(11,18,32,.15));z-index:1}
.iah-city-hero__content{position:relative;z-index:2;padding:2.2rem;color:#fff}
.iah-city-hero__content .iah-eyebrow{background:rgba(255,255,255,.15);color:#fff}
.iah-city-hero__content h1{color:#fff}
.iah-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
@media (max-width:900px){.iah-city-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.iah-city-grid{grid-template-columns:1fr}}
.iah-city-card{display:block;position:relative;border-radius:var(--iah-radius-md);overflow:hidden;aspect-ratio:4/3}
.iah-city-card img{width:100%;height:100%;object-fit:cover}
.iah-city-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,18,32,.75),rgba(11,18,32,0) 60%)}
.iah-city-card span{position:absolute;left:1em;bottom:.9em;z-index:2;color:#fff;font-weight:700}

/* =========================================================
   23. BLOG
   ========================================================= */
.iah-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
@media (max-width:900px){.iah-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.iah-blog-grid{grid-template-columns:1fr}}
.iah-blog-card{background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);overflow:hidden;box-shadow:var(--iah-shadow-sm)}
.iah-blog-card__img{aspect-ratio:16/10;overflow:hidden;background:var(--iah-bg-soft)}
.iah-blog-card__img img{width:100%;height:100%;object-fit:cover}
.iah-blog-card__body{padding:1.4rem}
.iah-blog-card__meta{font-size:.8rem;color:var(--iah-text-muted);margin-bottom:.6em;display:flex;gap:.8em}
.iah-blog-card h3{font-size:1.08rem}
.iah-blog-card h3 a:hover{color:var(--iah-accent-dark)}
.iah-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}
.iah-pagination a,.iah-pagination span{display:flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:var(--iah-radius-sm);border:1px solid var(--iah-border);font-weight:600;font-size:.92rem}
.iah-pagination .current{background:var(--iah-heading);color:#fff;border-color:var(--iah-heading)}

/* Single post */
.iah-article{max-width:760px;margin-inline:auto;padding-block:2.5rem}
.iah-article__meta{display:flex;flex-wrap:wrap;gap:1em;font-size:.88rem;color:var(--iah-text-muted);margin-bottom:1.5em;align-items:center}
.iah-article__author{display:flex;align-items:center;gap:.6em}
.iah-article__author img{width:34px;height:34px;border-radius:50%}
.iah-article__cover{border-radius:var(--iah-radius-lg);margin-bottom:2em;aspect-ratio:16/9;object-fit:cover;width:100%}
.iah-article__body{font-size:1.05rem}
.iah-article__body h2{margin-top:1.6em;font-size:1.4rem}
.iah-article__body h3{margin-top:1.3em;font-size:1.15rem}
.iah-article__body ul{list-style:disc;padding-left:1.4em;margin-bottom:1em}
.iah-article__body ul li{margin-bottom:.4em}
.iah-article__body a{color:var(--iah-accent-dark);text-decoration:underline}
.iah-article__cta{background:var(--iah-bg-soft);border-radius:var(--iah-radius-md);padding:1.5rem;margin-block:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.iah-related{margin-top:3rem}

/* Search */
.iah-search-form{display:flex;gap:.6rem;max-width:520px}
.iah-search-form input[type="search"]{flex:1;padding:.9em 1.1em;border-radius:var(--iah-radius-sm);border:1px solid var(--iah-border)}

/* =========================================================
   24. LEGAL PAGES
   ========================================================= */
.iah-legal{max-width:800px;margin-inline:auto;padding-block:3rem}
.iah-legal__updated{display:inline-block;background:var(--iah-bg-soft);border-radius:var(--iah-radius-sm);padding:.5em 1em;font-size:.85rem;margin-bottom:2rem}
.iah-legal h2{margin-top:1.7em;font-size:1.25rem}
.iah-legal h3{margin-top:1.2em;font-size:1.05rem}
.iah-legal p,.iah-legal li{font-size:.98rem}
.iah-legal ul{list-style:disc;padding-left:1.3em;margin-bottom:1em}
.iah-legal-entity{background:var(--iah-bg-soft);border-radius:var(--iah-radius-md);padding:1.5rem;margin-block:1.5rem}
.iah-legal-entity dt{font-weight:700;color:var(--iah-heading);margin-top:.7em}
.iah-legal-entity dd{margin:0}
.iah-localize-note{background:var(--iah-warning-tint);border:1px dashed var(--iah-warning);border-radius:var(--iah-radius-sm);padding:.9em 1.1em;font-size:.85rem;color:#8A5A00;margin-block:1em}

/* =========================================================
   25. SITEMAP PAGE
   ========================================================= */
.iah-sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
@media (max-width:760px){.iah-sitemap-grid{grid-template-columns:1fr 1fr}}
@media (max-width:500px){.iah-sitemap-grid{grid-template-columns:1fr}}
.iah-sitemap-col h2{font-size:1.05rem;border-bottom:2px solid var(--iah-border);padding-bottom:.5em}
.iah-sitemap-col li{padding-block:.4em;font-size:.95rem}

/* =========================================================
   26. 404 / SEARCH RESULTS
   ========================================================= */
.iah-404{text-align:center;padding-block:5rem}
.iah-404__code{font-family:var(--iah-font-heading);font-size:clamp(3rem,10vw,6rem);color:var(--iah-primary);font-weight:700}

/* =========================================================
   27. SCROLL REVEAL
   ========================================================= */
.iah-reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.iah-reveal.is-visible{opacity:1;transform:translateY(0)}

/* =========================================================
   28. COMMENTS
   ========================================================= */
.iah-comments{margin-top:3rem;border-top:1px solid var(--iah-border);padding-top:2rem}
.iah-comment-list{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}
.iah-comment{border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);padding:1.2rem}
.iah-comment-form p{margin-bottom:1em}
.iah-comment-form input,.iah-comment-form textarea{width:100%;padding:.85em 1em;border-radius:var(--iah-radius-sm);border:1px solid var(--iah-border)}
.iah-comment-form label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.35em}

/* =========================================================
   29. SINGLE POST LAYOUT + SIDEBAR WIDGETS
   ========================================================= */
.iah-post-layout{max-width:var(--iah-container);margin-inline:auto;padding:2.5rem var(--iah-gutter);display:grid;grid-template-columns:1fr 300px;gap:clamp(2rem,5vw,3.5rem);align-items:start}
@media (max-width:900px){.iah-post-layout{grid-template-columns:1fr}}
.iah-post-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:calc(var(--iah-header-h) + 1.5rem)}
@media (max-width:900px){.iah-post-sidebar{position:static}}
.iah-sidebar-widget{background:#fff;border:1px solid var(--iah-border);border-radius:var(--iah-radius-md);padding:1.4rem}
.iah-sidebar-widget h3{font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.9em}
.iah-sidebar-widget ul{display:flex;flex-direction:column;gap:.55em}
.iah-sidebar-widget a{font-size:.92rem;color:var(--iah-text)}
.iah-sidebar-widget a:hover{color:var(--iah-accent-dark)}
.iah-sidebar-widget--cta{background:var(--iah-bg-dark);border-color:var(--iah-bg-dark);color:#fff;text-align:center}
.iah-sidebar-widget--cta h3{color:#fff}
.iah-sidebar-widget--cta p{color:#AEB7C4;font-size:.9rem}
