/* ============================================================
   RECEPCJA24 AI — CSS v3 (pixel-perfect z Figmy)
   Szerokość strony: 1256px, content: 1096px, padding sekcji: 100px 80px
   Fonty: Playfair Display (headings, cards), Inter (body)
   ============================================================ */

/* Mobile-only elements — hidden by default on desktop */
.flow-label-mobile{display:none;}
.flow-label-desktop{display:inline;}
.demo-img-header{display:none;}
.creator-img-text{display:none;}
.meta-intent-mobile{display:none !important;}
/* Benefit card desktop/mobile content swap */
.bc-mobile{display:none;}
.bc-desktop{display:block;}
.sec-h2-mobile{display:none;}
.sec-h2-desktop{display:block;}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}

/* ---- TOKENY ---- */
:root{
  --gold:#C9A96E;
  --gold-dark:#A8865A;
  --gold-light:#EDD17C;
  --gold-pale:#FFEEB9;
  --black:#000000;
  --dark1:#1A1A1A;
  --dark3:#333333;
  --white:#FFFFFF;
  --cream:#FAFAF8;
  --text:#000000;
  --muted1:#4A5565;
  --muted2:#6A7282;
  --border:#E5E7EB;
  --playfair:'Playfair Display',Georgia,serif;
  --inter:'Inter',system-ui,sans-serif;
}

body{font-family:var(--inter);background:var(--white);color:var(--text);overflow-x:hidden;line-height:1.6;padding-top:80px;}
a{text-decoration:none;}
img{display:block;max-width:100%;}

/* ---- LAYOUT ---- */
/* Figma: sekcja 1256px szeroka, content (padding 80px z każdej strony) = 1096px */
.sec-content{
  max-width:1256px;
  margin:0 auto;
  padding:100px 80px;
}

/* ---- SEKCJA NAGŁÓWEK ---- */
.sec-header{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:64px;}
.sec-header--center{align-items:center;text-align:center;}

.lbl{
  font-family:var(--inter);font-size:12px;font-weight:600;
  letter-spacing:3.6px;text-transform:uppercase;color:var(--gold);
  line-height:16px;
}
.lbl--gold-light{color:var(--gold-pale);}

.sec-h2{
  font-family:var(--playfair);font-size:44px;font-weight:500;
  line-height:54px;color:var(--text);
  width:100%;
}
.sec-h2--white{color:var(--white);}

.sec-desc{
  font-family:var(--inter);font-size:16px;font-weight:400;
  line-height:26px;color:var(--muted1);max-width:720px;
}
.sec-desc--gold-light{color:var(--gold-pale);}

/* ====================================================
   HEADER
   ==================================================== */
.hdr{
  position:fixed;top:0;left:0;right:0;z-index:100;
  height:80px;
  background:rgba(255,255,255,.988);
  border-bottom:1px solid var(--border);
  display:flex;align-items:center;
  padding:0 48px;
  transition:box-shadow .3s;
}
.hdr.scrolled{box-shadow:0 1px 20px rgba(0,0,0,.08);}
.hdr-inner{
  width:100%;max-width:1256px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
}
.hdr-logo{
  font-family:var(--playfair);font-size:15px;font-weight:400;
  letter-spacing:3.5px;text-transform:uppercase;color:var(--black);
}
.hdr-logo strong{font-weight:700;}
.hdr-nav{display:flex;align-items:center;gap:32px;}
.hdr-link{
  font-family:var(--inter);font-size:14px;font-weight:400;
  letter-spacing:.6px;text-transform:uppercase;color:var(--muted1);
  transition:color .2s;
}
.hdr-link:hover,.hdr-link--bold{color:var(--black);font-weight:700;}
.hdr-cta{
  font-family:var(--inter);font-size:14px;font-weight:500;
  color:var(--white);background:var(--black);
  padding:8px 16px;border-radius:4px;transition:background .2s;
}
.hdr-cta:hover{background:var(--gold);}
.hdr-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;}
.hdr-burger span{display:block;width:22px;height:2px;background:var(--text);transition:transform .3s,opacity .3s;}

/* ====================================================
   HERO
   ==================================================== */
.hero{
  background:var(--cream);
  padding-top:0;
}
.hero .sec-content{
  padding:80px 80px;
  display:flex;flex-direction:column;align-items:center;gap:48px;
}
.hero-main{
  display:flex;flex-direction:column;align-items:center;gap:24px;
  width:100%;
}
.hero-pill{
  display:inline-flex;align-items:center;
  padding:6px 16px;
  border:1px solid var(--gold);border-radius:100px;
  font-family:var(--inter);font-size:12px;font-weight:600;
  letter-spacing:2px;text-transform:uppercase;color:var(--gold);
}
.hero-h1{
  font-family:var(--playfair);font-size:72px;font-weight:500;
  line-height:82px;text-align:center;color:var(--black);
}
.hero-quote{
  font-family:var(--playfair);font-size:24px;font-weight:400;
  line-height:32px;text-align:center;color:var(--muted1);
  max-width:820px;
}
.hero-sub{
  font-family:var(--inter);font-size:16px;font-weight:400;
  line-height:26px;text-align:center;color:var(--muted2);
  max-width:720px;
}
.hero-img-wrap{
  width:100%;border-radius:24px;overflow:hidden;position:relative;
  background:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.08));
}
.hero-img{width:100%;height:520px;object-fit:cover;}
.hero-caption{
  position:absolute;bottom:14px;right:18px;
  font-family:var(--inter);font-size:14px;font-weight:300;
  letter-spacing:-.05em;color:#fff;opacity:.9;
}
.hero-actions{
  display:flex;flex-direction:row;justify-content:center;align-items:flex-start;
  gap:16px;flex-wrap:wrap;
}
.btn-primary{
  display:inline-flex;align-items:center;justify-content:center;
  padding:16px 28px;
  background:var(--gold);border:1px solid var(--gold);border-radius:4px;
  font-family:var(--inter);font-size:14px;font-weight:600;
  letter-spacing:1.5px;text-transform:uppercase;color:var(--white);
  transition:background .25s,transform .2s;cursor:pointer;
}
.btn-primary:hover{background:var(--gold-dark);transform:translateY(-1px);}
.btn-secondary{
  display:inline-flex;align-items:center;justify-content:center;
  padding:16px 28px;
  background:transparent;border:1px solid var(--gold);border-radius:4px;
  font-family:var(--inter);font-size:14px;font-weight:600;
  letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);
  transition:background .25s,color .25s;
}
.btn-secondary:hover{background:var(--gold);color:var(--white);}
.btn-secondary--wave{gap:10px;}
.btn-wave{
  display:flex;align-items:center;gap:2px;height:20px;flex-shrink:0;
}
.btn-wave span{
  display:block;width:2px;border-radius:1px;
  background:currentColor;
  animation:wave 1.3s ease-in-out infinite;
}
.btn-wave span:nth-child(1){height:4px;animation-delay:0s}
.btn-wave span:nth-child(2){height:10px;animation-delay:.1s}
.btn-wave span:nth-child(3){height:18px;animation-delay:.2s}
.btn-wave span:nth-child(4){height:12px;animation-delay:.3s}
.btn-wave span:nth-child(5){height:20px;animation-delay:.4s}
.btn-wave span:nth-child(6){height:14px;animation-delay:.5s}
.btn-wave span:nth-child(7){height:8px;animation-delay:.6s}
.btn-wave span:nth-child(8){height:16px;animation-delay:.7s}

