/* ==========================================================================
   Betadent — International Patients, hasta yolculuğu sayfası (v1, örnek)
   visual-v2.css renk ve başlık sistemini kullanır. Sınıflar "ip-" ön ekli.
   İçerik JS olmadan tamamen görünür; hareket yalnızca html.ip-motion varken.
   ========================================================================== */
.bd-ip{--ip-wrap:1200px;--ip-ink:#12343c;--ip-body:#4a6268;--ip-muted:#5e757a;--ip-teal:#0f6f6c;
  --ip-gold:#c9a66b;--ip-gold-d:#86652f;--ip-line:#dfe8e5;--ip-tint:#f3f6f5;--ip-sea:#d4e9e7;--ip-land:#f7f4ee;
  --ip-ease:cubic-bezier(.2,.7,.2,1);font-family:"Muli",Arial,sans-serif;color:var(--ip-body)}
.bd-ip .ip *{box-sizing:border-box}
.ip h1,.ip h2,.ip h3,.ip h4{font-family:"Muli",Arial,sans-serif;font-weight:800;color:var(--ip-ink);margin:0;letter-spacing:-.025em;text-wrap:balance}
.ip p{margin:0}
.ip-wrap{max-width:var(--ip-wrap);margin:0 auto;padding:0 26px}
.ip-eyebrow{display:flex;align-items:center;gap:12px;font-size:11.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--ip-gold-d)}
.ip-eyebrow::before{content:"";width:28px;height:2px;background:currentColor;opacity:.65}
.ip-h2{font-size:clamp(28px,3.2vw,42px);line-height:1.14;margin:12px 0 14px}
.ip-h2::after{content:"";display:block;width:112px;height:16px;margin-top:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 18'%3E%3Cpath d='M4 4Q60 27 116 4' fill='none' stroke='%23c9a66b' stroke-width='2.6' stroke-linecap='round'/%3E%3Ccircle cx='4' cy='4' r='2.4' fill='%230f6f6c'/%3E%3Ccircle cx='116' cy='4' r='2.4' fill='%230f6f6c'/%3E%3C/svg%3E") no-repeat left center/contain}
.ip-lead{font-size:17.5px;line-height:1.7;color:var(--ip-body);max-width:62ch}

/* --- 1 · hero ------------------------------------------------------------ */
.ip-hero{position:relative;overflow:hidden;background:#12343c;color:#fff;padding:150px 0 0}
.ip-hero-media{position:absolute;inset:0}
.ip-hero-media img{width:100%;height:100%;object-fit:cover;object-position:50% 62%;display:block;animation:ipDrift 24s ease-in-out infinite alternate}
.ip-hero-media::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(9,36,43,.05) 0%,rgba(9,36,43,.35) 45%,rgba(9,36,43,.88) 100%),
             linear-gradient(90deg,rgba(9,36,43,.55) 0%,rgba(9,36,43,0) 60%)}
