
:root{
  --bg:#080b15;
  --bg2:#111726;
  --text:#f8fafc;
  --muted:#bcc6d7;
  --line:rgba(255,255,255,.10);
  --red:#ff6b4a;
  --blue:#55d6ff;
  --shadow:0 25px 70px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#05070d 0%,#0a0f1a 100%);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(6,8,14,.65);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:54px;height:54px;object-fit:contain;border-radius:14px}
.brand strong{display:block;font-size:18px;letter-spacing:-.03em}
.brand small{display:block;color:var(--muted);font-size:12px}
.menu{display:flex;align-items:center;gap:22px}
.menu a{color:var(--muted);font-weight:600;font-size:14px}
.menu a:hover{color:white}
.menu-toggle{
  display:none;border:1px solid var(--line);background:transparent;
  color:white;padding:8px 12px;border-radius:12px;
}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:16px;padding:14px 20px;font-weight:800;
  transition:transform .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--red),var(--blue));
  color:white;box-shadow:0 14px 40px rgba(85,214,255,.14);
}
.btn-secondary{
  background:rgba(255,255,255,.06);
  color:white;border:1px solid var(--line);
}
.btn-nav{background:white;color:#111827;padding:10px 14px;border-radius:12px}
.full{width:100%}

.hero{
  position:relative;min-height:calc(100vh - 84px);
  display:grid;align-items:center;overflow:hidden;
}
.hero-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.1fr .9fr;gap:34px;
  padding:72px 0;
}
.eyebrow{
  display:inline-block;margin:0 0 18px;
  color:var(--blue);text-transform:uppercase;letter-spacing:.18em;
  font-size:12px;font-weight:900;
}
.hero h1,.section-heading h2{margin:0;letter-spacing:-.055em;line-height:.94}
.hero h1{font-size:clamp(44px,7vw,82px);max-width:780px}
.lead{
  max-width:730px;color:var(--muted);
  font-size:19px;line-height:1.6;margin:24px 0 0;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.hero-points{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:14px;max-width:650px;margin-top:36px;
}
.hero-points div{
  padding:18px;border-radius:22px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
}
.hero-points strong{display:block;font-size:28px;line-height:1}
.hero-points span{display:block;color:var(--muted);font-size:12px;margin-top:6px}

.hero-card{
  align-self:end;background:rgba(12,16,28,.78);
  border:1px solid rgba(255,255,255,.08);
  border-radius:30px;overflow:hidden;box-shadow:var(--shadow);
}
.hero-card img{width:100%;height:360px;object-fit:cover}
.hero-card-content{padding:22px}
.hero-card-content h2{font-size:28px;margin:0 0 10px}
.hero-card-content p{color:var(--muted);margin:0}
.link-arrow{
  margin-top:16px;display:inline-flex;
  color:white;font-weight:800;border-bottom:2px solid var(--blue);
}

.section{padding:90px 0}
.dark{
  background:
    radial-gradient(circle at top right,rgba(85,214,255,.08),transparent 20%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));
  border-block:1px solid rgba(255,255,255,.05);
}
.section-heading{max-width:820px;margin-bottom:38px}
.section-heading h2{font-size:clamp(34px,5vw,58px)}
.section-heading p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.65}

.feature-grid,.offers-grid,.info-grid,.targets-grid{
  display:grid;gap:22px;
}
.feature-grid{grid-template-columns:repeat(3,1fr)}
.offers-grid{grid-template-columns:repeat(3,1fr)}
.info-grid{grid-template-columns:repeat(3,1fr);margin-top:22px}
.targets-grid{grid-template-columns:repeat(3,1fr)}

.feature-card,.offer-card,.info-card,.target-card,.contact-form{
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;box-shadow:var(--shadow);
}
.feature-card,.info-card,.target-card{padding:26px}
.feature-card .emoji{
  width:58px;height:58px;border-radius:18px;display:grid;place-items:center;
  font-size:28px;background:rgba(255,255,255,.06);margin-bottom:18px;
}
.feature-card h3,.target-card h3,.info-card h3{margin:0 0 10px;font-size:24px}
.feature-card p,.target-card p,.info-card p{margin:0;color:var(--muted)}