/* Flow */
.flow-box{
  box-sizing:border-box;
  display:flex;flex-direction:column;align-items:center;
  padding:32px;gap:20px;
  width:100%;max-width:1000px;
  background:var(--white);border:1px solid var(--border);border-radius:16px;
}
.flow-label{
  font-family:var(--inter);font-size:12px;font-weight:600;
  letter-spacing:1px;text-transform:uppercase;color:var(--muted2);
  text-align:center;
}
.flow-steps{
  display:flex;flex-direction:row;justify-content:space-between;
  align-items:center;width:100%;
}
.flow-step{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  flex:1;text-align:center;
}
.flow-num{
  width:48px;height:48px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--inter);font-size:14px;font-weight:700;
  background:var(--cream);color:var(--muted2);
  margin-bottom:4px;
}
.flow-num--gold{background:var(--gold);color:var(--white);}
.flow-step strong{font-family:var(--inter);font-size:13px;font-weight:700;color:var(--text);}
.flow-step span{font-family:var(--inter);font-size:10px;font-weight:400;color:var(--muted2);}
.flow-arrow{font-size:16px;color:var(--gold);flex-shrink:0;padding:0 4px;margin-top:-8px;}

/* ====================================================
   CO ZYSKUJESZ (WhatYouGain) — białe tło
   ==================================================== */
.what-gain{background:var(--white);}
.benefit-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
.benefit-card{
  display:flex;flex-direction:column;align-items:flex-start;
  padding:32px;gap:16px;
  background:var(--white);border:1px solid var(--border);border-radius:12px;
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
.benefit-card:hover{border-color:var(--gold);box-shadow:0 8px 32px rgba(201,169,110,.1);transform:translateY(-3px);}
.b-icon{
  width:48px;height:48px;border-radius:50%;
  background:var(--cream);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.b-icon svg{width:24px;height:24px;}
.benefit-card h4{
  font-family:var(--playfair);font-size:20px;font-weight:500;
  line-height:26px;color:var(--text);
}
.benefit-card p{
  font-family:var(--inter);font-size:14px;font-weight:400;
  line-height:22px;color:var(--muted1);
}

/* ====================================================
   JAK DZIAŁA (HowItWorks) — cream
   ==================================================== */
.how-works{background:var(--cream);}
.slider-card{
  position:relative;border-radius:24px;overflow:hidden;
  width:100%;height:500px;
  box-shadow:0 18px 40px -12px rgba(0,0,0,.1);
  border:1px solid var(--border);
  margin-bottom:48px;
}
.slider-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .25s ease;}
.slider-overlay{position:absolute;inset:0;background:rgba(0,0,0,.62);}
.slider-content{
  position:relative;z-index:2;
  inset:48px;position:absolute;
  display:flex;flex-direction:column;justify-content:space-between;
}
.slider-top{}
.slider-header{display:flex;flex-direction:row;align-items:center;gap:16px;}
.slider-num{
  width:72px;height:72px;border-radius:50%;background:var(--gold);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--playfair);font-size:32px;font-weight:700;color:var(--white);
  flex-shrink:0;
}
.slider-title-block{display:flex;flex-direction:column;gap:8px;}
.slider-title{
  font-family:var(--playfair);font-size:36px;font-weight:500;
  line-height:44px;color:var(--white);
}
.slider-desc{
  font-family:var(--inter);font-size:16px;font-weight:400;
  line-height:24px;color:rgba(255,255,255,.8);
  max-width:800px;
}
.slider-bottom{display:flex;flex-direction:column;gap:16px;}
.slider-progress{display:flex;flex-direction:row;align-items:center;gap:20px;}
.slider-dots{display:flex;flex-direction:row;gap:8px;align-items:center;}
.sdot{
  width:6px;height:4px;background:rgba(255,255,255,.2);border-radius:2px;
  transition:all .25s;
}
.sdot--active{width:10px;background:var(--gold);}
.slider-scroll-hint{
  font-family:var(--inter);font-size:13px;font-weight:400;
  color:rgba(255,255,255,.7);
}
.slider-nav{display:flex;justify-content:space-between;align-items:center;}
.slider-btn{
  display:flex;align-items:center;gap:10px;
  background:none;border:none;cursor:pointer;
  font-family:var(--inter);font-size:13px;font-weight:400;
  color:rgba(255,255,255,.7);transition:color .2s;
}
.slider-btn:hover{color:var(--gold);}
.slider-btn-circle{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);
  font-size:16px;
}