@keyframes ipDrift{from{transform:scale(1.02)}to{transform:scale(1.1) translate(-1%,-1%)}}
.ip-hero-in{position:relative;z-index:1;padding-bottom:36px}
.ip-crumb{font-size:13px;color:#cfe3e1;margin-bottom:22px}
.ip-crumb a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.ip-crumb span{margin:0 6px;opacity:.6}
.ip-hero .ip-eyebrow{color:#e6cd9a}
.ip-hero h1{color:#fff;font-size:clamp(34px,4.6vw,62px);line-height:1.06;letter-spacing:-.035em;max-width:15ch;margin:14px 0 18px}
.ip-hero .ip-lead{color:#e3f0ee;font-size:18px;max-width:52ch}
.ip-hero-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.ip .bd-h-btn{border-radius:999px;min-height:48px}
.ip .ip-ghost-light{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.55)!important}
.ip .ip-ghost-light:hover{background:rgba(255,255,255,.14)!important;border-color:#fff!important}

/* güzergâh kartı */
.ip-route{position:relative;z-index:1;margin-top:10px;padding-bottom:34px}
.ip-route-card{display:grid;grid-template-columns:auto minmax(60px,1fr) auto minmax(40px,.5fr) auto;align-items:center;gap:16px;
  background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:22px;
  padding:18px 24px;color:var(--ip-ink);box-shadow:0 30px 60px -30px rgba(0,0,0,.5)}
.ip-rc-stop{display:flex;align-items:center;gap:12px}
.ip-rc-ic{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ip-tint);color:var(--ip-teal);flex:0 0 42px}
.ip-rc-ic svg{width:20px;height:20px}
.ip-rc-stop.is-clinic .ip-rc-ic{background:var(--ip-teal);color:#fff}
.ip-rc-stop b{display:block;font-size:14.5px;line-height:1.3}
.ip-rc-stop span{display:block;font-size:12.5px;color:var(--ip-muted)}
.ip-rc-line{position:relative;height:2px;background:repeating-linear-gradient(90deg,var(--ip-teal) 0 6px,transparent 6px 12px)}
.ip-rc-line svg{position:absolute;top:50%;left:0;width:22px;height:22px;margin-top:-11px;color:var(--ip-gold-d);animation:ipFly 5s var(--ip-ease) infinite}
@keyframes ipFly{0%{left:0;opacity:0}12%{opacity:1}88%{opacity:1}100%{left:calc(100% - 22px);opacity:0}}
.ip-rc-line em{position:absolute;left:50%;top:-24px;transform:translateX(-50%);font-style:normal;font-size:11.5px;font-weight:800;color:var(--ip-gold-d);white-space:nowrap}

/* --- 2 · şerit ----------------------------------------------------------- */
.ip-strip{background:#fff;border-bottom:1px solid var(--ip-line)}
.ip-strip ul{list-style:none;margin:0 auto;padding:22px 26px;max-width:var(--ip-wrap);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.ip-strip li{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:700;line-height:1.35;color:var(--ip-ink)}
.ip-strip li svg{width:34px;height:34px;flex:0 0 34px;padding:8px;border-radius:50%;background:#f6efe3;color:var(--ip-gold-d)}

/* --- 3 · yolculuk -------------------------------------------------------- */
.ip-journey{padding:96px 0 40px;background:linear-gradient(180deg,#fff 0,#f7faf9 30%,#f7faf9 80%,#fff 100%)}
.ip-j-head{margin-bottom:34px}
.ip-progress{position:sticky;top:var(--bd-hdr,76px);z-index:60;background:rgba(255,255,255,.94);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-block:1px solid #e3ece9;margin-bottom:26px}
.ip-progress ol{list-style:none;margin:0 auto;padding:9px 26px;max-width:var(--ip-wrap);display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}
.ip-progress ol::-webkit-scrollbar{display:none}
.ip-progress a{display:flex;align-items:center;gap:8px;padding:6px 12px 6px 6px;border-radius:999px;border:1px solid transparent;
  font-size:13px;font-weight:800;color:#6a8185;white-space:nowrap;text-decoration:none;transition:background .25s,color .25s,border-color .25s}
.ip-progress a i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:11.5px;
  background:#eef4f2;color:var(--ip-teal);transition:background .25s,color .25s}
.ip-progress a:hover{color:var(--ip-ink)}
.ip-progress li.is-done a i{background:var(--ip-teal);color:#fff}
.ip-progress li.is-on a{background:#fff;color:var(--ip-ink);border-color:var(--ip-line);box-shadow:0 6px 16px -10px rgba(18,52,60,.4)}
.ip-progress li.is-on a i{background:var(--ip-gold);color:#fff}
.ip-progress-bar{height:3px;background:#e8efed}
.ip-progress-bar i{display:block;height:100%;width:calc(var(--p,0) * 100%);background:linear-gradient(90deg,var(--ip-teal),var(--ip-gold))}

.ip-track{position:relative;padding-left:96px}
.ip-rail{position:absolute;left:35px;top:40px;bottom:40px;width:3px;border-radius:3px;background:#e2ebe8}
.ip-rail i{position:absolute;left:0;top:0;width:100%;height:calc(var(--p,0) * 100%);border-radius:3px;background:linear-gradient(180deg,var(--ip-teal),var(--ip-gold))}
.ip-stop{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:56px;align-items:center;padding:64px 0;
  scroll-margin-top:calc(var(--bd-hdr,76px) + 70px)}
.ip-stop.is-wide{grid-template-columns:minmax(0,1fr);gap:30px}
.ip-stop.is-wide .ip-stop-text{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px 56px;align-items:end}
.ip-stop.is-wide .ip-stop-text>*{grid-column:1}
.ip-stop.is-wide .ip-stop-text>p,.ip-stop.is-wide .ip-stop-text>.ip-facts{grid-column:2;grid-row:1/span 3}
.ip-node{position:absolute;left:-96px;top:66px;width:72px;height:72px;border-radius:50%;background:#fff;border:2px solid var(--ip-line);
  display:grid;place-items:center;font-size:19px;font-weight:900;color:#9fb3b1;z-index:1;
  transition:background .35s,color .35s,border-color .35s,box-shadow .35s}
.ip-stop.is-reached .ip-node{border-color:var(--ip-teal);color:var(--ip-teal)}
.ip-stop.is-on .ip-node{background:var(--ip-teal);border-color:var(--ip-teal);color:#fff;box-shadow:0 0 0 10px rgba(15,111,108,.12)}
.ip-where{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ip-gold-d)}
.ip-where svg{width:18px;height:18px}
.ip-stop h3{font-size:clamp(25px,2.5vw,34px);line-height:1.16;margin:12px 0 14px}
.ip-stop p{font-size:16.5px;line-height:1.72;max-width:56ch}
.ip-facts{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:12px;max-width:56ch}
.ip-facts li{display:grid;grid-template-columns:22px 1fr;gap:10px;font-size:14.5px;line-height:1.6;color:var(--ip-body)}
.ip-facts li::before{content:"";width:20px;height:20px;margin-top:2px;border-radius:50%;
  background:#e3f1ec url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%230f6f6c' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.5 10.5l3 3 6-7'/%3E%3C/svg%3E") no-repeat center/14px}
.ip-facts li b{color:var(--ip-ink)}
.ip-cost{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:7px 14px;border-radius:999px;background:#f6efe3;
  color:var(--ip-gold-d);font-size:12.5px;font-weight:800;letter-spacing:.03em}
.ip-cost::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ip-gold)}

/* medya: kolaj */
.ip-collage{position:relative;padding:0 0 60px 0}
.ip-collage>img{display:block;width:88%;aspect-ratio:4/3;object-fit:cover;border-radius:26px 26px 70px 26px;box-shadow:0 30px 60px -36px rgba(18,52,60,.5)}
.ip-collage .ip-inset{position:absolute;right:0;bottom:0;width:48%;border:6px solid #fff;border-radius:20px;overflow:hidden;
  box-shadow:0 24px 44px -24px rgba(18,52,60,.55);background:#0e2f38}
.ip-collage .ip-inset img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.ip-inset figcaption{position:absolute;left:0;right:0;bottom:0;padding:18px 12px 8px;font-size:11.5px;font-weight:700;color:#fff;
  background:linear-gradient(0deg,rgba(6,24,29,.85),rgba(6,24,29,0))}
.ip-docs{position:absolute;left:18px;bottom:26px;display:grid;gap:8px}
.ip-doc-chip{display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:5px 14px 5px 5px;
  box-shadow:0 14px 30px -16px rgba(18,52,60,.5);font-size:12px;line-height:1.3;color:var(--ip-muted)}
.ip-doc-chip img{width:38px;height:38px;border-radius:50%;object-fit:cover}
.ip-doc-chip b{display:block;font-size:13px;color:var(--ip-ink)}

/* medya: örnek plan belgesi */
.ip-paper{position:relative;padding:18px 18px 18px 0}
.ip-paper::before{content:"";position:absolute;inset:0 0 36px 36px;border-radius:24px;background:linear-gradient(140deg,#eaf3f1,#f6efe3);transform:rotate(2.5deg)}
.ip-plan{position:relative;background:#fff;border:1px solid var(--ip-line);border-radius:22px;padding:26px 26px 22px;
  box-shadow:0 34px 60px -34px rgba(18,52,60,.5);max-width:520px}
.ip-plan-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px}
.ip-plan-logo{font-weight:900;letter-spacing:.08em;color:#3a86b0;font-size:14px}
.ip-plan-tag{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ip-gold-d);background:#f6efe3;border-radius:999px;padding:4px 10px}
.ip-plan h4{font-size:20px;margin-bottom:4px}
.ip-plan-sub{font-size:12.5px;color:var(--ip-muted)}
.ip-plan table{width:100%;border-collapse:collapse;margin:16px 0 14px;font-size:14px}
.ip-plan td{padding:10px 0;border-bottom:1px dashed #e3ece9;vertical-align:top;color:var(--ip-ink)}
.ip-plan td:last-child{text-align:right;font-weight:800;white-space:nowrap;font-variant-numeric:tabular-nums}
.ip-plan td small{display:block;font-size:12px;color:var(--ip-muted);font-weight:600}
.ip-plan tr.is-inc td:last-child{color:var(--ip-teal)}
.ip-plan tr.is-tot td{border-bottom:0;border-top:2px solid var(--ip-ink);font-weight:900;font-size:16px;padding-top:12px}
.ip-plan-visits{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ip-plan-visits div{background:var(--ip-tint);border-radius:14px;padding:10px 12px;font-size:12.5px;line-height:1.45;color:var(--ip-muted)}
.ip-plan-visits b{display:block;color:var(--ip-ink);font-size:13px}
.ip-plan-foot{display:flex;justify-content:space-between;gap:10px;margin-top:14px;font-size:12.5px;font-weight:800;color:var(--ip-teal)}
.ip-note{margin-top:10px;font-size:12px;color:var(--ip-muted)}

/* medya: uçuş haritası */
.ip-flight{position:relative;border-radius:26px;overflow:hidden;background:radial-gradient(ellipse at 80% 90%,#1f5a5d 0,transparent 55%),linear-gradient(160deg,#12343c,#0b252c);
  box-shadow:0 34px 60px -34px rgba(18,52,60,.6)}
.ip-flight svg{display:block;width:100%;height:auto}
.ip-flight .ip-dots{fill:rgba(255,255,255,.09)}
.ip-flight .ip-arc{fill:none;stroke:var(--ip-gold);stroke-width:2;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:0;opacity:.9}
.ip-flight .ip-arc-shadow{fill:none;stroke:rgba(201,166,107,.18);stroke-width:7;stroke-linecap:round}
.ip-flight .ip-city circle{fill:#fff}
.ip-flight .ip-city text{fill:#d7e7e5;font:700 21px "Muli",Arial,sans-serif}
.ip-flight .ip-ayt text{fill:#fff;font:900 24px "Muli",Arial,sans-serif}
.ip-flight .ip-ayt .ip-sub{fill:var(--ip-gold);font:800 15px "Muli",Arial,sans-serif;letter-spacing:.12em}
.ip-flight .ip-ayt circle.core{fill:var(--ip-gold)}
.ip-flight .ip-ayt circle.ring{fill:none;stroke:var(--ip-gold);stroke-width:2;transform-origin:center;transform-box:fill-box;animation:ipPing 2.6s ease-out infinite}
@keyframes ipPing{0%{transform:scale(.6);opacity:.9}100%{transform:scale(2.6);opacity:0}}
.ip-flight .ip-plane{fill:#fff}
.ip-flight figcaption{padding:0 22px 18px;margin-top:-6px;font-size:12.5px;color:#a9c4c1}

/* medya: Antalya haritası */
.ip-map{position:relative;border-radius:28px;overflow:hidden;background:var(--ip-land);border:1px solid #e6e1d6;box-shadow:0 34px 60px -38px rgba(18,52,60,.5)}
.ip-map svg{display:block;width:100%;height:auto}
.ip-map .sea{fill:var(--ip-sea)}
.ip-map .land{fill:var(--ip-land)}
.ip-map .coast{fill:none;stroke:#b7d6d2;stroke-width:3}
.ip-map .grid{stroke:rgba(18,52,60,.05);stroke-width:1}
.ip-map .road{fill:none;stroke:#e9e2d4;stroke-width:6;stroke-linecap:round}
.ip-map .sea-lbl{fill:#6c9e9a;font:italic 700 18px "Muli",Arial,sans-serif;letter-spacing:.2em}
.ip-map .route{fill:none;stroke:var(--ip-teal);stroke-width:5;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:0}
.ip-map .route-glow{fill:none;stroke:rgba(15,111,108,.16);stroke-width:14;stroke-linecap:round}
.ip-map .near{fill:none;stroke:var(--ip-gold);stroke-width:2.5;stroke-dasharray:3 9;stroke-linecap:round}
.ip-map .pt circle{fill:#fff;stroke:var(--ip-gold-d);stroke-width:3}
.ip-map .pt text,.ip-map .lbl{fill:var(--ip-ink);font:800 15px "Muli",Arial,sans-serif}
.ip-map .pt .sub{fill:var(--ip-muted);font:700 12px "Muli",Arial,sans-serif}
.ip-map .ayt rect{fill:#c9d6d4}
.ip-map .clinic .pin{fill:var(--ip-teal)}
.ip-map .clinic .halo{fill:rgba(15,111,108,.18);transform-origin:center;transform-box:fill-box;animation:ipPing 2.6s ease-out infinite}
.ip-map .chip rect{fill:#fff;stroke:#e3ece9}
.ip-map .chip text{fill:var(--ip-ink);font:900 14px "Muli",Arial,sans-serif}
.ip-map .chip .gold{fill:var(--ip-gold-d)}
.ip-map-note{position:absolute;right:16px;bottom:12px;font-size:11px;color:#8aa3a0}
.ip-pins{position:absolute;inset:0;pointer-events:none}
.ip-pin{position:absolute;width:17%;max-width:190px;background:#fff;padding:6px 6px 8px;border-radius:12px;box-shadow:0 18px 34px -18px rgba(18,52,60,.55);pointer-events:auto}
.ip-pin img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}
.ip-pin figcaption{font-size:11.5px;font-weight:800;color:var(--ip-ink);padding:6px 2px 0;line-height:1.3}
.ip-pin.p1{left:14%;top:4%;transform:rotate(-3deg)}
.ip-pin.p2{right:2%;top:3%;width:13%;transform:rotate(2deg)}
.ip-pin.p3{left:33%;bottom:4%;width:14%;transform:rotate(-2deg)}

/* medya: süre şeması */
.ip-gantt{background:#fff;border:1px solid var(--ip-line);border-radius:26px;padding:10px 26px 20px;box-shadow:0 30px 60px -40px rgba(18,52,60,.45)}
.ip-g-row{display:grid;grid-template-columns:minmax(170px,1.1fr) minmax(0,1fr) minmax(0,1.2fr) minmax(0,1fr);gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #edf2f0}
.ip-g-row:last-child{border-bottom:0}
.ip-g-head{padding:12px 0 10px;border-bottom:2px solid var(--ip-ink)}
.ip-g-head span{font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ip-muted)}
.ip-g-head span.is-trip{color:var(--ip-teal)}
.ip-g-row>b{font-size:15px;line-height:1.3;color:var(--ip-ink)}
.ip-g-row>b small{display:block;font-size:12px;font-weight:600;color:var(--ip-muted)}
.ip-bar{display:flex;align-items:center;min-height:38px;padding:0 14px;border-radius:12px;background:linear-gradient(90deg,var(--ip-teal),#2a8a86);
  color:#fff;font-size:12.5px;font-weight:800;line-height:1.25;transform-origin:left center;transition:transform .9s var(--ip-ease)}
.ip-bar{white-space:nowrap}
.ip-bar.is-short,.ip-bar.is-dot{width:max-content;max-width:100%}
.ip-bar.is-t2{background:linear-gradient(90deg,#86652f,var(--ip-gold))}
.ip-heal{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:12px;border:2px dashed #d6c7a6;color:var(--ip-gold-d);
  font-size:12.5px;font-weight:800;background:repeating-linear-gradient(135deg,#fbf8f2 0 8px,#fff 8px 16px)}
.ip-none{color:#b7c6c4;font-weight:800;text-align:center}
.ip-gantt-note{display:flex;gap:10px;align-items:flex-start;margin-top:16px;padding:14px 16px;border-radius:16px;background:#f6efe3;color:#6d5327;font-size:14px;line-height:1.55}
.ip-gantt-note svg{width:20px;height:20px;flex:0 0 20px;margin-top:1px}

/* medya: telefon */
.ip-phone-scene{position:relative;min-height:520px}
.ip-phone-scene>img{position:absolute;right:0;top:0;width:78%;height:82%;object-fit:cover;border-radius:26px 90px 26px 26px}
.ip-phone{position:absolute;left:4%;bottom:0;width:min(270px,56%);background:#0f2a31;border-radius:36px;padding:10px;box-shadow:0 40px 70px -30px rgba(9,36,43,.7)}
.ip-phone-in{background:#f7faf9;border-radius:28px;padding:18px 14px 16px;min-height:430px}
.ip-phone-bar{display:flex;justify-content:center;margin:-6px 0 12px}
.ip-phone-bar i{width:70px;height:6px;border-radius:6px;background:#dbe5e3}
.ip-phone h4{font-size:15px;margin:0 0 4px}
.ip-phone-sub{font-size:11.5px;color:var(--ip-muted);margin-bottom:12px}
.ip-rec{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid #e6eeec;border-radius:14px;padding:10px;margin-bottom:8px}
.ip-rec i{width:30px;height:30px;flex:0 0 30px;border-radius:9px;display:grid;place-items:center;background:#e3f1ec;color:var(--ip-teal);font-style:normal}
.ip-rec i svg{width:16px;height:16px}
.ip-rec b{display:block;font-size:12.5px;color:var(--ip-ink);line-height:1.3}
.ip-rec span{display:block;font-size:11px;color:var(--ip-muted);line-height:1.35}
.ip-rec.is-wa i{background:#147a40;color:#fff}

/* --- 4 · dahil olanlar + adres ------------------------------------------ */
.ip-incl{padding:90px 0;background:#fff}
.ip-incl-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);gap:28px;align-items:start;margin-top:30px}
.ip-incl-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ip-incl-list li{display:flex;gap:14px;background:var(--ip-tint);border-radius:20px;padding:20px}
.ip-incl-list li svg{width:40px;height:40px;flex:0 0 40px;padding:9px;border-radius:12px;background:#fff;color:var(--ip-teal)}
.ip-incl-list b{display:block;color:var(--ip-ink);font-size:16px;margin-bottom:3px}
.ip-incl-list span{font-size:14px;line-height:1.55;color:var(--ip-muted)}
.ip-where-card{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(140deg,#12343c,#0d2a31);color:#c8dedb;padding:26px}
.ip-where-card .ip-eyebrow{color:var(--ip-gold)}
.ip-where-card h3{color:#fff;font-size:22px;margin:10px 0 8px}
.ip-where-card p{font-size:14.5px;line-height:1.65;color:#d5e6e3}
.ip-incl-list li:last-child:nth-child(odd){grid-column:1/-1}
.ip-where-card ul{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:8px;font-size:14.5px}
.ip-where-card a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.ip-where-card::after{content:"";position:absolute;right:-20px;bottom:-4px;width:70%;aspect-ratio:360/132;opacity:.22;pointer-events:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 132' fill='none' stroke='%23c9a66b' stroke-width='1.3' stroke-linecap='round'%3E%3Cpath d='M8 128H352M20 128V70A30 30 0 0 1 80 70V128M130 128V52A50 50 0 0 1 230 52V128M280 128V70A30 30 0 0 1 340 70V128M8 20H352M8 28H352M100 128V28M260 128V28'/%3E%3C/svg%3E") no-repeat center bottom/contain}

/* kapanış bölümü ana sayfadaki .bd-h-end'i kullanır; genel .ip kurallarını geri al */
.ip .bd-h-end h2{color:#fff}
.ip .bd-h-end p{margin:0 auto 26px}

/* --- 5 · SSS ------------------------------------------------------------- */
.ip-faq{padding:80px 0 90px;background:linear-gradient(180deg,#fff,#f3f8f6)}
.ip-faq .bd-h-faq{margin-top:26px}

/* --- hareket (yalnızca html.ip-motion) ----------------------------------- */
.ip-motion .ip-stop:not(.is-seen) .ip-stop-text{opacity:0;transform:translateY(26px)}
.ip-motion .ip-stop:not(.is-seen) .ip-stop-media{opacity:0;transform:translateY(34px) scale(.98)}
.ip-motion .ip-stop-text,.ip-motion .ip-stop-media{transition:opacity .8s var(--ip-ease),transform .9s var(--ip-ease)}
.ip-motion .ip-stop-media{transition-delay:.12s}
.ip-motion .ip-stop:not(.is-seen) .ip-arc,.ip-motion .ip-stop:not(.is-seen) .route{stroke-dashoffset:1}
.ip-motion .ip-arc{transition:stroke-dashoffset 1.8s cubic-bezier(.6,0,.2,1) calc(.35s + var(--i,0) * .18s)}
.ip-motion .route{transition:stroke-dashoffset 1.8s cubic-bezier(.6,0,.2,1) .5s}
.ip-motion .ip-stop:not(.is-seen) .near{opacity:0}
.ip-motion .near{transition:opacity .8s 1.6s}
.ip-motion .ip-stop:not(.is-seen) .ip-bar{transform:scaleX(0)}
.ip-motion .ip-g-row:nth-child(2) .ip-bar{transition-delay:.3s}
.ip-motion .ip-g-row:nth-child(3) .ip-bar{transition-delay:.45s}
.ip-motion .ip-g-row:nth-child(3) .ip-bar.is-t2{transition-delay:1.1s}
.ip-motion .ip-g-row:nth-child(4) .ip-bar{transition-delay:.6s}
.ip-motion .ip-g-row:nth-child(5) .ip-bar{transition-delay:.75s}
.ip-motion .ip-g-row:nth-child(6) .ip-bar{transition-delay:.9s}
.ip-motion .ip-stop:not(.is-seen) .ip-pin{opacity:0;transform:translateY(16px) rotate(0)}
.ip-motion .ip-pin{transition:opacity .6s 1.2s,transform .8s var(--ip-ease) 1.2s}
.ip-motion .ip-stop:not(.is-seen) .ip-rec{opacity:0;transform:translateX(-12px)}
.ip-motion .ip-rec{transition:opacity .5s,transform .6s var(--ip-ease)}
.ip-motion .ip-rec:nth-child(4){transition-delay:.45s}.ip-motion .ip-rec:nth-child(5){transition-delay:.6s}
.ip-motion .ip-rec:nth-child(6){transition-delay:.75s}.ip-motion .ip-rec:nth-child(7){transition-delay:.9s}.ip-motion .ip-rec:nth-child(8){transition-delay:1.05s}

/* --- duyarlı ------------------------------------------------------------- */
@media(max-width:1100px){
  .ip-strip ul{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ip-stop{grid-template-columns:minmax(0,1fr);gap:30px}
  .ip-stop.is-wide .ip-stop-text{display:block}
  .ip-incl-grid{grid-template-columns:minmax(0,1fr)}
  .ip-pin{width:22%}
}
@media(max-width:767px){
  .ip-wrap{padding:0 18px}
  .ip-hero{padding-top:96px}
  .ip-hero h1{font-size:36px}
  .ip-hero .ip-lead{font-size:16px}
  .ip-hero-btns .bd-h-btn{width:100%;justify-content:center}
  .ip-route-card{grid-template-columns:1fr;gap:10px;padding:16px 18px}
  .ip-rc-line{width:2px;height:26px;margin-left:20px;background:repeating-linear-gradient(180deg,var(--ip-teal) 0 5px,transparent 5px 10px)}
  .ip-rc-line svg,.ip-rc-line em{display:none}
  .ip-strip ul{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px}
  .ip-journey{padding-top:60px}
  .ip-progress ol{padding:8px 14px}
  .ip-track{padding-left:48px}
  .ip-rail{left:17px}
  .ip-node{left:-48px;top:48px;width:38px;height:38px;font-size:13px}
  .ip-stop{padding:44px 0}
  .ip-stop.is-on .ip-node{box-shadow:0 0 0 6px rgba(15,111,108,.12)}
  .ip-collage{padding-bottom:40px}
  .ip-collage>img{width:100%}
  .ip-collage .ip-inset{width:56%}
  .ip-docs{position:static;margin-top:12px}
  .ip-plan{padding:20px 18px}
  .ip-plan-visits{grid-template-columns:1fr}
  .ip-flight .ip-city text{font-size:22px}
  .ip-flight .ip-ayt text{font-size:24px}
  .ip-map-wrap{overflow-x:auto;margin:0 -18px;padding:0 18px}
  .ip-map{min-width:640px}
  .ip-pin{width:19%}
  .ip-gantt{padding:4px 14px 14px;overflow-x:auto}
  .ip-g-row{grid-template-columns:120px repeat(3,minmax(90px,1fr));min-width:520px;gap:10px}
  .ip-bar{white-space:normal;padding:6px 10px}
  .ip-phone-scene{min-height:480px}
  .ip-phone-scene>img{width:86%;height:62%}
  .ip-phone{width:66%}
  .ip-incl{padding:60px 0}
  .ip-incl-list{grid-template-columns:1fr}
  .ip-faq{padding:56px 0 64px}
}
@media(prefers-reduced-motion:reduce){
  .bd-ip .ip *,.bd-ip .ip *::before,.bd-ip .ip *::after{animation:none!important;transition:none!important}
}