.offer-card{overflow:hidden}
.offer-card img{
  width:100%;height:260px;object-fit:cover;background:#0d1220;
}
.offer-body{padding:24px}
.offer-body h3{margin:0;font-size:28px}
.tag{
  display:inline-flex;margin-bottom:14px;font-size:12px;font-weight:900;
  padding:8px 12px;border-radius:999px;
  color:var(--blue);background:rgba(85,214,255,.14);
}
.offer-body .price{margin:14px 0 16px;font-size:32px;font-weight:950}
.offer-body p{color:var(--muted)}
.offer-body ul{list-style:none;padding:0;margin:18px 0 0}
.offer-body li{
  position:relative;padding-left:24px;margin:11px 0;color:var(--muted);
}
.offer-body li::before{
  content:"✓";position:absolute;left:0;color:#4ade80;font-weight:900;
}
.featured{
  transform:translateY(-10px);
  border-color:rgba(85,214,255,.25);
}
.imoove-card .imoove-visual{
  min-height:260px;display:flex;flex-direction:column;justify-content:flex-end;
  padding:24px;
  background:
    radial-gradient(circle at top left,rgba(255,107,74,.3),transparent 35%),
    radial-gradient(circle at bottom right,rgba(85,214,255,.28),transparent 35%),
    linear-gradient(135deg,#17131f,#0c1222);
}
.imoove-visual h3{margin:10px 0 8px;font-size:30px}
.imoove-visual p{margin:0;color:#dce3ef}
.imoove-badge{
  align-self:flex-start;font-size:12px;font-weight:900;
  padding:8px 12px;border-radius:999px;background:white;color:#111827;
}

.pricing-table-wrap{
  overflow:auto;border-radius:28px;border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);box-shadow:var(--shadow);
}
.pricing-table{width:100%;border-collapse:collapse;min-width:860px}
.pricing-table th,.pricing-table td{
  text-align:left;padding:20px;border-bottom:1px solid rgba(255,255,255,.08);
}
.pricing-table th{background:rgba(255,255,255,.06)}
.pricing-table td{color:var(--muted)}
.pricing-table td strong{display:block;color:white;margin-bottom:4px}
.pricing-table td small{display:block;color:#95a0b4}
.pricing-table tbody tr:last-child td{border-bottom:none}

.gallery-grid{
  display:grid;gap:18px;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:180px;
}
.gallery-item{
  grid-column:span 4;overflow:hidden;position:relative;
  border-radius:24px;border:1px solid rgba(255,255,255,.08);
  background:#0d1220;box-shadow:var(--shadow);
}
.gallery-item.wide{grid-column:span 8}
.gallery-item.tall{grid-row:span 2}
.gallery-item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .35s ease;
}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-item figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:14px 16px;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));
  font-size:13px;color:#f3f5f9;
}

.contact-section{
  background:
    radial-gradient(circle at top left,rgba(85,214,255,.08),transparent 22%),
    radial-gradient(circle at bottom right,rgba(255,107,74,.08),transparent 24%);
}
.contact-grid{
  display:grid;grid-template-columns:.95fr 1.05fr;
  gap:26px;align-items:start;
}
.contact-copy h2{
  margin:0;font-size:clamp(34px,5vw,58px);letter-spacing:-.05em;
}
.contact-copy p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.65}
.contact-boxes{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:14px;margin-top:24px;
}
.contact-box{
  padding:18px;border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
}
.contact-box strong{display:block;margin-bottom:6px}
.contact-box span{color:var(--muted);font-size:14px}

