
/* =========================================================
   ALOHA TAE · REDISEÑO INTEGRAL OCEAN SYSTEM · V2
   ========================================================= */
:root{
  --oa-bg:#06111d;
  --oa-bg-2:#091a2b;
  --oa-panel:#0d2236;
  --oa-panel-2:#102a42;
  --oa-line:rgba(190,226,255,.13);
  --oa-line-strong:rgba(103,213,221,.33);
  --oa-text:#f4f9ff;
  --oa-muted:#a8bdd1;
  --oa-soft:#d8e7f5;
  --oa-cyan:#67d5dd;
  --oa-blue:#67b9ff;
  --oa-pink:#e74c9b;
  --oa-yellow:#ffd15c;
  --oa-green:#9fe870;
  --oa-warn:#ffd885;
  --oa-danger:#ff8f86;
  --oa-shadow:0 30px 80px rgba(0,0,0,.34);
  --oa-shadow-soft:0 18px 48px rgba(0,0,0,.22);
  --oa-radius-xl:32px;
  --oa-radius-lg:24px;
  --oa-radius-md:17px;
  --oa-max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:98px;background:var(--oa-bg)}
body,
body.page-indications,
body.page-policy{
  margin:0!important;
  min-height:100vh;
  overflow-x:hidden;
  color:var(--oa-text)!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  background:
    radial-gradient(circle at 8% -8%,rgba(103,213,221,.16),transparent 31rem),
    radial-gradient(circle at 94% 8%,rgba(231,76,155,.12),transparent 30rem),
    linear-gradient(180deg,var(--oa-bg) 0%,#071522 48%,#081827 100%)!important;
}
body::before{
  content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 80%);
}
body::after{
  content:"";position:fixed;z-index:-1;pointer-events:none;width:640px;height:640px;right:-330px;top:18vh;border-radius:50%;
  border:1px solid rgba(103,213,221,.09);box-shadow:0 0 0 70px rgba(103,213,221,.025),0 0 0 140px rgba(103,213,221,.018);
}