/* Steps list */
.steps-list{
  background:var(--white);border:1px solid var(--border);border-radius:8px;
  padding:24px;margin-bottom:32px;
}
.steps-list-label{
  font-family:var(--inter);font-size:13px;font-weight:600;
  line-height:20px;color:var(--muted2);margin-bottom:12px;
}
.steps-ol{list-style:none;display:flex;flex-direction:column;gap:0;counter-reset:step;}
.step-li{
  display:flex;align-items:center;gap:12px;
  font-family:var(--inter);font-size:14px;font-weight:400;
  line-height:22px;color:var(--muted1);
  padding:6px 0;
  border-bottom:1px solid var(--border);
  counter-increment:step;
}
.step-li:last-child{border-bottom:none;}
.step-li::before{
  content:counter(step);
  font-family:var(--inter);font-size:14px;font-weight:700;
  color:var(--muted2);width:20px;flex-shrink:0;
}
.step-li--active{color:var(--text);font-weight:400;}
.step-li--active::before{color:var(--gold);}

/* Works notes */
.works-notes{display:flex;flex-direction:column;gap:16px;}
.works-callout{
  display:inline-block;
  background:var(--white);border:1px solid var(--border);border-radius:8px;
  padding:24px;
  font-family:var(--inter);font-size:13px;font-weight:600;
  line-height:20px;color:var(--gold);
  max-width:472px;
}
.works-disclaimer{
  font-family:var(--inter);font-size:13px;font-weight:400;
  line-height:20px;color:var(--muted1);
}

/* ====================================================
   SPECYFIKACJA TECHNICZNA (dark)
   ==================================================== */
.features-dark{background:var(--black);}
.feat-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.feat-card{
  display:flex;flex-direction:column;align-items:flex-start;
  padding:32px;gap:16px;
  background:var(--dark1);border:1px solid var(--dark3);border-radius:8px;
  transition:background .2s;
}
.feat-card:hover{background:#222;}
.feat-icon{width:32px;height:32px;flex-shrink:0;}
.feat-card h4{
  font-family:var(--playfair);font-size:22px;font-weight:500;
  line-height:28px;color:var(--white);
}
.feat-card p{
  font-family:var(--inter);font-size:14px;font-weight:400;
  line-height:22px;color:var(--gold-pale);
}

/* ====================================================
   DEMO / POSŁUCHAJ TECHNOLOGII (cream)
   ==================================================== */
.demo-section{background:var(--cream);}
.convos-bg{
  position:relative;border-radius:24px;overflow:hidden;
  width:100%;
}
.convos-bg-img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;z-index:0;
}
.convos-overlay{
  position:absolute;inset:0;
  background:linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.12));
  z-index:1;
}
.convos-grid{
  position:relative;z-index:2;
  display:flex;flex-direction:column;gap:32px;
  padding:32px;
}
.convo-card{
  background:var(--white);border:1px solid var(--border);border-radius:16px;
  padding:32px;display:flex;flex-direction:column;gap:24px;
}

/* Player bar */
.player-bar{
  display:flex;flex-direction:row;justify-content:space-between;align-items:center;
  padding:16px;background:var(--cream);border-radius:8px;
}
.play-left{display:flex;flex-direction:row;align-items:center;gap:16px;}
.play-btn{
  width:36px;height:36px;border-radius:50%;background:var(--gold);
  border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .2s;flex-shrink:0;
}
.play-btn:hover{background:var(--gold-dark);}
.play-btn svg{width:12px;height:12px;margin-left:2px;}
.audio-info{display:flex;flex-direction:column;gap:2px;}
.audio-title{font-family:var(--inter);font-size:14px;font-weight:600;color:var(--text);}
.audio-sub{font-family:var(--inter);font-size:11px;font-weight:400;color:var(--muted2);}
.waveform{display:flex;align-items:center;gap:3px;height:28px;flex:1;max-width:120px;}
.waveform span{
  display:block;width:3px;background:var(--gold);border-radius:1.5px;
  animation:wave 1.2s ease-in-out infinite;
}
.waveform span:nth-child(1){height:4px;animation-delay:0s}
.waveform span:nth-child(2){height:12px;animation-delay:.1s}
.waveform span:nth-child(3){height:24px;animation-delay:.2s}
.waveform span:nth-child(4){height:18px;animation-delay:.3s}
.waveform span:nth-child(5){height:6px;animation-delay:.4s}
.waveform span:nth-child(6){height:14px;animation-delay:.5s}
.waveform span:nth-child(7){height:28px;animation-delay:.6s}
.waveform span:nth-child(8){height:16px;animation-delay:.7s}
.waveform span:nth-child(9){height:8px;animation-delay:.8s}
.waveform span:nth-child(10){height:20px;animation-delay:.9s}
.waveform span:nth-child(11){height:24px;animation-delay:1s}
.waveform span:nth-child(12){height:12px;animation-delay:1.1s}
.waveform span:nth-child(13){height:18px;animation-delay:.2s}
.waveform span:nth-child(14){height:4px;animation-delay:.4s}
@keyframes wave{0%,100%{transform:scaleY(1)}50%{transform:scaleY(1.5)}}
.audio-time{font-family:var(--inter);font-size:12px;font-weight:400;color:var(--muted1);}
/* --- Dekoracyjny wave w nagłówku sekcji --- */
.hero-wave{
  display:flex;align-items:center;justify-content:center;
  gap:4px;height:48px;margin-top:8px;margin-bottom:32px;
}
.hero-wave span{
  display:block;width:4px;border-radius:2px;
  background:var(--gold);opacity:.85;
  animation:wave 1.4s ease-in-out infinite;
}
.hero-wave span:nth-child(1){height:10px;animation-delay:0s}
.hero-wave span:nth-child(2){height:24px;animation-delay:.07s}
.hero-wave span:nth-child(3){height:38px;animation-delay:.14s}
.hero-wave span:nth-child(4){height:28px;animation-delay:.21s}
.hero-wave span:nth-child(5){height:44px;animation-delay:.28s}
.hero-wave span:nth-child(6){height:20px;animation-delay:.35s}
.hero-wave span:nth-child(7){height:36px;animation-delay:.42s}
.hero-wave span:nth-child(8){height:48px;animation-delay:.49s}
.hero-wave span:nth-child(9){height:32px;animation-delay:.56s}
.hero-wave span:nth-child(10){height:16px;animation-delay:.63s}
.hero-wave span:nth-child(11){height:40px;animation-delay:.70s}
.hero-wave span:nth-child(12){height:26px;animation-delay:.77s}
.hero-wave span:nth-child(13){height:48px;animation-delay:.84s}
.hero-wave span:nth-child(14){height:34px;animation-delay:.91s}
.hero-wave span:nth-child(15){height:18px;animation-delay:.98s}
.hero-wave span:nth-child(16){height:42px;animation-delay:1.05s}
.hero-wave span:nth-child(17){height:28px;animation-delay:1.12s}
.hero-wave span:nth-child(18){height:38px;animation-delay:1.19s}
.hero-wave span:nth-child(19){height:14px;animation-delay:1.26s}
.hero-wave span:nth-child(20){height:30px;animation-delay:1.33s}