.contact-form{padding:24px}
.contact-form label{
  display:grid;gap:8px;margin-bottom:14px;
  font-weight:700;color:#dfe6f1;
}
input,textarea,select{
  width:100%;border:none;outline:none;border-radius:16px;
  background:rgba(0,0,0,.26);
  border:1px solid rgba(255,255,255,.08);
  color:white;padding:14px 16px;
}
input:focus,textarea:focus,select:focus{
  border-color:rgba(85,214,255,.6);
  box-shadow:0 0 0 4px rgba(85,214,255,.12);
}
.hidden{display:none}
.form-note{margin:12px 0 0;color:#9aa6bb;font-size:12px}

.site-footer{
  padding:26px 0 40px;border-top:1px solid rgba(255,255,255,.06);
}
.footer-grid{
  display:flex;justify-content:space-between;gap:28px;align-items:flex-start;
}
.footer-logo{
  width:70px;height:70px;object-fit:contain;margin-bottom:10px;
}
.site-footer p{margin:0;color:var(--muted)}
.footer-links{display:flex;flex-wrap:wrap;gap:16px}
.footer-links a{color:var(--muted);font-weight:600}
.footer-links a:hover{color:white}

@media (max-width:980px){
  .menu-toggle{display:block}
  .menu{
    display:none;position:absolute;left:16px;right:16px;top:78px;
    background:#0c1220;padding:16px;border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    flex-direction:column;align-items:stretch;
  }
  .menu.open{display:flex}
  .hero-grid,.contact-grid{grid-template-columns:1fr}
  .hero-card{max-width:560px}
  .feature-grid,.offers-grid,.info-grid,.targets-grid,.contact-boxes{
    grid-template-columns:1fr;
  }
  .featured{transform:none}
  .gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:220px;
  }
  .gallery-item,.gallery-item.wide{grid-column:span 1}
  .gallery-item.tall{grid-row:span 1}
  .footer-grid{flex-direction:column}
}
@media (max-width:680px){
  .hero-points{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
  .hero-card img{height:280px}
  .hero h1{font-size:42px}
  .section{padding:74px 0}
}


.imoove-showcase{
  background:
    radial-gradient(circle at top left, rgba(85,214,255,.08), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255,107,74,.08), transparent 24%);
  border-block:1px solid rgba(255,255,255,.05);
}
.imoove-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:start;
}
.imoove-copy p:not(.eyebrow){
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.imoove-copy h2{
  margin:0;
  font-size:clamp(34px,5vw,58px);
  letter-spacing:-.05em;
}
.imoove-list{
  list-style:none;
  padding:0;
  margin:22px 0 0;
}
.imoove-list li{
  position:relative;
  padding-left:24px;
  margin:12px 0;
  color:var(--muted);
}
.imoove-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#4ade80;
  font-weight:900;
}
.imoove-photos{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.imoove-photos figure{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:#0d1220;
  box-shadow:var(--shadow);
}
.imoove-photos img{
  width:100%;
  height:320px;
  object-fit:cover;
}
.imoove-photos figcaption{
  padding:14px 16px;
  color:var(--muted);
  font-size:14px;
}
@media (max-width:980px){
  .imoove-grid{
    grid-template-columns:1fr;
  }
}


/* HERO PRO CLEAN */
.hero{
  position:relative;
  min-height:calc(100vh - 84px);
  display:grid;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.20), transparent 26%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.16), transparent 30%),
    linear-gradient(135deg, #0a0f1a 0%, #0e1526 45%, #09101d 100%);
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom, black, transparent 85%);
  pointer-events:none;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    linear-gradient(90deg, rgba(5,7,13,.12), rgba(5,7,13,.04));
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  padding:82px 0 76px;
}
.hero-copy{
  align-self:center;
}
.hero-card{
  align-self:center;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.hero-card-pro{
  padding:20px;
  display:grid;
  gap:18px;
}
.hero-card-top{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.hero-mini-card{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  overflow:hidden;
}
.hero-mini-card img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.hero-mini-card div{
  padding:16px;
}
.hero-mini-card strong{
  display:block;
  font-size:20px;
}
.hero-mini-card span{
  display:block;
  color:var(--muted);
  font-size:14px;
  margin-top:6px;
}
.featured-mini{
  border-color:rgba(85,214,255,.22);
  box-shadow:0 12px 30px rgba(85,214,255,.08);
}
.hero-card-bottom{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:16px;
  align-items:stretch;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  overflow:hidden;
}
.hero-imoove-text{
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-imoove-text h2{
  margin:0 0 10px;
  font-size:30px;
  letter-spacing:-.04em;
}
.hero-imoove-text p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.hero-chip{
  display:inline-flex;
  align-self:flex-start;
  margin:0 0 12px !important;
  padding:8px 12px;
  border-radius:999px;
  background:white;
  color:#111827 !important;
  font-size:12px;
  font-weight:900;
}
.hero-imoove-image{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
.link-arrow{
  margin-top:18px;
  display:inline-flex;
  width:max-content;
  color:white;
  font-weight:800;
  border-bottom:2px solid var(--blue);
}
@media (max-width:980px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-card-top,
  .hero-card-bottom{
    grid-template-columns:1fr;
  }
  .hero-mini-card img{
    height:220px;
  }
}
@media (max-width:680px){
  .hero-card-pro{
    padding:14px;
  }
  .hero-imoove-image{
    min-height:220px;
  }
}


/* PARTNER / OPEN PAU TEREGA */
.partner-home{
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.10), transparent 22%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.10), transparent 24%);
}
.partner-box{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:center;
  padding:34px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.partner-copy h2{
  margin:0;
  font-size:clamp(34px,5vw,58px);
  letter-spacing:-.05em;
}
.partner-copy p:not(.eyebrow){
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.partner-logo-card{
  min-height:260px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.24), transparent 35%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.24), transparent 35%),
    linear-gradient(135deg, #0b1020, #151923);
  display:grid;
  place-items:center;
  text-align:center;
  padding:28px;
}
.partner-logo-text{
  font-weight:950;
  font-size:clamp(34px,5vw,58px);
  line-height:0.92;
  letter-spacing:-.06em;
}
.partner-logo-card small{
  color:var(--muted);
  margin-top:16px;
  display:block;
}
.partner-hero{
  position:relative;
  overflow:hidden;
  padding:96px 0;
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.16), transparent 30%),
    linear-gradient(135deg, #0a0f1a 0%, #0e1526 45%, #09101d 100%);
}
.partner-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom, black, transparent 90%);
}
.partner-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:34px;
  align-items:center;
}
.partner-hero h1{
  margin:0;
  font-size:clamp(44px,7vw,82px);
  letter-spacing:-.06em;
  line-height:.94;
}
.open-logo-panel{
  border-radius:32px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035));
  box-shadow:var(--shadow);
  padding:28px;
}
.open-logo-faux{
  border-radius:26px;
  min-height:280px;
  display:grid;
  place-items:center;
  text-align:center;
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.28), transparent 35%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.26), transparent 35%),
    #0d1220;
}
.open-logo-faux span,
.open-logo-faux strong{
  display:block;
  font-size:clamp(38px,5vw,64px);
  letter-spacing:-.06em;
  line-height:.85;
}
.open-logo-faux strong{
  color:var(--blue);
}
.open-logo-panel p{
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
  margin:18px 0 0;
}
.partner-content-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:start;
}
.partner-story,
.partner-proof-card{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  padding:28px;
  box-shadow:var(--shadow);
}
.partner-story h2{
  margin:0;
  font-size:clamp(32px,4vw,52px);
  letter-spacing:-.05em;
  line-height:.96;
}
.partner-story p:not(.eyebrow),
.partner-proof-card p{
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}
.partner-proof-card h3{
  margin:0 0 16px;
  font-size:26px;
}
.partner-proof-card ul{
  list-style:none;
  padding:0;
  margin:0;
}
.partner-proof-card li{
  position:relative;
  padding-left:24px;
  color:var(--muted);
  margin:12px 0;
}
.partner-proof-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#4ade80;
  font-weight:900;
}
@media (max-width:980px){
  .partner-box,
  .partner-hero-grid,
  .partner-content-grid{
    grid-template-columns:1fr;
  }
}


