@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

/*
  Direção inspirada no ritmo editorial da referência enviada por Amanda.
  A estrutura, a fotografia e a identidade continuam próprias.
*/
html[data-brand="reference"]{
  --ref-night:#071027;
  --ref-night-2:#0d1d42;
  --ref-night-3:#122653;
  --ref-cobalt:#3b6be0;
  --ref-cobalt-light:#7ea3ff;
  --ref-gold:#fab94b;
  --ref-gold-light:#ffd27a;
  --ref-text:#eef2fb;
  --ref-muted:rgba(238,242,251,.7);
  --ref-line:rgba(255,255,255,.15);
  --ref-display:"Montserrat","Avenir Next","Inter Tight",Inter,sans-serif;
  --ref-serif:"Instrument Serif","Iowan Old Style",Baskerville,Georgia,serif;
  color-scheme:dark;
  background:var(--ref-night);
}

html[data-brand="reference"] body{
  background:
    radial-gradient(circle at 12% 4%,rgba(59,107,224,.19),transparent 31rem),
    radial-gradient(circle at 92% 25%,rgba(250,185,75,.07),transparent 25rem),
    var(--ref-night);
  color:var(--ref-text);
}

html[data-brand="reference"] body:before{
  position:fixed;
  z-index:0;
  inset:0;
  content:"";
  pointer-events:none;
  opacity:.055;
  background-image:linear-gradient(rgba(255,255,255,.45) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.45) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,black,transparent 72%);
}

html[data-brand="reference"] body>*,
html[data-brand="reference"] main{position:relative;z-index:1}

html[data-brand="reference"] h1,
html[data-brand="reference"] h2,
html[data-brand="reference"] h3,
html[data-brand="reference"] .signature,
html[data-brand="reference"] .brand{font-family:var(--ref-display)}

html[data-brand="reference"] h1 em,
html[data-brand="reference"] h2 em{font-family:var(--ref-serif);font-weight:400}

html[data-brand="reference"] .topbar,
html[data-brand="reference"] .site-header{
  background:rgba(7,16,39,.86);
  border-bottom:1px solid var(--ref-line);
  backdrop-filter:blur(20px) saturate(1.25);
}

html[data-brand="reference"] .topbar.is-scrolled{background:rgba(7,16,39,.96)}
html[data-brand="reference"] .signature{font-weight:700;letter-spacing:-.055em}
html[data-brand="reference"] #main-nav a:after{background:var(--ref-gold)}
html[data-brand="reference"] .top-cta,
html[data-brand="reference"] .nav-cta{border-radius:999px;border-color:rgba(255,210,122,.7)}
html[data-brand="reference"] .top-cta:hover,
html[data-brand="reference"] .nav-cta:hover{background:var(--ref-gold);color:var(--ref-night)!important}

html[data-brand="reference"] .button{
  min-height:51px;
  padding-inline:25px;
  border-radius:999px;
  font-family:var(--ref-display);
  font-weight:700;
  letter-spacing:.055em;
  box-shadow:none;
}
html[data-brand="reference"] .button-warm,
html[data-brand="reference"] .button:not(.ghost):not(.dark):not(.outline){background:var(--ref-gold);border-color:var(--ref-gold);color:var(--ref-night)}
html[data-brand="reference"] .button-warm:hover,
html[data-brand="reference"] .button:not(.ghost):not(.dark):not(.outline):hover{background:var(--ref-gold-light);border-color:var(--ref-gold-light)}
html[data-brand="reference"] .button-line,
html[data-brand="reference"] .button.ghost,
html[data-brand="reference"] .button.outline{border-color:rgba(255,255,255,.5);background:rgba(7,16,39,.08);color:white}
html[data-brand="reference"] .button-black,
html[data-brand="reference"] .button.dark{background:var(--ref-night);border-color:var(--ref-night);color:white}
html[data-brand="reference"] .button:disabled{cursor:wait;opacity:.68;transform:none;box-shadow:none}

