/* KursRadar WWW 1.0.60: prawdziwe ekrany aplikacji i kontakt dla partnerów. */
.app-hero-visual{
  position:relative;
  min-height:650px;
  display:grid;
  place-items:center;
  isolation:isolate
}
.app-hero-halo{
  position:absolute;
  z-index:-2;
  width:570px;
  height:570px;
  border-radius:50%;
  background:
    radial-gradient(circle at 45% 46%,rgba(0,193,255,.27),rgba(21,94,239,.13) 37%,transparent 69%)
}
.app-hero-halo::after{
  content:"";
  position:absolute;
  inset:16%;
  border:1px solid rgba(73,191,255,.2);
  border-radius:50%;
  box-shadow:0 0 0 45px rgba(8,120,209,.04),0 0 0 90px rgba(8,120,209,.025)
}
.app-hero-phone,.real-phone-frame{
  position:relative;
  margin:0;
  overflow:hidden;
  border:7px solid #07111d;
  border-radius:38px;
  background:#06101c;
  box-shadow:0 34px 85px rgba(3,20,37,.28)
}
.app-hero-phone img,.real-phone-frame img{
  display:block;
  width:100%;
  height:auto;
  background:#06101c
}
.app-hero-phone-main{
  z-index:2;
  width:min(335px,57vw);
  transform:translateX(-34px) rotate(-1.2deg);
  box-shadow:0 45px 100px rgba(2,18,34,.4),0 0 0 1px rgba(255,255,255,.08)
}
.app-hero-phone-back{
  position:absolute;
  z-index:1;
  right:0;
  top:62px;
  width:255px;
  transform:rotate(5deg);
  opacity:.94;
  box-shadow:0 32px 75px rgba(2,18,34,.3)
}
.real-phone-speaker{
  position:absolute;
  z-index:4;
  top:10px;
  left:50%;
  width:54px;
  height:5px;
  transform:translateX(-50%);
  border-radius:999px;
  background:rgba(0,0,0,.62);
  box-shadow:0 0 0 1px rgba(255,255,255,.06)
}
.app-hero-badge{
  position:absolute;
  z-index:5;
  left:0;
  bottom:118px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:17px;
  background:rgba(255,255,255,.94);
  color:#0d2941;
  box-shadow:0 18px 42px rgba(4,31,54,.2);
  backdrop-filter:blur(14px)
}
.app-hero-badge>svg{
  width:30px;
  height:30px;
  padding:7px;
  border-radius:11px;
  color:#0878d1;
  background:#e8f6ff
}
.app-hero-badge small,.app-hero-badge strong{display:block}
.app-hero-badge small{color:#6b8194;font-size:8px;text-transform:uppercase;letter-spacing:.08em}
.app-hero-badge strong{margin-top:2px;font-size:12px}
.app-hero-chip{
  position:absolute;
  z-index:5;
  right:4px;
  top:86px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border:1px solid rgba(91,191,243,.28);
  border-radius:999px;
  background:#071a2d;
  color:#d7f4ff;
  font-size:10px;
  font-weight:700;
  box-shadow:0 15px 35px rgba(3,23,40,.28)
}
.app-hero-chip svg{width:15px;height:15px;color:#25c7f4}

.real-app-section{
  position:relative;
  overflow:hidden;
  padding:102px 0 96px;
  background:
    radial-gradient(circle at 4% 20%,rgba(7,132,219,.17),transparent 27%),
    radial-gradient(circle at 94% 88%,rgba(8,190,181,.1),transparent 25%),
    #06111f;
  color:#fff
}
.real-app-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px
}
.real-app-section .container{position:relative;z-index:1}
.real-app-heading{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.6fr);
  align-items:end;
  gap:64px;
  margin-bottom:48px
}
.real-app-heading h2{
  max-width:760px;
  margin:12px 0 0;
  font-size:clamp(39px,5vw,62px);
  line-height:1.02;
  letter-spacing:-.055em
}
.real-app-heading p{
  margin:0;
  color:#a7bfd3;
  font-size:14px;
  line-height:1.75
}
.real-app-proof{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:16px;
  color:#7ce4ac;
  font-size:11px;
  font-weight:700
}
.real-app-proof svg{width:17px;height:17px}
.real-app-gallery{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:17px;
  padding:5px 2px 26px;
  scrollbar-width:thin;
  scrollbar-color:#1b5c82 transparent
}
.real-app-card{
  min-width:0;
  padding:12px;
  border:1px solid rgba(141,200,231,.13);
  border-radius:29px;
  background:linear-gradient(165deg,rgba(17,40,62,.92),rgba(8,24,40,.9));
  box-shadow:0 25px 65px rgba(0,0,0,.18);
  transition:transform .22s,border-color .22s,box-shadow .22s
}
.real-app-card:hover{
  transform:translateY(-8px);
  border-color:rgba(72,195,247,.42);
  box-shadow:0 36px 75px rgba(0,0,0,.28)
}
.real-app-card .real-phone-frame{
  width:100%;
  border-width:5px;
  border-radius:25px;
  box-shadow:0 19px 45px rgba(0,0,0,.32)
}
.real-app-card-copy{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  padding:17px 5px 7px
}
.real-app-card-copy>span{
  color:#25bdf4;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em
}
.real-app-card-copy h3{
  margin:0 0 7px;
  color:#f4faff;
  font-size:14px;
  line-height:1.28
}
.real-app-card-copy p{
  margin:0;
  color:#91a9bc;
  font-size:10px;
  line-height:1.55
}
.real-app-scroll-note{
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:11px 0 0;
  color:#8ca5ba;
  font-size:10px;
  text-align:center
}
.real-app-scroll-note svg{width:16px;height:16px}