/* SCORES / OPEN PAU */
.scores-hero .open-logo-faux span{
  color:white;
}
.scores-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:22px;
}
.score-card{
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.score-card h3{
  margin:0 0 12px;
  font-size:28px;
}
.score-card p{
  color:var(--muted);
  line-height:1.65;
}
.main-score-card{
  border-color:rgba(85,214,255,.25);
}
.live-info-box{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:start;
}
.live-info-box h2{
  margin:0;
  font-size:clamp(34px,5vw,58px);
  letter-spacing:-.05em;
  line-height:.94;
}
.live-info-box p{
  color:var(--muted);
  line-height:1.65;
}
.live-options{
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.live-options p{
  margin:0 0 14px;
}
.live-options p:last-child{
  margin-bottom:0;
}
.live-options strong{
  color:white;
}
@media (max-width:980px){
  .scores-grid,
  .live-info-box{
    grid-template-columns:1fr;
  }
}


/* OPEN PAU PRO REWORK */
.partner-home-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:center;
}
.partner-home-copy,
.partner-home-visual{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.partner-home-copy{padding:30px}
.partner-home-visual{overflow:hidden}
.partner-home-visual img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
}
.partner-pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(85,214,255,.14);
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  margin-bottom:16px;
}
.partner-home-copy h3{
  margin:0 0 10px;
  font-size:32px;
  letter-spacing:-.05em;
}
.partner-home-copy p{color:var(--muted); line-height:1.65}
.partner-list{
  list-style:none;
  padding:0;
  margin:20px 0 0;
}
.partner-list li{
  position:relative;
  padding-left:24px;
  margin:10px 0;
  color:var(--muted);
}
.partner-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#4ade80;
  font-weight:900;
}