body,button,input,select,textarea{font-family:inherit}
a{color:var(--oa-cyan);text-decoration:none}
a:hover{color:#fff;text-decoration:none}
img{max-width:100%}
.container,
.topbar-inner,
.hero,
body.page-policy .container,
body.page-indications>.container{
  width:min(var(--oa-max),calc(100% - 48px))!important;
  max-width:var(--oa-max)!important;
  margin-inline:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Header refinements */
.tae-header{background:rgba(5,16,28,.84)!important;box-shadow:0 12px 40px rgba(0,0,0,.18)!important}
.tae-header__inner{width:min(1240px,calc(100% - 48px))!important;min-height:82px!important}
.tae-brand img{height:52px!important;max-width:176px!important}
.tae-brand__copy strong{font-size:.93rem!important}
.tae-brand__copy small{font-size:.68rem!important}
.tae-nav__link,.tae-nav__trigger{font-weight:720!important;letter-spacing:.005em}
.tae-nav__cta{border-radius:999px!important;padding-inline:20px!important}

/* Core typography */
h1,h2,h3,h4{color:#fff!important;text-wrap:balance}
h1{font-size:clamp(2.75rem,6.2vw,6.2rem)!important;line-height:.93!important;letter-spacing:-.065em!important;font-weight:900!important}
h2{font-size:clamp(1.95rem,3.6vw,3.7rem)!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:860!important}
h3{font-size:clamp(1.15rem,2vw,1.55rem)!important;line-height:1.18!important;font-weight:820!important}
h4{font-size:1.04rem!important}
p,li,dd,td{color:var(--oa-muted)!important;line-height:1.72!important}
strong,b{color:#fff!important}
.lead,.hero-lead{font-size:clamp(1.08rem,1.6vw,1.3rem)!important;color:var(--oa-soft)!important;max-width:780px}
.tag,.kicker,.eyebrow,.tae-kicker{
  display:inline-flex!important;align-items:center;gap:9px;margin:0 0 17px!important;padding:8px 12px!important;border:1px solid rgba(103,213,221,.25)!important;border-radius:999px!important;
  color:#dffcff!important;background:rgba(103,213,221,.075)!important;font-size:.76rem!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important;
}
.tag::before,.kicker::before,.eyebrow::before,.tae-kicker::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--oa-cyan);box-shadow:0 0 18px var(--oa-cyan)}

/* Buttons */
.btn,.btn-primary,.btn-outline,.tae-action{
  min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 19px!important;
  border-radius:999px!important;border:1px solid var(--oa-line)!important;font-size:.92rem!important;font-weight:850!important;line-height:1!important;text-decoration:none!important;transition:transform .18s ease,filter .18s ease,background .18s ease,border-color .18s ease!important;
}
.btn:hover,.btn-primary:hover,.btn-outline:hover,.tae-action:hover{transform:translateY(-2px);text-decoration:none!important}
.btn-brand,.btn-primary,.tae-action--primary{background:linear-gradient(135deg,var(--oa-cyan),var(--oa-blue))!important;color:#021725!important;border-color:rgba(103,213,221,.65)!important;box-shadow:0 14px 34px rgba(103,185,255,.16)!important}
.btn-brand:hover,.btn-primary:hover,.tae-action--primary:hover{color:#021725!important;filter:brightness(1.06)}
.btn-ghost,.btn-outline,.tae-action--ghost{background:rgba(255,255,255,.035)!important;color:#e8f4ff!important;border-color:var(--oa-line)!important}
.btn-ghost:hover,.btn-outline:hover,.tae-action--ghost:hover{background:rgba(255,255,255,.075)!important;color:#fff!important;border-color:rgba(103,213,221,.32)!important}
.cta,.top-actions{display:flex!important;flex-wrap:wrap!important;gap:11px!important;align-items:center!important}

/* Cards and sections */
.card,.plain-card,.category,.medicine-box,.nav-index,details,.hero-card,
body.page-indications main,.tae-surface{
  position:relative;
  color:var(--oa-text)!important;
  background:linear-gradient(145deg,rgba(18,43,66,.78),rgba(8,25,42,.84))!important;
  border:1px solid var(--oa-line)!important;
  border-radius:var(--oa-radius-lg)!important;
  box-shadow:var(--oa-shadow-soft)!important;
  backdrop-filter:blur(14px);
}
.card::before,.plain-card::before,.category::before,.medicine-box::before,.tae-surface::before{
  content:"";position:absolute;inset:0 auto auto 0;width:96px;height:1px;background:linear-gradient(90deg,var(--oa-cyan),transparent);opacity:.75
}
.p32{padding:clamp(24px,3vw,38px)!important}.p24{padding:24px!important}
section.container,section.section,main.container{margin-top:0!important;margin-bottom:0!important;padding-top:42px!important;padding-bottom:42px!important}
body.page-service section.container.card,
body.page-home section.container.card{margin-top:28px!important;margin-bottom:28px!important}
.grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}

/* Generic hero for internal pages */
body:not(.page-home)>.hero,
body.page-article>.hero,
body.page-blog>.hero,
body.page-diets>.hero{
  width:min(var(--oa-max),calc(100% - 48px))!important;max-width:var(--oa-max)!important;margin:0 auto!important;padding:78px 0 36px!important;
}
body:not(.page-home)>.hero .container,
body.page-article>.hero .container,
body.page-blog>.hero .container,
body.page-diets>.hero .container{width:100%!important}
.wrap{display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr)!important;gap:24px!important;align-items:stretch!important}
.hero .card{overflow:hidden}
.hero .card:first-child{background:linear-gradient(145deg,rgba(12,35,55,.66),rgba(8,24,40,.48))!important}
.hero .card:first-child::after{
  content:"";position:absolute;right:-92px;bottom:-110px;width:270px;height:270px;border-radius:50%;
  background:radial-gradient(circle,rgba(103,213,221,.16),transparent 68%);pointer-events:none
}
.hero .card:nth-child(2){background:linear-gradient(160deg,rgba(20,53,78,.85),rgba(8,25,42,.9))!important}
.hero .card:nth-child(2)::after{content:"H₂   CH₄";position:absolute;right:24px;top:18px;color:rgba(255,255,255,.05);font-size:clamp(2.2rem,5vw,4.8rem);font-weight:950;letter-spacing:-.09em}
.hero h1{font-size:clamp(2.6rem,5vw,5.1rem)!important;margin:10px 0 20px!important}
.hero h2{font-size:clamp(1.55rem,2.6vw,2.35rem)!important;margin:0 0 14px!important}
.breadcrumb{font-size:.82rem!important;color:var(--oa-muted)!important}
.breadcrumb a{color:var(--oa-cyan)!important}

/* Home */
.page-home main{display:block}
.tae-home-hero{width:min(var(--oa-max),calc(100% - 48px));margin:0 auto;padding:92px 0 54px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:32px;align-items:center}
.tae-home-hero h1{margin:0 0 24px!important;max-width:780px}
.tae-home-hero .lead{margin:0 0 26px!important}
.tae-home-hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.tae-home-hero__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.tae-home-hero__meta span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.035);border:1px solid var(--oa-line);color:var(--oa-muted);font-size:.78rem;font-weight:760}
.tae-curve-console{position:relative;min-height:540px;padding:26px;border-radius:36px;background:linear-gradient(155deg,rgba(19,51,76,.9),rgba(7,24,41,.95));border:1px solid rgba(103,213,221,.25);box-shadow:var(--oa-shadow);overflow:hidden}
.tae-curve-console::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 14%,rgba(103,213,221,.22),transparent 14rem),radial-gradient(circle at 20% 88%,rgba(231,76,155,.14),transparent 17rem);pointer-events:none}
.tae-console__top{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:28px}
.tae-console__title strong{display:block;font-size:1.06rem}.tae-console__title span{display:block;margin-top:5px;color:var(--oa-muted);font-size:.79rem}
.tae-console__status{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(159,232,112,.08);border:1px solid rgba(159,232,112,.22);color:#dffff0;font-size:.72rem;font-weight:850}
.tae-console__status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--oa-green);box-shadow:0 0 14px var(--oa-green)}
.tae-chart{position:relative;height:245px;padding:16px;border-radius:22px;background:rgba(3,15,27,.54);border:1px solid var(--oa-line);overflow:hidden}
.tae-chart::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px}
.tae-chart svg{position:relative;width:100%;height:100%;filter:drop-shadow(0 7px 14px rgba(0,0,0,.25))}
.tae-chart__legend{position:absolute;left:18px;top:16px;display:flex;gap:13px;font-size:.72rem;color:var(--oa-muted)}
.tae-chart__legend span{display:flex;align-items:center;gap:6px}.tae-chart__legend i{width:18px;height:2px;border-radius:9px;background:var(--oa-cyan)}.tae-chart__legend span+span i{background:var(--oa-pink)}
.tae-console__metrics{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.tae-console__metric{padding:14px;border-radius:17px;background:rgba(255,255,255,.045);border:1px solid var(--oa-line)}
.tae-console__metric span{display:block;color:var(--oa-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.tae-console__metric strong{display:block;margin-top:7px;font-size:1.28rem}
.tae-console__foot{position:relative;margin-top:12px;padding:13px 14px;border-radius:17px;background:rgba(103,213,221,.06);border:1px solid rgba(103,213,221,.15);color:var(--oa-soft);font-size:.78rem;line-height:1.5}
.tae-trust-strip{width:min(var(--oa-max),calc(100% - 48px));margin:0 auto;padding:0 0 38px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--oa-line);border-radius:22px;overflow:hidden;background:var(--oa-line)}
.tae-trust-strip article{padding:20px;background:rgba(7,24,40,.94)}
.tae-trust-strip strong{display:block;font-size:1.02rem}.tae-trust-strip span{display:block;margin-top:5px;color:var(--oa-muted);font-size:.76rem;line-height:1.4}
.tae-section{width:min(var(--oa-max),calc(100% - 48px));margin:0 auto;padding:74px 0}
.tae-section__head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(280px,.45fr);gap:24px;align-items:end;margin-bottom:30px}
.tae-section__head h2{margin:0!important}.tae-section__head p{margin:0;color:var(--oa-muted);font-size:1.02rem}
.tae-exam-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tae-exam-card{position:relative;min-height:340px;padding:28px;border:1px solid var(--oa-line);border-radius:28px;background:linear-gradient(145deg,rgba(15,42,65,.78),rgba(7,24,40,.88));box-shadow:var(--oa-shadow-soft);overflow:hidden;display:flex;flex-direction:column}
.tae-exam-card::before{content:attr(data-number);position:absolute;right:20px;top:12px;color:rgba(255,255,255,.045);font-size:6rem;font-weight:950;letter-spacing:-.08em}
.tae-exam-card::after{content:"";position:absolute;left:0;top:0;width:120px;height:2px;background:linear-gradient(90deg,var(--accent,var(--oa-cyan)),transparent)}
.tae-exam-card h3{position:relative;margin:80px 0 12px!important;font-size:1.45rem!important}.tae-exam-card p{position:relative;margin:0 0 24px}.tae-exam-card .tae-card-meta{position:relative;display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.tae-exam-card .tae-card-meta span{font-size:.7rem;color:var(--oa-soft);padding:7px 9px;border:1px solid var(--oa-line);border-radius:999px;background:rgba(255,255,255,.035)}.tae-exam-card a{position:relative;margin-top:auto;font-weight:850;color:#fff}.tae-exam-card a::after{content:" →";color:var(--accent,var(--oa-cyan))}
.tae-process{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;counter-reset:step}
.tae-process article{position:relative;min-height:176px;padding:20px 17px;border:1px solid var(--oa-line);border-radius:22px;background:rgba(255,255,255,.03)}
.tae-process article::before{counter-increment:step;content:"0" counter(step);display:block;margin-bottom:30px;color:var(--oa-cyan);font-size:.76rem;font-weight:900;letter-spacing:.12em}.tae-process strong{display:block;font-size:.92rem}.tae-process span{display:block;margin-top:7px;color:var(--oa-muted);font-size:.75rem;line-height:1.5}
.tae-hub{display:grid;grid-template-columns:.92fr 1.08fr;gap:20px;align-items:stretch}
.tae-hub__intro{padding:36px;border-radius:30px;background:linear-gradient(145deg,rgba(103,213,221,.13),rgba(9,29,47,.8));border:1px solid rgba(103,213,221,.23)}
.tae-hub__intro h2{margin:0 0 18px!important}.tae-hub__intro p{margin:0 0 22px}
.tae-hub__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.tae-hub-card{min-height:168px;padding:22px;border-radius:23px;background:linear-gradient(145deg,rgba(17,44,67,.76),rgba(7,24,40,.86));border:1px solid var(--oa-line)}
.tae-hub-card span{display:block;color:var(--oa-cyan);font-size:.7rem;font-weight:900;letter-spacing:.1em}.tae-hub-card strong{display:block;margin:25px 0 7px}.tae-hub-card p{font-size:.78rem;margin:0 0 12px}.tae-hub-card a{font-size:.78rem;font-weight:850}
.tae-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tae-price-card{position:relative;padding:28px;border-radius:28px;border:1px solid var(--oa-line);background:linear-gradient(145deg,rgba(18,46,70,.78),rgba(7,24,40,.9));overflow:hidden}
.tae-price-card::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--oa-cyan),var(--oa-pink),var(--oa-yellow))}
.tae-price-card h3{margin:18px 0 24px!important}.tae-price-card .tae-price-label{display:block;color:var(--oa-green);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.tae-price-card .tae-price{display:block;margin-top:8px;font-size:clamp(2.3rem,4vw,3.4rem);line-height:1;font-weight:950;color:#fff}.tae-price-card .tae-price-alt{margin-top:14px;padding-top:14px;border-top:1px solid var(--oa-line);font-size:.82rem;color:var(--oa-muted)}.tae-price-card .tae-price-before{margin-top:18px;font-size:.75rem;color:var(--oa-muted)}.tae-price-card del{text-decoration-color:var(--oa-danger);text-decoration-thickness:2px}.tae-validity{margin-top:20px;color:var(--oa-warn)!important;font-size:.75rem}
.tae-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tae-blog-card{padding:26px;border:1px solid var(--oa-line);border-radius:25px;background:rgba(255,255,255,.025)}.tae-blog-card span{color:var(--oa-cyan);font-size:.7rem;font-weight:900;letter-spacing:.1em}.tae-blog-card h3{margin:32px 0 10px!important}.tae-blog-card p{font-size:.84rem}.tae-blog-card a{font-size:.82rem;font-weight:850;color:#fff}
.tae-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tae-faq-grid details{padding:0!important;overflow:hidden}.tae-faq-grid summary{list-style:none;cursor:pointer;padding:20px 22px;color:#fff;font-weight:830}.tae-faq-grid summary::-webkit-details-marker{display:none}.tae-faq-grid summary::after{content:"+";float:right;color:var(--oa-cyan);font-size:1.25rem}.tae-faq-grid details[open] summary::after{content:"−"}.tae-faq-grid details p{padding:0 22px 21px;margin:0;font-size:.86rem}
.tae-contact{display:grid;grid-template-columns:1fr .75fr;gap:20px}.tae-contact__main,.tae-contact__side{padding:34px;border-radius:30px;border:1px solid var(--oa-line)}.tae-contact__main{background:linear-gradient(145deg,rgba(103,213,221,.12),rgba(10,30,48,.82))}.tae-contact__side{background:rgba(255,255,255,.03)}.tae-contact h2{margin:0 0 16px!important}.tae-contact__side p{margin:0 0 8px}

/* Lists / notices */
ul,ol{padding-left:1.25rem}
li{margin-bottom:9px}
.bullets{display:grid!important;gap:10px!important}.bullets div{position:relative;padding-left:21px;color:var(--oa-soft)!important}.bullets div::before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--oa-cyan);box-shadow:0 0 12px rgba(103,213,221,.7)}
.notice,.note,.ok,.warn,.alert-strong,.rule-card,.highlight{
  border-radius:18px!important;padding:17px 18px!important;margin:18px 0!important;background:rgba(103,213,221,.065)!important;border:1px solid rgba(103,213,221,.21)!important;color:var(--oa-soft)!important;box-shadow:none!important
}
.warn,.alert-strong{background:rgba(255,216,133,.06)!important;border-color:rgba(255,216,133,.24)!important}.ok{background:rgba(159,232,112,.06)!important;border-color:rgba(159,232,112,.22)!important}
.notice h2,.alert-strong h2,.rule-card h2{color:#fff!important}

/* Tables */
.table-wrap{overflow:auto!important;border:1px solid var(--oa-line)!important;border-radius:20px!important;background:rgba(4,17,30,.4)!important}
table,.prep-table{width:100%!important;border-collapse:collapse!important;background:transparent!important}
th,td,.prep-table th,.prep-table td{padding:15px 16px!important;border:0!important;border-bottom:1px solid var(--oa-line)!important;text-align:left!important;vertical-align:top!important}
th,.prep-table th{background:rgba(103,213,221,.08)!important;color:#eafcff!important;font-size:.75rem!important;text-transform:uppercase!important;letter-spacing:.08em!important}
tr:last-child td{border-bottom:0!important}

/* Service pages */
.page-service .hero{padding-top:76px!important}
.page-service .hero .wrap{grid-template-columns:1.12fr .88fr!important}
.page-service .hero .card:first-child{padding:42px!important}
.page-service .hero .card:nth-child(2){padding:32px!important}
.page-service .hero .card:nth-child(2) ul{position:relative;z-index:1;list-style:none;padding:0;margin:25px 0 0}.page-service .hero .card:nth-child(2) li{padding:13px 0;border-bottom:1px solid var(--oa-line);margin:0}.page-service .hero .card:nth-child(2) li:last-child{border-bottom:0}
.page-service main.tae-content-flow{width:min(var(--oa-max),calc(100% - 48px));margin:0 auto;padding:8px 0 70px;display:grid;gap:20px}
.page-service main.tae-content-flow>section{width:100%!important;margin:0!important;padding:clamp(26px,4vw,42px)!important}
.page-service #dieta{background:linear-gradient(145deg,rgba(103,213,221,.09),rgba(8,27,44,.84))!important}
.page-service #preparacion ul{columns:2;column-gap:34px}.page-service #preparacion li{break-inside:avoid;margin-bottom:14px}
.page-service .price-season-card,.page-service .valor-invierno{overflow:hidden}

/* Blog */
.page-blog .hero,.page-article .hero{padding-top:70px!important}.page-blog .hero h1,.page-article .hero h1{font-size:clamp(2.5rem,5vw,5rem)!important}
.page-blog section.container>.grid3{margin-top:18px}
.page-blog section.container>.grid3 .card{min-height:300px;display:flex;flex-direction:column}.page-blog section.container>.grid3 .card .btn{margin-top:auto;align-self:flex-start}
.page-article main.container{padding-bottom:74px!important}.page-article main article.card{max-width:900px!important;margin:0 auto!important;padding:clamp(28px,5vw,58px)!important}.page-article main article h2{font-size:clamp(1.65rem,3vw,2.55rem)!important;margin:46px 0 15px!important}.page-article .refs{font-size:.84rem}

/* Diets */
.page-diets .hero{padding-bottom:22px!important}.page-diets .toc a{display:block;padding:12px 13px;border:1px solid var(--oa-line)!important;border-radius:13px;margin:8px 0;color:var(--oa-soft)!important;background:rgba(255,255,255,.025)!important}.page-diets .toc a:hover{background:rgba(103,213,221,.07)!important}
.page-diets .diet-card .card{overflow:hidden}.page-diets .diet-card .card>h2{margin-top:0!important}.page-diets .section{padding-top:18px!important;padding-bottom:18px!important}
.print-actions{z-index:50!important}.print-actions .btn{box-shadow:var(--oa-shadow-soft)!important}

/* Indications */
.page-indications>.container{padding:68px 0 80px!important}
.page-indications .tae-page-intro{position:relative;margin-bottom:22px;padding:42px;border:1px solid var(--oa-line);border-radius:30px;background:linear-gradient(145deg,rgba(103,213,221,.11),rgba(8,27,44,.8));overflow:hidden}
.page-indications .tae-page-intro::after{content:"PREPARACIÓN";position:absolute;right:25px;bottom:-18px;color:rgba(255,255,255,.035);font-size:clamp(3rem,8vw,7rem);font-weight:950;letter-spacing:-.07em}
.page-indications .tae-page-intro h1{position:relative;z-index:1;margin:0!important;font-size:clamp(2.55rem,5vw,5rem)!important}
.page-indications main{padding:clamp(28px,5vw,56px)!important}
.page-indications main h2{font-size:clamp(1.55rem,2.7vw,2.35rem)!important;margin:48px 0 16px!important;padding-top:8px;border-top:1px solid var(--oa-line)}
.page-indications main h2:first-of-type{margin-top:24px!important;border-top:0}.page-indications main h3{margin-top:30px!important}.page-indications .btn{color:#eaf7ff!important;background:rgba(255,255,255,.035)!important}.page-indications footer:not(.tae-footer){display:none!important}

/* Medication/policy page */
.page-policy .topbar{display:none!important}.page-policy main{display:block!important}.page-policy .hero{width:min(var(--oa-max),calc(100% - 48px))!important;max-width:var(--oa-max)!important;margin:0 auto!important;padding:74px 0 34px!important;display:grid!important;grid-template-columns:1.05fr .95fr!important;gap:24px!important}
.page-policy .hero h1{font-size:clamp(2.55rem,5vw,5.15rem)!important}.page-policy .hero-card{padding:18px!important}.page-policy .hero-visual{min-height:100%!important;padding:22px!important;background:linear-gradient(155deg,rgba(20,55,80,.9),rgba(7,26,43,.95))!important}.page-policy .hero-visual::before{background:radial-gradient(circle at 75% 18%,rgba(103,213,221,.18),transparent 11rem),radial-gradient(circle at 25% 72%,rgba(231,76,155,.12),transparent 13rem)!important}.page-policy .visual-icon,.page-policy .visual-box,.page-policy .mini-check{background:rgba(5,20,34,.58)!important;border-color:var(--oa-line)!important}.page-policy .visual-icon b,.page-policy .visual-box p,.page-policy .mini-check{color:#fff!important}.page-policy .visual-icon span,.page-policy .mini-check span{color:var(--oa-muted)!important}.page-policy .container{padding:0!important}.page-policy .category-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.page-policy .category{padding:24px!important}.page-policy .category h3,.page-policy .plain-card h3,.page-policy .medicine-box h2,.page-policy .nav-index h2{color:#fff!important}.page-policy .num{background:rgba(103,213,221,.13)!important;color:var(--oa-cyan)!important;border:1px solid rgba(103,213,221,.28)!important}.page-policy .cta:not(.top-actions){display:grid!important;grid-template-columns:1.4fr .6fr!important;padding:32px!important;background:linear-gradient(135deg,rgba(103,213,221,.14),rgba(8,28,45,.95))!important}.page-policy footer:not(.tae-footer){display:none!important}

/* Endoscopy landing */
.page-endoscopy main{width:min(var(--oa-max),calc(100% - 48px));margin:0 auto;padding:74px 0}.page-endoscopy main>.hero{width:100%!important;padding:0 0 28px!important}.page-endoscopy .procedure-grid,.page-endoscopy .wait-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.page-endoscopy .procedure-card,.page-endoscopy .wait-card{padding:28px;border:1px solid var(--oa-line);border-radius:25px;background:linear-gradient(145deg,rgba(17,44,67,.76),rgba(7,24,40,.86))}.page-endoscopy .wait-time{font-size:clamp(2.2rem,5vw,4.2rem)!important;color:#fff!important;font-weight:950!important;line-height:1!important}

/* Footer */
.tae-footer{margin-top:50px;border-top:1px solid var(--oa-line);background:rgba(4,15,27,.66)}
.tae-footer__inner{width:min(var(--oa-max),calc(100% - 48px));margin:0 auto;padding:44px 0 50px;display:grid;grid-template-columns:1.05fr .7fr 1.25fr;gap:28px;align-items:start}
.tae-footer__brand{display:flex;align-items:center;gap:14px}.tae-footer__brand img{width:120px;height:auto}.tae-footer__brand strong{display:block}.tae-footer__brand span{display:block;margin-top:4px;color:var(--oa-muted);font-size:.74rem}.tae-footer__links{display:grid;gap:8px}.tae-footer__links a{color:var(--oa-soft);font-size:.82rem;font-weight:750}.tae-footer__meta p{margin:0 0 7px;color:var(--oa-muted)!important;font-size:.74rem;line-height:1.55!important}
footer.container:not(.tae-footer){display:none!important}

/* Reveal enhancement */
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
[data-reveal].is-visible{opacity:1;transform:none}

@media(max-width:1000px){
  .tae-home-hero{grid-template-columns:1fr}.tae-curve-console{min-height:490px}
  .tae-section__head{grid-template-columns:1fr}.tae-process{grid-template-columns:repeat(3,1fr)}
  .tae-exam-grid,.tae-price-grid,.tae-blog-grid{grid-template-columns:1fr 1fr}.tae-exam-card:last-child,.tae-price-card:last-child,.tae-blog-card:last-child{grid-column:1/-1}
  .tae-hub{grid-template-columns:1fr}.tae-contact{grid-template-columns:1fr}
  .tae-footer__inner{grid-template-columns:1fr 1fr}.tae-footer__meta{grid-column:1/-1}
  .page-service #preparacion ul{columns:1}
}
@media(max-width:900px){
  .container,.topbar-inner,.hero,body.page-policy .container,body.page-indications>.container,.tae-home-hero,.tae-trust-strip,.tae-section,.page-service main.tae-content-flow,.page-endoscopy main{width:min(100% - 30px,var(--oa-max))!important}
  .tae-header__inner{width:min(100% - 30px,1240px)!important}
  .wrap,.page-policy .hero{grid-template-columns:1fr!important}.page-policy .hero{width:min(100% - 30px,var(--oa-max))!important}
  .tae-trust-strip{grid-template-columns:1fr 1fr}.tae-process{grid-template-columns:1fr 1fr}
  .page-policy .category-grid{grid-template-columns:1fr!important}.page-policy .cta:not(.top-actions){grid-template-columns:1fr!important}
  .tae-footer__inner{width:min(100% - 30px,var(--oa-max))}
}
@media(max-width:680px){
  h1{font-size:clamp(2.55rem,14vw,4.35rem)!important}.tae-home-hero{padding-top:58px}.tae-curve-console{min-height:430px;padding:18px;border-radius:26px}.tae-chart{height:200px}.tae-console__metrics{grid-template-columns:1fr}.tae-trust-strip,.tae-exam-grid,.tae-price-grid,.tae-blog-grid,.tae-faq-grid,.tae-hub__grid,.page-endoscopy .procedure-grid,.page-endoscopy .wait-grid{grid-template-columns:1fr}.tae-exam-card:last-child,.tae-price-card:last-child,.tae-blog-card:last-child{grid-column:auto}.tae-process{grid-template-columns:1fr}.tae-section{padding:52px 0}.tae-section__head{margin-bottom:22px}.tae-exam-card{min-height:285px}.tae-exam-card h3{margin-top:55px!important}.grid2,.grid3{grid-template-columns:1fr!important}.page-service .hero .card:first-child,.page-service .hero .card:nth-child(2){padding:25px!important}.page-indications .tae-page-intro{padding:28px}.page-indications main{padding:24px!important}.page-policy .hero{padding-top:46px!important}.tae-footer__inner{grid-template-columns:1fr}.tae-footer__meta{grid-column:auto}.tae-footer__brand img{width:100px}.cta .btn,.tae-home-hero__actions .btn{width:100%}.print-actions{right:12px!important;bottom:12px!important}
}
@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}
@media print{
  .tae-header,.tae-footer,[data-reveal]{display:none!important}
  body,body.page-indications,body.page-policy{background:#fff!important;color:#111!important}
  body::before,body::after{display:none!important}
  .card,.plain-card,.category,.medicine-box,.nav-index,details,.hero-card,body.page-indications main,.tae-surface{background:#fff!important;color:#111!important;box-shadow:none!important;border:1px solid #bbb!important}
  h1,h2,h3,h4,p,li,dd,td,strong,b{color:#111!important}
}