/* Homepage */
html[data-brand="reference"] .hero{background:var(--ref-night)}
html[data-brand="reference"] .kicker,
html[data-brand="reference"] .section-label{color:var(--ref-gold);font-family:var(--ref-display);font-weight:700}
html[data-brand="reference"] .hero h1{max-width:890px;font-family:var(--ref-display);font-weight:600;letter-spacing:-.065em;text-wrap:balance}
html[data-brand="reference"] .hero h1 em{color:var(--ref-gold-light);font-family:var(--ref-serif);font-size:1.08em;letter-spacing:-.035em}
html[data-brand="reference"] .hero-lead{max-width:580px;color:var(--ref-muted);font-size:16px}
html[data-brand="reference"] .scroll-note span{color:var(--ref-gold)}

/* Hero minimalista baseado na nova referência. */
html[data-brand="reference"] .hero-minimal{
  display:flex;
  min-height:100svh;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
  padding-top:76px;
  background-image:linear-gradient(90deg,rgba(7,16,39,.97) 0%,rgba(7,16,39,.9) 44%,rgba(7,16,39,.46) 70%,rgba(7,16,39,.58) 100%),linear-gradient(180deg,rgba(7,16,39,.28),rgba(7,16,39,.38) 62%,rgba(7,16,39,.96) 100%),url('/assets/photos/websummit-amplo.jpg');
  background-repeat:no-repeat;
  background-position:center,center,left center;
  background-size:cover,cover,112% auto;
  isolation:isolate;
}
html[data-brand="reference"] .hero-top-shade{
  position:absolute;
  z-index:-2;
  top:0;
  left:50%;
  width:min(100%,1100px);
  height:72%;
  transform:translateX(-50%);
  background:radial-gradient(48% 80% at 50% 0%,rgba(126,163,255,.15),transparent 72%);
}
html[data-brand="reference"] .hero-border-frame{
  position:absolute;
  z-index:-1;
  inset:76px 0 0;
  width:min(100%,1100px);
  margin:auto;
  pointer-events:none;
}
html[data-brand="reference"] .hero-border-frame span{position:absolute;inset-block:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.14) 18%,rgba(255,255,255,.14) 83%,transparent)}
html[data-brand="reference"] .hero-border-frame span:nth-child(1){left:0}
html[data-brand="reference"] .hero-border-frame span:nth-child(2){left:32px;opacity:.45}
html[data-brand="reference"] .hero-border-frame span:nth-child(3){right:32px;opacity:.45}
html[data-brand="reference"] .hero-border-frame span:nth-child(4){right:0}
html[data-brand="reference"] .hero-center{
  display:flex;
  width:min(940px,calc(100% - 88px));
  min-height:calc(100svh - 245px);
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:78px 0 62px;
  text-align:left;
}
html[data-brand="reference"] .hero-announcement{
  display:inline-flex;
  align-items:center;
  gap:11px;
  width:max-content;
  max-width:100%;
  margin-bottom:29px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  box-shadow:0 8px 28px rgba(0,0,0,.18);
  color:rgba(238,242,251,.72);
  font:600 9px/1.25 var(--ref-display);
  letter-spacing:.04em;
  backdrop-filter:blur(14px);
  transition:background .2s,border-color .2s,transform .2s;
}
html[data-brand="reference"] .hero-announcement:hover{border-color:rgba(255,210,122,.42);background:rgba(255,255,255,.075);transform:translateY(-2px)}
html[data-brand="reference"] .hero-announcement>span:first-child{color:var(--ref-gold);font-size:13px}
html[data-brand="reference"] .hero-announcement>span:last-child{color:var(--ref-text);font-size:13px}
html[data-brand="reference"] .hero-announcement i{width:1px;height:18px;background:rgba(255,255,255,.15)}
html[data-brand="reference"] .hero-center .kicker{margin-bottom:24px}
html[data-brand="reference"] .hero-center h1{max-width:650px;margin:0;font-size:clamp(56px,6vw,88px);line-height:.88;text-align:left;text-shadow:0 0 50px rgba(238,242,251,.08)}
html[data-brand="reference"] .hero-center h1 em{display:inline-block;background:linear-gradient(135deg,#fff 10%,var(--ref-gold-light) 90%);background-clip:text;color:transparent}
html[data-brand="reference"] .hero-center .hero-lead{max-width:590px;margin:30px 0 0;font-size:clamp(16px,1.35vw,19px);line-height:1.65;letter-spacing:.005em;text-align:left}
html[data-brand="reference"] .hero-actions{justify-content:flex-start;margin-top:30px}
html[data-brand="reference"] .hero-actions .button{gap:10px;min-width:190px}
html[data-brand="reference"] .hero-logo-section{
  width:100%;
  padding:24px 0 30px;
  border-top:1px solid rgba(255,255,255,.13);
  background:rgba(4,9,25,.42);
}
html[data-brand="reference"] .hero-logo-section h2{margin:0 0 17px;text-align:center;color:var(--ref-muted);font:500 clamp(13px,1.2vw,17px)/1.4 var(--ref-display);letter-spacing:-.015em}
html[data-brand="reference"] .hero-logo-section h2 strong{color:var(--ref-text);font-weight:600}
html[data-brand="reference"] .hero-logo-cloud{
  position:relative;
  overflow:hidden;
  width:min(1180px,calc(100% - 44px));
  margin:auto;
  mask-image:linear-gradient(to right,transparent,black 13%,black 87%,transparent);
}
html[data-brand="reference"] .hero-logo-cloud>div{display:flex;width:max-content;align-items:center;gap:14px;padding-inline:24px;animation:hero-logo-marquee 76s linear infinite}
html[data-brand="reference"] .hero-logo-copy{display:contents}
html[data-brand="reference"] .hero-logo-item{
  display:flex;
  flex:0 0 132px;
  width:132px;
  height:54px;
  align-items:center;
  justify-content:center;
  padding:10px 15px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:11px;
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 30px rgba(0,0,0,.12);
}
html[data-brand="reference"] .hero-logo-item-wide{flex-basis:150px;width:150px}
html[data-brand="reference"] .hero-logo-item-square{flex-basis:76px;width:76px}
html[data-brand="reference"] .hero-logo-item img{display:block;max-width:100%;max-height:32px;width:auto;height:auto;object-fit:contain}
@keyframes hero-logo-marquee{to{transform:translateX(-50%)}}
html[data-brand="reference"] .hero-center{animation:hero-fade-slide .75s ease-out both}
@keyframes hero-fade-slide{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

html[data-brand="reference"] .section-light,
html[data-brand="reference"] .section-calm{background:rgba(7,16,39,.96);color:var(--ref-text)}
html[data-brand="reference"] .section-dark{background:var(--ref-night-2);color:var(--ref-text)}
html[data-brand="reference"] .manifesto{border-bottom:1px solid var(--ref-line)}
html[data-brand="reference"] .manifesto h2 em,
html[data-brand="reference"] .section-heading h2 em,
html[data-brand="reference"] .immersion h2 em{color:var(--ref-cobalt-light)}
html[data-brand="reference"] .large-copy{color:var(--ref-muted)}
html[data-brand="reference"] .recognition-line{border-color:var(--ref-line);color:rgba(238,242,251,.58)}
html[data-brand="reference"] .client-proof{border-block:1px solid var(--ref-line);background:rgba(7,16,39,.94)}
html[data-brand="reference"] .client-proof-heading{display:grid;grid-template-columns:minmax(180px,.7fr) 1.6fr;gap:60px;align-items:end;margin-bottom:44px}
html[data-brand="reference"] .client-proof-heading h2{max-width:760px;margin:0;font-size:clamp(34px,4.2vw,62px)}
html[data-brand="reference"] .client-logo-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
html[data-brand="reference"] .client-logo-card{display:flex;min-height:86px;align-items:center;justify-content:center;padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 12px 35px rgba(0,0,0,.12)}
html[data-brand="reference"] .client-logo-card img{display:block;width:auto;height:auto;max-width:100%;max-height:38px;object-fit:contain}
html[data-brand="reference"] .journey-card{border:1px solid var(--ref-line);border-radius:26px}
html[data-brand="reference"] .journey-card:after{background:linear-gradient(180deg,rgba(7,16,39,.14),rgba(7,16,39,.22) 34%,rgba(7,16,39,.96))}
html[data-brand="reference"] .card-link,
html[data-brand="reference"] .text-link{color:var(--ref-gold-light)}
html[data-brand="reference"] .stage-overlay{background:linear-gradient(90deg,rgba(7,16,39,.97),rgba(7,16,39,.78) 49%,rgba(7,16,39,.18) 82%),linear-gradient(0deg,rgba(7,16,39,.82),transparent 58%)}
html[data-brand="reference"] .topic-list{border-color:var(--ref-line)}
html[data-brand="reference"] .topic-list li{border-color:var(--ref-line)}
html[data-brand="reference"] .topic-list span{color:var(--ref-gold)}
html[data-brand="reference"] .trama{background:linear-gradient(135deg,var(--ref-cobalt) 0%,#244fbd 100%);color:white}
html[data-brand="reference"] .trama .section-label{color:var(--ref-gold-light)}
html[data-brand="reference"] .trama h2 em{color:var(--ref-gold-light)}
html[data-brand="reference"] .trama-stack,
html[data-brand="reference"] .trama-stack article{border-color:rgba(255,255,255,.3)}
html[data-brand="reference"] .immersion-photo{border-radius:24px;box-shadow:24px 26px 0 var(--ref-cobalt)}
html[data-brand="reference"] .immersion-notes span{border-color:var(--ref-line);border-radius:16px;color:var(--ref-muted)}
html[data-brand="reference"] .immersion-notes strong{color:var(--ref-gold-light)}
html[data-brand="reference"] .dark-link{color:var(--ref-cobalt-light)}
html[data-brand="reference"] .idea-grid{border-color:var(--ref-line)}
html[data-brand="reference"] .idea-grid a{border-color:var(--ref-line);background:rgba(13,29,66,.5)}
html[data-brand="reference"] .idea-grid a:hover{background:var(--ref-night-3)}
html[data-brand="reference"] .idea-grid span{color:var(--ref-cobalt-light)}
html[data-brand="reference"] .idea-grid p{color:var(--ref-muted)}
html[data-brand="reference"] .newsletter-band{border-radius:24px;background:var(--ref-gold);color:var(--ref-night)}
html[data-brand="reference"] .newsletter-band .section-label{color:var(--ref-night)}
html[data-brand="reference"] .contact{background:var(--ref-night-2)}
html[data-brand="reference"] .contact-grid>div>p:not(.section-label){color:var(--ref-muted)}
html[data-brand="reference"] .direct-contact{color:var(--ref-gold-light)}
html[data-brand="reference"] .contact input,
html[data-brand="reference"] .contact select,
html[data-brand="reference"] .contact textarea{border-color:rgba(255,255,255,.35)}
html[data-brand="reference"] .footer{background:#040919}

/* Páginas internas */
html[data-brand="reference"] body:not(.page-home){background:var(--ref-night);color:var(--ref-text)}
html[data-brand="reference"] .site-header .brand small{color:var(--ref-gold);font-family:var(--ref-display)}
html[data-brand="reference"] .site-header .nav-links{font-family:var(--ref-display);font-weight:600}
html[data-brand="reference"] .page-hero{background:var(--ref-night);border-bottom-color:var(--ref-gold)}
html[data-brand="reference"] .page-hero:after{background:linear-gradient(90deg,rgba(7,16,39,.98),rgba(7,16,39,.89) 44%,rgba(7,16,39,.31) 82%),linear-gradient(0deg,rgba(7,16,39,.78),transparent 64%)}
html[data-brand="reference"] .page-hero h1{font-family:var(--ref-display);font-weight:600;letter-spacing:-.06em}
html[data-brand="reference"] .page-hero h1 em{color:var(--ref-gold-light)}
html[data-brand="reference"] .crumbs,
html[data-brand="reference"] .eyebrow{color:var(--ref-gold)}
html[data-brand="reference"] .section{border-color:var(--ref-line);background:rgba(7,16,39,.97);color:var(--ref-text)}
html[data-brand="reference"] .section:nth-of-type(even):not(.dark):not(.blue){background:var(--ref-night-2)}
html[data-brand="reference"] .section.dark,
html[data-brand="reference"] .section.blue,
html[data-brand="reference"] .visual-story-dark{background:var(--ref-night-2);border-color:var(--ref-line)}
html[data-brand="reference"] .section h2{font-family:var(--ref-display);font-weight:600}
html[data-brand="reference"] .section h2 em{color:var(--ref-gold-light)}
html[data-brand="reference"] .page-consultoria .section-compact{padding:82px 0}
html[data-brand="reference"] .page-consultoria .section-compact .section-head{margin-bottom:36px}
html[data-brand="reference"] .page-consultoria .section-compact h2{max-width:820px;font-size:clamp(40px,5vw,66px)}
html[data-brand="reference"] .section h3,
html[data-brand="reference"] .journey h3,
html[data-brand="reference"] .card h3,
html[data-brand="reference"] .resource h2{font-family:var(--ref-display);font-weight:600}
html[data-brand="reference"] .lead,
html[data-brand="reference"] .topic p,
html[data-brand="reference"] .journey p,
html[data-brand="reference"] .card p,
html[data-brand="reference"] .resource p,
html[data-brand="reference"] .form-note{color:var(--ref-muted)}
html[data-brand="reference"] .journey,
html[data-brand="reference"] .card,
html[data-brand="reference"] .resource,
html[data-brand="reference"] .stats,
html[data-brand="reference"] .steps{background:rgba(13,29,66,.7);border-color:var(--ref-line);border-radius:22px;overflow:hidden}
html[data-brand="reference"] .journey,
html[data-brand="reference"] .card,
html[data-brand="reference"] .resource{border-color:var(--ref-line)}
html[data-brand="reference"] .stat,
html[data-brand="reference"] .step{border-color:var(--ref-line)}
html[data-brand="reference"] .stat strong,
html[data-brand="reference"] .step:before,
html[data-brand="reference"] .topic .num,
html[data-brand="reference"] .tags,
html[data-brand="reference"] .card-link,
html[data-brand="reference"] .resource a{color:var(--ref-cobalt-light)}
/* Em fundos azul-marinho, os elementos de ênfase usam dourado para manter leitura. */
html[data-brand="reference"] body:not(.page-home) .journey .num,
html[data-brand="reference"] body:not(.page-home) .stat strong,
html[data-brand="reference"] body:not(.page-home) .step:before,
html[data-brand="reference"] body:not(.page-home) .topic .num,
html[data-brand="reference"] body:not(.page-home) .tags,
html[data-brand="reference"] body:not(.page-home) .card-link,
html[data-brand="reference"] body:not(.page-home) .resource a{color:var(--ref-gold-light)}
html[data-brand="reference"] body:not(.page-home) .button.dark{background:transparent;border-color:var(--ref-gold);color:var(--ref-gold-light)}
html[data-brand="reference"] body:not(.page-home) .button.dark:hover{background:var(--ref-gold);color:var(--ref-night)}
html[data-brand="reference"] .logos{color:var(--ref-muted)}
html[data-brand="reference"] .filter{border-color:var(--ref-line);border-radius:999px;color:var(--ref-muted)}
html[data-brand="reference"] .filter.is-active{background:var(--ref-cobalt);color:white}
html[data-brand="reference"] .field label{color:var(--ref-muted)}
html[data-brand="reference"] .field input,
html[data-brand="reference"] .field select,
html[data-brand="reference"] .field textarea{border-color:var(--ref-line);border-radius:14px;background:rgba(13,29,66,.8);color:var(--ref-text)}
html[data-brand="reference"] .field select option{background:var(--ref-night-2);color:white}
html[data-brand="reference"] .site-footer{background:#040919}
html[data-brand="reference"] .footer-col h2{color:var(--ref-gold)}

/* Sobre e kit de divulgação */
html[data-brand="reference"] .story-copy{max-width:880px;margin-left:auto}
html[data-brand="reference"] .story-copy p{font-size:clamp(18px,2vw,24px);line-height:1.65;color:var(--ref-muted);margin-top:24px}
html[data-brand="reference"] .story-copy p:first-child{margin-top:0;color:var(--ref-text)}
html[data-brand="reference"] .mini-bio{max-width:980px;margin-left:auto;padding:42px;border:1px solid var(--ref-line);border-left:4px solid var(--ref-gold);border-radius:0 24px 24px 0;background:rgba(13,29,66,.72)}
html[data-brand="reference"] .mini-bio p{font-size:18px;line-height:1.75;color:var(--ref-text)}
html[data-brand="reference"] .mini-bio p+p{margin-top:18px}
html[data-brand="reference"] .press-kit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
html[data-brand="reference"] .press-photo{overflow:hidden;border:1px solid var(--ref-line);border-radius:22px;background:rgba(13,29,66,.72)}
html[data-brand="reference"] .press-photo figure{aspect-ratio:4/3;overflow:hidden;background:var(--ref-night-2)}
html[data-brand="reference"] .press-photo:first-child figure{aspect-ratio:4/5}
html[data-brand="reference"] .press-photo img{width:100%;height:100%;object-fit:cover}
html[data-brand="reference"] .press-photo:first-child img{object-position:center 20%}
html[data-brand="reference"] .press-photo-info{padding:24px}
html[data-brand="reference"] .press-photo-info h3{font-size:20px;margin-bottom:9px}
html[data-brand="reference"] .press-photo-info p{font-size:13px;color:var(--ref-muted);margin-bottom:20px}
html[data-brand="reference"] .download-link{display:inline-flex;align-items:center;min-height:44px;padding:0 17px;border:1px solid var(--ref-gold);color:var(--ref-gold-light);font:600 10px var(--ref-display);letter-spacing:.05em;text-transform:uppercase}
html[data-brand="reference"] .download-link:hover{background:var(--ref-gold);color:var(--ref-night)}
html[data-brand="reference"] .media-note{margin-top:24px;color:var(--ref-muted);font-size:13px}
@media(max-width:850px){html[data-brand="reference"] .press-kit-grid{grid-template-columns:1fr 1fr}html[data-brand="reference"] .mini-bio{padding:30px}}
@media(max-width:560px){html[data-brand="reference"] .press-kit-grid{grid-template-columns:1fr}html[data-brand="reference"] .page-consultoria .section-compact{padding:56px 0}html[data-brand="reference"] .page-consultoria .section-compact .section-head{margin-bottom:28px}}

/* Conteúdos explicativos */
html[data-brand="reference"] .explain-page{
  --ex-paper:var(--ref-night);
  --ex-white:var(--ref-night-2);
  --ex-ink:var(--ref-text);
  --ex-muted:var(--ref-muted);
  --ex-cobalt:var(--ref-cobalt-light);
  --ex-butter:var(--ref-gold);
  background:var(--ref-night);
  color:var(--ref-text);
}
html[data-brand="reference"] .explain-hero{background:transparent;border-color:var(--ref-line)}
html[data-brand="reference"] .explain-hero:after{background:rgba(59,107,224,.14)}
html[data-brand="reference"] .explain-hero h1{font-family:var(--ref-display);font-weight:600}
html[data-brand="reference"] .explain-hero h1 em{color:var(--ref-gold-light)}
html[data-brand="reference"] .explain-nav{border-color:var(--ref-line);background:rgba(7,16,39,.93)}
html[data-brand="reference"] .explain-nav a{color:var(--ref-muted)}
html[data-brand="reference"] .explain-nav a:hover{color:white}
html[data-brand="reference"] .explain-block{border-color:var(--ref-line);background:transparent}
html[data-brand="reference"] .explain-white{background:var(--ref-night-2)}
html[data-brand="reference"] .explain-tint{background:linear-gradient(135deg,#0c1b40,#122653)}
html[data-brand="reference"] .explain-heading h2{font-family:var(--ref-display);font-weight:600}
html[data-brand="reference"] .explain-summary,
html[data-brand="reference"] .explain-example,
html[data-brand="reference"] .explain-example.strong{border-color:var(--ref-line);border-radius:22px;background:rgba(13,29,66,.72);overflow:hidden}
html[data-brand="reference"] .explain-summary>div+div,
html[data-brand="reference"] .explain-summary li{border-color:var(--ref-line)}
html[data-brand="reference"] .explain-summary blockquote,
html[data-brand="reference"] .explain-example>p:last-child{font-family:var(--ref-serif)}
html[data-brand="reference"] .explain-photo{border-radius:24px}
html[data-brand="reference"] .explain-cards,
html[data-brand="reference"] .explain-cards article,
html[data-brand="reference"] .explain-steps,
html[data-brand="reference"] .explain-steps li,
html[data-brand="reference"] .explain-faq,
html[data-brand="reference"] .explain-faq details{border-color:var(--ref-line)}
html[data-brand="reference"] .explain-cards article{background:rgba(13,29,66,.45)}
html[data-brand="reference"] .explain-cards h3,
html[data-brand="reference"] .explain-example h3,
html[data-brand="reference"] .explain-steps h3,
html[data-brand="reference"] .explain-related-grid h3,
html[data-brand="reference"] .explain-faq summary{font-family:var(--ref-display);font-weight:600}
html[data-brand="reference"] .explain-steps li{background:rgba(7,16,39,.38)}
html[data-brand="reference"] .explain-related{background:var(--ref-night-2)}
html[data-brand="reference"] .explain-related-grid a{border-color:var(--ref-line);border-radius:20px;background:rgba(7,16,39,.52)}
html[data-brand="reference"] .explain-related-grid a:hover{background:var(--ref-night-3)}
html[data-brand="reference"] .explain-cta{border-radius:26px;background:linear-gradient(135deg,var(--ref-cobalt),#244fbd)}
html[data-brand="reference"] .explain-page .explain-cta .button.outline{border-color:rgba(255,255,255,.5);color:white}

@media(max-width:1040px){
  html[data-brand="reference"] #main-nav{background:rgba(7,16,39,.98)}
}

@media(max-width:850px){
  html[data-brand="reference"] .nav-links{background:rgba(7,16,39,.98)}
  html[data-brand="reference"] .hero-border-frame{width:calc(100% - 32px)}
  html[data-brand="reference"] .hero-center{width:min(720px,calc(100% - 64px));padding-top:72px}
  html[data-brand="reference"] .hero-center h1{font-size:clamp(56px,11vw,82px)}
  html[data-brand="reference"] .hero-minimal{background-position:center,center,left center;background-size:cover,cover,122% auto}
  html[data-brand="reference"] .client-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(max-width:560px){
  html[data-brand="reference"] body:before{opacity:.035;background-size:42px 42px}
  html[data-brand="reference"] .hero-minimal{padding-top:72px}
  html[data-brand="reference"] .hero-border-frame{top:72px}
  html[data-brand="reference"] .hero-border-frame span:nth-child(2){left:16px}
  html[data-brand="reference"] .hero-border-frame span:nth-child(3){right:16px}
  html[data-brand="reference"] .hero-center{width:calc(100% - 44px);min-height:calc(100svh - 230px);padding:60px 0 48px}
  html[data-brand="reference"] .hero-center h1{font-size:clamp(48px,14vw,62px);line-height:.94}
  html[data-brand="reference"] .hero-minimal{background-image:linear-gradient(90deg,rgba(7,16,39,.94),rgba(7,16,39,.7)),linear-gradient(180deg,rgba(7,16,39,.45),rgba(7,16,39,.64) 62%,rgba(7,16,39,.97)),url('/assets/photos/websummit-amplo.jpg');background-position:center,center,58% center;background-size:cover,cover,auto 100%}
  html[data-brand="reference"] .hero-center .kicker{font-size:8px;letter-spacing:.11em}
  html[data-brand="reference"] .hero-announcement{gap:8px;padding:8px 10px;font-size:8px}
  html[data-brand="reference"] .hero-announcement strong{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  html[data-brand="reference"] .hero-actions{width:100%;flex-direction:column}
  html[data-brand="reference"] .hero-actions .button{width:100%}
  html[data-brand="reference"] .hero-logo-section{padding-block:22px 26px}
  html[data-brand="reference"] .hero-logo-section h2{padding-inline:24px}
  html[data-brand="reference"] .hero-logo-cloud>div{gap:34px}
  html[data-brand="reference"] .client-proof-heading{grid-template-columns:1fr;gap:18px;margin-bottom:30px}
  html[data-brand="reference"] .client-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  html[data-brand="reference"] .client-logo-card{min-height:72px;padding:14px}
  html[data-brand="reference"] .journey-card,
  html[data-brand="reference"] .newsletter-band,
  html[data-brand="reference"] .explain-cta{border-radius:18px}
}

@media(prefers-reduced-motion:reduce){
  html[data-brand="reference"] body:before{display:none}
  html[data-brand="reference"] .hero-center{animation:none}
  html[data-brand="reference"] .hero-logo-cloud>div{animation:none}
}