.partner-hero-pro{
  position:relative;
  overflow:hidden;
  padding:92px 0;
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.14), transparent 30%),
    linear-gradient(135deg, #0a0f1a 0%, #0e1526 45%, #09101d 100%);
}
.partner-hero-pro::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom, black, transparent 90%);
}
.partner-hero-pro-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}
.partner-hero-copy h1{
  margin:0;
  font-size:clamp(44px,7vw,78px);
  letter-spacing:-.06em;
  line-height:.94;
}
.partner-hero-media{
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.09);
  box-shadow:var(--shadow);
  background:rgba(255,255,255,.03);
}
.partner-hero-media img{
  width:100%;
  height:100%;
  min-height:460px;
  object-fit:cover;
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.proof-card{
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.proof-card h3{
  margin:0 0 10px;
  font-size:26px;
}
.proof-card p{
  color:var(--muted);
  margin:0;
  line-height:1.65;
}
.open-gallery-grid{
  display:grid;
  gap:18px;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:220px;
}
.open-gallery-card{
  grid-column:span 4;
  overflow:hidden;
  position:relative;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:#0d1220;
  box-shadow:var(--shadow);
  margin:0;
}
.open-gallery-card.wide{grid-column:span 8}
.open-gallery-card.tall{grid-row:span 2}
.open-gallery-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.open-gallery-card:hover img{transform:scale(1.03)}
.open-gallery-card figcaption{
  position:absolute;
  left:0; right:0; bottom:0;
  padding:14px 16px;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.78));
  color:#f4f6fb;
  font-size:13px;
}
.partner-story-pro{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:start;
}
.partner-story-text,
.partner-side-panel{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.partner-story-text{padding:30px}
.partner-story-text h2{
  margin:0;
  font-size:clamp(34px,5vw,54px);
  letter-spacing:-.05em;
  line-height:.96;
}
.partner-story-text p:not(.eyebrow){
  color:var(--muted);
  line-height:1.68;
  font-size:17px;
}
.partner-side-panel{
  overflow:hidden;
}
.partner-side-panel img{
  width:100%;
  height:220px;
  object-fit:cover;
  background:#241f52;
}
.partner-side-panel-content{padding:24px}
.partner-side-panel-content h3{
  margin:0 0 12px;
  font-size:28px;
}

@media (max-width:980px){
  .partner-home-grid,
  .partner-hero-pro-grid,
  .proof-grid,
  .partner-story-pro{
    grid-template-columns:1fr;
  }
  .open-gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:220px;
  }
  .open-gallery-card,
  .open-gallery-card.wide{
    grid-column:span 1;
  }
  .open-gallery-card.tall{
    grid-row:span 1;
  }
}
@media (max-width:680px){
  .open-gallery-grid{
    grid-template-columns:1fr;
  }
  .partner-hero-media img{
    min-height:320px;
  }
}


/* ABOUT / FOUNDERS */
.about-home{
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.08), transparent 22%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.08), transparent 24%);
}
.about-home-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  align-items:stretch;
}
.about-home-copy,
.about-home-card{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.about-home-copy{
  padding:30px;
}
.about-home-copy h2{
  margin:0;
  font-size:clamp(34px,5vw,58px);
  letter-spacing:-.05em;
  line-height:.94;
}
.about-home-copy p:not(.eyebrow){
  color:var(--muted);
  font-size:17px;
  line-height:1.68;
}
.about-home-card{
  padding:24px;
  display:grid;
  gap:16px;
}
.about-stat{
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}
.about-stat strong{
  display:block;
  font-size:42px;
  line-height:1;
  letter-spacing:-.06em;
}
.about-stat span{
  display:block;
  color:var(--muted);
  margin-top:8px;
}

.about-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0;
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.14), transparent 30%),
    linear-gradient(135deg, #0a0f1a 0%, #0e1526 45%, #09101d 100%);
}
.about-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom, black, transparent 90%);
}
.about-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}
.about-hero h1{
  margin:0;
  font-size:clamp(42px,7vw,76px);
  letter-spacing:-.06em;
  line-height:.94;
}
.about-visual-panel{
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.09);
  box-shadow:var(--shadow);
  background:rgba(255,255,255,.03);
}
.about-visual-panel img{
  width:100%;
  height:480px;
  object-fit:cover;
}

