/*
Theme Name: ÍKARA
Theme URI: https://ikaraterritorial.co/
Description: Tema hijo de GeneratePress para ÍKARA Inteligencia Territorial.
Author: ÍKARA
Version: 1.0.28
Template: generatepress
Text Domain: ikara
*/

html,
body.ikara-site {
  margin: 0 !important;
  padding: 0 !important;
  background: #fcfcfa;
}

body.ikara-site {
  overflow-x: hidden;
}

body.ikara-site #wpadminbar {
  position: fixed;
}

.ikara-case-page {
  min-height: 100vh;
  background: #fbfaf5;
  color: #164f4e;
  font-family: Arial, sans-serif;
}

.ikara-case-shell {
  width: min(1120px, 86%);
  margin-inline: auto;
}

.ikara-case-hero {
  position: relative;
  padding: 42px 0 100px;
  overflow: hidden;
  background: #063c48 url("assets/images/terrain-blue.jpg") center 48% / cover no-repeat;
  color: white;
}

.ikara-case-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 28, 37, .84), rgba(0, 76, 82, .42));
}

.ikara-case-hero .ikara-case-shell { position: relative; z-index: 1; }
.ikara-case-logo img { width: 126px; height: auto; }
.ikara-case-back { float: right; padding-top: 12px; color: #d4ebe5; font-size: 13px; text-decoration: none; }
.ikara-case-hero p { clear: both; padding-top: 90px; color: #8edbd1; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.ikara-case-hero h1 { max-width: 850px; margin: 18px 0 45px; font-size: clamp(48px, 7vw, 86px); line-height: 1; letter-spacing: -.04em; }
.ikara-case-meta { display: flex; flex-wrap: wrap; gap: 40px 80px; }
.ikara-case-meta span { font-size: 16px; }
.ikara-case-meta small { display: block; margin-bottom: 7px; color: #8edbd1; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.ikara-case-content { padding: 82px 0 110px; }
.ikara-case-content figure { margin: 0 0 55px; overflow: hidden; border-radius: 28px; }
.ikara-case-content figure img { display: block; width: 100%; height: auto; }
.ikara-case-prose { max-width: 760px; font-size: 18px; line-height: 1.8; }
.ikara-case-prose h2, .ikara-case-prose h3 { margin-top: 2em; color: #07504f; line-height: 1.15; }
.ikara-case-cta { display: inline-block; margin-top: 36px; padding: 15px 24px; border-radius: 999px; background: #f9b423; color: #073f42; font-weight: 700; text-decoration: none; }

@media (max-width: 600px) {
  .ikara-case-back { float: none; display: block; margin-top: 24px; }
  .ikara-case-hero p { padding-top: 60px; }
}
