/* Olympos Dental — BCS landing */
:root{
  --blue:#2A7BE4;
  --blue-dark:#1E4FC2;
  --blue-soft:#E6F0FC;
  --navy:#0F1B3D;
  --text-2:#4A5573;
  --line:#E3E6EC;
  --bg:#F4F5F7;
  --white:#fff;
  --wa:#25D366;
  --wa-dark:#117A43;
  --r-lg:28px;
  --r-md:22px;
  --shadow:0 8px 30px rgba(15,27,61,.10);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--navy);font-family:'Inter Tight',Inter,system-ui,-apple-system,'Segoe UI',sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-dark)}
button{font-family:inherit}
:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip{position:absolute;left:12px;top:-60px;z-index:100;background:#fff;padding:10px 16px;border-radius:12px}
.skip:focus{top:12px}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:15px 24px;font-size:15.5px;font-weight:500;line-height:1.2;transition:transform .2s,background .2s,color .2s,border-color .2s;cursor:pointer;border:0;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-white{background:#fff;color:var(--navy)}
.btn-white:hover{color:var(--blue)}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-dark);color:#fff}
.btn-ghost{border:1.5px solid rgba(255,255,255,.75);color:#fff;padding:13.5px 24px}
.btn-ghost:hover{background:rgba(255,255,255,.12);color:#fff}
.btn-wa{background:var(--wa-dark);color:#fff;font-size:17px;padding:18px 26px;justify-content:center;white-space:normal;text-align:center}
.btn-wa:hover{background:#0C6636;color:#fff}
.btn svg{flex:none}

/* ---------- Navbar ---------- */
.nav-wrap{position:fixed;top:clamp(10px,2vw,22px);left:clamp(10px,3vw,36px);right:clamp(10px,3vw,36px);z-index:60}
.nav{max-width:var(--max);margin:0 auto;background:#fff;border-radius:999px;box-shadow:var(--shadow);padding:8px 8px 8px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.nav-logo img{height:38px;width:auto}
.nav-links{display:flex;gap:28px;font-size:14.5px}
.nav-links a{color:var(--navy)}
.nav-links a:hover{color:var(--blue)}
.nav .btn{padding:12px 20px;font-size:14.5px}
.nav-mobile{display:none;gap:8px;align-items:center}
.nav-mobile .btn{padding:11px 16px;font-size:14px}
.burger{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0}
.burger span{width:18px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s,opacity .25s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.menu{margin-top:8px;background:#fff;border-radius:24px;box-shadow:0 12px 40px rgba(15,27,61,.14);padding:10px;display:none;flex-direction:column}
.menu.open{display:flex}
.menu a{color:var(--navy);padding:14px 16px;font-size:17px;border-radius:14px}
.menu a:hover{background:var(--bg)}
@media (max-width:959px){
  .nav-links,.nav-desktop-cta{display:none}
  .nav-mobile{display:flex}
  .nav{padding-left:18px}
  .nav-logo img{height:32px}
}

/* ---------- Hero ---------- */
.hero{padding:12px}
.hero-box{position:relative;overflow:hidden;border-radius:clamp(24px,3vw,32px);min-height:clamp(680px,94vh,880px);background:#1d2436;display:flex;touch-action:pan-y}
.hero-bg{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}
.hero-bg.on{opacity:1}
.hero-bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.04);transition:transform 7s ease}
.hero-bg.on img{transform:scale(1)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(20deg,rgba(8,14,34,.92) 0%,rgba(8,14,34,.6) 45%,rgba(8,14,34,.15) 100%)}
.hero-inner{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding:clamp(100px,11vw,124px) clamp(20px,4vw,48px) clamp(24px,4vw,44px)}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.pill{background:#fff;color:var(--navy);border-radius:999px;padding:9px 16px;font-size:14px;font-weight:500}
.ht-badge{background:#fff;border-radius:16px;padding:8px 12px;display:flex;align-items:center}
.ht-badge img{height:52px;width:auto}
.hero-bottom{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:28px}
.hero-text{flex:1 1 520px;max-width:780px;display:flex;flex-direction:column;gap:28px}
.slides{display:grid}
.slide{grid-area:1/1;display:flex;flex-direction:column;justify-content:flex-end;gap:22px;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .6s ease,visibility .6s,transform .6s ease}
.slide.on{opacity:1;visibility:visible;transform:none}
.slide-title{margin:0;color:#fff;font-weight:300;font-size:clamp(40px,6.6vw,92px);line-height:.98;letter-spacing:-.035em;text-wrap:balance}
.slide-sub{margin:0;color:rgba(255,255,255,.92);font-size:clamp(16px,1.6vw,19px);line-height:1.5;max-width:560px;text-wrap:pretty}
.slide-btns{display:flex;flex-wrap:wrap;gap:10px}
.dots{display:flex;gap:8px;align-items:center}
.dot{width:8px;height:8px;border-radius:99px;border:0;padding:0;cursor:pointer;background:rgba(255,255,255,.45);transition:width .3s,background .3s}
.dot.on{width:28px;background:#fff}
.dot::before{content:"";display:block;margin:-18px -8px;height:44px}
.hero-cards{display:flex;gap:10px;flex-wrap:wrap}
.hero-card{background:#fff;border-radius:24px;padding:20px 22px;min-width:180px;display:flex;flex-direction:column;gap:18px}
.hero-card b{font-size:44px;font-weight:300;letter-spacing:-.04em;line-height:1;color:var(--navy);white-space:nowrap}
.hero-card span{font-size:13.5px;line-height:1.35;color:var(--text-2)}
@media (max-width:640px){
  .hero{padding:8px}
  .hero-box{min-height:calc(100svh - 16px)}
  .hero-inner{gap:28px}
  .hero-card{flex:1 1 0;width:auto;padding:16px 18px;gap:10px;border-radius:20px}
  .hero-card b{font-size:34px}
  .hero-cards{width:100%}
  .ht-badge img{height:42px}
  .slide-btns .btn{flex:1 1 auto;justify-content:center}
}

/* ---------- Sections ---------- */
.section{padding:clamp(72px,10vw,128px) 16px 0}
.wrap{max-width:var(--max);margin:0 auto;display:flex;flex-direction:column;gap:44px}
.wrap-narrow{max-width:880px}
.head{text-align:center;display:flex;flex-direction:column;gap:18px;align-items:center}
.h2{margin:0;font-weight:300;font-size:clamp(34px,5vw,62px);letter-spacing:-.035em;line-height:1.02;text-wrap:balance}
.lead{margin:0;font-size:clamp(16px,1.5vw,19px);line-height:1.55;color:var(--text-2);max-width:640px;text-wrap:pretty}
.eyebrow{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);font-weight:500}

/* Za koga */
.who{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:stretch}
.who-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.who-list li{background:#fff;border-radius:var(--r-md);padding:20px 22px;display:flex;gap:16px;align-items:center;font-size:clamp(16px,1.5vw,19px);line-height:1.4}
.check{flex:none;width:34px;height:34px;border-radius:50%;background:var(--blue-soft);display:flex;align-items:center;justify-content:center}
.who-img{position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:320px;background:#dfe3ea}
.who-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.who-img figcaption{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-radius:18px;padding:14px 16px;font-size:14.5px;line-height:1.45;color:var(--navy)}
@media (max-width:860px){.who{grid-template-columns:1fr}.who-img{min-height:260px;aspect-ratio:4/3}}

/* Metode */
.methods{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{background:#fff;border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column}
.card-img{aspect-ratio:16/10;overflow:hidden;background:#dfe3ea}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.card:hover .card-img img{transform:scale(1.04)}
.card-body{padding:26px 28px 30px;display:flex;flex-direction:column;gap:14px;flex:1}
.tag{align-self:flex-start;background:var(--bg);border-radius:999px;padding:6px 12px;font-size:13px;color:var(--text-2)}
.card h3{margin:0;font-weight:400;font-size:24px;letter-spacing:-.02em;line-height:1.15}
.card p{margin:0;font-size:15.5px;line-height:1.6;color:var(--text-2)}
.card .note{margin-top:auto;font-size:14px;font-style:italic;color:var(--blue)}
.feature{grid-column:1/-1;position:relative;overflow:hidden;border-radius:var(--r-lg);background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);color:#fff;display:grid;grid-template-columns:1.15fr .85fr;gap:24px}
.feature-text{position:relative;z-index:2;padding:clamp(28px,4vw,52px);display:flex;flex-direction:column;gap:18px}
.feature .tag{background:rgba(255,255,255,.18);color:#fff}
.feature h3{margin:0;font-weight:300;font-size:clamp(30px,3.6vw,46px);letter-spacing:-.03em;line-height:1.05}
.feature p{margin:0;font-size:16px;line-height:1.6}
.feature .emph{font-size:clamp(18px,1.8vw,21px);line-height:1.4;font-weight:500;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);border-radius:18px;padding:16px 18px}
.feature-art{position:relative;min-height:300px}
.feature-art .ring{position:absolute;right:-60px;bottom:-80px;width:420px;height:420px;border-radius:50%;border:26px solid rgba(255,255,255,.14);box-shadow:inset 0 0 60px rgba(255,255,255,.18)}
.feature-art .orb{position:absolute;right:60px;top:18%;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.95) 0%,rgba(190,220,255,.55) 22%,rgba(120,170,255,.2) 55%,rgba(255,255,255,.06) 75%);border:1px solid rgba(255,255,255,.45);box-shadow:0 30px 60px rgba(10,30,90,.35),inset -20px -30px 60px rgba(30,79,194,.5);animation:float 8s ease-in-out infinite}
.feature-art .orb-sm{position:absolute;right:250px;bottom:18%;width:72px;height:72px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.9),rgba(160,200,255,.3) 50%,rgba(255,255,255,.05) 80%);border:1px solid rgba(255,255,255,.4);animation:float 6s ease-in-out infinite reverse}
.feature-art .scan{position:absolute;left:0;right:40px;top:50%;transform:translateY(-50%);display:flex;justify-content:center}
@keyframes float{50%{transform:translateY(-14px)}}
@media (max-width:1024px){.methods{grid-template-columns:1fr 1fr}.methods .card:nth-child(3){grid-column:1/-1}.methods .card:nth-child(3) .card-img{aspect-ratio:21/9}}
@media (max-width:760px){.methods{grid-template-columns:1fr}.methods .card:nth-child(3) .card-img{aspect-ratio:16/10}.feature{grid-template-columns:1fr}.feature-art{min-height:200px;margin-top:-40px}.feature-art .orb{width:150px;height:150px;right:40px;top:10%}.feature-art .orb-sm{right:210px}}

/* Proces */
.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;counter-reset:s}
.step{background:#fff;border-radius:26px;overflow:hidden;display:flex;flex-direction:column}
.step-img{aspect-ratio:4/3;overflow:hidden;background:#dfe3ea}
.step-img img{width:100%;height:100%;object-fit:cover}
.step-body{padding:22px 24px 26px;display:flex;flex-direction:column;gap:10px}
.step-num{font-size:48px;font-weight:200;letter-spacing:-.04em;line-height:1;color:var(--blue)}
.step h3{margin:0;font-weight:500;font-size:19px;line-height:1.25}
.step p{margin:0;font-size:15px;line-height:1.55;color:var(--text-2)}
@media (max-width:1100px){.steps{grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){
  .steps{grid-template-columns:1fr;gap:10px}
  .step{flex-direction:row;align-items:stretch}
  .step-img{flex:0 0 112px;aspect-ratio:auto}
  .step-body{padding:18px 18px 20px;gap:6px}
  .step-num{font-size:32px}
}
.promise{position:relative;overflow:hidden;background:var(--navy);border-radius:32px;padding:clamp(36px,6vw,80px) clamp(24px,5vw,72px);color:#fff;display:flex;flex-direction:column;gap:32px;align-items:flex-start}
.promise::before{content:"";position:absolute;right:-120px;top:-160px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(42,123,228,.55) 0%,rgba(42,123,228,0) 70%)}
.promise-icon{position:relative;width:64px;height:64px;border-radius:20px;background:var(--blue);display:flex;align-items:center;justify-content:center}
.promise p{position:relative;margin:0;font-weight:300;font-size:clamp(32px,5.4vw,72px);letter-spacing:-.035em;line-height:1.04;max-width:980px;text-wrap:balance}
.promise .btn{position:relative}

/* Istanbul */
.city{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.stat{background:#fff;border-radius:var(--r-lg);padding:clamp(26px,3.5vw,40px);display:flex;flex-direction:column;gap:36px}
.stat-icon{width:52px;height:52px;border-radius:50%;background:var(--blue-soft);display:flex;align-items:center;justify-content:center}
.stat b{display:block;font-size:clamp(48px,6vw,80px);font-weight:300;letter-spacing:-.045em;line-height:1}
.stat span{font-size:17px;color:var(--text-2)}
.city-photo{grid-column:1/-1;position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:21/8;min-height:240px;background:#dfe3ea}
.city-photo img{width:100%;height:100%;object-fit:cover}
.city-photo figcaption{position:absolute;left:clamp(16px,3vw,32px);bottom:clamp(16px,3vw,28px);background:#fff;border-radius:999px;padding:10px 18px;font-size:14.5px;font-weight:500;display:flex;gap:8px;align-items:center}
@media (max-width:640px){.city{grid-template-columns:1fr}.stat{gap:22px}.city-photo{aspect-ratio:4/3}}

/* Tim */
.team{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.doc{flex:0 1 400px;background:#fff;border-radius:var(--r-lg);padding:10px;display:flex;flex-direction:column}
.doc-photo{aspect-ratio:4/5;border-radius:var(--r-md);background:linear-gradient(160deg,#EEF2F8 0%,#DCE4F0 100%);display:flex;align-items:flex-end;justify-content:center;overflow:hidden;position:relative}
.doc-photo svg{width:78%;height:auto}
.doc-photo small{position:absolute;top:14px;left:14px;background:#fff;border-radius:999px;padding:6px 12px;font-size:12.5px;color:var(--text-2)}
.doc-body{padding:22px 18px 20px;display:flex;flex-direction:column;gap:8px}
.doc-body h3{margin:0;font-weight:400;font-size:26px;letter-spacing:-.02em}
.doc-role{font-size:15px;color:var(--blue);font-weight:500}
.doc-exp{font-size:15px;color:var(--text-2)}
.doc-body p{margin:8px 0 0;font-size:15px;line-height:1.6;color:var(--text-2)}

/* FAQ */
.faq{display:flex;flex-direction:column;gap:10px}
.faq details{background:#fff;border-radius:var(--r-md)}
.faq summary{list-style:none;cursor:pointer;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:clamp(16px,1.5vw,19px);color:var(--navy);border-radius:var(--r-md)}
.faq summary::-webkit-details-marker{display:none}
.faq summary .plus{flex:none;width:32px;height:32px;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--blue);transition:transform .25s,background .25s}
.faq details[open] summary .plus{transform:rotate(45deg);background:var(--blue-soft)}
.faq details p{margin:0;padding:0 24px 22px;font-size:15.5px;line-height:1.6;color:var(--text-2)}

/* Kontakt */
.contact{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-card{background:#fff;border-radius:var(--r-lg);padding:clamp(24px,3.5vw,40px);display:flex;flex-direction:column;gap:32px;justify-content:space-between}
.contact-card h3{margin:0 0 8px;font-weight:400;font-size:24px;letter-spacing:-.02em}
.contact-card .hint{margin:0;font-size:15px;color:var(--text-2);line-height:1.55}
.contact dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:14px 20px;font-size:16px}
.contact dt{color:var(--text-2)}
.contact dd{margin:0}
.map{position:relative;min-height:380px;border-radius:var(--r-lg);overflow:hidden;background:linear-gradient(160deg,#E9EDF3,#DCE3EE)}
.map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.map-ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;text-align:center;color:var(--text-2);font-size:14.5px}
.map-ph svg{opacity:.8}
@media (max-width:760px){.contact{grid-template-columns:1fr}.map{min-height:300px}}

/* Footer */
.footer{background:var(--navy);color:#fff;padding:clamp(56px,7vw,88px) 16px 40px;margin-top:clamp(72px,10vw,128px)}
.footer .wrap{gap:36px}
.footer a{color:rgba(255,255,255,.82)}
.footer a:hover{color:#9CC3F5}
.footer hr{border:0;height:1px;background:rgba(255,255,255,.14);margin:0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.1fr;gap:40px}
.footer-brand{display:flex;flex-direction:column;gap:20px;align-items:flex-start}
.footer-brand img{height:52px;width:auto}
.footer-brand p{margin:0;font-size:15px;line-height:1.6;color:rgba(255,255,255,.72);max-width:340px}
.footer-brand .btn{padding:13px 22px;font-size:15px;color:var(--navy)}
.footer-brand .btn:hover{color:var(--blue)}
.footer-col{display:flex;flex-direction:column;gap:12px;font-size:15px}
.footer-col h3{margin:0 0 6px;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#9CC3F5}
.fc-item{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.82);line-height:1.45}
.fc-item svg{flex:none;margin-top:2px;color:#9CC3F5}
.footer-cert{display:flex;flex-wrap:wrap;gap:20px 28px;align-items:center}
.footer .ht-badge{padding:10px 14px}
.footer .ht-badge img{height:60px}
.footer-legal{display:flex;flex-direction:column;gap:4px;font-size:14.5px;line-height:1.55;color:rgba(255,255,255,.78)}
.footer-bottom{display:flex;flex-wrap:wrap;gap:12px 28px;justify-content:space-between;font-size:14px;color:rgba(255,255,255,.6)}
.footer-bottom nav{display:flex;flex-wrap:wrap;gap:12px 24px}
@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media (max-width:560px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer{padding-bottom:96px}}

/* Floating WA */
.wa-float{position:fixed;right:18px;bottom:18px;z-index:70;width:60px;height:60px;border-radius:50%;background:var(--wa);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(10,60,30,.3);transition:transform .2s}
.wa-float:hover{transform:scale(1.06)}

/* Cookie */
.cookie{position:fixed;left:12px;right:88px;bottom:18px;z-index:65;max-width:640px;background:#fff;border-radius:var(--r-md);box-shadow:0 14px 40px rgba(15,27,61,.18);padding:18px 20px;display:none;flex-wrap:wrap;gap:14px;align-items:center}
.cookie.show{display:flex}
.cookie p{margin:0;flex:1 1 260px;font-size:14px;line-height:1.5}
.cookie a{text-decoration:underline}
.cookie-btns{display:flex;gap:8px;flex-wrap:wrap}
.cookie .btn{padding:11px 18px;font-size:14px}
.btn-line{background:#fff;color:var(--navy);border:1.5px solid #D5DAE3}
.btn-line:hover{border-color:var(--navy);color:var(--navy)}

/* Legal pages */
.page-top{padding:clamp(10px,2vw,22px) clamp(10px,3vw,36px)}
.page-top .nav{position:static}
.legal{max-width:880px;margin:0 auto;padding:clamp(48px,8vw,96px) 16px 0}
.legal h1{margin:0 0 32px;font-weight:300;font-size:clamp(38px,5vw,62px);letter-spacing:-.035em;line-height:1.02}
.legal-box{background:#fff;border-radius:var(--r-lg);padding:clamp(24px,4vw,44px);font-size:16px;line-height:1.7;color:var(--text-2)}
.legal-box h2{font-size:20px;font-weight:500;color:var(--navy);margin:28px 0 8px}
.legal-box h2:first-child{margin-top:0}
.legal-box p{margin:0 0 12px}

/* Reveal */
.js [data-fade]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.js [data-fade].in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .js [data-fade]{opacity:1;transform:none}
}
@media (max-width:640px){.doc-photo{aspect-ratio:1/1}.doc-photo svg{width:62%}}