.about-story-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:start;
}
.about-story-card,
.about-values-card,
.founder-card{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.about-story-card,
.about-values-card{
  padding:30px;
}
.about-story-card h2{
  margin:0;
  font-size:clamp(34px,5vw,54px);
  letter-spacing:-.05em;
  line-height:.96;
}
.about-story-card p:not(.eyebrow),
.about-values-card p{
  color:var(--muted);
  font-size:17px;
  line-height:1.68;
}
.about-values-card h3{
  margin:0 0 16px;
  font-size:28px;
}
.founders-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.founder-card{
  padding:30px;
}
.founder-avatar{
  width:72px;
  height:72px;
  border-radius:24px;
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:950;
  background:linear-gradient(135deg, var(--red), var(--blue));
  margin-bottom:18px;
}
.founder-card h3{
  margin:0 0 10px;
  font-size:30px;
}
.founder-card p{
  color:var(--muted);
  line-height:1.65;
}

@media (max-width:980px){
  .about-home-grid,
  .about-hero-grid,
  .about-story-grid,
  .founders-grid{
    grid-template-columns:1fr;
  }
  .about-visual-panel img{
    height:360px;
  }
}


/* LEGAL / ROLES */
.founder-legal{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#dfe6f1 !important;
  font-size:14px;
  font-weight:700;
}
.legal-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.legal-card{
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.legal-card h3{
  margin:0 0 16px;
  font-size:28px;
}
.legal-card p{
  color:var(--muted);
  line-height:1.6;
}
.legal-card strong{
  color:white;
}
@media (max-width:980px){
  .legal-grid{
    grid-template-columns:1fr;
  }
}


/* FOUNDERS PHOTO INTEGRATION */
.about-home-card-photo{
  overflow:hidden;
  padding:0 !important;
  position:relative;
}
.about-home-card-photo img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}
.about-home-photo-caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(5,7,13,.72), rgba(5,7,13,.92));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
}
.about-home-photo-caption strong{
  display:block;
  font-size:24px;
  letter-spacing:-.04em;
}
.about-home-photo-caption span{
  display:block;
  color:var(--muted);
  margin-top:4px;
}

.founders-photo-section{
  background:
    radial-gradient(circle at top left, rgba(255,107,74,.09), transparent 22%),
    radial-gradient(circle at bottom right, rgba(85,214,255,.09), transparent 24%);
}
.founders-photo-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:24px;
  align-items:center;
}
.founders-photo-card{
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.08);
  background:#0d1220;
  box-shadow:var(--shadow);
}
.founders-photo-card img{
  width:100%;
  height:520px;
  object-fit:cover;
}
.founders-photo-copy{
  padding:30px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.founders-photo-copy h2{
  margin:0;
  font-size:clamp(34px,5vw,56px);
  letter-spacing:-.05em;
  line-height:.95;
}
.founders-photo-copy p:not(.eyebrow){
  color:var(--muted);
  font-size:17px;
  line-height:1.68;
}
@media (max-width:980px){
  .founders-photo-grid{
    grid-template-columns:1fr;
  }
  .founders-photo-card img{
    height:380px;
  }
  .about-home-card-photo img{
    min-height:360px;
  }
}


/* GASQUET / BARTOP PHOTO FIX */
.gasquet-feature-section{
  background:
    radial-gradient(circle at top left, rgba(85,214,255,.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255,107,74,.08), transparent 24%);
}
.gasquet-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
}
.gasquet-feature-photo,
.gasquet-feature-copy{
  border-radius:30px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.gasquet-feature-photo{
  overflow:hidden;
  padding:18px;
  background:#0d1220;
}
.gasquet-feature-photo img{
  width:100%;
  height:420px;
  object-fit:contain;
  object-position:center;
  border-radius:20px;
  background:#111726;
}
.gasquet-feature-copy{
  padding:30px;
}
.gasquet-feature-copy h2{
  margin:0;
  font-size:clamp(34px,5vw,56px);
  letter-spacing:-.05em;
  line-height:.95;
}
.gasquet-feature-copy p:not(.eyebrow){
  color:var(--muted);
  font-size:17px;
  line-height:1.68;
}

/* Special handling for the Gasquet gallery card */
.open-gallery-card.open-gallery-card-contain{
  background:#0d1220;
}
.open-gallery-card.open-gallery-card-contain img{
  object-fit:contain;
  object-position:center;
  background:#111726;
  padding:10px;
}

@media (max-width:980px){
  .gasquet-feature-grid{
    grid-template-columns:1fr;
  }
  .gasquet-feature-photo img{
    height:320px;
  }
}
