@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Unbounded:wght@500;700&display=swap');
:ui-root,:root{
  --ui-navy:#071422;--ui-panel:#0d2137;--ui-panel2:#12304d;
  --ui-line:#1e3a5f;--ui-text:#e8f1ff;--ui-muted:#c5d7ef;
  --ui-blue:#0ea5e9;--ui-gold:#f59e0b;--ui-max:1120px;--ui-gap:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;min-height:100vh;color:var(--ui-text);
  font-family:Manrope,system-ui,sans-serif;
  background:
    radial-gradient(1100px 520px at 8% -8%, rgba(20,160,255,.20), transparent 55%),
    radial-gradient(900px 480px at 92% 0%, rgba(255,184,0,.12), transparent 50%),
    linear-gradient(180deg,#071422,#050d18 42%,#071422);
}
a{color:var(--ui-blue);text-decoration:none}
a:hover{color:#7cc9ff}
img{max-width:100%;height:auto;border-radius:10px;display:block}
header{
  position:sticky;top:0;z-index:20;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;
  padding:.85rem 20px;border-bottom:1px solid var(--ui-line);
  background:rgba(7,20,34,.92);backdrop-filter:blur(10px);
}
header>a:first-child{
  font-family:Unbounded,Manrope,sans-serif;font-weight:700;font-size:1.25rem;
  color:#fff;letter-spacing:.02em;
}
header nav{display:flex;flex-wrap:wrap;gap:.35rem .85rem;align-items:center}
header nav a{
  color:var(--ui-text);font-weight:600;font-size:.92rem;
  padding:.35rem .55rem;border-radius:8px;
}
header nav a:hover{background:rgba(20,160,255,.14);color:#fff}
main{padding:1.25rem 20px 2.5rem}
.layout{max-width:var(--ui-max);margin:0 auto}
h1,h2,h3,h4{font-family:Unbounded,Manrope,sans-serif;letter-spacing:-.02em;line-height:1.2;color:#fff}
h1{font-size:clamp(1.55rem,3.4vw,2.3rem);margin:1rem 0 .7rem}
h2{font-size:1.22rem;margin:0 0 .55rem;color:#d7e8ff}
h3{font-size:1.05rem;margin:.9rem 0 .4rem;color:#cfe3ff}
h4{font-size:.95rem;margin:.5rem 0;color:var(--ui-muted)}
.lead,.pitch,.opening,.promo-lead,.deal-intro,.summary-text,.text--intro{
  font-size:1.05rem;line-height:1.65;color:#c5d7ef;margin:0 0 1.25rem;max-width:52rem;
}
section,
[class*="block__"],[class*="panel-"],[class*="sec-"],[class*="s-"],
[class*="offer-block"],[class*="promo-section"],[class*="deal-zone"],
[class*="content-section"]{
  background:rgba(13,33,55,.72);border:1px solid var(--ui-line);
  border-radius:16px;padding:1.1rem 1.2rem;margin:1rem 0;backdrop-filter:blur(8px);
}
.mod-copy,.text-block-copy,.body-copy-copy,.box--copy-copy,.promo-copy-copy,
.deal-copy-copy,.rich-copy-copy,.c90d3,.cf06b,[class*="copy"]{
  line-height:1.65;color:var(--ui-muted);margin:.55rem 0;
}
ul,ol{padding-left:1.2rem;color:var(--ui-muted)}
li{margin:.3rem 0;line-height:1.55}
.review,[class*="review"],[class*="feedback"],[class*="rv-"]{
  background:rgba(18,48,77,.55);border:1px solid var(--ui-line);
  border-radius:12px;padding:.9rem 1rem;margin:.75rem 0;
}
.fb-head,.rating__row,.mod-stars{color:var(--ui-gold);font-weight:700}
.cta,.cta-button,.btn-gold,.primary-action,.offer-link,.action-btn,.signup-button{
  display:inline-flex;align-items:center;justify-content:center;
  margin:.4rem .45rem .4rem 0;padding:.75rem 1.1rem;
  background:linear-gradient(180deg,var(--ui-gold),#e6a600);
  color:#141414!important;font-weight:800;border-radius:10px;border:0;
  box-shadow:0 8px 24px rgba(255,184,0,.22);
}
.cta:hover,.cta-button:hover,.btn-gold:hover,.primary-action:hover,
.offer-link:hover,.action-btn:hover,.signup-button:hover{filter:brightness(1.05);color:#000!important}
details{
  background:rgba(13,33,55,.55);border:1px solid var(--ui-line);
  border-radius:12px;padding:.7rem .9rem;margin:.55rem 0;
}
summary{cursor:pointer;font-weight:700;color:#fff}
footer,.foot{
  margin-top:2rem;padding:1.35rem 20px 2rem;border-top:1px solid var(--ui-line);
  display:flex;flex-wrap:wrap;gap:.65rem 1.1rem;align-items:flex-start;
  color:var(--ui-muted);font-size:.9rem;
  background:rgba(7,20,34,.75);
}
footer a{color:#b7cce6}
footer h4{flex:1 1 140px;margin:.35rem 0}
.media__grid,.media-grid,.mg,.gallery,.shots,.promo-media,.deal-media,.grid--media,.media-board{display:flex;flex-wrap:wrap;gap:16px}
@media(max-width:720px){
  header{padding:.75rem 1rem}
  header nav{width:100%;gap:.25rem .55rem}
  main{padding:1rem}
  section,[class*="block__"],[class*="panel-"],[class*="sec-"]{padding:.95rem 1rem}
}

p,li,td,th,dd,dt,summary,details{color:#c5d7ef}
p,li{line-height:1.65}
section p,section li,[class*="block__"] p,[class*="panel-"] p,[class*="sec-"] p{color:#c5d7ef}
span,div{color:inherit}