.partner-business-section{
  padding:30px 0 90px;
  background:#fff
}
.partner-business-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:74px minmax(0,1fr) auto;
  align-items:center;
  gap:27px;
  padding:34px 38px;
  border-radius:31px;
  background:
    radial-gradient(circle at 87% 20%,rgba(45,212,191,.2),transparent 28%),
    linear-gradient(135deg,#071827,#0b3d63 68%,#0878d1);
  color:#fff;
  box-shadow:0 30px 75px rgba(4,38,66,.2)
}
.partner-business-card::after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-160px;
  width:360px;
  height:360px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  box-shadow:0 0 0 50px rgba(255,255,255,.025),0 0 0 100px rgba(255,255,255,.018)
}
.partner-business-icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:23px;
  background:rgba(255,255,255,.1);
  color:#70e8ff
}
.partner-business-icon svg{width:32px;height:32px}
.partner-business-card>div,.partner-business-card>a{position:relative;z-index:1}
.partner-business-card h2{
  margin:7px 0 7px;
  font-size:clamp(25px,3vw,37px);
  line-height:1.08;
  letter-spacing:-.04em
}
.partner-business-card p{
  max-width:690px;
  margin:0;
  color:#b7d0e3;
  font-size:12px;
  line-height:1.65
}
.partner-business-card .btn{white-space:nowrap}

