
:root{
  --concert-accent:#5625d2;
  --concert-accent-dark:#4012b2;
  --concert-text:#151515;
  --concert-muted:#666;
  --concert-surface:#fff;
  --concert-surface-2:#f7f7fb;
  --concert-border:rgba(0,0,0,.08);
}

html { scroll-behavior: smooth; }
body { color: var(--concert-text); }
img { max-width: 100%; height: auto; }

.text-logo{
  font-family:'Prata', serif;
  font-size:30px;
  color:#000;
  text-decoration:none;
  letter-spacing:.3px;
}
.text-logo:hover{color:var(--concert-accent);}

#navigation.site-navigation{
  background:rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(0,0,0,.06);
}

.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  flex-wrap:wrap;
}

.lang-switch{
  display:inline-flex;
  align-items:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:999px;
  padding:4px;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
}
.lang-btn{
  border:0;
  background:transparent;
  color:#333;
  min-width:44px;
  padding:9px 12px;
  border-radius:999px;
  font-weight:700;
  font-size:13px;
  line-height:1;
  transition:.2s ease;
}
.lang-btn.active{
  background:#000;
  color:#fff;
}
.legal-back-link{
  color:#000;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}
.legal-back-link:hover{color:var(--concert-accent);}

.home_bg{
  height:auto !important;
  min-height:100vh;
  padding-bottom:80px;
  background:
    radial-gradient(circle at 20% 20%, rgba(86,37,210,.15), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(86,37,210,.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
}

.home-area{
  padding-top:180px;
  padding-bottom:70px;
}
.hero-text h2{
  max-width:700px;
}
.hero-lead{
  font-size:22px !important;
  line-height:1.55 !important;
  margin-bottom:18px !important;
}
.hero-copy{
  font-size:18px;
  line-height:1.8;
  color:var(--concert-muted);
  max-width:720px;
  margin-bottom:34px;
}
.home_btn{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}
.home-btn,.home-btn-two,.btn_light,.btn_color{
  min-height:56px;
}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.hero-badges span{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  border-radius:999px;
  padding:10px 16px;
  color:#333;
  font-size:14px;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.hero-text-img{
  position:relative;
}
.hero-text-img img{
  max-height:680px;
  width:auto;
}

.image-replace-note{
  margin-top:16px;
  font-size:13px;
  line-height:1.6;
  color:#7a7a7a;
}
.image-replace-note-dark{
  color:rgba(255,255,255,.74);
  padding:0 20px 24px;
}

.about-content{
  margin-top:-20px;
  padding-top:0;
}
.single_about,.single_feature,.legal-card{
  border:1px solid var(--concert-border);
  box-shadow:0 16px 44px rgba(0,0,0,.04);
}

.single_feature_one h3,
.single_feature_two h3{
  line-height:1.25;
}
.single_feature_one p,
.single_feature_two p{
  color:var(--concert-muted);
  line-height:1.8;
}

.section-padding{
  padding:110px 0;
}

.single_feature_img,
.single_feature_two_img,
.pt_faq,
.single_how_work_img{
  position:relative;
}
.single_feature_img img,
.single_feature_two_img img,
.pt_faq img,
.single_how_work_img img{
  border-radius:28px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 48px rgba(0,0,0,.08);
}

.single_feature{
  min-height:100%;
}
.single_feature p{
  color:var(--concert-muted);
}
.single_feature h3{
  min-height:58px;
}

.count_bg{
  border-radius:36px;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
}
.single-project{
  padding:18px 0;
}
.single-project h2{
  -webkit-text-stroke: 1px rgba(255,255,255,.55);
}
.single-project h4{
  padding-top:34px;
  font-size:22px;
}

.single_how_work p{
  line-height:1.9;
}

.app-screenshot .s-slider .item img{
  border-radius:24px;
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 18px 50px rgba(0,0,0,.08);
}

.about_video{
  background:linear-gradient(135deg,#0b0b0f 0%, #1a132f 100%);
}
.about_video:hover{
  background:linear-gradient(135deg,#0b0b0f 0%, #1a132f 100%);
}
.spotlight-icon{
  width:94px;
  height:94px;
  margin:0 auto;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#000;
  font-size:34px;
}
.spotlight-text{
  color:rgba(255,255,255,.82);
  font-size:19px;
  line-height:1.8;
  margin-top:24px;
}

.download{
  background:#000;
}
.download_icon p{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  line-height:1.8;
}

.faq_area .accordion-item{
  border-radius:18px !important;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08) !important;
  margin-bottom:14px;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}
.faq_area .accordion-button{
  font-weight:700;
}
.faq_area .accordion-button:not(.collapsed){
  background:#f4f1ff;
  color:#000;
}

.footer{
  padding:70px 0 40px;
  background:#fff;
  border-top:1px solid rgba(0,0,0,.06);
}
.footer-top-shell{
  display:grid;
  grid-template-columns:1.3fr .7fr 1fr;
  gap:40px;
  align-items:flex-start;
  margin-bottom:24px;
}
.footer-logo{
  display:inline-block;
  margin-bottom:14px;
}
.footer-tagline{
  color:var(--concert-muted);
  max-width:420px;
  line-height:1.8;
}
.footer-links-block h4,
.footer-download-block h4{
  margin-bottom:16px;
  font-size:18px;
}
.footer-legal-links{
  padding:0;
  margin:0;
  list-style:none;
}
.footer-legal-links li{
  margin-bottom:10px;
}
.footer-legal-links a{
  color:#000;
  text-decoration:none;
}
.footer-legal-links a:hover{
  color:var(--concert-accent);
}
.footer-store-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.footer-store-buttons .btn_light,
.footer-store-buttons .btn_color{
  text-align:center;
  width:100%;
}
.copyright{
  padding-top:10px;
  border-top:1px solid rgba(0,0,0,.06);
}
.copyright p{
  margin:0;
  color:var(--concert-muted);
}

/* Legal pages */
.legal-body{
  background:#fbfbff;
}
.legal-hero-wrapper{
  background:
    radial-gradient(circle at 20% 10%, rgba(86,37,210,.15), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f8f7ff 100%);
}
.legal-nav{
  position:sticky;
  top:0;
  z-index:1000;
}
.legal-hero{
  padding:110px 0 70px;
}
.legal-hero-inner{
  max-width:860px;
}
.legal-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:999px;
  padding:10px 16px;
  font-size:14px;
  margin-bottom:20px;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
}
.legal-hero h1{
  font-size:56px;
  line-height:1.2;
  margin-bottom:16px;
}
.legal-hero p{
  font-size:20px;
  line-height:1.8;
  color:var(--concert-muted);
  margin:0;
}
.legal-section{
  padding:30px 0 100px;
}
.legal-intro{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:28px;
  padding:28px 30px;
  line-height:1.9;
  color:#333;
  margin-bottom:28px;
  box-shadow:0 16px 44px rgba(0,0,0,.04);
}
.legal-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
}
.legal-card{
  background:#fff;
  border-radius:28px;
  padding:28px 30px;
}
.legal-card h2{
  margin-bottom:14px;
  font-size:26px;
}
.legal-card p{
  margin:0;
  color:#444;
  line-height:1.85;
}

@media (max-width: 1199.98px){
  .footer-top-shell{
    grid-template-columns:1fr 1fr;
  }
  .footer-download-block{
    grid-column:1 / -1;
  }
}

@media (max-width: 991.98px){
  .home-area{
    padding-top:145px;
  }
  .hero-text h2,
  .legal-hero h1{
    font-size:44px;
    line-height:1.2;
  }
  .hero-lead{
    font-size:18px !important;
  }
  .section-padding{
    padding:90px 0;
  }
  .footer-top-shell,
  .legal-grid{
    grid-template-columns:1fr;
  }
  .single_feature h3{
    min-height:auto;
  }
}

@media (max-width: 767.98px){
  .text-logo{
    font-size:24px;
  }
  .header-actions{
    justify-content:flex-start;
    margin-top:12px;
  }
  .hero-text h2,
  .video-container h3,
  .download_icon h2,
  .legal-hero h1{
    font-size:34px !important;
    line-height:1.24 !important;
  }
  .hero-copy,
  .legal-hero p{
    font-size:17px;
  }
  .hero-badges{
    gap:10px;
  }
  .hero-badges span{
    font-size:13px;
    width:100%;
    justify-content:center;
  }
  .home_btn,
  .footer-store-buttons{
    width:100%;
  }
  .home_btn a,
  .footer-store-buttons a,
  .download_icon a{
    width:100%;
    justify-content:center;
    margin-right:0 !important;
    margin-bottom:12px;
  }
  .single-project h2{
    float:none;
    display:block;
    margin:0 0 10px 0;
  }
  .single-project h4{
    padding-top:0;
  }
  .legal-intro,
  .legal-card{
    padding:22px 20px;
    border-radius:22px;
  }
  .legal-section{
    padding-bottom:80px;
  }
  .footer{
    padding-top:50px;
  }
}

@media (max-width: 575.98px){
  .home-area{
    padding-top:130px;
  }
  .about-content{
    margin-top:0;
  }
  .single_about,
  .single_feature{
    padding-left:22px;
    padding-right:22px;
  }
  .legal-eyebrow{
    font-size:13px;
  }
}

/* keep mouse follower from breaking if present on touch devices */
@media (hover:none), (pointer:coarse){
  .mouse-follower{display:none !important;}
}


/* 2026-03 visual polish */
.home-area{
  padding-top: 112px;
  padding-bottom: 56px;
}
.hero-text h2{
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  font-size: 76px;
  line-height: 1.04;
  letter-spacing: 0;
}
.hero-text-img{
  padding-top: 18px;
}
.single-project h2{
  color: #111 !important;
  -webkit-text-stroke: 0 !important;
  opacity: .22;
  font-weight: 700;
}
.single-project h4{
  position: relative;
  z-index: 1;
}
.home_btn,
.download_icon,
.footer-store-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.download_icon{
  justify-content: center;
}
.footer-store-buttons{
  justify-content: flex-start;
}
.store-btn{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 232px;
  min-height: 64px;
  padding: 14px 20px;
  border-radius: 18px;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .10);
  border: 1px solid rgba(15, 23, 42, .08);
}
.store-btn:hover{
  transform: translateY(-2px);
  text-decoration: none;
}
.store-btn__icon{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  font-size: 18px;
}
.store-btn__text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}
.store-btn__eyebrow{
  font-family: 'David Libre', serif;
  font-size: 12px;
  opacity: .72;
}
.store-btn__title{
  font-family: 'David Libre', serif;
  font-size: 22px;
  font-weight: 700;
}
.store-btn-apple{
  background: #fff;
  color: #111;
}
.store-btn-apple .store-btn__icon{
  background: #111;
  color: #fff;
}
.store-btn-apple:hover{
  color: #111;
  border-color: rgba(15, 23, 42, .14);
  box-shadow: 0 18px 34px rgba(15, 23, 42, .14);
}
.store-btn-google{
  background: linear-gradient(135deg, #171717 0%, #2f2f39 100%);
  color: #fff;
  border-color: rgba(255,255,255,.08);
}
.store-btn-google .store-btn__icon{
  background: rgba(255,255,255,.14);
  color: #fff;
}
.store-btn-google:hover{
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}
.download_icon .store-btn,
.footer-store-buttons .store-btn{
  margin: 0;
}
.download_icon span{
  display: none;
}
.footer-download-block{
  min-width: 280px;
}
.footer-download-block--compact h4{
  display: none;
}
.footer-top-shell{
  align-items: center;
}
@media only screen and (max-width: 991px){
  .home-area{
    padding-top: 96px;
  }
  .hero-text h2{
    font-size: 58px;
    line-height: 1.05;
  }
  .hero-text-img{
    padding-top: 38px;
  }
}
@media only screen and (max-width: 767px){
  .hero-text h2{
    font-size: 42px;
    line-height: 1.08;
  }
  .hero-lead{
    font-size: 18px !important;
  }
  .store-btn{
    width: 100%;
    min-width: 0;
  }
  .footer-store-buttons,
  .home_btn,
  .download_icon{
    gap: 12px;
  }
}


/* official store badges */
.store-badge-link{
  display: inline-flex;
  align-items: center;
  line-height: 0;
  transition: transform .22s ease, opacity .22s ease;
}
.store-badge-link:hover{
  transform: translateY(-2px);
  opacity: .96;
}
.store-badge{
  display: block;
  width: auto;
  height: 56px;
  max-width: 100%;
}
.download_icon .store-badge{
  height: 60px;
}
.footer-store-buttons .store-badge{
  height: 48px;
}
@media only screen and (max-width: 767px){
  .store-badge{
    height: 52px;
  }
  .download_icon .store-badge{
    height: 56px;
  }
  .footer-store-buttons .store-badge{
    height: 44px;
  }
}


/* 2026-03 legal prose fix */
.legal-hero{padding:72px 0 44px;}
.legal-hero-inner{max-width:900px;}
.legal-hero p{max-width:760px;}
.legal-section{padding:20px 0 90px;}
.legal-meta{display:flex;flex-wrap:wrap;gap:14px;margin:0 0 26px;}
.legal-meta-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:12px 18px;box-shadow:0 10px 24px rgba(0,0,0,.05);font-size:15px;line-height:1.4;color:#111;}
.legal-doc-wrap{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:28px;padding:34px 36px;box-shadow:0 16px 44px rgba(0,0,0,.04);}
.legal-doc{color:#222;line-height:1.8;font-size:17px;}
.legal-doc[hidden]{display:none !important;}
.legal-doc h1,.legal-doc h2,.legal-doc h3,.legal-doc h4{font-family:'Prata',serif;color:#111;line-height:1.25;margin:1.6em 0 .65em;}
.legal-doc h1{font-size:40px;}
.legal-doc h2{font-size:30px;}
.legal-doc h3{font-size:22px;}
.legal-doc h4{font-size:18px;}
.legal-doc h1:first-child,.legal-doc h2:first-child,.legal-doc h3:first-child{margin-top:0;}
.legal-doc p{margin:0 0 1em;}
.legal-doc ul,.legal-doc ol{margin:0 0 1.1em 1.3em;padding:0;}
.legal-doc li{margin:0 0 .45em;}
.legal-doc strong{color:#111;}
.legal-doc hr{border:none;border-top:1px solid rgba(0,0,0,.08);margin:28px 0;}
.legal-doc a{color:var(--concert-accent);text-decoration:none;}
.legal-doc a:hover{text-decoration:underline;}
.legal-doc blockquote{margin:1.1em 0;padding:14px 18px;border-left:3px solid var(--concert-accent);background:#f8f7ff;border-radius:14px;}
@media (max-width: 991.98px){
  .legal-hero{padding:58px 0 38px;}
  .legal-doc-wrap{padding:28px 26px;}
}
@media (max-width: 767.98px){
  .legal-meta{gap:10px;}
  .legal-meta-pill{font-size:14px;padding:10px 14px;}
  .legal-doc-wrap{padding:22px 18px;border-radius:22px;}
  .legal-doc{font-size:16px;line-height:1.75;}
  .legal-doc h1{font-size:31px;}
  .legal-doc h2{font-size:25px;}
  .legal-doc h3{font-size:20px;}
}