/* Convo columns */
.convo-cols{display:flex;flex-direction:row;gap:24px;}
.transcript-col{
  flex:1;display:flex;flex-direction:column;gap:12px;
  min-width:0;
}
.transcript-lbl{
  font-family:var(--inter);font-size:11px;font-weight:600;
  letter-spacing:1px;text-transform:uppercase;color:var(--gold);
}
.t-line{
  display:flex;flex-direction:column;gap:4px;
}
.t-who{
  font-family:var(--inter);font-size:12px;font-weight:700;color:var(--text);
}
.t-ai{color:var(--gold);}
.t-line > span:last-child{
  font-family:var(--inter);font-size:13px;font-weight:400;
  line-height:18px;color:var(--muted1);
}
.analysis-col{
  width:320px;flex-shrink:0;
  display:flex;flex-direction:column;gap:16px;
  padding:20px;background:var(--cream);border-radius:8px;
}
.meta-item{display:flex;flex-direction:column;gap:4px;}
.meta-lbl{
  font-family:var(--inter);font-size:10px;font-weight:600;
  letter-spacing:1px;text-transform:uppercase;color:var(--muted2);
}
.intent-pill{
  display:inline-block;padding:4px 10px;
  background:var(--gold-pale);border-radius:4px;
  font-family:var(--inter);font-size:12px;font-weight:600;color:var(--gold);
}
.meta-text{
  font-family:var(--inter);font-size:13px;font-weight:400;
  line-height:18px;color:var(--muted1);
}

/* ====================================================
   PANEL DYREKTORSKI (dark #1A1A1A)
   ==================================================== */
