/*
Theme Name: Iberra Site
Theme URI: https://iberra.net/
Author: Iberra
Description: Public marketing site and customer account shell for Iberra digital presence services.
Version: 0.4.28
Text Domain: iberra-site
*/

:root {
  --iberra-navy: #102c43;
  --iberra-navy-2: #173f5f;
  --iberra-teal: #15b8b2;
  --iberra-teal-dark: #0d9591;
  --iberra-sky: #eef9fb;
  --iberra-bg: #ffffff;
  --iberra-soft: #f6fafb;
  --iberra-line: #dbe8ec;
  --iberra-text: #163047;
  --iberra-muted: #5b7183;
  --iberra-shadow: 0 18px 45px rgba(16, 44, 67, 0.08);
  --iberra-radius: 18px;
  --iberra-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--iberra-bg);
  color: var(--iberra-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.iberra-shell { width: min(calc(100% - 40px), var(--iberra-max)); margin: 0 auto; }
.iberra-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219,232,236,.85);
}
.iberra-header-row { min-height: 72px; display: flex; align-items: center; gap: 32px; }
.iberra-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.iberra-brand-mark { width: 54px; height: 34px; display: block; }
.iberra-brand-name { color: var(--iberra-navy); font-size: 31px; line-height: 1; letter-spacing: -.045em; font-weight: 500; }
.iberra-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 650; }
.iberra-nav a { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 12px; border-radius:8px; text-decoration:none; }
.iberra-nav a:hover { color: var(--iberra-teal-dark); background:var(--iberra-soft); }
.iberra-header-actions { display: flex; align-items: center; gap: 12px; }
.iberra-login { font-size: 14px; font-weight: 650; text-decoration: none; padding: 10px 8px; }
.iberra-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid var(--iberra-teal);
  background: var(--iberra-teal);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  font-size: 15px;
  transition: .18s ease;
  cursor: pointer;
}
.iberra-button:hover { background: var(--iberra-teal-dark); border-color: var(--iberra-teal-dark); transform: translateY(-1px); }
.iberra-button--outline { background: #fff; color: var(--iberra-navy); border-color: #9ab1be; }
.iberra-button--outline:hover { color: var(--iberra-navy); background: var(--iberra-soft); border-color: var(--iberra-navy); }
.iberra-button--dark { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.iberra-button--dark:hover { background: rgba(255,255,255,.09); border-color: #fff; }

.iberra-mobile-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.iberra-mobile-toggle span { width: 24px; height: 2px; background: var(--iberra-navy); display: block; margin: 5px 0; }

.iberra-hero { position: relative; overflow: hidden; background: linear-gradient(102deg,#fff 0%,#fff 42%,#f0f9fc 100%); border-bottom: 1px solid #edf3f5; }
.iberra-hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -170px; top: -270px; background: radial-gradient(circle,rgba(21,184,178,.14),rgba(21,184,178,0) 68%); pointer-events: none; }
.iberra-hero-grid { min-height: 560px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 36px; padding: 72px 0 62px; }
.iberra-eyebrow { color: var(--iberra-teal-dark); font-size: 13px; line-height: 1.2; text-transform: uppercase; font-weight: 850; letter-spacing: .065em; margin-bottom: 14px; }
.iberra-hero h1 { max-width: 680px; margin: 0; color: #0e2a43; font-size: clamp(42px,5vw,68px); line-height: 1.04; letter-spacing: -.045em; font-weight: 800; }
.iberra-hero-copy { max-width: 620px; color: #3f5d72; font-size: 19px; margin: 24px 0 0; }
.iberra-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.iberra-trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #3e596c; font-size: 13px; font-weight: 650; }
.iberra-trust-item { display: inline-flex; gap: 8px; align-items: center; }
.iberra-trust-icon { width: 21px; height: 21px; color: var(--iberra-teal-dark); }
.iberra-hero-art { position: relative; min-height: 440px; display: flex; align-items: center; justify-content: center; }
.iberra-hero-art img { width: min(100%, 650px); filter: drop-shadow(0 24px 32px rgba(16,44,67,.12)); }

.iberra-feature-strip { position: relative; margin-top: -28px; z-index: 3; }
.iberra-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.iberra-card { background: #fff; border: 1px solid var(--iberra-line); border-radius: 14px; box-shadow: 0 12px 34px rgba(16,44,67,.055); }
.iberra-feature-card { padding: 23px; min-height: 170px; }
.iberra-feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #eaf8f8; color: var(--iberra-teal-dark); margin-bottom: 16px; }
.iberra-feature-card h3 { margin: 0 0 8px; font-size: 17px; color: var(--iberra-navy); }
.iberra-feature-card p { margin: 0; color: var(--iberra-muted); font-size: 14px; }

.iberra-section { padding: 88px 0; }
.iberra-section--soft { background: linear-gradient(180deg,#fbfdfd 0%,#f4fafb 100%); }
.iberra-section-head { text-align: center; max-width: 760px; margin: 0 auto 45px; }
.iberra-section-kicker { color: var(--iberra-teal-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 9px; }
.iberra-section h2 { color: var(--iberra-navy); margin: 0; font-size: clamp(30px,3.5vw,44px); letter-spacing: -.035em; line-height: 1.12; }
.iberra-section-head p { color: var(--iberra-muted); margin: 14px auto 0; font-size: 17px; }

.iberra-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; position: relative; }
.iberra-step { text-align: left; position: relative; padding: 8px 18px 0; }
.iberra-step-top { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }
.iberra-step-number { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--iberra-teal); font-size: 12px; font-weight: 800; }
.iberra-step-icon { width: 62px; height: 62px; display: grid; place-items: center; background: #eaf8f8; color: var(--iberra-teal-dark); border-radius: 50%; }
.iberra-step h3 { font-size: 17px; color: var(--iberra-navy); margin: 0 0 8px; }
.iberra-step p { margin: 0; color: var(--iberra-muted); font-size: 14px; }

.iberra-presence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.iberra-location-card { position: relative; overflow: hidden; padding: 38px; min-height: 345px; }
.iberra-location-card::after { content:""; position:absolute; right:-80px; bottom:-120px; width:320px; height:320px; border-radius:50%; background:radial-gradient(circle,rgba(21,184,178,.18),transparent 68%); }
.iberra-location-badge { display:inline-flex; align-items:center; gap:8px; color: var(--iberra-teal-dark); background:#edfafa; border-radius:999px; padding:7px 11px; font-size:12px; font-weight:800; }
.iberra-location-card h3 { margin: 22px 0 12px; font-size: 34px; color: var(--iberra-navy); letter-spacing:-.03em; }
.iberra-location-card p { color: var(--iberra-muted); max-width: 530px; }
.iberra-location-points { display:grid; grid-template-columns:1fr 1fr; gap:10px 20px; margin-top:24px; color:#355268; font-size:14px; }
.iberra-check::before { content:"✓"; color:var(--iberra-teal-dark); font-weight:900; margin-right:8px; }
.iberra-architecture-card { background:linear-gradient(145deg,#0e2c45,#123c5d); color:#fff; padding:38px; border-radius:14px; box-shadow: var(--iberra-shadow); position:relative; overflow:hidden; }
.iberra-architecture-card::after { content:""; position:absolute; width:320px; height:320px; border:1px solid rgba(79,209,202,.2); border-radius:50%; top:-180px; right:-110px; box-shadow:0 0 0 45px rgba(79,209,202,.04),0 0 0 90px rgba(79,209,202,.025); }
.iberra-architecture-card h3 { font-size:34px; line-height:1.1; margin:0 0 14px; letter-spacing:-.03em; }
.iberra-architecture-card p { color:#c8dae5; max-width:520px; }
.iberra-dark-points { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:28px; position:relative; z-index:1; }
.iberra-dark-point { display:flex; gap:10px; align-items:flex-start; color:#edf7fa; font-size:14px; }
.iberra-dark-point svg { flex:0 0 22px; color:#5de0da; }

.iberra-pricing-wrap { display:grid; grid-template-columns:.85fr 1.15fr; gap:26px; align-items:stretch; }
.iberra-pricing-intro { padding: 28px 12px 28px 0; }
.iberra-pricing-intro h2 { margin-bottom:14px; }
.iberra-price-card { padding:34px; display:grid; grid-template-columns:.9fr 1.1fr; gap:28px; align-items:center; }
.iberra-plan-label { display:inline-block; padding:5px 8px; border-radius:5px; border:1px solid var(--iberra-teal); color:var(--iberra-teal-dark); font-size:11px; font-weight:850; text-transform:uppercase; }
.iberra-price-card h3 { color:var(--iberra-navy); font-size:30px; margin:13px 0 4px; }
.iberra-price { color:var(--iberra-teal-dark); font-size:34px; font-weight:850; line-height:1.1; margin:8px 0 14px; }
.iberra-price .amount { color:inherit; }
.iberra-price-note { color:var(--iberra-muted); font-size:14px; margin-bottom:22px; }
.iberra-plan-features { display:grid; gap:9px; color:#375469; font-size:14px; }

.iberra-faq { max-width: 920px; margin:0 auto; display:grid; gap:12px; }
.iberra-faq details { background:#fff; border:1px solid var(--iberra-line); border-radius:12px; padding:0 20px; }
.iberra-faq summary { cursor:pointer; list-style:none; padding:19px 34px 19px 0; font-weight:750; color:var(--iberra-navy); position:relative; }
.iberra-faq summary::-webkit-details-marker { display:none; }
.iberra-faq summary::after { content:"+"; position:absolute; right:3px; top:15px; font-size:24px; font-weight:400; color:var(--iberra-teal-dark); }
.iberra-faq details[open] summary::after { content:"−"; }
.iberra-faq p { margin:0 0 20px; color:var(--iberra-muted); }

.iberra-final-cta { margin: 0 auto 74px; }
.iberra-final-cta-inner { background:linear-gradient(130deg,#0d2a43 0%,#123e5f 100%); border-radius:18px; color:#fff; min-height:180px; padding:36px 48px; display:flex; align-items:center; justify-content:space-between; gap:30px; position:relative; overflow:hidden; }
.iberra-final-cta-inner::after { content:""; position:absolute; width:440px; height:440px; border:1px solid rgba(80,217,210,.14); border-radius:50%; right:-120px; top:-250px; box-shadow:0 0 0 60px rgba(80,217,210,.035),0 0 0 120px rgba(80,217,210,.02); }
.iberra-final-cta h2 { color:#fff; font-size:31px; margin:0 0 7px; }
.iberra-final-cta p { margin:0; color:#c9dae5; }
.iberra-final-actions { position:relative; z-index:1; display:flex; flex-wrap:wrap; gap:12px; }

.iberra-site-footer { background:#0e2a43; color:#dceaf1; padding:44px 0 28px; }
.iberra-footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:44px; }
.iberra-footer-brand .iberra-brand-name { color:#fff; }
.iberra-footer-copy { max-width:310px; color:#aac0ce; font-size:13px; margin-top:14px; }
.iberra-footer-col h3 { color:#fff; font-size:13px; margin:5px 0 13px; text-transform:uppercase; letter-spacing:.04em; }
.iberra-footer-col a { display:block; color:#c5d6df; font-size:13px; text-decoration:none; margin:7px 0; }
.iberra-footer-col a:hover { color:#fff; }
.iberra-footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:34px; padding-top:22px; font-size:12px; color:#8fa9b9; display:flex; justify-content:space-between; gap:20px; }

.iberra-page-main { min-height:60vh; padding:54px 0 80px; }
.iberra-page-card { background:#fff; border:1px solid var(--iberra-line); border-radius:16px; padding:32px; box-shadow:var(--iberra-shadow); }
.iberra-page-card > h1:first-child { margin-top:0; }
.iberra-page-main .iberra-portal { max-width:100%; }

@media (max-width: 980px) {
  .iberra-nav { display:none; }
  .iberra-header-actions .iberra-login { display:none; }
  .iberra-mobile-toggle { display:block; }
  .iberra-header-row.is-open { flex-wrap:wrap; padding-bottom:14px; }
  .iberra-header-row.is-open .iberra-nav { display:flex; order:4; width:100%; flex-direction:column; align-items:flex-start; gap:12px; padding:12px 0 4px; }
  .iberra-hero-grid { grid-template-columns:1fr; min-height:unset; padding-top:58px; }
  .iberra-hero-art { min-height:330px; }
  .iberra-feature-grid { grid-template-columns:repeat(2,1fr); }
  .iberra-steps { grid-template-columns:repeat(2,1fr); }
  .iberra-presence-grid, .iberra-pricing-wrap { grid-template-columns:1fr; }
  .iberra-price-card { grid-template-columns:1fr; }
  .iberra-footer-grid { grid-template-columns:1.4fr 1fr 1fr; }
  .iberra-footer-col:last-child { grid-column:2/4; }
}

@media (max-width: 640px) {
  .iberra-shell { width:min(calc(100% - 28px), var(--iberra-max)); }
  .iberra-header-row { min-height:64px; gap:12px; }
  .iberra-brand-mark { width:45px; }
  .iberra-brand-name { font-size:27px; }
  .iberra-header-actions .iberra-button { min-height:40px; padding:0 14px; font-size:13px; }
  .iberra-hero-grid { padding:44px 0 62px; gap:14px; }
  .iberra-hero h1 { font-size:42px; }
  .iberra-hero-copy { font-size:17px; }
  .iberra-hero-art { min-height:250px; }
  .iberra-feature-strip { margin-top:-20px; }
  .iberra-feature-grid { grid-template-columns:1fr; }
  .iberra-feature-card { min-height:auto; }
  .iberra-section { padding:68px 0; }
  .iberra-steps { grid-template-columns:1fr; }
  .iberra-step { padding-left:0; }
  .iberra-location-points, .iberra-dark-points { grid-template-columns:1fr; }
  .iberra-location-card, .iberra-architecture-card, .iberra-price-card { padding:26px; }
  .iberra-final-cta-inner { padding:30px 26px; align-items:flex-start; flex-direction:column; }
  .iberra-footer-grid { grid-template-columns:1fr 1fr; gap:30px 20px; }
  .iberra-footer-brand { grid-column:1/-1; }
  .iberra-footer-col:last-child { grid-column:auto; }
  .iberra-footer-bottom { flex-direction:column; }
  .iberra-page-main { padding-top:30px; }
  .iberra-page-card { padding:18px; border-radius:12px; }
}


/* 0.4.1 theme modes and pre-launch presentation */
.iberra-theme-toggle {
  display:inline-flex; align-items:center; gap:6px; min-height:38px; padding:0 10px;
  border:1px solid var(--iberra-line); border-radius:8px; background:var(--iberra-bg);
  color:var(--iberra-text); cursor:pointer; font-size:12px; font-weight:700;
}
.iberra-art-dark { display:none; }
.iberra-launch-hero { min-height:calc(100vh - 220px); display:grid; place-items:center; padding:90px 0; background:linear-gradient(135deg,var(--iberra-bg),var(--iberra-soft)); }
.iberra-launch-inner { max-width:820px; text-align:center; }
.iberra-launch-inner h1 { margin:0; color:var(--iberra-navy); font-size:clamp(38px,5vw,64px); line-height:1.05; letter-spacing:-.045em; }
.iberra-launch-inner p { max-width:720px; margin:24px auto 30px; color:var(--iberra-muted); font-size:18px; }
.iberra-plan-preview .iberra-price-note { font-size:16px; line-height:1.6; }

html[data-theme="dark"] {
  --iberra-navy:#f4f7f8; --iberra-navy-2:#d6e2e8; --iberra-bg:#0f1921; --iberra-soft:#13212b;
  --iberra-line:rgba(255,255,255,.09); --iberra-text:#f4f7f8; --iberra-muted:#aab8c2;
  --iberra-shadow:0 18px 45px rgba(0,0,0,.30); --iberra-teal-dark:#2bd0ca;
}
html[data-theme="dark"] body { background:#0f1921; color:#f4f7f8; }
html[data-theme="dark"] .iberra-site-header { background:rgba(8,17,26,.94); border-bottom-color:rgba(255,255,255,.08); }
html[data-theme="dark"] .iberra-brand-name,
html[data-theme="dark"] .iberra-nav,
html[data-theme="dark"] .iberra-login { color:#f4f7f8; }
html[data-theme="dark"] .iberra-mobile-toggle span { background:#f4f7f8; }
html[data-theme="dark"] .iberra-theme-toggle { background:#13212b; color:#eaf3f6; }
html[data-theme="dark"] .iberra-hero { background:linear-gradient(105deg,#0b141d 0%,#0d1822 48%,#10232c 100%); border-bottom-color:rgba(255,255,255,.06); }
html[data-theme="dark"] .iberra-hero h1 { color:#f7fafb; }
html[data-theme="dark"] .iberra-hero-copy,
html[data-theme="dark"] .iberra-trust-row { color:#b8c6cf; }
html[data-theme="dark"] .iberra-button--outline { background:transparent; color:#f4f7f8; border-color:#496575; }
html[data-theme="dark"] .iberra-button--outline:hover { background:#162832; color:#fff; border-color:#7893a1; }
html[data-theme="dark"] .iberra-card,
html[data-theme="dark"] .iberra-faq details { background:#16232d; border-color:rgba(255,255,255,.08); box-shadow:0 12px 34px rgba(0,0,0,.18); }
html[data-theme="dark"] .iberra-feature-icon,
html[data-theme="dark"] .iberra-step-icon { background:#17333a; }
html[data-theme="dark"] .iberra-feature-card h3,
html[data-theme="dark"] .iberra-step h3,
html[data-theme="dark"] .iberra-location-card h3,
html[data-theme="dark"] .iberra-price-card h3,
html[data-theme="dark"] .iberra-section h2,
html[data-theme="dark"] .iberra-faq summary { color:#f4f7f8; }
html[data-theme="dark"] .iberra-feature-card p,
html[data-theme="dark"] .iberra-step p,
html[data-theme="dark"] .iberra-location-card p,
html[data-theme="dark"] .iberra-section-head p,
html[data-theme="dark"] .iberra-price-note,
html[data-theme="dark"] .iberra-faq p { color:#aab8c2; }
html[data-theme="dark"] .iberra-location-points,
html[data-theme="dark"] .iberra-plan-features { color:#c9d5dc; }
html[data-theme="dark"] .iberra-section--soft { background:linear-gradient(180deg,#111d26 0%,#0d1820 100%); }
html[data-theme="dark"] .iberra-art-light { display:none; }
html[data-theme="dark"] .iberra-art-dark { display:block; }
html[data-theme="dark"] .iberra-site-footer { border-top-color:rgba(255,255,255,.08); }

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) {
    --iberra-navy:#f4f7f8; --iberra-navy-2:#d6e2e8; --iberra-bg:#0f1921; --iberra-soft:#13212b;
    --iberra-line:rgba(255,255,255,.09); --iberra-text:#f4f7f8; --iberra-muted:#aab8c2;
    --iberra-shadow:0 18px 45px rgba(0,0,0,.30); --iberra-teal-dark:#2bd0ca;
  }
  html:not([data-theme]) body { background:#0f1921; color:#f4f7f8; }
  html:not([data-theme]) .iberra-site-header { background:rgba(8,17,26,.94); border-bottom-color:rgba(255,255,255,.08); }
  html:not([data-theme]) .iberra-brand-name, html:not([data-theme]) .iberra-nav, html:not([data-theme]) .iberra-login { color:#f4f7f8; }
  html:not([data-theme]) .iberra-mobile-toggle span { background:#f4f7f8; }
  html:not([data-theme]) .iberra-theme-toggle { background:#13212b; color:#eaf3f6; }
  html:not([data-theme]) .iberra-hero { background:linear-gradient(105deg,#0b141d 0%,#0d1822 48%,#10232c 100%); border-bottom-color:rgba(255,255,255,.06); }
  html:not([data-theme]) .iberra-hero h1 { color:#f7fafb; }
  html:not([data-theme]) .iberra-hero-copy, html:not([data-theme]) .iberra-trust-row { color:#b8c6cf; }
  html:not([data-theme]) .iberra-button--outline { background:transparent; color:#f4f7f8; border-color:#496575; }
  html:not([data-theme]) .iberra-card, html:not([data-theme]) .iberra-faq details { background:#16232d; border-color:rgba(255,255,255,.08); box-shadow:0 12px 34px rgba(0,0,0,.18); }
  html:not([data-theme]) .iberra-feature-icon, html:not([data-theme]) .iberra-step-icon { background:#17333a; }
  html:not([data-theme]) .iberra-feature-card h3, html:not([data-theme]) .iberra-step h3, html:not([data-theme]) .iberra-location-card h3, html:not([data-theme]) .iberra-price-card h3, html:not([data-theme]) .iberra-section h2, html:not([data-theme]) .iberra-faq summary { color:#f4f7f8; }
  html:not([data-theme]) .iberra-feature-card p, html:not([data-theme]) .iberra-step p, html:not([data-theme]) .iberra-location-card p, html:not([data-theme]) .iberra-section-head p, html:not([data-theme]) .iberra-price-note, html:not([data-theme]) .iberra-faq p { color:#aab8c2; }
  html:not([data-theme]) .iberra-location-points, html:not([data-theme]) .iberra-plan-features { color:#c9d5dc; }
  html:not([data-theme]) .iberra-section--soft { background:linear-gradient(180deg,#111d26 0%,#0d1820 100%); }
  html:not([data-theme]) .iberra-art-light { display:none; }
  html:not([data-theme]) .iberra-art-dark { display:block; }
}

@media (max-width: 920px) {
  .iberra-theme-label { display:none; }
  .iberra-theme-toggle { padding:0 9px; }
}

/* 0.4.6 visual polish and workspace explainer */
.iberra-workspace-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
  border-top: 1px solid #edf3f5;
  border-bottom: 1px solid #edf3f5;
}
.iberra-workspace-diagram-scroll { overflow: visible; }
.iberra-workspace-diagram {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--iberra-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--iberra-shadow);
}
.iberra-workspace-diagram img { display:block; width:100%; height:auto; }
.iberra-workspace-diagram-dark { display:none !important; }
.iberra-workspace-mobile-hint { display:none; margin:10px 2px 0; color:var(--iberra-muted); font-size:12px; text-align:center; }

/* Light mode: lower callouts should feel part of the light page rather than dark islands. */
.iberra-architecture-card {
  background: linear-gradient(145deg,#eff8f8,#f9fcfc);
  color: var(--iberra-text);
  border: 1px solid #d7e9eb;
}
.iberra-architecture-card::after {
  border-color:rgba(21,184,178,.13);
  box-shadow:0 0 0 45px rgba(21,184,178,.025),0 0 0 90px rgba(21,184,178,.015);
}
.iberra-architecture-card h3 { color:var(--iberra-navy); }
.iberra-architecture-card p { color:var(--iberra-muted); }
.iberra-dark-point { color:#355268; }
.iberra-dark-point svg { color:var(--iberra-teal-dark); }

.iberra-final-cta-inner {
  background: linear-gradient(130deg,#eef8f8 0%,#f8fbfc 100%);
  color:var(--iberra-text);
  border:1px solid #d6e8eb;
}
.iberra-final-cta-inner::after {
  border-color:rgba(21,184,178,.11);
  box-shadow:0 0 0 60px rgba(21,184,178,.025),0 0 0 120px rgba(21,184,178,.015);
}
.iberra-final-cta h2 { color:var(--iberra-navy); }
.iberra-final-cta p { color:var(--iberra-muted); }
.iberra-final-cta .iberra-button--dark { color:var(--iberra-navy); border-color:#91a9b7; }
.iberra-final-cta .iberra-button--dark:hover { color:var(--iberra-navy); background:#fff; border-color:var(--iberra-navy); }

.iberra-site-footer {
  background:#f5f8f9;
  color:#355268;
  border-top:1px solid var(--iberra-line);
}
.iberra-footer-brand .iberra-brand-name { color:var(--iberra-navy); }
.iberra-footer-copy { color:var(--iberra-muted); }
.iberra-footer-col h3 { color:var(--iberra-navy); }
.iberra-footer-col a { color:#526b7c; }
.iberra-footer-col a:hover { color:var(--iberra-teal-dark); }
.iberra-footer-bottom { border-top-color:#dbe8ec; color:#718796; }
.iberra-footer-logo-light { display:block; }
.iberra-footer-logo-dark { display:none; }

/* Explicit dark mode restores dark callouts, dark footer and the dark workspace diagram. */
html[data-theme="dark"] .iberra-workspace-section {
  background:linear-gradient(180deg,#0f1921 0%,#101e27 100%);
  border-color:rgba(255,255,255,.06);
}
html[data-theme="dark"] .iberra-workspace-diagram {
  background:#071724;
  border-color:rgba(255,255,255,.08);
  box-shadow:0 18px 45px rgba(0,0,0,.28);
}
html[data-theme="dark"] .iberra-workspace-diagram-light { display:none !important; }
html[data-theme="dark"] .iberra-workspace-diagram-dark { display:block !important; }
html[data-theme="dark"] .iberra-architecture-card {
  background:linear-gradient(145deg,#0e2c45,#123c5d);
  color:#fff;
  border-color:transparent;
}
html[data-theme="dark"] .iberra-architecture-card h3 { color:#fff; }
html[data-theme="dark"] .iberra-architecture-card p { color:#c8dae5; }
html[data-theme="dark"] .iberra-dark-point { color:#edf7fa; }
html[data-theme="dark"] .iberra-dark-point svg { color:#5de0da; }
html[data-theme="dark"] .iberra-final-cta-inner {
  background:linear-gradient(130deg,#0d2a43 0%,#123e5f 100%);
  color:#fff;
  border-color:transparent;
}
html[data-theme="dark"] .iberra-final-cta h2 { color:#fff; }
html[data-theme="dark"] .iberra-final-cta p { color:#c9dae5; }
html[data-theme="dark"] .iberra-final-cta .iberra-button--dark { color:#fff; border-color:rgba(255,255,255,.55); }
html[data-theme="dark"] .iberra-final-cta .iberra-button--dark:hover { color:#fff; background:rgba(255,255,255,.09); border-color:#fff; }
html[data-theme="dark"] .iberra-site-footer { background:#0b141a; color:#dceaf1; border-top-color:rgba(255,255,255,.08); }
html[data-theme="dark"] .iberra-footer-brand .iberra-brand-name { color:#fff; }
html[data-theme="dark"] .iberra-footer-copy { color:#aac0ce; }
html[data-theme="dark"] .iberra-footer-col h3 { color:#fff; }
html[data-theme="dark"] .iberra-footer-col a { color:#c5d6df; }
html[data-theme="dark"] .iberra-footer-col a:hover { color:#fff; }
html[data-theme="dark"] .iberra-footer-bottom { border-top-color:rgba(255,255,255,.1); color:#8fa9b9; }
html[data-theme="dark"] .iberra-footer-logo-light { display:none; }
html[data-theme="dark"] .iberra-footer-logo-dark { display:block; }

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) .iberra-workspace-section {
    background:linear-gradient(180deg,#0f1921 0%,#101e27 100%);
    border-color:rgba(255,255,255,.06);
  }
  html:not([data-theme]) .iberra-workspace-diagram {
    background:#071724;
    border-color:rgba(255,255,255,.08);
    box-shadow:0 18px 45px rgba(0,0,0,.28);
  }
  html:not([data-theme]) .iberra-workspace-diagram-light { display:none !important; }
  html:not([data-theme]) .iberra-workspace-diagram-dark { display:block !important; }
  html:not([data-theme]) .iberra-architecture-card {
    background:linear-gradient(145deg,#0e2c45,#123c5d);
    color:#fff;
    border-color:transparent;
  }
  html:not([data-theme]) .iberra-architecture-card h3 { color:#fff; }
  html:not([data-theme]) .iberra-architecture-card p { color:#c8dae5; }
  html:not([data-theme]) .iberra-dark-point { color:#edf7fa; }
  html:not([data-theme]) .iberra-dark-point svg { color:#5de0da; }
  html:not([data-theme]) .iberra-final-cta-inner {
    background:linear-gradient(130deg,#0d2a43 0%,#123c5f 100%);
    color:#fff;
    border-color:transparent;
  }
  html:not([data-theme]) .iberra-final-cta h2 { color:#fff; }
  html:not([data-theme]) .iberra-final-cta p { color:#c9dae5; }
  html:not([data-theme]) .iberra-final-cta .iberra-button--dark { color:#fff; border-color:rgba(255,255,255,.55); }
  html:not([data-theme]) .iberra-site-footer { background:#0b141a; color:#dceaf1; border-top-color:rgba(255,255,255,.08); }
  html:not([data-theme]) .iberra-footer-brand .iberra-brand-name { color:#fff; }
  html:not([data-theme]) .iberra-footer-copy { color:#aac0ce; }
  html:not([data-theme]) .iberra-footer-col h3 { color:#fff; }
  html:not([data-theme]) .iberra-footer-col a { color:#c5d6df; }
  html:not([data-theme]) .iberra-footer-col a:hover { color:#fff; }
  html:not([data-theme]) .iberra-footer-bottom { border-top-color:rgba(255,255,255,.1); color:#8fa9b9; }
  html:not([data-theme]) .iberra-footer-logo-light { display:none; }
  html:not([data-theme]) .iberra-footer-logo-dark { display:block; }
}

@media (max-width: 640px) {
  /* On mobile the hero illustration leads the hero, then copy and CTA. */
  .iberra-hero-grid > .iberra-hero-art { order:-1; min-height:210px; margin-bottom:4px; }
  .iberra-hero-grid > .iberra-hero-art img { width:min(100%,520px); }

  /* Preserve the approved wide explanatory diagram at a readable size. */
  .iberra-workspace-diagram-scroll {
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding-bottom:6px;
    scrollbar-width:thin;
  }
  .iberra-workspace-diagram { min-width:720px; }
  .iberra-workspace-mobile-hint { display:block; }
}

/* 0.4.7 theme toggle, brand icons and network-diagram corrections */
.iberra-header-logo-light { display:block; }
.iberra-header-logo-dark { display:none; }

html[data-theme="dark"] .iberra-header-logo-light { display:none; }
html[data-theme="dark"] .iberra-header-logo-dark { display:block; }

/* In dark mode the company-environment card matches the neighbouring card. */
html[data-theme="dark"] .iberra-architecture-card {
  background:#16232d;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}
html[data-theme="dark"] .iberra-architecture-card::after {
  opacity:.5;
}

@media (max-width: 640px) {
  
}

/* 0.4.9 artwork integration: make the approved illustrations part of the page, not framed cards. */
.iberra-hero {
  background:linear-gradient(102deg,#fff 0%,#fff 48%,#fbfdfe 100%);
}
.iberra-hero::after {
  right:-210px;
  top:-300px;
  opacity:.55;
}
.iberra-hero-art {
  isolation:isolate;
  overflow:visible;
}
.iberra-hero-art::before {
  content:"";
  position:absolute;
  inset:10% 3% 8%;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(21,184,178,.08),rgba(21,184,178,0) 68%);
  filter:blur(18px);
}
.iberra-hero-art img {
  width:min(108%,700px);
  max-width:none;
  filter:none;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 7%,#000 91%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 0,#000 7%,#000 91%,transparent 100%);
}

.iberra-workspace-section {
  background:#fff;
  border-top:1px solid #edf3f5;
  border-bottom:1px solid #edf3f5;
}
.iberra-workspace-diagram-scroll {
  overflow:visible;
}
.iberra-workspace-diagram {
  position:relative;
  width:min(100%,1080px);
  margin:0 auto;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.iberra-workspace-diagram img {
  width:100%;
  height:auto;
  background:transparent;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 0,#000 5%,#000 95%,transparent 100%);
}

html[data-theme="dark"] .iberra-hero {
  background:linear-gradient(105deg,#0b141d 0%,#07111c 46%,#010719 100%);
}
html[data-theme="dark"] .iberra-hero::after {
  background:radial-gradient(circle,rgba(21,184,178,.10),rgba(21,184,178,0) 68%);
}
html[data-theme="dark"] .iberra-hero-art::before {
  background:radial-gradient(ellipse at center,rgba(20,194,210,.12),rgba(20,194,210,0) 70%);
}
html[data-theme="dark"] .iberra-workspace-section {
  background:linear-gradient(180deg,#0f1921 0%,#07111b 20%,#010411 48%,#010411 100%);
  border-color:rgba(255,255,255,.06);
}
html[data-theme="dark"] .iberra-workspace-diagram {
  background:transparent;
  border:0;
  box-shadow:none;
}

@media (max-width:640px) {
  .iberra-hero-grid > .iberra-hero-art {
    min-height:190px;
    margin:-10px -8px 4px;
  }
  .iberra-hero-grid > .iberra-hero-art img {
    width:min(112%,560px);
  }
  .iberra-workspace-diagram {
    min-width:680px;
  }
}


/* 0.4.10 layout integration: artwork is part of the composition, not a framed image. */
.iberra-hero {
  isolation:isolate;
  overflow:clip;
  background:#fff;
}
.iberra-hero-grid {
  position:relative;
  grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);
  grid-template-areas:"copy art";
  gap:18px;
  padding-top:66px;
  padding-bottom:68px;
}
.iberra-hero-content {
  grid-area:copy;
  position:relative;
  z-index:3;
  padding-right:8px;
}
.iberra-hero-art {
  grid-area:art;
  position:absolute;
  z-index:1;
  top:50%;
  left:49%;
  width:min(69vw,980px);
  min-height:0;
  transform:translateY(-50%);
  display:block;
  pointer-events:none;
}
.iberra-hero-art::before {
  inset:8% 4% 10% 0;
  filter:blur(28px);
}
.iberra-hero-art::after {
  content:"";
  position:absolute;
  z-index:2;
  inset:-2% auto -2% -1px;
  width:18%;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 18%,rgba(255,255,255,.55) 58%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.iberra-hero-art img {
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 4%,#000 96%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 0,#000 4%,#000 96%,transparent 100%);
}

.iberra-workspace-section {
  overflow:hidden;
  padding-bottom:74px;
  background:#fff;
}
.iberra-workspace-section > .iberra-shell:first-child {
  position:relative;
  z-index:3;
}
.iberra-workspace-stage {
  position:relative;
  width:100%;
  margin-top:-18px;
  background:#fff;
  overflow:hidden;
}
.iberra-workspace-stage::before,
.iberra-workspace-stage::after {
  content:"";
  position:absolute;
  z-index:3;
  top:0;
  bottom:0;
  width:max(5vw,46px);
  pointer-events:none;
}
.iberra-workspace-stage::before {
  left:0;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.86) 32%,rgba(255,255,255,0) 100%);
}
.iberra-workspace-stage::after {
  right:0;
  background:linear-gradient(270deg,#fff 0%,rgba(255,255,255,.86) 32%,rgba(255,255,255,0) 100%);
}
.iberra-workspace-diagram-scroll {
  width:100%;
  overflow:visible;
}
.iberra-workspace-diagram {
  width:min(1320px,94vw);
  margin:0 auto;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.iberra-workspace-diagram img {
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  background:transparent;
  -webkit-mask-image:radial-gradient(ellipse 76% 74% at 50% 50%,#000 66%,rgba(0,0,0,.94) 78%,rgba(0,0,0,.48) 90%,transparent 100%);
  mask-image:radial-gradient(ellipse 76% 74% at 50% 50%,#000 66%,rgba(0,0,0,.94) 78%,rgba(0,0,0,.48) 90%,transparent 100%);
}

html[data-theme="dark"] .iberra-hero {
  background:#000310;
}
html[data-theme="dark"] .iberra-hero-art::after {
  background:linear-gradient(90deg,#000310 0%,rgba(0,3,16,.96) 18%,rgba(0,3,16,.54) 58%,rgba(0,3,16,0) 100%);
}
html[data-theme="dark"] .iberra-workspace-section,
html[data-theme="dark"] .iberra-workspace-stage {
  background:#000310;
}
html[data-theme="dark"] .iberra-workspace-stage::before {
  background:linear-gradient(90deg,#000310 0%,rgba(0,3,16,.9) 32%,rgba(0,3,16,0) 100%);
}
html[data-theme="dark"] .iberra-workspace-stage::after {
  background:linear-gradient(270deg,#000310 0%,rgba(0,3,16,.9) 32%,rgba(0,3,16,0) 100%);
}
html[data-theme="dark"] .iberra-workspace-diagram {
  background:transparent;
}

@media (prefers-color-scheme:dark) {
  html:not([data-theme]) .iberra-hero { background:#000310; }
  html:not([data-theme]) .iberra-hero-art::after {
    background:linear-gradient(90deg,#000310 0%,rgba(0,3,16,.96) 18%,rgba(0,3,16,.54) 58%,rgba(0,3,16,0) 100%);
  }
  html:not([data-theme]) .iberra-workspace-section,
  html:not([data-theme]) .iberra-workspace-stage { background:#000310; }
  html:not([data-theme]) .iberra-workspace-stage::before {
    background:linear-gradient(90deg,#000310 0%,rgba(0,3,16,.9) 32%,rgba(0,3,16,0) 100%);
  }
  html:not([data-theme]) .iberra-workspace-stage::after {
    background:linear-gradient(270deg,#000310 0%,rgba(0,3,16,.9) 32%,rgba(0,3,16,0) 100%);
  }
}

@media (max-width:980px) {
  .iberra-hero-grid {
    grid-template-columns:1fr;
    grid-template-areas:"art" "copy";
    gap:8px;
    padding-top:24px;
  }
  .iberra-hero-art {
    position:relative;
    top:auto;
    left:auto;
    width:min(920px,116vw);
    justify-self:center;
    transform:none;
    margin:-36px -8vw -18px;
  }
  .iberra-hero-art::after {
    inset:auto -2% -2% -2%;
    width:auto;
    height:24%;
    background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.92) 22%,rgba(255,255,255,0) 100%);
  }
  html[data-theme="dark"] .iberra-hero-art::after {
    background:linear-gradient(0deg,#000310 0%,rgba(0,3,16,.92) 22%,rgba(0,3,16,0) 100%);
  }
  .iberra-hero-content { padding-right:0; }
  .iberra-workspace-diagram { width:min(1180px,108vw); }
}

@media (max-width:640px) {
  .iberra-hero-grid {
    padding:10px 0 58px;
    gap:0;
  }
  .iberra-hero-grid > .iberra-hero-art {
    min-height:0;
    width:128vw;
    margin:-22px -14vw -8px;
  }
  .iberra-hero-grid > .iberra-hero-art img { width:100%; }
  .iberra-workspace-stage {
    margin-top:-8px;
    overflow:visible;
  }
  .iberra-workspace-diagram-scroll {
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding:0 0 8px;
  }
  .iberra-workspace-diagram {
    width:auto;
    min-width:720px;
    margin:0 14px;
  }
  .iberra-workspace-stage::before,
  .iberra-workspace-stage::after { display:none; }
  .iberra-workspace-diagram img {
    -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 3%,#000 97%,transparent 100%);
    mask-image:linear-gradient(to bottom,transparent 0,#000 3%,#000 97%,transparent 100%);
  }
}

/* 0.4.11 hero correction: show exactly one theme artwork and keep the full scene inside the hero. */
.iberra-hero-grid {
  grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
  grid-template-areas:"copy art";
  gap:clamp(28px,4vw,64px);
  align-items:center;
}
.iberra-hero-art {
  position:relative;
  top:auto;
  left:auto;
  width:100%;
  max-width:760px;
  min-height:0;
  margin:0;
  justify-self:end;
  align-self:center;
  transform:none;
  overflow:visible;
}
.iberra-hero-art::before { display:none; }
.iberra-hero-art::after {
  content:"";
  position:absolute;
  z-index:2;
  inset:-1px;
  width:auto;
  height:auto;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.86) 5%,rgba(255,255,255,0) 18%),
    linear-gradient(0deg,#fff 0%,rgba(255,255,255,.58) 4%,rgba(255,255,255,0) 13%);
  pointer-events:none;
}
.iberra-hero-art img {
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:contain;
  margin:0;
  filter:none;
  -webkit-mask-image:none;
  mask-image:none;
}
/* This explicit selector must beat the generic .iberra-hero-art img display rule. */
.iberra-hero-art .iberra-art-light { display:block; }
.iberra-hero-art .iberra-art-dark { display:none; }
html[data-theme="dark"] .iberra-hero-art .iberra-art-light { display:none; }
html[data-theme="dark"] .iberra-hero-art .iberra-art-dark { display:block; }
html[data-theme="dark"] .iberra-hero-art::after {
  background:
    linear-gradient(90deg,#000310 0%,rgba(0,3,16,.86) 5%,rgba(0,3,16,0) 18%),
    linear-gradient(0deg,#000310 0%,rgba(0,3,16,.62) 4%,rgba(0,3,16,0) 13%);
}

@media (prefers-color-scheme:dark) {
  html:not([data-theme]) .iberra-hero-art .iberra-art-light { display:none; }
  html:not([data-theme]) .iberra-hero-art .iberra-art-dark { display:block; }
  html:not([data-theme]) .iberra-hero-art::after {
    background:
      linear-gradient(90deg,#000310 0%,rgba(0,3,16,.86) 5%,rgba(0,3,16,0) 18%),
      linear-gradient(0deg,#000310 0%,rgba(0,3,16,.62) 4%,rgba(0,3,16,0) 13%);
  }
}

@media (max-width:1100px) and (min-width:981px) {
  .iberra-hero-grid { grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr); gap:24px; }
  .iberra-hero-art { max-width:680px; }
}

@media (max-width:980px) {
  .iberra-hero-grid {
    grid-template-columns:1fr;
    grid-template-areas:"art" "copy";
    gap:8px;
    padding-top:22px;
  }
  .iberra-hero-art {
    width:min(760px,100%);
    max-width:100%;
    justify-self:center;
    margin:0 auto -10px;
  }
  .iberra-hero-art::after {
    inset:-1px;
    background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.68) 4%,rgba(255,255,255,0) 14%);
  }
  html[data-theme="dark"] .iberra-hero-art::after {
    background:linear-gradient(0deg,#000310 0%,rgba(0,3,16,.68) 4%,rgba(0,3,16,0) 14%);
  }
}

@media (prefers-color-scheme:dark) and (max-width:980px) {
  html:not([data-theme]) .iberra-hero-art::after {
    background:linear-gradient(0deg,#000310 0%,rgba(0,3,16,.68) 4%,rgba(0,3,16,0) 14%);
  }
}

@media (max-width:640px) {
  .iberra-hero-grid { padding:14px 0 58px; }
  .iberra-hero-grid > .iberra-hero-art {
    width:calc(100% + 24px);
    max-width:none;
    margin:0 -12px -4px;
  }
}

/* 0.4.12 transparent artwork integration.
 * Approved artwork now carries a real alpha channel. The page owns the
 * background; the illustrations contain only the visual objects themselves.
 */
.iberra-hero-art::after,
.iberra-workspace-stage::before,
.iberra-workspace-stage::after {
  display:none !important;
}

.iberra-hero-art img,
.iberra-workspace-diagram img {
  background:transparent !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
  filter:none !important;
}

.iberra-hero-art {
  overflow:visible;
}

.iberra-workspace-stage {
  margin-top:-10px;
  background:transparent !important;
  overflow:hidden;
}

.iberra-workspace-diagram {
  width:min(1360px,96vw);
  background:transparent !important;
}

html[data-theme="dark"] .iberra-workspace-stage {
  background:transparent !important;
}

@media (prefers-color-scheme:dark) {
  html:not([data-theme]) .iberra-workspace-stage {
    background:transparent !important;
  }
}

@media (max-width:980px) {
  .iberra-workspace-diagram { width:min(1180px,108vw); }
}

@media (max-width:640px) {
  .iberra-workspace-stage { overflow:visible; }
  .iberra-workspace-diagram img {
    -webkit-mask-image:none !important;
    mask-image:none !important;
  }
}


/* 0.4.14 transparent artwork refinement + mobile fit.
 * The approved compositions are preserved. Background removal uses a soft
 * color-distance alpha matte across the full raster instead of hard threshold
 * cutouts or canvas-edge fading, preserving anti-aliased object edges.
 */
@media (max-width:980px) {
  .iberra-workspace-diagram {
    width:min(1180px,96vw);
    max-width:96vw;
  }
}

@media (max-width:640px) {
  html, body { overflow-x:hidden; }
  .iberra-workspace-stage {
    overflow:hidden;
    padding:0 16px;
  }
  .iberra-workspace-diagram-scroll {
    overflow:visible;
    padding:0;
  }
  .iberra-workspace-diagram {
    width:92%;
    min-width:0;
    max-width:92%;
    margin:0 auto;
  }
  .iberra-workspace-diagram img {
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
  }
  .iberra-workspace-mobile-hint { display:none !important; }
}

/* 0.4.23 launch-plan presentation */
.iberra-launch-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.iberra-launch-plan {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.iberra-launch-plan h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1;
}
.iberra-launch-plan h3 small {
  font-size: .95rem;
  font-weight: 600;
  color: var(--iberra-muted, #60717d);
}
.iberra-launch-plan .iberra-button {
  margin-top: auto;
  align-self: flex-start;
}
.iberra-launch-plan--featured {
  border-color: rgba(19, 188, 186, .55);
  box-shadow: 0 18px 44px rgba(19, 188, 186, .12);
}
.iberra-pricing-disclaimer {
  margin: 20px 0 0;
  font-size: .92rem;
  color: var(--iberra-muted, #60717d);
}
html[data-theme="dark"] .iberra-launch-plan h3 small,
html[data-theme="dark"] .iberra-pricing-disclaimer {
  color: #aab8c2;
}
@media (max-width: 860px) {
  .iberra-launch-plans {
    grid-template-columns: 1fr;
  }
}


/* 0.4.24 readability, pricing and consistent surface pass */
.iberra-launch-plan {
  padding: 24px;
  gap: 14px;
}
.iberra-launch-plan > p {
  margin: 0;
  color: var(--iberra-muted);
  min-height: 4.6em;
}
.iberra-launch-price {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 6px;
  color: var(--iberra-navy);
  margin: 2px 0 4px;
  white-space: nowrap;
}
.iberra-launch-price-amount {
  font-size: clamp(1.9rem, 2.5vw, 2.25rem);
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 800;
}
.iberra-launch-price-currency {
  font-size: 1.03rem;
  font-weight: 750;
}
.iberra-launch-price-period {
  color: var(--iberra-muted);
  font-size: .88rem;
  font-weight: 600;
}
.iberra-launch-plan .iberra-plan-features {
  margin-bottom: 4px;
}
.iberra-launch-plan .iberra-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  align-self: stretch;
  min-height: 46px;
  padding: 0 16px;
  text-align: center;
  line-height: 1.2;
}

/* Generic WordPress/page content must follow the selected site theme too. */
html[data-theme="dark"] .iberra-page-card {
  background: #101d25;
  color: #e9f1f4;
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}
html[data-theme="dark"] .iberra-page-card article,
html[data-theme="dark"] .iberra-page-card article p,
html[data-theme="dark"] .iberra-page-card article li,
html[data-theme="dark"] .iberra-page-card article td,
html[data-theme="dark"] .iberra-page-card article dd {
  color: #c6d4dc;
}
html[data-theme="dark"] .iberra-page-card article h1,
html[data-theme="dark"] .iberra-page-card article h2,
html[data-theme="dark"] .iberra-page-card article h3,
html[data-theme="dark"] .iberra-page-card article h4,
html[data-theme="dark"] .iberra-page-card article h5,
html[data-theme="dark"] .iberra-page-card article h6,
html[data-theme="dark"] .iberra-page-card article strong {
  color: #f5fafb;
}
html[data-theme="dark"] .iberra-page-card article a {
  color: #65ddd8;
}
html[data-theme="dark"] .iberra-page-card article hr {
  border-color: rgba(255,255,255,.10);
}
html[data-theme="dark"] .iberra-launch-price { color: #f5fafb; }
html[data-theme="dark"] .iberra-launch-price-period { color: #aab8c2; }

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) .iberra-page-card {
    background: #101d25;
    color: #e9f1f4;
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
  }
  html:not([data-theme]) .iberra-page-card article,
  html:not([data-theme]) .iberra-page-card article p,
  html:not([data-theme]) .iberra-page-card article li,
  html:not([data-theme]) .iberra-page-card article td,
  html:not([data-theme]) .iberra-page-card article dd { color:#c6d4dc; }
  html:not([data-theme]) .iberra-page-card article h1,
  html:not([data-theme]) .iberra-page-card article h2,
  html:not([data-theme]) .iberra-page-card article h3,
  html:not([data-theme]) .iberra-page-card article h4,
  html:not([data-theme]) .iberra-page-card article h5,
  html:not([data-theme]) .iberra-page-card article h6,
  html:not([data-theme]) .iberra-page-card article strong { color:#f5fafb; }
  html:not([data-theme]) .iberra-page-card article a { color:#65ddd8; }
  html:not([data-theme]) .iberra-launch-price { color:#f5fafb; }
  html:not([data-theme]) .iberra-launch-price-period { color:#aab8c2; }
}

@media (max-width: 860px) {
  .iberra-launch-plan > p { min-height: 0; }
}

/* 0.4.26 button contrast hardening. Generic article-link colors must never recolor CTA text. */
.iberra-page-card article a.iberra-button { color:#fff; }
.iberra-page-card article a.iberra-button:hover,
.iberra-page-card article a.iberra-button:focus,
.iberra-page-card article a.iberra-button:visited { color:#fff; }
.iberra-page-card article a.iberra-button--outline { color:var(--iberra-navy); }
.iberra-page-card article a.iberra-button--outline:hover,
.iberra-page-card article a.iberra-button--outline:focus,
.iberra-page-card article a.iberra-button--outline:visited { color:var(--iberra-navy); }
html[data-theme="dark"] .iberra-page-card article a.iberra-button { color:#fff; }
html[data-theme="dark"] .iberra-page-card article a.iberra-button--outline { color:#f4f7f8; }
@media (prefers-color-scheme: dark) {
  html:not([data-theme]) .iberra-page-card article a.iberra-button { color:#fff; }
  html:not([data-theme]) .iberra-page-card article a.iberra-button--outline { color:#f4f7f8; }
}


/* 0.4.27 control consistency pass. */
.iberra-launch-plan .iberra-button,
.iberra-launch-plan .iberra-button:hover,
.iberra-launch-plan .iberra-button:focus { text-align:center; justify-content:center; }
