/** RizeDijital v0.65.2.2 — Bağımsız, cihaza özel PWA kurulum sayfası */
:root{
  --rdi-green:#0d6b3f;
  --rdi-green-dark:#073e27;
  --rdi-green-soft:#eaf7f0;
  --rdi-lime:#b8ed58;
  --rdi-text:#15372a;
  --rdi-muted:#6b7f75;
  --rdi-line:#dfe9e4;
  --rdi-card:#fff;
  --rdi-bg:#f4f8f6;
  --rdi-shadow:0 24px 70px rgba(16,83,52,.12);
  --rdi-radius:30px;
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--rdi-bg);scroll-behavior:smooth}
body.rdi-page{min-height:100vh;margin:0;overflow-x:hidden;background:
  radial-gradient(circle at 4% -5%,rgba(114,215,162,.25),transparent 28%),
  radial-gradient(circle at 100% 16%,rgba(184,237,88,.2),transparent 25%),
  linear-gradient(180deg,#f8fbf9 0,#f1f7f4 48%,#f7faf8 100%);
  color:var(--rdi-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility
}
button,a{font:inherit}
a{color:inherit;text-decoration:none}
button{touch-action:manipulation}
svg{display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
[hidden]{display:none!important}
[data-platform-only]{display:none!important}
html[data-platform="android"] [data-platform-only="android"],
html[data-platform="ios"] [data-platform-only="ios"],
html[data-platform="desktop"] [data-platform-only="desktop"]{display:block!important}
.rdi-shell{position:relative;width:min(1160px,calc(100% - 36px));margin:0 auto;padding:34px 0 82px}
.rdi-floating-actions{position:absolute;z-index:5;inset:30px 30px auto;display:flex;align-items:center;justify-content:space-between;pointer-events:none}
.rdi-icon-button{width:46px;height:46px;border:1px solid rgba(255,255,255,.78);border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.84);box-shadow:0 10px 30px rgba(12,67,42,.1);backdrop-filter:blur(16px);color:var(--rdi-text);pointer-events:auto;cursor:pointer}
.rdi-icon-button svg{width:21px;height:21px}
.rdi-inapp{position:relative;z-index:4;width:min(760px,100%);margin:0 auto 14px;padding:14px 15px;border:1px solid #ffd6bc;border-radius:20px;display:grid;grid-template-columns:43px minmax(0,1fr) auto;gap:12px;align-items:center;background:#fff7f0;box-shadow:0 14px 34px rgba(113,63,24,.08)}
.rdi-inapp-mark{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#ff7a59,#b52dba);color:#fff;font-size:11px;font-weight:900;letter-spacing:.03em}
.rdi-inapp strong{display:block;font-size:13px;line-height:1.25}
.rdi-inapp p{margin:4px 0 0;color:#7e6554;font-size:11px;line-height:1.45}
.rdi-inapp button{min-height:39px;padding:0 13px;border:0;border-radius:12px;background:#1c4b36;color:#fff;font-size:10px;font-weight:800;cursor:pointer}
.rdi-hero{position:relative;overflow:hidden;min-height:600px;padding:82px 48px 54px;border:1px solid rgba(255,255,255,.9);border-radius:38px;display:flex;flex-direction:column;align-items:center;text-align:center;background:
  radial-gradient(circle at 50% 0,rgba(184,237,88,.28),transparent 36%),
  radial-gradient(circle at 8% 92%,rgba(63,187,122,.16),transparent 28%),
  linear-gradient(145deg,rgba(255,255,255,.98),rgba(237,249,243,.96));
  box-shadow:var(--rdi-shadow)
}
.rdi-hero:before,.rdi-hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none}
.rdi-hero:before{width:310px;height:310px;right:-140px;top:140px;border:58px solid rgba(13,107,63,.04)}
.rdi-hero:after{width:180px;height:180px;left:-72px;bottom:-78px;background:rgba(184,237,88,.11)}
.rdi-app-icon-wrap{position:relative;z-index:1;width:128px;height:128px;border-radius:34px;padding:5px;background:#fff;box-shadow:0 22px 50px rgba(7,74,42,.2)}
.rdi-app-icon-wrap img{width:100%;height:100%;border-radius:30px;object-fit:cover}
.rdi-app-icon-wrap>span{position:absolute;right:-5px;bottom:-4px;width:34px;height:34px;border:5px solid #fff;border-radius:50%;display:grid;place-items:center;background:var(--rdi-green);color:#fff}
.rdi-app-icon-wrap>span svg{width:18px;height:18px;stroke-width:0;fill:currentColor}
.rdi-platform-pill{position:relative;z-index:1;min-height:34px;margin-top:24px;padding:0 12px;border:1px solid #dbeae2;border-radius:999px;display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.88);color:var(--rdi-muted);font-size:10px;box-shadow:0 8px 22px rgba(23,83,54,.06)}
.rdi-platform-pill b{color:var(--rdi-text);font-size:10px}
.rdi-platform-pill small{padding-left:7px;border-left:1px solid #dce8e2;font-size:9px}
.rdi-platform-dot{width:8px;height:8px;border-radius:50%;background:#20ba6b;box-shadow:0 0 0 5px rgba(32,186,107,.11)}
.rdi-hero h1{position:relative;z-index:1;margin:23px 0 0;font-size:clamp(38px,5vw,62px);line-height:.98;letter-spacing:-.055em;font-weight:900;color:#103e2b}
.rdi-lead{position:relative;z-index:1;max-width:610px;margin:15px auto 0;color:var(--rdi-muted);font-size:16px;line-height:1.55}
.rdi-benefits{position:relative;z-index:1;margin-top:22px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.rdi-benefits span{min-height:34px;padding:0 12px;border:1px solid #dfebe4;border-radius:999px;display:inline-flex;align-items:center;gap:7px;background:#fff;color:#486458;font-size:10px;font-weight:800}
.rdi-benefits svg{width:14px;height:14px;color:var(--rdi-green)}
.rdi-install-button{position:relative;z-index:1;width:min(440px,100%);min-height:74px;margin-top:29px;padding:0 18px;border:0;border-radius:21px;display:grid;grid-template-columns:46px minmax(0,1fr) 24px;gap:12px;align-items:center;text-align:left;background:linear-gradient(135deg,#0d6b3f,#128e54);color:#fff;box-shadow:0 17px 38px rgba(13,107,63,.28);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.rdi-install-button:hover{transform:translateY(-2px);box-shadow:0 21px 45px rgba(13,107,63,.34)}
.rdi-install-button:active{transform:translateY(1px)}
.rdi-install-button.is-installed{background:linear-gradient(135deg,#184b36,#287255)}
.rdi-install-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.14)}
.rdi-install-icon svg{width:22px;height:22px}
.rdi-install-button small{display:block;opacity:.7;font-size:8px;letter-spacing:.13em;font-weight:900}
.rdi-install-button strong{display:block;margin-top:3px;font-size:15px;line-height:1.15;font-weight:900}
.rdi-install-arrow{width:21px;height:21px;opacity:.8}
.rdi-status{position:relative;z-index:1;min-height:18px;margin:11px 0 0;color:#5f786c;font-size:10px;line-height:1.45}
.rdi-how-button{position:relative;z-index:1;margin-top:6px;padding:7px 10px;border:0;background:transparent;color:var(--rdi-green);font-size:10px;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.rdi-preview{margin-top:24px;padding:36px 46px;border:1px solid rgba(255,255,255,.92);border-radius:34px;display:grid;grid-template-columns:360px minmax(0,1fr);gap:56px;align-items:center;background:rgba(255,255,255,.86);box-shadow:0 20px 55px rgba(13,78,48,.08);backdrop-filter:blur(10px)}
.rdi-phone{width:255px;height:500px;margin:0 auto;padding:9px;border-radius:46px;background:#122d22;box-shadow:0 32px 70px rgba(5,48,28,.28);transform:rotate(-2deg)}
.rdi-phone-screen{height:100%;overflow:hidden;border-radius:38px;background:#f4f8f6;display:flex;flex-direction:column}
.rdi-mini-top{height:68px;padding:17px 14px 10px;display:flex;align-items:center;gap:9px;background:#fff}
.rdi-mini-top img{width:34px;height:34px;border-radius:11px}
.rdi-mini-top span{min-width:0;display:flex;flex-direction:column;text-align:left}
.rdi-mini-top b{font-size:10px}.rdi-mini-top small{margin-top:2px;color:#809087;font-size:7px}
.rdi-mini-top i{width:24px;height:24px;margin-left:auto;border-radius:9px;background:#edf5f1}
.rdi-mini-hero{margin:10px 10px 0;padding:18px;border-radius:21px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:linear-gradient(135deg,#0b5736,#12925a);color:#fff}
.rdi-mini-hero small{font-size:6px;letter-spacing:.14em;opacity:.7}.rdi-mini-hero strong{margin-top:7px;font-size:18px;line-height:1.1}.rdi-mini-hero span{margin-top:13px;padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.14);font-size:6px}
.rdi-mini-grid{padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.rdi-mini-grid span{height:73px;border-radius:17px;display:flex;align-items:flex-end;padding:10px;background:#fff;color:#345246;font-size:7px;font-weight:800;box-shadow:0 6px 15px rgba(15,80,49,.06)}
.rdi-mini-nav{height:48px;margin-top:auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:#fff}.rdi-mini-nav i{width:15px;height:15px;border-radius:6px;background:#dce9e2}.rdi-mini-nav i.is-main{width:28px;height:28px;border-radius:10px;background:var(--rdi-green)}
.rdi-preview-copy>span{color:var(--rdi-green);font-size:9px;font-weight:900;letter-spacing:.15em}
.rdi-preview-copy h2{max-width:580px;margin:9px 0 0;font-size:clamp(28px,3.5vw,45px);line-height:1.05;letter-spacing:-.045em;color:#143c2c}
.rdi-feature-list{margin-top:28px;display:grid;gap:10px}
.rdi-feature-list article{padding:17px 18px;border:1px solid #e0ebe5;border-radius:19px;background:#fbfdfc}
.rdi-feature-list b{font-size:13px}.rdi-feature-list p{margin:5px 0 0;color:var(--rdi-muted);font-size:11px;line-height:1.5}
.rdi-platform-summary{margin-top:18px;padding:20px 22px;border:1px solid #dce9e2;border-radius:24px;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:center;background:#fff;box-shadow:0 13px 35px rgba(11,68,42,.06)}
html[data-platform="android"] .rdi-platform-summary[data-platform-only="android"],
html[data-platform="ios"] .rdi-platform-summary[data-platform-only="ios"],
html[data-platform="desktop"] .rdi-platform-summary[data-platform-only="desktop"]{display:grid!important}
.rdi-summary-icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;color:#fff;font-size:15px;font-weight:900}.rdi-summary-icon.is-android{background:#2eae61}.rdi-summary-icon.is-ios{background:#202a25;font-size:23px}.rdi-summary-icon.is-desktop{background:#2467c6;font-size:11px}
.rdi-platform-summary small{color:var(--rdi-green);font-size:8px;font-weight:900;letter-spacing:.12em}.rdi-platform-summary strong{display:block;margin-top:3px;font-size:13px}.rdi-platform-summary p{margin:5px 0 0;color:var(--rdi-muted);font-size:10px;line-height:1.45}
.rdi-legal-line{margin:25px auto 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:13px;color:#789087;font-size:9px}.rdi-legal-line a{font-weight:700}
.rdi-sticky-install{display:none}
.rdi-sheet{position:fixed;z-index:18000;inset:0;display:grid;align-items:end}
.rdi-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(4,25,16,.54);backdrop-filter:blur(5px);cursor:pointer}
.rdi-sheet-card{position:relative;z-index:1;width:min(620px,calc(100% - 24px));max-height:min(82vh,700px);margin:0 auto 12px;padding:25px 24px 27px;border-radius:28px;background:#fff;box-shadow:0 -24px 70px rgba(3,34,19,.25);overflow:auto}
.rdi-sheet-handle{display:block;width:43px;height:5px;margin:-11px auto 18px;border-radius:999px;background:#d7e2dc}
.rdi-sheet-close{position:absolute;right:16px;top:16px;width:35px;height:35px;border:0;border-radius:12px;background:#eff5f2;color:#426052;font-size:22px;line-height:1;cursor:pointer}
.rdi-sheet-badge{display:inline-flex;min-height:28px;padding:0 10px;border-radius:999px;align-items:center;background:var(--rdi-green-soft);color:var(--rdi-green);font-size:8px;font-weight:900;letter-spacing:.12em}
.rdi-sheet h2{max-width:470px;margin:13px 0 0;font-size:25px;line-height:1.12;letter-spacing:-.035em}
.rdi-sheet-steps{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:9px}
.rdi-sheet-steps li{padding:14px;border:1px solid #e1ebe6;border-radius:17px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:start;background:#fbfdfc}
.rdi-sheet-steps li>b{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--rdi-green);color:#fff;font-size:11px}
.rdi-sheet-steps strong{display:block;font-size:12px}.rdi-sheet-steps small{display:block;margin-top:4px;color:var(--rdi-muted);font-size:10px;line-height:1.5}
.rdi-copy-button{width:100%;min-height:49px;margin-top:13px;border:0;border-radius:15px;background:#173e2e;color:#fff;font-size:11px;font-weight:900;cursor:pointer}
.rdi-toast{position:fixed;z-index:19000;left:50%;bottom:24px;max-width:calc(100% - 28px);padding:12px 16px;border-radius:13px;background:#133c2b;color:#fff;box-shadow:0 15px 45px rgba(0,0,0,.2);font-size:11px;font-weight:800;transform:translateX(-50%);text-align:center}
body.rdi-sheet-open{overflow:hidden}
@media(max-width:800px){
  .rdi-shell{width:100%;padding:12px 10px calc(110px + env(safe-area-inset-bottom))}
  .rdi-floating-actions{inset:22px 20px auto}
  .rdi-icon-button{width:42px;height:42px;border-radius:15px}
  .rdi-inapp{width:auto;margin:0 0 10px;padding:12px;border-radius:18px;grid-template-columns:40px minmax(0,1fr)}
  .rdi-inapp-mark{width:40px;height:40px;border-radius:13px}
  .rdi-inapp strong{font-size:11px}.rdi-inapp p{font-size:9px}.rdi-inapp button{grid-column:1/-1;width:100%;min-height:38px}
  .rdi-hero{min-height:0;padding:76px 18px 31px;border-radius:30px}
  .rdi-hero:before{width:220px;height:220px;right:-115px;top:120px;border-width:42px}
  .rdi-app-icon-wrap{width:98px;height:98px;border-radius:28px}.rdi-app-icon-wrap img{border-radius:24px}.rdi-app-icon-wrap>span{width:29px;height:29px;border-width:4px}.rdi-app-icon-wrap>span svg{width:15px;height:15px}
  .rdi-platform-pill{margin-top:18px;min-height:31px;padding:0 10px;font-size:9px}.rdi-platform-pill b{font-size:9px}.rdi-platform-pill small{font-size:8px}
  .rdi-hero h1{margin-top:18px;font-size:36px}.rdi-lead{margin-top:11px;font-size:12px;line-height:1.48}
  .rdi-benefits{margin-top:17px;gap:6px}.rdi-benefits span{min-height:29px;padding:0 9px;font-size:8px}.rdi-benefits svg{width:12px;height:12px}
  .rdi-install-button{min-height:64px;margin-top:22px;border-radius:18px;grid-template-columns:40px minmax(0,1fr) 20px;padding:0 14px;gap:10px}.rdi-install-icon{width:40px;height:40px;border-radius:13px}.rdi-install-icon svg{width:19px;height:19px}.rdi-install-button strong{font-size:13px}.rdi-install-button small{font-size:7px}.rdi-status{font-size:9px}.rdi-how-button{font-size:9px}
  .rdi-preview{margin-top:10px;padding:26px 17px 22px;border-radius:28px;grid-template-columns:1fr;gap:25px}.rdi-phone{width:195px;height:380px;border-radius:36px;padding:7px}.rdi-phone-screen{border-radius:30px}.rdi-mini-top{height:55px;padding:13px 11px 7px}.rdi-mini-top img{width:28px;height:28px;border-radius:9px}.rdi-mini-hero{padding:14px;border-radius:17px}.rdi-mini-hero strong{font-size:14px}.rdi-mini-grid span{height:55px;border-radius:14px}.rdi-mini-nav{height:40px}.rdi-preview-copy>span{font-size:8px}.rdi-preview-copy h2{font-size:27px}.rdi-feature-list{margin-top:20px;gap:8px}.rdi-feature-list article{padding:14px;border-radius:16px}.rdi-feature-list b{font-size:11px}.rdi-feature-list p{font-size:9px}
  .rdi-platform-summary{margin-top:10px;padding:15px;border-radius:20px;grid-template-columns:46px minmax(0,1fr);gap:12px}.rdi-summary-icon{width:46px;height:46px;border-radius:15px}.rdi-platform-summary strong{font-size:11px}.rdi-platform-summary p{font-size:9px}
  .rdi-legal-line{margin-top:18px;padding:0 12px;font-size:8px}
  .rdi-sticky-install{position:fixed;z-index:12000;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));min-height:68px;padding:8px 9px;border:1px solid rgba(255,255,255,.8);border-radius:22px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;background:rgba(255,255,255,.94);box-shadow:0 18px 55px rgba(4,50,27,.2);backdrop-filter:blur(18px)}
  .rdi-sticky-install img{width:44px;height:44px;border-radius:13px}.rdi-sticky-install span{display:flex;flex-direction:column;min-width:0}.rdi-sticky-install small{color:var(--rdi-muted);font-size:8px}.rdi-sticky-install strong{font-size:11px}.rdi-sticky-install button{min-width:74px;height:44px;border:0;border-radius:14px;background:var(--rdi-green);color:#fff;font-size:11px;font-weight:900;cursor:pointer}
  .rdi-sheet-card{width:calc(100% - 12px);margin-bottom:6px;padding:23px 16px calc(20px + env(safe-area-inset-bottom));border-radius:26px 26px 20px 20px}.rdi-sheet h2{font-size:21px}.rdi-sheet-steps li{padding:12px}.rdi-toast{bottom:calc(90px + env(safe-area-inset-bottom));font-size:10px}
}
@media(max-width:380px){
  .rdi-shell{padding-left:7px;padding-right:7px}.rdi-floating-actions{left:16px;right:16px}.rdi-hero{padding-left:14px;padding-right:14px}.rdi-hero h1{font-size:32px}.rdi-benefits span{font-size:7.5px}.rdi-preview{padding-left:14px;padding-right:14px}.rdi-sticky-install{left:7px;right:7px}.rdi-sticky-install button{min-width:66px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* v0.65.2.2 — Yerel kurulum istemi beklenirken çift dokunmayı engelle. */
.rdi-install-button.is-loading,
.rdi-sticky-install button.is-loading{opacity:.72;cursor:wait;pointer-events:none}
.rdi-install-button:disabled,
.rdi-sticky-install button:disabled{opacity:.72;cursor:wait}