.real-app-duo{
  position:relative;
  min-height:600px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:38px 34px 54px;
  overflow:hidden;
  border:1px solid #d8e7f1;
  border-radius:36px;
  background:
    radial-gradient(circle at 50% 45%,rgba(18,153,229,.19),transparent 44%),
    linear-gradient(145deg,#eff9ff,#f9fcff);
  box-shadow:0 35px 90px rgba(31,67,105,.14)
}
.real-app-duo::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border:1px solid rgba(8,120,209,.13);
  border-radius:50%;
  box-shadow:0 0 0 50px rgba(8,120,209,.035),0 0 0 100px rgba(8,120,209,.02)
}
.real-app-duo .real-phone-frame{
  z-index:1;
  width:min(260px,42%);
  flex:0 0 auto;
  border-width:6px;
  border-radius:31px
}
.real-app-duo .real-phone-frame:first-child{transform:translate(18px,10px) rotate(-5deg)}
.real-app-duo .real-phone-frame:nth-child(2){transform:translate(-18px,-8px) rotate(4deg)}
.real-app-duo-label{
  position:absolute;
  z-index:3;
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  min-width:max-content;
  padding:8px 13px;
  border:1px solid #c8e3f3;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#40627c;
  font-size:9px;
  font-weight:700;
  box-shadow:0 10px 25px rgba(31,67,105,.1)
}
.contact-method.collaboration>svg{color:#0aa9a0}
.contact-method.collaboration a{color:#0878d1;font-weight:700}

@media(max-width:1120px){
  .app-hero-visual{width:min(690px,100%);margin:auto}
  .app-hero-phone-back{right:95px}
  .app-hero-badge{left:85px}
  .app-hero-chip{right:90px}
  .real-app-gallery{
    grid-template-columns:repeat(5,230px);
    overflow-x:auto;
    scroll-snap-type:x proximity;
    overscroll-behavior-inline:contain
  }
  .real-app-card{scroll-snap-align:start}
  .real-app-scroll-note{display:flex}
}
@media(max-width:900px){
  .real-app-heading{grid-template-columns:1fr;gap:20px}
  .partner-business-card{grid-template-columns:64px 1fr;gap:20px;padding:30px}
  .partner-business-icon{width:64px;height:64px}
  .partner-business-card>a{grid-column:1/-1;width:100%}
}
@media(max-width:680px){
  .app-hero-visual{min-height:515px;margin-top:18px}
  .app-hero-halo{width:420px;height:420px}
  .app-hero-phone-main{width:248px;transform:translateX(-27px) rotate(-1.2deg)}
  .app-hero-phone-back{top:54px;right:8px;width:174px;border-width:5px;border-radius:28px}
  .app-hero-badge{left:0;bottom:63px;padding:9px 11px}
  .app-hero-badge>svg{width:25px;height:25px}
  .app-hero-badge small{font-size:7px}
  .app-hero-badge strong{font-size:10px}
  .app-hero-chip{right:0;top:28px}
  .real-app-section{padding:74px 0 67px}
  .real-app-heading{margin-bottom:31px}
  .real-app-heading h2{font-size:39px}
  .real-app-heading p{font-size:13px}
  .real-app-gallery{
    width:calc(100% + 13px);
    grid-template-columns:repeat(5,76vw);
    gap:12px;
    padding-right:13px
  }
  .real-app-card{padding:10px;border-radius:25px}
  .real-app-card .real-phone-frame{border-radius:23px}
  .real-app-card-copy{padding:15px 5px 7px}
  .real-app-card-copy h3{font-size:15px}
  .real-app-card-copy p{font-size:11px}
  .partner-business-section{padding:20px 0 72px}
  .partner-business-card{grid-template-columns:1fr;text-align:left;padding:27px 24px}
  .partner-business-icon{width:58px;height:58px;border-radius:19px}
  .partner-business-card>a{font-size:12px}
  .real-app-duo{min-height:455px;padding:28px 15px 52px;border-radius:28px}
  .real-app-duo .real-phone-frame{width:54%;border-width:5px;border-radius:27px}
  .real-app-duo .real-phone-frame:first-child{transform:translate(22px,8px) rotate(-5deg)}
  .real-app-duo .real-phone-frame:nth-child(2){transform:translate(-22px,-6px) rotate(4deg)}
  .real-app-duo-label{font-size:8px}
}
@media(max-width:390px){
  .app-hero-phone-main{width:228px}
  .app-hero-phone-back{width:158px}
  .app-hero-badge{bottom:76px}
  .real-app-gallery{grid-template-columns:repeat(5,82vw)}
}
@media(prefers-reduced-motion:reduce){
  .real-app-card{transition:none}
}