.dashboard-section{background:var(--dark1);}
.dash-carousel{
  position:relative;width:100%;max-width:960px;margin:0 auto;
  overflow:hidden;border-radius:16px;
}
.dash-carousel-track{
  display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);
  will-change:transform;width:100%;
}
.dash-carousel-slide{
  flex:0 0 100%;max-width:100%;
}
.dash-carousel-slide img{
  display:block;width:100%;height:auto;
}
.dash-carousel-btn{
  position:absolute;top:50%;transform:translateY(-50%);
  background:rgba(15,15,15,.6);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;width:48px;height:48px;border-radius:50%;
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .25s,border-color .25s,transform .25s;
  z-index:2;outline:none;
}
.dash-carousel-btn:hover{
  background:rgba(201,169,110,.15);
  border-color:rgba(201,169,110,.6);
  transform:translateY(-50%) scale(1.08);
}
.dash-carousel-btn--prev{left:16px;}
.dash-carousel-btn--next{right:16px;}
.dash-carousel-dots{
  position:absolute;bottom:14px;left:50%;transform:translateX(-50%);
  display:flex;gap:8px;z-index:2;
}
.dash-dot{
  width:8px;height:8px;border-radius:50%;
  background:rgba(255,255,255,.35);transition:background .3s,transform .3s;cursor:pointer;
}
.dash-dot--active{background:var(--gold);transform:scale(1.3);}
.dash-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.dash-stat{
  display:flex;flex-direction:column;gap:8px;
  padding:20px;background:var(--dark1);border-radius:8px;
}
.ds-label{
  font-family:var(--inter);font-size:12px;font-weight:400;
  color:var(--gold-pale);opacity:.7;line-height:15px;
}
.ds-num{
  font-family:var(--playfair);font-size:28px;font-weight:500;
  line-height:37px;color:var(--white);
}
.ds-num--gold{color:var(--gold);}
.ds-sub{
  font-family:var(--inter);font-size:11px;font-weight:400;
  color:var(--gold-light);line-height:13px;
}
.dash-bottom{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:stretch;}
.dash-log{
  display:flex;flex-direction:column;gap:12px;
  padding:20px;background:var(--dark1);border-radius:8px;
}
.dash-chart{
  width:360px;
  display:flex;flex-direction:column;gap:16px;
  padding:20px;background:var(--dark1);border-radius:8px;
}
.dash-section-title{
  font-family:var(--inter);font-size:14px;font-weight:700;color:var(--white);
}
.donut-wrap{display:flex;justify-content:center;align-items:center;margin:16px 0;}
.donut-svg{display:block;overflow:visible;}
.log-rows{display:flex;flex-direction:column;gap:0;}
.log-row{
  display:flex;align-items:center;
  justify-content:space-between;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,0.06);
  gap:12px;
}
.log-row:last-child{border-bottom:none;}
.log-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0;}
.log-right{display:flex;align-items:center;gap:8px;flex-shrink:0;}
.log-time{font-family:var(--inter);font-size:12px;color:rgba(255,255,255,0.45);white-space:nowrap;}
.log-sep{font-size:12px;color:rgba(255,255,255,0.25);margin:0 2px;}
.log-phone{font-family:var(--inter);font-size:13px;font-weight:500;color:var(--white);white-space:nowrap;}
.log-type{
  font-family:var(--inter);font-size:11px;font-weight:600;
  white-space:nowrap;flex-shrink:0;
  color:rgba(255,255,255,0.45);
}
.log-type--sale{color:#C9A96E;}
.log-type--offer{color:#C9A96E;}
.log-type--info{color:rgba(255,255,255,0.5);}
.log-type--cancel{color:rgba(255,255,255,0.35);}
.log-status{
  font-family:var(--inter);font-size:12px;
  color:var(--white);white-space:nowrap;
}
.log-status--gold{color:#C9A96E;}
.log-status--cream{color:rgba(237,209,124,0.7);}

/* Donut */
.donut-ring{
  width:120px;height:120px;border-radius:50%;
  border:16px solid var(--gold);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto;
}
.donut-center{
  font-family:var(--inter);font-size:16px;font-weight:700;color:var(--white);
}
.chart-legend{display:flex;flex-direction:column;gap:6px;}
.legend-row{
  display:flex;justify-content:space-between;align-items:flex-start;
  font-family:var(--inter);font-size:12px;
}
.legend-txt{color:var(--gold-pale);font-weight:400;}
.legend-val{color:var(--white);font-weight:700;}

/* ====================================================
   STWORZONE PRZEZ HOTELARZY (white)
   ==================================================== */
.creator-section{background:var(--white);}
.creator-grid{
  display:grid;grid-template-columns:480px 1fr;
  gap:64px;align-items:center;
  width:100%;
}
.creator-visual{
  width:480px;height:634px;
  border-radius:24px;overflow:hidden;
  border:1px solid var(--gold);
  flex-shrink:0;
}
.creator-img{width:100%;height:100%;object-fit:cover;object-position:top center;}
.creator-content{display:flex;flex-direction:column;gap:32px;}
.creator-content p{
  font-family:var(--inter);font-size:16px;font-weight:400;
  line-height:26px;color:var(--muted1);
}
.creator-content strong{color:var(--text);}
.creator-role{
  font-family:var(--inter);font-size:13px;font-weight:400;
  letter-spacing:1px;text-transform:uppercase;color:var(--muted2) !important;
  margin-top:-16px;
}

/* ====================================================
   ROADMAPA (cream)
   ==================================================== */
.roadmap-section{background:var(--cream);}
.roadmap-cols{
  display:grid;grid-template-columns:1fr 1fr;gap:32px;width:100%;
}
.roadmap-col{
  box-sizing:border-box;
  background:var(--white);border:1px solid var(--border);border-radius:12px;
  padding:32px;display:flex;flex-direction:column;gap:24px;
}
.roadmap-col-header{display:flex;align-items:center;gap:12px;}
.rm-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;}
.rm-dot--gold{background:var(--gold);}
.rm-dot--gray{background:var(--muted2);}
.roadmap-col-header h3{
  font-family:var(--playfair);font-size:24px;font-weight:500;
  line-height:32px;color:var(--text);
}
.rm-list{display:flex;flex-direction:column;gap:12px;}
.rm-item{display:flex;flex-direction:column;gap:2px;}
.rm-check{color:#101828;font-weight:400;margin-right:4px;}
.rm-arrow{color:var(--gold);margin-right:4px;}
.rm-title{font-family:var(--inter);font-size:14px;font-weight:400;line-height:22px;color:var(--text);}
.rm-title--gold{color:var(--gold);}
.rm-sub{font-family:var(--inter);font-size:12px;font-weight:400;line-height:18px;color:var(--muted2);padding-left:20px;}
.rm-desc{display:none;}
.footer-logo-text{
  font-family:var(--playfair);font-size:15px;font-weight:400;
  letter-spacing:3.5px;text-transform:uppercase;color:var(--white);
}

/* ====================================================
   WYDARZENIA (white)
   ==================================================== */
.events-section{background:var(--white);}
.events-section .sec-content{padding-bottom:100px;}
.events-section .sec-header{margin-bottom:64px;}
.how-works .sec-header{align-items:center;text-align:center;}
.events-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:32px;
  width:100%;
}
.event-card{
  border-radius:12px;overflow:hidden;position:relative;
  height:300px;cursor:pointer;transition:transform .3s;
}
.event-card:hover{transform:translateY(-4px);}
.event-card--link{display:block;text-decoration:none;color:inherit;}
a.header-nav-cta {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 20px;
  background: #C9A96E !important;
  color: #fff !important;
  font-family: var(--inter);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background .2s, transform .2s;
  white-space: nowrap;
}
a.header-nav-cta:hover {
  background: #b8925a !important;
  transform: translateY(-1px);
}
.event-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;}
.event-overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.2) 100%);
}
.event-text{
  position:absolute;bottom:0;left:0;right:0;
  padding:12px 24px 24px;
  display:flex;flex-direction:column;justify-content:flex-end;gap:6px;
  z-index:2;
}
.event-title{
  font-family:var(--inter);font-size:20px;font-weight:600;
  line-height:24px;color:var(--white);
}
.event-desc{
  font-family:var(--inter);font-size:14px;font-weight:400;
  line-height:17px;color:var(--white);opacity:.85;
}

/* ====================================================
   FAQ (white)
   ==================================================== */
.faq-section{background:var(--white);}
.faq-list{
  width:800px;
  display:flex;flex-direction:column;gap:0;
}
.faq-row{display:flex;flex-direction:column;}
.faq-q{
  display:flex;justify-content:space-between;align-items:center;
  width:100%;padding:24px 0;background:none;border:none;
  font-family:var(--playfair);font-size:20px;font-weight:500;
  line-height:27px;color:var(--text);cursor:pointer;text-align:left;
  border-bottom:1px solid var(--border);transition:color .2s;
}
.faq-row.open .faq-q{border-bottom:none;color:var(--gold);}
.faq-q:hover{color:var(--gold);}
.faq-chevron{
  width:20px;height:20px;flex-shrink:0;margin-left:16px;
  transition:transform .3s;
}
.faq-row.open .faq-chevron{transform:rotate(180deg);}
.faq-a{
  max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s;
  border-bottom:1px solid var(--border);
}
.faq-row.open .faq-a{max-height:200px;}
.faq-a p{
  font-family:var(--inter);font-size:16px;font-weight:400;
  line-height:26px;color:var(--muted1);padding-bottom:24px;
}

