
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,400..800&display=swap');

:root{
  --blue:#a47a49;
  --navy:#102c45;
  --ink:#33495a;
  --muted:#6b7881;
  --pale:#eef5fb;
  --border:#e7edf5;
  --cream-start:#ead6c4;
  --cream-end:#faede2;
  --mobile-gutter:20px;
  --mobile-radius:28px;
  --mobile-section-space:64px;
}

*{box-sizing:border-box}
html,body{margin:0;background:#fff9f3;overflow-x:clip}
body{
  font-family:"Google Sans Flex",sans-serif;
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
}

/* Reference screenshot is ~690px wide but represents a ~1380px desktop canvas.
   All desktop geometry below is reconstructed at 2x screenshot scale. */
.page-shell{
  width:calc(100% - 84px);
  max-width:1296px;
  margin:42px auto;
}

.section-card{
  border-radius:68px;
  overflow:hidden;
}

/* HERO */
.hero-card{
  min-height:622px;
  position:relative;
  overflow:visible;
  background:linear-gradient(180deg,var(--cream-end) 0%,var(--cream-start) 100%);
}

/* Large, low-contrast brand mark in the left corner; the regular logo remains above it. */
.hero-card::before{
  content:"";
  position:absolute;
  top:0;
  left:26px;
  width:580px;
  height:100%;
  background:url("assets/sol-kose-logo-opaklikdusuk.png") left top / contain no-repeat;
  pointer-events:none;
}

.hero-card > .row{position:relative;z-index:1}

.hero-copy{
  padding:36px 0 52px 142px;
  min-height:622px;
  position:relative;
  z-index:2;
}

.brand-logo{
  display:inline-block;
  line-height:0;
}

.brand-logo img{
  width:108px;
  height:auto;
  display:block;
}

.hero-brand-row{display:flex;align-items:center;justify-content:space-between}
.mobile-menu-toggle,.mobile-menu{display:none}
.mobile-menu-close,.mobile-menu-footer,.mobile-menu-label,
.mobile-form-backdrop,.mobile-drawer-close,.mobile-appointment-cta{display:none}

.hero-center{
  margin-top:94px;
  max-width:490px;
}

.eyebrow,
.section-kicker{
  font-size:16px;
  color:#a47a49;
  font-weight:700;
  margin:0 0 8px;
}

h1,h2,h3,h4,h5,h6{
  color:#a47a49;
  font-family:"Google Sans Flex",sans-serif;
}

h1{
  font-size:50px;
  line-height:1.02;
  letter-spacing:-2.2px;
  font-weight:800;
  margin:0;
}

h1 span,h2 span{color:#a47a49}
.heading-navy{color:var(--navy)!important}

.small-copy,
.body-copy,
.feature-line p,
.product-points span,
.mobile-appointment-cta > p:not(.section-kicker){
  font-size:18px;
  color:#000000;
  line-height:1.75;
}

.pill-btn{
  background:var(--navy);
  color:#fff;
  border-radius:36px;
  padding:14px 28px;
  font-size:16px;
  border:0;
  min-height:44px;
  font-weight:600;
}
.pill-btn:hover{background:#0a2135;color:#fff}

a:focus-visible,
button:focus-visible{
  outline:2px solid var(--navy);
  outline-offset:3px;
}

.hero-media{
  position:relative;
  min-height:622px;
  overflow:visible;
}

.hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:opacity(.6);
  clip-path:inset(0 round 0 68px 68px 0);
}

.hero-nav{
  position:absolute;
  z-index:4;
  top:38px;
  left:auto;
  right:7%;
  width:max-content;
  min-height:72px;
  padding:8px 10px 8px 34px;
  border-radius:40px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:20px;
  background:rgba(239,225,211,.76);
  backdrop-filter:blur(10px);
}

.hero-nav-links{display:flex;align-items:center;gap:22px}

.hero-nav a{
  color:var(--navy);
  text-decoration:none;
  white-space:nowrap;
}

.hero-nav-links a{
  font-family:"Google Sans Flex",sans-serif;
  font-size:16px;
  font-weight:700;
}

.whatsapp-btn{
  min-height:54px;
  padding:0 30px;
  border-radius:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fbf0e7;
  font-family:"Google Sans Flex",sans-serif;
  font-size:16px;
  font-weight:300;
}

.hero-nav a:hover{color:#8d653b}

/* Make room for the appointment panel that intentionally overlaps the card. */
.hero-card + .intro-section{padding-top:156px}

.hero-form-card{
  position:absolute;
  z-index:2;
  width:min(78%,500px);
  right:9%;
  bottom:-74px;
  padding:46px 44px;
  border-radius:68px;
  background:linear-gradient(180deg,#fbf0e7 0%,#ead6c4 100%);
  box-shadow:0 22px 55px rgba(70,47,27,.14);
}

.hero-form-card h2{
  margin:0 0 28px;
  text-align:center;
  font-size:34px;
  font-weight:800;
  letter-spacing:-1.5px;
}

.hero-form{display:grid;gap:12px}

.hero-form .form-control,
.hero-form .form-select{
  min-height:48px;
  border:1px solid rgba(164,122,73,.28);
  border-radius:24px;
  padding:10px 18px;
  color:var(--ink);
  background:rgba(255,255,255,.62);
  font-size:13px;
}

.hero-form .pill-btn{margin-top:5px}

.top-contact{
  position:absolute;
  z-index:3;
  right:50px;
  top:38px;
  display:flex;
  align-items:center;
  gap:24px;
  font-size:12px;
  font-weight:700;
  color:#234a90;
}

.mail-round{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-size:16px;
}

/* SHARED CONTENT WIDTH */
.content-section{
  padding-left:142px;
  padding-right:142px;
}

/* INTRO */
.intro-section{
  padding-top:82px;
  padding-bottom:82px;
}

.section-title{
  font-size:40px;
  line-height:1.06;
  font-weight:800;
  letter-spacing:-1.6px;
  margin:0;
}

.feature-line{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:24px;
  margin-top:22px;
}

.check{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:6px;
  color:#fff;
  background:var(--navy);
  font-size:18px;
}

.feature-line h6{
  margin:0 0 4px;
  font-size:16px;
  font-weight:800;
}

.feature-line p{
  margin:0;
}

.procedure-wrap{
  position:relative;
  width:100%;
  max-width:490px;
  margin-left:auto;
}

.procedure-wrap img{
  width:100%;
  height:auto;
  display:block;
  border-radius:24px;
}

.client-badge{
  position:absolute;
  right:-96px;
  bottom:52px;
  width:264px;
  min-height:86px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#fff;
  border-radius:22px;
  box-shadow:0 18px 48px rgba(57,74,108,.16);
  padding:16px 24px;
}

.client-badge .count{
  font-size:32px;
  font-family:"Google Sans Flex",sans-serif;
  font-weight:800;
  letter-spacing:-1.2px;
  color:#a47a49;
  line-height:1;
}

.client-badge .label{
  font-family:"Google Sans Flex",sans-serif;
  font-weight:400;
  font-size:12px;
  color:#7e8ca5;
  letter-spacing:-.15px;
}

/* SERVICES */
.services-section{
  padding-top:38px;
  padding-bottom:98px;
}


.service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:48px;
}

.service-card{
  position:relative;
  height:100%;
  min-height:244px;
  padding:32px 24px;
  border:1px solid transparent;
  border-radius:16px;
  background:#fff;
  animation:card-enter .55s both,card-shadow-pulse 3.6s .65s ease-in-out infinite;
  transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease;
}

.service-grid > div:nth-child(2) .service-card{animation-delay:.08s}
.service-grid > div:nth-child(3) .service-card{animation-delay:.16s}
.service-grid > div:nth-child(4) .service-card{animation-delay:.24s}
.service-grid > div:nth-child(5) .service-card{animation-delay:.32s}

.service-card:hover{
  transform:translateY(-9px);
  border-radius:16px;
  background:#fff;
  box-shadow:0 16px 56px rgba(99,73,58,.16);
}

.service-card:hover .service-icon{transform:rotate(-8deg) scale(1.12)}

@keyframes card-enter{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes card-shadow-pulse{
  0%,100%{box-shadow:0 8px 22px rgba(99,73,58,0)}
  50%{box-shadow:0 16px 34px rgba(99,73,58,.09)}
}

.service-card.active{
  border-radius:16px;
  border-color:rgba(164,122,73,.42);
  background:linear-gradient(180deg,#fff 0%,#fdf6ee 100%);
  box-shadow:0 20px 46px rgba(99,73,58,.20);
  animation:card-enter .55s both;
}

.service-card.active .service-icon{color:#8d653b}

.service-flag{
  position:absolute;
  top:16px;
  right:16px;
  padding:5px 12px;
  border-radius:20px;
  background:var(--navy);
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.service-icon{
  color:#a47a49;
  font-size:36px;
  height:54px;
  transition:transform .25s ease;
}

.service-icon svg{display:block;width:38px;height:38px}

@media(prefers-reduced-motion:reduce){
  .service-card{animation:none}
  .service-card,.service-icon{transition:none}
}

.service-card h5{
  font-size:18px;
  font-weight:800;
  margin:10px 0 14px;
  color:var(--navy);
}

.service-card p{
  font-size:16px;
  color:#102c45;
  line-height:1.6;
  margin:0;
  letter-spacing:-1px;
}

.slider-dots{display:none}

/* MAP */
.map-section{padding-top:12px;padding-bottom:88px}
.map-section .body-copy{max-width:620px}
.map-frame{
  overflow:hidden;
  height:390px;
  border-radius:34px;
  box-shadow:0 18px 46px rgba(84,59,35,.12);
}
.map-frame iframe{width:100%;height:100%;border:0;filter:saturate(.72) sepia(.08)}

/* FIXED CONTACT */
.fixed-contact-actions{position:fixed;right:28px;bottom:28px;z-index:50}
.fixed-contact-actions a{
  min-height:58px;
  border-radius:30px;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  box-shadow:0 14px 34px rgba(16,44,69,.25);
  transition:transform .2s ease,background .2s ease;
}
.fixed-contact-actions a:hover{transform:translateY(-3px)}
.fixed-call{display:none}
.fixed-appointment{display:none}
.fixed-appointment{
  border:0;
  font-family:"Google Sans Flex",sans-serif;
  font-size:14px;
  font-weight:700;
  background:var(--blue);
  color:#fff;
}
.fixed-appointment i{font-size:19px}
.fixed-whatsapp{display:inline-flex;padding:0 22px;background:var(--navy);color:#fff}
.fixed-whatsapp i{font-size:22px}.fixed-whatsapp span{font-size:13px;font-weight:700}

/* PRODUCTS */
.products-card{
  margin:0 0 82px;
  padding:78px 142px;
  background:linear-gradient(180deg,var(--cream-end) 0%,var(--cream-start) 100%);
}

.products-copy .body-copy{max-width:620px}

.product-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.product-points > div{
  padding:20px;
  border-radius:16px;
  background:rgba(255,255,255,.54);
}
.product-points strong{display:block;color:#a47a49;font-family:"Google Sans Flex",sans-serif;font-size:16px;margin-bottom:7px}
.product-points span{display:block}

.brand-partner{
  container-type:inline-size;
  min-height:292px;
  padding:38px;
  border:1px solid rgba(164,122,73,.22);
  border-radius:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:rgba(255,255,255,.42);
}
.brand-partner strong{margin:0 0 18px;color:var(--navy);font-family:Georgia,serif;font-size:clamp(20px,12.2cqw,38px);line-height:1;letter-spacing:1px;white-space:nowrap}
.brand-partner-photo{
  display:block;
  width:100%;
  height:auto;
  margin-top:4px;
  border-radius:22px;
}

/* CTA */
/* Iletisim bolumu — gercek vitrin fotografi arka planda.
   Perde soldan saga aciliyor: metnin durdugu sol kolon neredeyse duz krem,
   sag tarafta magaza gorunuyor. Fotograf .cta-media'daki stok gorselin yerini aldi. */
.cta-card{
  min-height:622px;
  background-color:var(--cream-end);
  background-image:
    linear-gradient(97deg,
      rgba(250,237,226,.985) 0%,
      rgba(250,237,226,.965) 30%,
      rgba(250,237,226,.930) 46%,
      rgba(249,235,224,.865) 53%,
      rgba(248,233,221,.450) 63%,
      rgba(244,228,214,.200) 78%,
      rgba(240,222,206,.120) 100%),
    url("assets/iletisim-bg-1448.webp");
  background-size:auto,cover;
  background-position:center,center 46%;
  background-repeat:no-repeat;
}

.cta-copy{
  padding:122px 0 76px 142px;
  position:relative;
  z-index:2;
}

.cta-copy .small-copy{max-width:410px}

.address{
  display:flex;
  gap:20px;
  align-items:center;
  font-size:14px;
  color:var(--ink);
}

.address .pin{
  flex:0 0 64px;
  width:64px;
  height:64px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#a47a49;
  font-size:27px;
  line-height:1;
  box-shadow:0 8px 22px rgba(57,74,108,.10);
}

.address .pin i{display:block}

.address strong{
  display:block;
  font-size:20px;
  color:#a47a49;
}

.address small{
  display:block;
  font-size:12px;
}

.cta-media{
  min-height:622px;
  position:relative;
  overflow:hidden;
}

/* TESTIMONIAL */
/* Google Yorumlari — danisan gorusmesi fotografi arka planda, yogun krem perde
   altinda. Perde %90'in altina inmesin: yorum kartlari beyaz, kontrast kaciyor. */
.testimonial-section{
  padding-top:90px;
  padding-bottom:92px;
  margin-bottom:82px;
  border-radius:68px;
  overflow:hidden;
  background-color:var(--cream-end);
  background-image:
    linear-gradient(180deg,
      rgba(252,245,238,.955) 0%,
      rgba(249,238,229,.935) 44%,
      rgba(238,221,205,.935) 100%),
    url("assets/yorum-bg-serit-1254.webp");
  background-size:auto,cover;
  background-position:center,center;
  background-repeat:no-repeat;
}

/* Google yorumlari — gercek danisan yorumlari */
.review-summary{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:16px;
  padding:10px 22px;
  border-radius:32px;
  background:#fff;
  box-shadow:0 10px 30px rgba(57,74,108,.10);
}
.review-summary strong{
  font-family:"Google Sans Flex",sans-serif;
  font-size:26px;
  font-weight:800;
  line-height:1;
  color:#a47a49;
}
.review-summary small{font-size:13px;color:var(--muted)}

.review-stars{
  color:#e8a33d;
  font-size:19px;
  letter-spacing:2px;
  line-height:1;
}

.review-card{
  max-width:590px;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.review-card .body-copy{margin:0}

.review-author{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:auto;
}
.review-author img{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
  flex:0 0 48px;
  background:#efe3d7;
}
.review-author strong{
  display:block;
  font-size:15px;
  color:#a47a49;
}
.review-author small{
  display:block;
  font-size:12px;
  color:var(--muted);
}


.testimonial-photo{
  width:430px;
  margin-left:auto;
  position:relative;
}

.testimonial-photo:after{
  content:"";
  position:absolute;
  width:90%;
  height:92%;
  right:-34px;
  bottom:-26px;
  border-radius:26px;
  background:linear-gradient(145deg,var(--cream-start),var(--cream-end));
  z-index:-1;
}

.testimonial-photo img{
  width:100%;
  height:auto;
  border-radius:24px;
  display:block;
}

.testimonial-carousel{max-width:590px}
.testimonial-carousel .carousel-item{min-height:420px}
.testimonial-controls{display:flex;align-items:center;gap:14px;margin:24px 0 0}
.testimonial-control{
  width:38px;
  height:38px;
  padding:0;
  border:1px solid rgba(164,122,73,.34);
  border-radius:50%;
  background:transparent;
  color:var(--navy);
  font-size:19px;
  line-height:1;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.testimonial-control:hover{background:var(--navy);color:#fff;transform:translateY(-2px)}
.testimonial-carousel .carousel-indicators{position:static;width:auto;margin:0;gap:7px}
.testimonial-carousel .carousel-indicators button{
  width:7px;
  height:7px;
  margin:0;
  border:0;
  border-radius:50%;
  background:#d7c1aa;
  opacity:1;
}
.testimonial-carousel .carousel-indicators button.active{width:20px;border-radius:8px;background:var(--navy)}

/* FORM */
.appointment-card{
  width:1006px;
  max-width:calc(100% - 284px);
  margin:0 auto 84px;
  padding:56px 62px 52px;
  background:#fff;
  border-radius:24px;
  box-shadow:0 24px 64px rgba(55,74,106,.13);
}

.soft-input{
  min-height:64px;
  border:0;
  background:#f9eee5;
  border-radius:36px;
  padding:14px 30px;
  font-size:14px;
  color:var(--ink);
}

.soft-input:focus{
  background:#f9eee5;
  box-shadow:0 0 0 4px rgba(164,122,73,.16);
}

.submit-btn{
  min-height:56px;
  border-radius:36px;
  background:var(--navy);
  color:#fff;
  font-size:12px;
  border:0;
}

.submit-btn:hover{background:#0a2135;color:#fff}

/* FOOTER */
.footer-card{
  min-height:290px;
  background:linear-gradient(180deg,var(--cream-end) 0%,var(--cream-start) 100%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:26px;
  text-align:center;
}

.footer-logo img{width:132px}

.socials{
  display:flex;
  gap:20px;
}

.socials a{
  width:40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-decoration:none;
  background:var(--navy);
  color:#fff;
  font-size:14px;
}

.footer-card p{
  font-size:12px;
  color:var(--muted);
  margin:0;
}

/* BOOTSTRAP RESPONSIVE RE-LAYOUT */
@media(max-width:1199.98px){
  .page-shell{
    width:calc(100% - 48px);
    margin:24px auto;
  }
  .hero-copy,.cta-copy{
    padding-left:80px;
  }
  .content-section{
    padding-left:80px;
    padding-right:80px;
  }
  .appointment-card{
    max-width:calc(100% - 160px);
  }
  .products-card{padding-left:80px;padding-right:80px}
  .client-badge{right:-40px}
  .hero-form-card{right:5%;width:86%;padding:38px 34px}
  .hero-nav{left:auto;right:5%;width:max-content;padding-left:24px}
  .hero-nav-links{gap:14px}
  .hero-nav-links a{font-size:14px}
  .whatsapp-btn{padding:0 22px;font-size:14px}
}

@media(max-width:991.98px){
  .page-shell{
    width:calc(100% - 32px);
    margin:16px auto;
  }
  .hero-card,.cta-card{min-height:auto}
  .hero-card::before{width:480px;left:12px}
  .hero-nav{left:28px;right:28px;width:auto;top:24px}
  .hero-copy,.cta-copy{
    min-height:auto;
    padding:56px 44px;
  }
  .hero-center{margin-top:60px}
  .hero-media,.cta-media{
    min-height:560px;
  }
  .hero-form-card{right:7%;bottom:-58px;width:86%}
  .hero-card + .intro-section{padding-top:138px}
  .content-section{
    padding-left:44px;
    padding-right:44px;
  }
  .procedure-wrap{margin:0 auto}
  .client-badge{right:-20px}
  .appointment-card{
    max-width:calc(100% - 88px);
  }
  .products-card{padding-left:44px;padding-right:44px}
  .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .map-section{padding-bottom:68px}
  /* Kolonlar alt alta indi: iletisim perdesi artik yatay degil DIKEY.
     Yatay kalirsa metin sagda %20 perdeyle fotografin uzerine dusuyor. */
  .cta-media{min-height:420px}
  .cta-card{
    background-image:
      linear-gradient(180deg,
        rgba(250,237,226,.975) 0%,
        rgba(250,237,226,.95) 40%,
        rgba(249,235,224,.60) 56%,
        rgba(244,228,214,.22) 76%,
        rgba(240,222,206,.14) 100%),
      url("assets/iletisim-bg-860.webp");
    background-position:center,center 38%;
  }
  .testimonial-section{
    margin-bottom:64px;
    background-image:
      linear-gradient(180deg,
        rgba(252,245,238,.970) 0%,
        rgba(249,238,229,.958) 44%,
        rgba(238,221,205,.958) 100%),
      url("assets/yorum-bg-dar-440.webp");
    background-position:center,center;
  }
}

@media(max-width:767.98px){
  html,body{overflow-x:clip}
  .hero-card > .row{z-index:auto}
  .page-shell{
    width:calc(100% - 24px);
    margin:12px auto;
  }
  .section-card{border-radius:var(--mobile-radius)}
  .hero-card{overflow:hidden}
  .hero-copy{position:relative;z-index:2;padding:18px 22px 34px}
  .cta-copy{padding:48px 24px}
  .hero-brand-row .brand-logo img{width:60px}
  .mobile-menu-toggle{
    width:46px;
    height:46px;
    border:0;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--navy);
    color:#fff;
    font-size:24px;
    box-shadow:0 10px 24px rgba(16,44,69,.18);
  }
  .mobile-menu{
    position:fixed;
    z-index:80;
    inset:0;
    width:100%;
    height:100dvh;
    padding:24px 24px calc(24px + env(safe-area-inset-bottom));
    display:flex;
    flex-direction:column;
    background:#fff9f3;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translateY(-14px);
    transition:opacity .25s ease,transform .25s ease,visibility .25s;
  }
  body.mobile-menu-open .mobile-menu{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }
  .mobile-menu-header{display:flex;align-items:center;justify-content:space-between}
  .mobile-menu-header .brand-logo img{width:82px}
  .mobile-menu-close,.mobile-drawer-close{
    width:46px;
    height:46px;
    padding:0;
    border:1px solid rgba(16,44,69,.12);
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff;
    color:var(--navy);
    font-size:20px;
  }
  .mobile-menu-content{display:flex;flex:1;flex-direction:column;justify-content:center;padding:28px 8px}
  .mobile-menu-label{display:block;margin:0 0 18px;color:#a47a49;font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase}
  .mobile-menu-links{display:flex;flex-direction:column}
  .mobile-menu-links a{
    padding:16px 0;
    border-bottom:1px solid rgba(164,122,73,.18);
    display:flex;
    align-items:baseline;
    gap:18px;
    color:var(--navy);
    text-decoration:none;
    font-family:"Google Sans Flex",sans-serif;
    font-size:clamp(28px,8.6vw,38px);
    font-weight:760;
    letter-spacing:-1.2px;
  }
  .mobile-menu-links a span{width:24px;color:#a47a49;font-size:11px;font-weight:700;letter-spacing:0}
  .mobile-menu-footer{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .mobile-menu-footer a{
    min-height:52px;
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
  }
  .mobile-menu-footer a:first-child{background:#fff;color:var(--navy);border:1px solid rgba(16,44,69,.12)}
  .mobile-menu-footer a:last-child{background:var(--navy);color:#fff}
  body.has-mobile-overlay{overflow:hidden}
  body.has-mobile-overlay .fixed-contact-actions{opacity:0;pointer-events:none}
  body.mobile-menu-open .mobile-menu-toggle{visibility:hidden}
  .mobile-form-backdrop{
    position:fixed;
    z-index:68;
    inset:0;
    display:block;
    background:rgba(12,26,38,.48);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    backdrop-filter:blur(4px);
    transition:opacity .25s ease,visibility .25s;
  }
  body.appointment-drawer-open .mobile-form-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  .hero-nav{display:none}
  .hero-card::before{width:330px;left:8px;opacity:.8}
  .brand-logo img{width:82px}
  .hero-center{margin-top:22px}
  h1{font-size:clamp(30px,8.6vw,40px);letter-spacing:-1.5px}
  .hero-media{position:absolute;inset:0;min-height:0;aspect-ratio:auto;z-index:auto}
  .cta-media{min-height:360px}
  .hero-form-card{
    position:fixed;
    z-index:70;
    top:0;
    right:0;
    bottom:0;
    width:min(380px,calc(100vw - 24px));
    height:100dvh;
    margin:0;
    padding:78px 24px calc(28px + env(safe-area-inset-bottom));
    border-radius:32px 0 0 32px;
    overflow-y:auto;
    overscroll-behavior:contain;
    display:flex;
    flex-direction:column;
    justify-content:safe center;
    visibility:hidden;
    opacity:0;
    transform:translateX(105%);
    transition:transform .3s cubic-bezier(.22,.8,.3,1),opacity .2s ease,visibility .3s;
  }
  body.appointment-drawer-open .hero-form-card{visibility:visible;opacity:1;transform:translateX(0)}
  .mobile-drawer-close{position:absolute;top:18px;right:18px}
  .hero-form-card h2{font-size:clamp(27px,8vw,32px);margin-bottom:26px;text-align:left}
  .hero-form{gap:14px}
  .hero-form .form-control,.hero-form .form-select{min-height:54px;background:#fff}
  .hero-form .pill-btn{min-height:54px}
  .hero-photo{
    object-position:center 60%;
    filter:opacity(.5);
    clip-path:none;
    -webkit-mask-image:linear-gradient(180deg,transparent 26%,#000 92%);
    mask-image:linear-gradient(180deg,transparent 26%,#000 92%);
  }
  .hero-card + .intro-section{padding-top:var(--mobile-section-space)}
  .top-contact{right:20px;top:20px}
  .content-section{padding-left:var(--mobile-gutter);padding-right:var(--mobile-gutter)}
  .products-card{margin-bottom:var(--mobile-section-space);padding:52px var(--mobile-gutter);border-radius:var(--mobile-radius)}
  .product-points{grid-template-columns:1fr}
  .brand-partner{min-height:240px;padding:28px}
  .intro-section{padding-top:var(--mobile-section-space);padding-bottom:var(--mobile-section-space)}
  .section-title{font-size:clamp(28px,8vw,34px)}
  .procedure-wrap{max-width:100%;margin-top:24px}
  .client-badge{right:10px;bottom:16px;max-width:calc(100% - 20px);transform:scale(.78);transform-origin:right bottom}
  .service-grid{
    display:flex;
    gap:14px;
    margin:30px calc(var(--mobile-gutter) * -1) 0;
    padding:6px var(--mobile-gutter) 12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:var(--mobile-gutter);
    scrollbar-width:none;
  }
  .service-grid::-webkit-scrollbar{display:none}
  .service-grid > div{flex:0 0 76%;scroll-snap-align:start}
  .service-card{min-height:224px;height:100%;padding:22px 18px}
  .service-flag{top:12px;right:12px;padding:4px 10px;font-size:9px}
  .slider-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:24px;
  }
  .slider-dots button{
    width:12px;
    height:12px;
    padding:0;
    border:0;
    border-radius:16px;
    background:#e0d3c6;
    transition:width .25s ease,background .25s ease;
  }
  .slider-dots button.active{width:34px;background:var(--navy)}
  .service-card h5{font-size:16px}
  .service-icon{height:44px}.service-icon svg{width:32px;height:32px}
  .services-section{padding-top:0;padding-bottom:var(--mobile-section-space)}
  .testimonial-section{
    padding-top:52px;
    padding-bottom:var(--mobile-section-space);
    margin-bottom:var(--mobile-section-space);
    border-radius:var(--mobile-radius);
  }
  .cta-card{margin-bottom:var(--mobile-section-space)}
  .map-section{padding-top:0;padding-bottom:var(--mobile-section-space)}
  .map-frame{height:300px;border-radius:24px}
  .fixed-contact-actions{
    left:12px;
    right:12px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:10px;
    transition:opacity .2s ease;
  }
  .fixed-contact-actions a,.fixed-contact-actions button{display:flex;min-height:54px;padding:0 14px}
  .fixed-call,.fixed-whatsapp{padding:0}
  .fixed-call span,.fixed-whatsapp span{display:none}
  .fixed-call,.fixed-whatsapp{width:54px}
  .fixed-call{background:#fff;color:var(--navy);border:1px solid rgba(16,44,69,.12)}
  .fixed-appointment{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:30px;box-shadow:0 14px 34px rgba(16,44,69,.25)}
  .fixed-whatsapp{background:var(--navy);color:#fff}
  body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}
  .testimonial-photo{width:100%;max-width:430px;margin:0 auto}
  .testimonial-photo::after{right:0;bottom:-18px;width:94%}
  .review-summary{padding:9px 18px;gap:10px}
  .review-summary strong{font-size:22px}
  .review-summary small{font-size:12px}
  .testimonial-carousel .carousel-item{min-height:545px}
  .testimonial-controls{justify-content:center;margin:20px 0 0}
  .appointment-card{max-width:calc(100% - 24px);padding:34px 24px;margin-bottom:var(--mobile-section-space);border-radius:var(--mobile-radius)}
  .appointment-card > .text-center,.appointment-full-form{display:none}
  .mobile-appointment-cta{display:block;text-align:left}
  .mobile-appointment-cta h2{margin:0 0 12px}
  .mobile-appointment-cta > p:not(.section-kicker){margin:0 0 22px}
  .mobile-appointment-cta .submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}
  .footer-card{min-height:220px}
}

/* Kisa ekranli telefonlar (iPhone SE gibi): hero daha da toplansin */
@media(max-width:767.98px) and (max-height:700px){
  .hero-copy{padding:14px 22px 26px}
  .hero-center{margin-top:14px}
}

@media(max-width:575.98px){
  .service-grid > div{flex:0 0 82%}
  .service-card{min-height:auto;padding:22px}
}

.socials a{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  font-size:17px;
  text-decoration:none;
  transition:background .2s ease,transform .2s ease;
}
.socials a:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}

/* =========================================================================
   DANIŞAN VİDEOLARI  —  ölçüler video-alan.svg'den birebir (1920 x 1012.69)
   kart 339.478 x 499.257 r59.117 · bej plaka 370.075 x 411.670 r65.273
   kart aralığı 62.59 · ok 65.273 kare r24.22 45° · buton 257.882 x 56.413
   Kart içi ölçüler cqw cinsinden: 100cqw = 339.478px (kart genişliği).
   ========================================================================= */
.video-section{
  --v-gap:62.59px;
  --v-per-view:4;
  width:100vw;
  margin-inline:calc(50% - 50vw);
  padding:120px 0 95px;
  text-align:center;
}

.video-title{
  line-height:1.2;
}
.video-title span{display:block}
.video-title-navy{color:var(--navy)}
.video-title-gold{color:var(--blue)}

.video-section .video-lead{
  max-width:891px;
  margin:12px auto 0;
  font-size:18px;
  line-height:1.2;
  color:#000;
}

/* --- slider iskeleti: [ok] [ray] [ok] --- */
.video-slider{
  display:flex;
  align-items:center;
  gap:clamp(16px,3.107vw,59.65px);
  width:calc(100% - 2 * clamp(12px,1.834vw,35.2px));
  max-width:1849.59px;   /* 1545.69 ray + 2x92.31 ok + 2x59.65 boşluk */
  margin:12px auto 0;
}

.video-track{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  gap:var(--v-gap);
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding-bottom:30px;            /* bej plakanın alt taşması (25.7px) */
  text-align:left;
}
.video-track::-webkit-scrollbar{display:none}

.video-card{
  flex:0 0 calc((100% - (var(--v-per-view) - 1) * var(--v-gap)) / var(--v-per-view));
  max-width:339.48px;      /* tasarım kart genişliği — üstüne çıkmasın */
  scroll-snap-align:start;
}

.video-inner{
  container-type:inline-size;
  position:relative;
}

.video-plate{
  position:absolute;
  left:-4.507cqw;
  width:109.014cqw;
  top:33.37cqw;
  height:121.27cqw;
  border-radius:19.227cqw;
  background:#ebd7c6;
  z-index:0;
}

.video-frame{
  position:relative;
  z-index:1;
  aspect-ratio:339.478 / 499.257;
  border-radius:17.414cqw;
  overflow:hidden;
  background:var(--navy);
}
.video-frame video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.video-shade{
  position:absolute;
  inset:0;
  cursor:pointer;
  background:linear-gradient(180deg,rgba(16,44,69,0) 25%,#000 100%);
}

.video-meta{
  position:absolute;
  left:10.761cqw;
  right:29cqw;
  bottom:10.25cqw;
  color:#fff;
  text-align:left;
  pointer-events:none;
}
.video-meta strong{
  display:block;
  font-size:5.892cqw;      /* 20px */
  line-height:6.363cqw;    /* 21.6px */
  font-weight:500;
  letter-spacing:-.02em;
}
.video-meta span{
  display:block;
  font-size:5.302cqw;      /* 18px */
  line-height:6.363cqw;
  font-weight:500;
  text-wrap:balance;
}

.video-play{
  position:absolute;
  right:8.899cqw;
  bottom:6.295cqw;
  width:18.647cqw;         /* 63.3px */
  height:18.647cqw;
  padding:0;
  display:grid;
  place-items:center;
  border:.589cqw solid #fff;
  border-radius:50%;
  background:transparent;
  cursor:pointer;
  transition:background .2s ease,transform .2s ease;
}
.video-play svg{
  width:7.691cqw;          /* 26.11px */
  height:8.554cqw;         /* 29.04px */
  fill:#fff;
  margin-left:1.6cqw;      /* tasarımdaki +2.71px optik kaydırma */
}
.video-play:hover{background:rgba(255,255,255,.16);transform:scale(1.06)}

/* oynarken üst katman çekilir, native kontroller devralır */
.video-frame.is-playing .video-shade,
.video-frame.is-playing .video-meta,
.video-frame.is-playing .video-play{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.video-shade,.video-meta,.video-play{transition:opacity .25s ease,visibility .25s ease}

/* --- oklar: 65.273 kare, r24.22, 45° döndürülmüş --- */
.video-arrow{
  flex:0 0 auto;
  position:relative;
  width:92.31px;
  height:92.31px;
  padding:0;
  border:0;
  background:transparent;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.video-arrow::before{
  content:"";
  position:absolute;
  inset:13.52px;
  border-radius:24.22px;
  background:#eddaca;
  transform:rotate(45deg);
  transition:background .2s ease;
}
.video-arrow svg{
  position:relative;
  width:20.9px;
  height:32.4px;
  fill:none;
  stroke:var(--navy);
  stroke-width:5.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.video-arrow-prev svg{margin-right:5.16px}   /* tasarımdaki 2.58px optik kaydırma */
.video-arrow-next svg{margin-left:5.16px}
.video-arrow:hover:not(:disabled)::before{background:#e3c9b1}
.video-arrow:disabled{opacity:.3;cursor:default}

/* --- alt buton: 257.882 x 56.413 --- */
.video-cta{margin-top:28px}
.video-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:257.88px;
  min-height:56.41px;
  border-radius:28.21px;
  font-size:18px;
  text-decoration:none;
}

@media(max-width:1699.98px){
  .video-section{--v-per-view:3}
}
@media(max-width:1099.98px){
  .video-section{--v-per-view:2;--v-gap:44px;padding:88px 0 76px}
}
@media(max-width:767.98px){
  .video-section{
    --v-per-view:1.18;
    --v-gap:14px;
    padding:0 0 var(--mobile-section-space);
  }
  .video-title{line-height:1.12}
  .video-section .video-lead{
    padding:0 var(--mobile-gutter);
    line-height:1.5;
    margin-top:10px;
  }
  .video-arrow{display:none}
  .video-slider{width:100%;max-width:none;gap:0;margin-top:22px}
  .video-track{
    padding:0 var(--mobile-gutter) 24px;
    scroll-padding-inline:var(--mobile-gutter);
  }
  .video-cta{margin-top:26px;padding:0 var(--mobile-gutter)}
  .video-pill{min-width:0;width:100%}
}

/* =========================================================================
   SABİT VİDEO BALONCUĞU (floating video widget)
   Sol altta durur, sayfa biraz kaydırılınca sessiz döngüyle belirir,
   tıklanınca büyüyüp sesli tam videoya geçer.
   ========================================================================= */
.video-bubble{
  position:fixed;
  left:28px;
  bottom:28px;
  z-index:55;
  width:132px;
  opacity:0;
  visibility:hidden;
  transform:translateY(18px) scale(.9);
  transition:opacity .35s ease,transform .5s cubic-bezier(.2,.8,.2,1),
             width .4s cubic-bezier(.2,.8,.2,1),visibility .35s;
}
.video-bubble.is-visible{
  opacity:1;
  visibility:visible;
  transform:none;
}
.video-bubble.is-live{width:196px}
.video-bubble{transform-origin:left bottom}
.video-bubble.is-open{width:300px}

/* videonun DIŞINDA, üstünde duran karşılama yazısı */
.video-bubble-selam{
  width:max-content;
  max-width:min(236px,calc(100vw - 56px));
  margin:0 0 8px;
  padding:6px 11px;
  border-radius:14px;
  background:var(--navy);
  color:#fff;
  font-size:11.5px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-.2px;
  text-align:center;
  text-wrap:balance;
  box-shadow:0 10px 24px rgba(16,44,69,.26);
}

.video-bubble-inner{
  position:relative;
  aspect-ratio:9 / 16;
  border-radius:22px;
  overflow:hidden;
  background:var(--navy);
  box-shadow:0 18px 44px rgba(16,44,69,.34);
}
.video-bubble.is-live .video-bubble-inner{
  border-radius:24px;
  box-shadow:0 22px 54px rgba(16,44,69,.42);
}
.video-bubble.is-open .video-bubble-inner{border-radius:26px}

.video-bubble-inner video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.video-bubble-open{
  position:absolute;
  inset:0;
  width:100%;
  padding:0 0 12px;
  border:0;
  background:linear-gradient(180deg,rgba(16,44,69,0) 52%,rgba(0,0,0,.72) 100%);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  cursor:pointer;
  transition:opacity .25s ease,visibility .25s ease;
}
.video-bubble-hint{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border-radius:20px;
  background:rgba(255,255,255,.94);
  color:var(--navy);
  font-size:12px;
  font-weight:700;
  letter-spacing:-.2px;
  white-space:nowrap;
}
.video-bubble-hint i{font-size:13px}
.video-bubble.is-open .video-bubble-open{opacity:0;visibility:hidden;pointer-events:none}

.video-bubble-progress{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:rgba(255,255,255,.22);
  opacity:0;
  transition:opacity .3s ease;
}
.video-bubble.is-live .video-bubble-progress,
.video-bubble.is-open .video-bubble-progress{opacity:1}
.video-bubble-progress i{
  display:block;
  height:100%;
  width:0;
  background:#e8c9a0;
  transition:width .25s linear;
}

.video-bubble-sound{
  position:absolute;
  top:8px;
  left:8px;
  height:26px;
  min-width:26px;
  padding:0;
  display:none;
  align-items:center;
  justify-content:center;
  gap:5px;
  border:0;
  border-radius:13px;
  background:rgba(16,44,69,.62);
  color:#fff;
  font-family:inherit;
  font-size:11px;
  font-weight:700;
  letter-spacing:-.2px;
  white-space:nowrap;
  cursor:pointer;
  transition:background .2s ease,padding .2s ease;
}
.video-bubble.is-live .video-bubble-sound,
.video-bubble.is-open .video-bubble-sound{display:inline-flex}
.video-bubble-sound span{display:none}
.video-bubble-sound i{font-size:12px}
.video-bubble-sound:hover{background:rgba(16,44,69,.88)}

/* tarayıcı sesli otomatik oynatmayı engellediyse rozet açılıp kendini duyursun */
.video-bubble.sessiz .video-bubble-sound{
  padding:0 10px 0 8px;
  background:#a47a49;
  animation:baloncukSesUyari 2.4s ease-in-out 3;
}
.video-bubble.sessiz .video-bubble-sound span{display:inline}
.video-bubble.sessiz .video-bubble-sound:hover{background:#8d6739}
@keyframes baloncukSesUyari{
  0%,100%{transform:none}
  8%{transform:scale(1.09)}
  16%{transform:none}
  24%{transform:scale(1.09)}
  32%{transform:none}
}

.video-bubble-close{
  position:absolute;
  top:8px;
  right:8px;
  width:26px;
  height:26px;
  padding:0;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:rgba(16,44,69,.62);
  color:#fff;
  font-size:11px;
  cursor:pointer;
  transition:background .2s ease;
}
.video-bubble-close:hover{background:rgba(16,44,69,.88)}

/* açılır çekmece / mobil menü açıkken baloncuk çekilsin */
body.has-mobile-overlay .video-bubble{opacity:0;visibility:hidden;pointer-events:none}

@media(max-width:767.98px){
  .video-bubble{
    left:12px;
    bottom:calc(76px + env(safe-area-inset-bottom));
    width:104px;
  }
  .video-bubble.is-live{width:156px}
  .video-bubble.is-open{width:min(230px,calc(100vw - 24px))}
  .video-bubble-hint{font-size:11px;padding:5px 10px}
  .video-bubble-selam{font-size:10.5px;padding:5px 9px;margin-bottom:6px;border-radius:12px;
    max-width:calc(100vw - 40px)}
}

/* hareket azaltma tercihi: kendiliğinden oynatma yok, belirme animasyonu yok */
@media(prefers-reduced-motion:reduce){
  .video-bubble{transition:none}
  .video-bubble-progress i{transition:none}
  .video-bubble.sessiz .video-bubble-sound{animation:none}
}

/* =========================================================================
   TEŞEKKÜRLER SAYFASI
   ========================================================================= */
.tesekkur-card{
  min-height:calc(100vh - 32px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:64px 24px;
  background:linear-gradient(160deg,var(--cream-start),var(--cream-end));
}
.tesekkur-logo{display:block;margin-bottom:34px}
.tesekkur-logo img{height:44px;width:auto}
.tesekkur-tik{
  display:grid;
  place-items:center;
  width:74px;
  height:74px;
  margin-bottom:24px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:34px;
  box-shadow:0 16px 38px rgba(16,44,69,.28);
  animation:tesekkurTik .5s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes tesekkurTik{
  from{transform:scale(.6);opacity:0}
  to{transform:none;opacity:1}
}
.tesekkur-baslik{
  max-width:640px;
  margin:0 0 14px;
  font-size:clamp(28px,3.4vw,44px);
  line-height:1.15;
  font-weight:700;
  color:var(--blue);
  text-wrap:balance;
}
.tesekkur-baslik-alt{display:block;color:var(--navy)}
.tesekkur-metin{
  max-width:560px;
  margin:0 0 40px;
  font-size:17px;
  line-height:1.6;
  color:var(--ink);
  text-wrap:balance;
}
.tesekkur-metin strong{color:var(--navy)}

.tesekkur-adimlar{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  width:100%;
  max-width:840px;
  margin-bottom:42px;
}
.tesekkur-adim{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  padding:22px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.9);
}
.tesekkur-adim-no{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  margin-bottom:6px;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-size:13px;
  font-weight:700;
}
.tesekkur-adim strong{font-size:15px;color:var(--navy)}
.tesekkur-adim span:last-child{font-size:13.5px;line-height:1.45;color:var(--muted)}

.tesekkur-acele{margin:0 0 14px;font-size:14.5px;color:var(--muted)}
.tesekkur-butonlar{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:30px}
.tesekkur-btn{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:52px;
  padding:0 26px;
  border-radius:26px;
  font-size:15.5px;
  font-weight:700;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.tesekkur-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(16,44,69,.2)}
.tesekkur-btn-wa{background:var(--navy);color:#fff}
.tesekkur-btn-tel{background:#fff;color:var(--navy);border:1px solid var(--border)}
.tesekkur-btn i{font-size:18px}
.tesekkur-geri{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:14px;
  color:var(--muted);
  text-decoration:none;
}
.tesekkur-geri:hover{color:var(--navy)}

@media(max-width:767.98px){
  .tesekkur-card{
    min-height:calc(100vh - 16px);
    padding:48px var(--mobile-gutter);
    border-radius:var(--mobile-radius);
  }
  .tesekkur-logo{margin-bottom:26px}
  .tesekkur-logo img{height:38px}
  .tesekkur-tik{width:64px;height:64px;font-size:29px;margin-bottom:20px}
  .tesekkur-metin{margin-bottom:30px;font-size:15.5px}
  .tesekkur-adimlar{grid-template-columns:1fr;gap:10px;margin-bottom:32px}
  .tesekkur-adim{flex-direction:row;align-items:flex-start;text-align:left;gap:12px;padding:16px;flex-wrap:wrap}
  .tesekkur-adim-no{margin-bottom:0;flex:0 0 auto}
  .tesekkur-adim strong{flex:1 1 auto}
  .tesekkur-adim span:last-child{flex:1 0 100%;padding-left:40px}
  .tesekkur-butonlar{flex-direction:column;width:100%}
  .tesekkur-btn{justify-content:center;width:100%}
}

@media(prefers-reduced-motion:reduce){
  .tesekkur-tik{animation:none}
  .tesekkur-btn:hover{transform:none}
}

/* form hata şeridi */
.form-uyari{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin-bottom:14px;
  padding:11px 14px;
  border-radius:14px;
  background:#fdecec;
  border:1px solid #f5c6c6;
  color:#8c2f2f;
  font-size:13.5px;
  line-height:1.4;
  text-align:left;
}
.form-uyari i{font-size:15px;flex:0 0 auto;margin-top:1px}

/* bot tuzağı — ekranda ve okuyucuda görünmez, botlar doldurur */
.lb-tuzak{
  position:absolute !important;
  left:-9999px !important;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

/* =========================================================================
   DOKUNMA HEDEFLERİ — parmakla kullanılan cihazlarda en az 44px
   Görsel boyut aynı kalır; tıklama alanı görünmez bir katmanla büyür.
   ========================================================================= */
@media (pointer: coarse){
  .slider-dots button,
  .testimonial-carousel .carousel-indicators button,
  .video-bubble-close,
  .video-bubble-sound{position:relative}

  .slider-dots button::after,
  .testimonial-carousel .carousel-indicators button::after,
  .video-bubble-close::after,
  .video-bubble-sound::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:44px;
    height:44px;
    transform:translate(-50%,-50%);
  }
  /* nokta sıraları taşmasın diye kaplar da yükselsin */
  .slider-dots,
  .testimonial-carousel .carousel-indicators{min-height:44px;align-items:center}

  .testimonial-control{width:44px;min-width:44px;height:44px;flex:0 0 44px}
  .socials a{width:44px;height:44px}

  /* baloncuğun kapatma düğmesi: sözde katman kutunun dışında kırpılıyor,
     o yüzden düğmenin kendisi de büyüsün */
  .video-bubble-close{width:34px;height:34px;font-size:13px}
  .video-bubble-sound{height:34px;min-width:34px;border-radius:17px}
  .video-bubble-sound i{font-size:14px}
}