/* ====================================================
   FINAL CTA + FOOTER (black)
   ==================================================== */
.final-cta{background:var(--black);}
.cta-content{
  max-width:1256px;margin:0 auto;
  padding:120px 80px;
  display:flex;flex-direction:column;align-items:center;gap:48px;
}
.cta-text{
  display:flex;flex-direction:column;align-items:center;gap:24px;
  max-width:1096px;text-align:center;
}
.cta-h2{
  font-family:var(--playfair);font-size:48px;font-weight:500;
  line-height:58px;text-align:center;color:var(--white);
  max-width:800px;
}
.cta-sub{
  font-family:var(--inter);font-size:18px;font-weight:400;
  line-height:28px;text-align:center;color:var(--gold-pale);
  max-width:640px;
}
.cta-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:16px 28px;
  background:var(--gold);border:1px solid var(--gold);border-radius:4px;
  font-family:var(--inter);font-size:14px;font-weight:600;
  letter-spacing:1.5px;text-transform:uppercase;color:var(--white);
  transition:background .25s;
}
.cta-btn:hover{background:var(--gold-dark);}
.cta-contacts{
  display:flex;flex-direction:row;align-items:center;gap:32px;
}
.cta-contacts a{
  font-family:var(--inter);font-size:14px;font-weight:400;
  color:var(--gold-pale);transition:opacity .2s;
}
.cta-contacts a:hover{opacity:.7;}
.cta-divider{width:100%;max-width:1096px;border:none;border-top:1px solid var(--dark3);}
.footer-meta{
  display:flex;justify-content:space-between;align-items:center;
  width:100%;max-width:1096px;
}
.footer-meta span{
  font-family:var(--inter);font-size:13px;font-weight:400;
  line-height:16px;color:var(--muted2);
}

/* ====================================================
   RESPONSIVE — TABLET
   ==================================================== */
@media(max-width:1200px){
  .benefit-grid{grid-template-columns:repeat(2,1fr);}
  .feat-grid{grid-template-columns:repeat(2,1fr);}
  .dash-stats{grid-template-columns:repeat(2,1fr);}
  .creator-grid{grid-template-columns:1fr;}
  .creator-visual{width:100%;height:400px;}
}

@media(max-width:900px){
  .sec-content,.cta-content{padding:60px 32px;}
  .hero .sec-content{padding:60px 32px;}
  .flow-steps{flex-wrap:wrap;gap:12px;justify-content:center;}
  .flow-arrow{display:none;}
  .benefit-grid{grid-template-columns:1fr 1fr;}
  .feat-grid{grid-template-columns:1fr 1fr;}
  .dash-stats{grid-template-columns:1fr 1fr;}
  .dash-bottom{grid-template-columns:1fr;}
  .dash-chart{width:100%;}
  .roadmap-cols{grid-template-columns:1fr;}
  .events-grid{grid-template-columns:1fr;}
  .convo-cols{flex-direction:column;}
  .analysis-col{width:100%;}
  .faq-list{width:100%;}
  .hero-h1{font-size:48px;line-height:56px;}
  .hero-quote{font-size:18px;}
  .hero-img{height:280px;}
  .sec-h2{font-size:32px;line-height:40px;}
  .slider-card{height:380px;}
}

/* ====================================================
   RESPONSIVE — MOBILE (Figma: 390px)
   ==================================================== */
@media(max-width:768px){

  /* ---- HEADER ---- */
  body{padding-top:48px;}
  .hdr{
    height:48px;padding:12px 16px;
    background:rgba(255,255,255,.851);
  }
  .hdr-logo{font-size:11px;letter-spacing:2.5px;}
  .hdr-nav{display:none;gap:12px;}
  .hdr-nav.open{
    display:flex;flex-direction:column;
    position:fixed;inset:0;background:rgba(250,250,248,.98);
    justify-content:center;align-items:center;gap:32px;z-index:99;
  }
  .hdr-link{font-size:10px;font-weight:600;}
  .hdr-cta{font-size:10px;font-weight:500;padding:6px 12px;}
  .hdr-burger{display:flex;z-index:101;}
  .hdr-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .hdr-burger.open span:nth-child(2){opacity:0;}
  .hdr-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  /* ---- HERO (mobile layout: image on top, text below) ---- */
  .hero{background:var(--cream);}
  .hero .sec-content{
    padding:0 !important;gap:0 !important;
    flex-direction:column;
  }
  .hero-img-wrap{
    order:-1;width:100%;
    border-radius:0 0 20px 20px;
  }
  .hero-img{height:260px;border-radius:0;}
  .hero-caption{bottom:12px;right:16px;font-size:10px;}
  .hero-main{
    padding:32px 16px 0;gap:12px;
    align-items:flex-start;
    order:1;
  }
  .hero-pill{font-size:9px;letter-spacing:2px;padding:5px 12px;}
  .hero-h1{
    font-size:38px;line-height:44px;text-align:left;width:100%;
  }
  .hero-quote{
    font-family:var(--playfair);font-size:16px;line-height:24px;
    text-align:left;
  }
  .hero-sub{display:none;}
  .hero-actions{
    order:2;padding:20px 16px 0;width:100%;
    flex-direction:column;gap:10px;align-items:stretch;
  }
  .btn-primary,.btn-secondary{
    padding:14px 20px;font-size:11px;letter-spacing:1.5px;
    text-align:center;width:100%;
  }
  /* ---- Flow box: pełna szerokość jak przyciski ---- */
  .flow-box{
    order:3;
    margin:20px 16px 36px;
    border-radius:12px;padding:16px;gap:12px;
    box-sizing:border-box;
    width:auto;
    max-width:none;
  }
  .flow-label{font-size:9px;letter-spacing:1px;}
  .flow-steps{flex-wrap:nowrap;justify-content:space-between;gap:0;}
  .flow-arrow{display:block;font-size:10px;padding:0 2px;margin-top:-10px;}
  .flow-step{gap:4px;}
  .flow-num{width:24px;height:24px;font-size:10px;font-weight:700;margin-bottom:2px;}
  .flow-step strong{font-size:9px;line-height:1.2;}
  .flow-step span{font-size:8px;}

  /* ---- SEKCJA NAGŁÓWKI (mobile) ---- */
  .sec-content{padding:48px 16px;}
  /* Hero override — must come AFTER global sec-content */
  .hero .sec-content{padding:0 !important;gap:0 !important;}
  .sec-header{gap:8px;margin-bottom:24px;}
  .lbl{font-size:10px;letter-spacing:3px;}
  .sec-h2{font-size:26px;line-height:32px;width:100%;}
  .sec-desc{font-size:13px;line-height:20px;}
  /* ---- Benefit card desktop/mobile swap ---- */
  .bc-desktop{display:none !important;}
  .bc-mobile{display:block !important;}
  .sec-h2-desktop{display:none !important;}
  .sec-h2-mobile{display:block !important;}
  /* Benefit section: brak opisu jak w Figmie */
  .what-gain .sec-desc{display:none;}

  /* ---- Flow label mobile/desktop swap ---- */
  .flow-label-desktop{display:none;}
  .flow-label-mobile{display:inline;}
  /* Ukryj opisy pod krokami flow */
  .flow-desc{display:none;}

  /* ---- CO ZYSKUJESZ (WhatYouGain) ---- */
  .what-gain .sec-content{padding:48px 16px;gap:24px;display:flex;flex-direction:column;}
  .what-gain .sec-header{margin-bottom:0;}
  .benefit-grid{
    grid-template-columns:1fr 1fr;gap:10px;
  }
  /* Figma mobile: tylko 6 kafelków (3 rzędy × 2) */
  .benefit-grid .benefit-card:nth-child(n+7){display:none;}
  .benefit-card{
    padding:16px;gap:8px;
    background:var(--cream);border-radius:8px;
  }
  /* Mobile: no circle wrapper, bare icon */
  .b-icon{
    width:20px;height:20px;border-radius:0;
    background:transparent;
  }
  .b-icon svg{width:20px;height:20px;}
  .benefit-card h4{font-size:14px;line-height:19px;}
  /* Figma mobile: krótki opis, max 2 linie */
  .benefit-card p{
    font-size:11px;line-height:16px;color:var(--muted2);
    display:-webkit-box;-webkit-line-clamp:2;
    -webkit-box-orient:vertical;overflow:hidden;
  }

  /* ---- JAK DZIAŁA (mobile: lista zamiast slidera) ---- */
  .how-works .sec-content{padding:48px 16px;display:flex;flex-direction:column;gap:24px;}
  .how-works .sec-header{margin-bottom:0;align-items:center;text-align:center;}
  .how-works .sec-h2{width:auto;}
  /* Slider ukryty na mobile */
  .slider-card{display:none;}
  /* Lista kroków jako główny element */
  .steps-list{
    margin-bottom:0;
    background:transparent;border:none;padding:0;
  }
  .steps-list-label{
    font-size:10px;letter-spacing:3px;text-transform:uppercase;
    color:var(--gold);font-weight:600;margin-bottom:0;
  }
  .steps-ol{gap:0;}
  .step-li{
    padding:12px 0;gap:16px;
    font-family:var(--playfair);font-size:14px;font-weight:500;
    line-height:19px;color:#101828;
    border-bottom:1px solid var(--border);
  }
  .step-li::before{
    content:counter(step);
    width:28px;height:28px;
    display:flex;align-items:center;justify-content:center;
    background:var(--gold);border-radius:50%;
    color:var(--white);font-family:var(--inter);font-size:11px;font-weight:700;
    flex-shrink:0;
  }
  .step-li--active::before{background:var(--gold);}
  .works-notes{gap:0;}
  .works-callout{
    padding:14px;gap:6px;border-radius:8px;max-width:100%;
    display:flex;flex-direction:column;
  }
  .works-disclaimer{font-size:11px;line-height:16px;}

  /* ---- SPECYFIKACJA TECHNICZNA (dark) ---- */
  .features-dark{background:var(--dark1);}
  .features-dark .sec-content{padding:48px 16px;display:flex;flex-direction:column;gap:24px;}
  .features-dark .sec-header{margin-bottom:0;}
  .feat-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .feat-card{
    padding:16px;gap:8px;background:#252525;border-radius:8px;
  }
  .feat-icon{width:20px;height:20px;}
  .feat-card h4{font-size:14px;line-height:19px;}
  .feat-card p{font-size:11px;line-height:15px;}

  /* ---- DEMO / ROZMOWY (mobile layout: image header, then cards) ---- */
  .demo-section{background:var(--cream);}
  .demo-section .sec-content{padding:0 !important;display:flex;flex-direction:column;gap:0;}
  .demo-section .sec-header{display:none;} /* header przeniesiony na obraz */
  .convos-bg{border-radius:0;overflow:visible;position:static;}
  .convos-bg-img{
    position:static;width:100%;height:200px;
    object-fit:cover;border-radius:0;
    display:block;
  }
  .convos-overlay{display:none;}

  /* Mobile header overlay na obrazie */
  .demo-img-header{
    display:flex;flex-direction:column;gap:8px;
    position:absolute;bottom:0;left:0;right:0;
    padding:28px 20px;z-index:2;
  }
  .demo-img-header .lbl{color:var(--gold);margin-bottom:0;}
  .demo-img-header-title{
    font-family:var(--playfair);font-size:22px;font-weight:500;
    line-height:28px;color:var(--white);
  }

  /* Karty rozmów */
  .convos-grid{
    position:static;padding:24px 16px 48px;
    background:var(--cream);gap:16px;
  }
  .convo-card{padding:16px;gap:14px;border-radius:12px;}

  /* Player bar (mobile) */
  .player-bar{
    background:transparent;padding:0;
    flex-direction:row;justify-content:space-between;
  }
  .play-btn{width:28px;height:28px;}
  .play-btn svg{width:10px;height:10px;}
  .audio-title{font-size:13px;font-weight:700;}
  .audio-sub{display:none;}
  .waveform{max-width:80px;}
  .audio-time{font-size:11px;}

  /* Transcript (mobile - compact, no analysis col) */
  .convo-cols{flex-direction:column;gap:0;}
  .analysis-col{display:none;} /* analiza ukryta na mobile */
  .transcript-col{gap:6px;}
  .transcript-lbl{display:none;}
  .t-line{display:block;}
  .t-line span:last-child{
    font-size:11px;line-height:16px;font-weight:700;
  }
  .t-who{display:none;}
  /* AI lines gold, guest lines dark */
  .t-line:nth-child(odd) span:last-child{color:var(--gold);}
  .t-line:nth-child(even) span:last-child{color:#101828;}

  /* Intent row (mobile) */
  .convo-card .meta-intent-mobile{
    display:flex;flex-direction:column;gap:3px;
    padding-top:8px;border-top:1px solid var(--border);
    margin-top:4px;
  }

  /* ---- PANEL DYREKTORSKI (mobile) ---- */
  .dashboard-section{background:var(--dark1);}
  .dashboard-section .sec-content{padding:48px 0;display:flex;flex-direction:column;gap:24px;overflow:visible;}
  .dashboard-section .sec-header{margin-bottom:0;padding:0 16px;}
  .dashboard-section .sec-desc{font-size:13px;line-height:20px;padding:0 16px;}
  .dash-carousel{width:100%;margin-left:0;border-radius:0;}
  .dash-mockup{padding:16px;gap:12px;border-radius:12px;}
  .dash-stats{grid-template-columns:1fr 1fr;gap:10px;}
  .dash-stat{padding:12px;border-radius:6px;background:#151515;}
  .ds-label{font-size:10px;color:#D1D5DC;}
  .ds-num{font-size:22px;line-height:29px;}
  .ds-sub{font-size:11px;}
  .dash-bottom{grid-template-columns:1fr;}
  .dash-bottom{
    display:flex;flex-direction:column;gap:12px;
  }
  .dash-log{background:#151515;padding:16px;border-radius:8px;}
  .dash-chart{width:100%;padding:16px;border-radius:8px;}
  .donut-wrap{margin:12px 0;}
  .dash-section-title{font-size:11px;font-weight:700;}
  .log-row{padding:8px 0;border-bottom:1px solid var(--dark3);}
  .log-row:last-child{border-bottom:none;padding-bottom:0;}
  .log-time,.log-phone{font-size:11px;color:var(--gold-pale);}
  .log-type{display:none;}
  .log-status{font-size:11px;}

  /* ---- STWORZONE PRZEZ HOTELARZY (mobile) ---- */
  .creator-section .sec-content{padding:0 !important;}
  .creator-grid{grid-template-columns:1fr;gap:0;}
  .creator-visual{
    width:100%;height:220px;border-radius:0;border:none;position:relative;
  }
  .creator-visual::after{
    content:'';position:absolute;inset:0;
    background:rgba(0,0,0,.25);
  }
  /* Overlay text na obrazie */
  .creator-img-text{
    display:flex;flex-direction:column;gap:4px;
    position:absolute;bottom:0;left:0;right:0;
    padding:24px 20px;z-index:2;
  }
  .creator-name{
    font-family:var(--playfair);font-size:18px;font-weight:500;
    line-height:24px;color:var(--white);
  }
  .creator-role{
    font-family:var(--inter);font-size:11px;font-weight:400;
    letter-spacing:1px;text-transform:uppercase;
    color:var(--gold) !important;margin-top:0;
  }
  .creator-content{
    padding:28px 16px 48px;gap:16px;
  }
  .creator-content p{font-size:13px;line-height:20px;}
  .creator-content .sec-h2{width:100%;}

  /* ---- ROADMAPA (mobile) ---- */
  .roadmap-section .sec-content{padding:48px 16px;display:flex;flex-direction:column;gap:24px;}
  .roadmap-cols{grid-template-columns:1fr;gap:16px;}
  .roadmap-col{padding:20px;gap:14px;border-radius:12px;}
  .rm-dot{width:8px;height:8px;border-radius:4px;}
  .roadmap-col-header h3{font-size:16px;line-height:21px;}
  .rm-title{font-size:12px;line-height:17px;}
  .rm-desc{font-size:12px;line-height:17px;}

  /* ---- WYDARZENIA (mobile) ---- */
  .events-section .sec-content{padding:48px 16px;display:flex;flex-direction:column;gap:24px;}
  .events-section .sec-header{margin-bottom:0;}
  .events-grid{grid-template-columns:1fr;gap:16px;}
  .event-card{height:200px;border-radius:12px;}
  .event-title{font-size:14px;font-weight:600;}
  .event-desc{font-size:11px;opacity:.8;}

  /* ---- FAQ (mobile) ---- */
  .faq-section .sec-content{padding:48px 16px;display:flex;flex-direction:column;gap:24px;}
  .faq-section .sec-header{margin-bottom:0;}
  .faq-list{width:100%;}
  /* FAQ question: 14px Playfair na mobile (nie 20px) */
  .faq-q{
    font-size:14px;line-height:19px;
    padding:16px 0;
  }
  .faq-chevron{width:16px;height:16px;}

  /* ---- FINAL CTA + FOOTER (mobile) ---- */
  .final-cta .cta-content{
    padding:56px 16px 48px;gap:40px;
  }
  .cta-text{gap:20px;}
  .cta-h2{font-size:26px;line-height:34px;max-width:100%;}
  .cta-sub{font-size:13px;line-height:20px;color:var(--gold-pale);}
  .cta-btn{
    padding:14px 20px;font-size:11px;letter-spacing:1.5px;
    width:100%;text-align:center;
  }
  .cta-contacts{
    flex-direction:column;align-items:center;gap:8px;
  }
  .cta-contacts a{font-size:13px;color:var(--gold-pale);}
  .cta-divider{margin:0;}
  .footer-meta{
    flex-direction:column;gap:12px;text-align:left;
    align-items:flex-start;
  }
  .footer-meta span{font-size:11px;}
}
