/* AŞKIN TESİSAT PORTAL — Müşteri Portalı Stili */
:root {
    --pt-primary: #1d6fa5;
    --pt-primary-dark: #124a70;
    --pt-bg: #f4f6f8;
    --pt-surface: #ffffff;
    --pt-border: #e1e6ea;
    --pt-text: #1c2733;
    --pt-text-muted: #66788a;
    --pt-success: #1f9d55;
    --pt-success-bg: #e6f7ec;
    --pt-warning: #c9820a;
    --pt-warning-bg: #fdf3df;
    --pt-danger: #c53030;
    --pt-danger-bg: #fde8e8;
    --pt-radius: 14px;
    --pt-touch: 46px;
    --pt-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--pt-bg); color: var(--pt-text); font-family: var(--pt-font); font-size: 16px; line-height: 1.55; min-width: 320px; overflow-x: hidden; }
a { color: var(--pt-primary); }
h1, h2, h3 { color: var(--pt-primary-dark); margin: 0 0 10px; }
.pt-shell { max-width: 480px; margin: 0 auto; min-height: 100vh; display: flex; flex-direction: column; background: var(--pt-bg); }
.pt-header { background: var(--pt-primary-dark); color: #fff; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; }
.pt-header .brand { font-weight: 800; font-size: 17px; }
.pt-header form button { background: transparent; border: 1px solid rgba(255,255,255,.5); color: #fff; border-radius: 999px; min-height: 36px; padding: 0 14px; font-size: 13px; }
.pt-main { flex: 1; padding: 18px; }
.pt-card { background: var(--pt-surface); border-radius: var(--pt-radius); border: 1px solid var(--pt-border); padding: 18px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(14,42,61,.06); }
.pt-guest { display:flex; align-items:flex-start; justify-content:center; min-height:100vh; padding:clamp(48px,9vh,110px) 20px 36px; position:relative; isolation:isolate; background-size:cover; background-position:center; }
.pt-guest::before { content:""; position:absolute; inset:0; z-index:-1; background:radial-gradient(circle at 18% 15%,rgba(255,255,255,.16),transparent 34%),radial-gradient(circle at 82% 78%,rgba(255,255,255,.10),transparent 30%); pointer-events:none; }
.pt-guest-wrap { width:min(420px,100%); display:flex; flex-direction:column; align-items:center; gap:18px; }
.pt-login-brand { min-height:68px; display:flex; align-items:center; justify-content:center; width:100%; filter:drop-shadow(0 2px 12px rgba(0,0,0,.16)); }
.pt-login-brand img { display:block; max-width:min(250px,72vw); max-height:92px; object-fit:contain; }
.pt-login-brand-text { color:#fff; font-size:25px; font-weight:850; letter-spacing:-.02em; text-align:center; text-shadow:0 2px 14px rgba(0,0,0,.2); }
.pt-guest-card { width:100%; background:rgba(255,255,255,.965); border-radius:18px; padding:28px 26px 24px; border:1px solid rgba(255,255,255,.72); box-shadow:0 24px 60px rgba(8,24,38,.24),0 3px 12px rgba(8,24,38,.12); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); }
.pt-login-heading { text-align:center; font-size:19px; line-height:1.25; font-weight:800; color:var(--pt-primary-dark); margin-bottom:24px; }
.pt-login-secondary { margin-top:16px; padding-top:16px; border-top:1px solid var(--pt-border); text-align:center; font-size:13.5px; }
.pt-logo { text-align:center; font-weight:800; font-size:20px; color:var(--pt-primary-dark); margin-bottom:6px; }
.pt-sub { text-align:center; color:var(--pt-text-muted); font-size:14px; margin-bottom:20px; }
.pt-field { margin-bottom: 16px; }
.pt-field label { display: block; margin-bottom: 6px; font-weight: 700; font-size: 14px; }
.pt-input { width: 100%; min-height: var(--pt-touch); border: 1px solid var(--pt-border); border-radius: 10px; padding: 10px 14px; font-size: 17px; }
.pt-input:focus { outline: 2px solid var(--pt-primary); }
.pt-btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: var(--pt-touch); border-radius: 10px; border: none; background: var(--pt-primary); color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; }
.pt-btn:hover { background: var(--pt-primary-dark); }
.pt-btn-link { background: transparent; color: var(--pt-primary); font-weight: 600; }
.pt-alert { border-radius: 10px; padding: 12px 14px; margin-bottom: 14px; font-size: 14px; }
.pt-alert-info { background: #e7f1fa; color: var(--pt-primary-dark); }
.pt-alert-danger { background: var(--pt-danger-bg); color: var(--pt-danger); }
.pt-badge { display: inline-flex; padding: 4px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700; }
.pt-badge-blue { background: #e7f1fa; color: var(--pt-primary); }
.pt-badge-green { background: var(--pt-success-bg); color: var(--pt-success); }
.pt-badge-yellow { background: var(--pt-warning-bg); color: var(--pt-warning); }
.pt-badge-gray { background: #eef1f4; color: var(--pt-text-muted); }
.pt-badge-red { background: var(--pt-danger-bg); color: var(--pt-danger); }
.pt-service-row { display: block; padding: 14px 0; border-bottom: 1px solid var(--pt-border); color: var(--pt-text); }
.pt-service-row:last-child { border-bottom: none; }
.pt-service-row:hover { text-decoration: none; background: #fafcfe; }
.pt-row-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 4px; }
.pt-muted { color: var(--pt-text-muted); font-size: 13.5px; }
.pt-timeline { list-style: none; margin: 0; padding: 0; }
.pt-timeline li { position: relative; padding: 0 0 16px 22px; border-left: 2px solid var(--pt-border); }
.pt-timeline li:last-child { border-color: transparent; }
.pt-timeline li::before { content: ''; position: absolute; left: -6px; top: 2px; width: 10px; height: 10px; border-radius: 50%; background: var(--pt-primary); }
.pt-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pt-photo-grid img { width: 100%; height: 90px; object-fit: cover; border-radius: 8px; border: 1px solid var(--pt-border); }
.pt-doc-link { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--pt-border); }
.pt-doc-link:last-child { border-bottom: none; }
.pt-otp-input { letter-spacing: 8px; text-align: center; font-size: 24px; font-weight: 700; }
.pt-footer { text-align: center; padding: 16px; font-size: 12px; color: var(--pt-text-muted); }
table.pt-table { width: 100%; border-collapse: collapse; font-size: 14px; }
table.pt-table th { text-align: left; font-size: 11.5px; color: var(--pt-text-muted); padding: 6px 4px; border-bottom: 2px solid var(--pt-border); }
table.pt-table td { padding: 8px 4px; border-bottom: 1px solid var(--pt-border); }

/* ---------- v2.1 güvenli video oynatıcı ---------- */
.pt-video-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.pt-video-card { border: 1px solid var(--pt-border); border-radius: 10px; overflow: hidden; background: #0b1115; }
.pt-video-card video { display: block; width: 100%; max-height: 520px; background: #0b1115; }
.pt-video-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 11px; background: var(--pt-card); font-size: 13px; }
.pt-video-meta span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- v2.4 toast bildirimleri ---------- */
.pt-toast-stack{position:fixed;top:14px;right:14px;z-index:140;display:flex;flex-direction:column;gap:8px;width:min(360px,calc(100vw - 24px));pointer-events:none}
.pt-toast{pointer-events:auto;background:#fff;border:1px solid var(--pt-border);border-left:4px solid var(--pt-primary);border-radius:10px;box-shadow:0 8px 26px rgba(14,42,61,.18);padding:11px 38px 11px 12px;position:relative;font-size:14px;animation:ptToastIn .18s ease-out}.pt-toast.success{border-left-color:var(--pt-success)}.pt-toast.error{border-left-color:var(--pt-danger)}.pt-toast.warning{border-left-color:var(--pt-warning)}
.pt-toast-close{position:absolute;right:7px;top:5px;border:0;background:transparent;font-size:20px;line-height:1;color:var(--pt-text-muted);cursor:pointer;min-width:28px;min-height:28px}@keyframes ptToastIn{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}

/* ---------- v2.4 medya modalı ---------- */
body.pt-modal-open{overflow:hidden}.pt-modal[hidden]{display:none!important}.pt-modal{position:fixed;inset:0;z-index:160;display:flex;align-items:center;justify-content:center;padding:8px}.pt-modal-backdrop{position:absolute;inset:0;background:rgba(8,18,26,.76)}
.pt-modal-dialog{position:relative;z-index:1;width:min(960px,calc(100vw - 16px));height:min(820px,calc(100vh - 16px));background:#fff;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.pt-modal-head,.pt-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--pt-border)}.pt-modal-foot{border-bottom:0;border-top:1px solid var(--pt-border);justify-content:flex-end}
.pt-modal-close,.pt-modal-close-btn{border:1px solid var(--pt-border);background:#fff;color:var(--pt-text);border-radius:8px;min-height:40px;padding:0 12px;cursor:pointer}.pt-modal-close{font-size:24px;border:0;min-width:40px;padding:0}.pt-modal-download{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:8px;background:var(--pt-primary);color:#fff;text-decoration:none;font-weight:700}
.pt-modal-body{flex:1;min-height:0;background:#20262b;display:flex;align-items:center;justify-content:center;overflow:auto}.pt-modal-body iframe{width:100%;height:100%;border:0;background:#fff}.pt-modal-body img{display:block;max-width:100%;max-height:100%;object-fit:contain}.pt-modal-body video{display:block;width:100%;height:100%;background:#000;object-fit:contain}

@media(max-width:480px){
    .pt-guest{padding:24px 14px;align-items:center}
    .pt-guest-wrap{gap:14px}
    .pt-login-brand{min-height:56px}
    .pt-login-brand img{max-height:70px;max-width:min(220px,70vw)}
    .pt-login-brand-text{font-size:22px}
    .pt-guest-card{padding:23px 18px 20px;border-radius:16px}
    .pt-login-heading{font-size:18px;margin-bottom:20px}
}

.pt-link-button,.pt-media-button{appearance:none;border:0;background:transparent;padding:0;color:var(--pt-primary);font:inherit;cursor:pointer;text-decoration:underline}.pt-media-button{display:block;width:100%}.pt-photo-grid .pt-media-button img{width:100%;height:90px;object-fit:cover;border-radius:8px;border:1px solid var(--pt-border)}

/* ---------- v2.4 video küçük resim galerisi ---------- */
.pt-video-thumb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pt-video-thumb-card{display:block;width:100%;text-align:left;border:1px solid var(--pt-border);border-radius:10px;background:#fff;overflow:hidden;padding:0;cursor:pointer;color:var(--pt-text)}.pt-video-thumb-image{display:block;position:relative;background:#0b1115;aspect-ratio:16/9;overflow:hidden}.pt-video-thumb-image img{width:100%;height:100%;object-fit:cover;display:block}.pt-video-thumb-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-left:3px;background:rgba(255,255,255,.92);color:var(--pt-primary);box-shadow:0 2px 8px rgba(0,0,0,.2)}.pt-video-thumb-meta{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:8px 9px;font-size:12.5px}.pt-video-thumb-meta strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pt-video-thumb-meta span{color:var(--pt-text-muted);white-space:nowrap}

/* ---------- v2.4 herkese açık randevu ---------- */
.pt-public-shell{min-height:100vh;background:var(--pt-bg);display:flex;flex-direction:column}.pt-public-header{background:var(--pt-primary-dark);color:#fff;min-height:66px;padding:10px max(16px,calc((100vw - 1060px)/2));display:flex;align-items:center;justify-content:space-between;gap:12px}.pt-public-brand{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none;font-weight:800;font-size:18px}.pt-public-brand img{width:38px;height:38px;object-fit:contain}.pt-public-login{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.45);border-radius:999px;padding:8px 13px;font-size:13px;white-space:nowrap}.pt-public-main{width:min(1060px,100%);margin:0 auto;padding:22px 18px;flex:1}.pt-public-title{margin-bottom:16px}.pt-public-title h1{font-size:26px}.pt-public-booking{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:16px;align-items:start}.pt-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.pt-calendar-toolbar h2{margin:0;font-size:18px}.pt-calendar-nav{width:44px;height:44px;border:1px solid var(--pt-border);border-radius:10px;background:#fff;color:var(--pt-primary-dark);font-size:26px;cursor:pointer}.pt-public-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.pt-public-calendar .weekday{font-size:11px;text-align:center;color:var(--pt-text-muted);font-weight:700;padding:4px 0}.pt-public-calendar .day-empty{min-height:58px}.pt-public-calendar .day{min-height:64px;border:1px solid var(--pt-border);border-radius:9px;background:#fff;padding:6px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;color:var(--pt-text);font:inherit}.pt-public-calendar .day strong{font-size:15px}.pt-public-calendar .day small{font-size:10px;color:var(--pt-text-muted)}.pt-public-calendar .day.available{border-color:#b9dfc8;background:#f2fbf5}.pt-public-calendar .day.available small{color:var(--pt-success)}.pt-public-calendar .day.full,.pt-public-calendar .day.closed,.pt-public-calendar .day.past{cursor:not-allowed;opacity:.64}.pt-public-calendar .day.full{background:#fff8e9}.pt-public-calendar .day.closed{background:#fff1f1}.pt-public-calendar .day.selected{outline:3px solid #b7d9ec;border-color:var(--pt-primary);background:#eaf5fb}.pt-calendar-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px;font-size:12px;color:var(--pt-text-muted)}.pt-calendar-legend span{display:flex;align-items:center;gap:5px}.pt-calendar-legend i{width:10px;height:10px;border-radius:50%;display:inline-block}.pt-calendar-legend .is-available{background:var(--pt-success)}.pt-calendar-legend .is-full{background:var(--pt-warning)}.pt-calendar-legend .is-closed{background:var(--pt-danger)}.pt-selected-date{font-weight:800;color:var(--pt-primary-dark);margin-bottom:10px}.pt-slot-wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:18px}.pt-slot-button{min-height:42px;border:1px solid var(--pt-border);border-radius:9px;background:#fff;color:var(--pt-text);font-weight:700;cursor:pointer}.pt-slot-button.selected{background:var(--pt-primary);color:#fff;border-color:var(--pt-primary)}.pt-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pt-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.pt-public-success{max-width:520px;margin:60px auto;text-align:center;padding:34px}.pt-success-icon{width:64px;height:64px;border-radius:50%;background:var(--pt-success-bg);color:var(--pt-success);display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:800;margin:0 auto 16px}
@media(max-width:800px){.pt-public-booking{grid-template-columns:1fr}.pt-public-main{padding:14px 10px}.pt-public-header{padding:10px 12px}.pt-public-calendar .day{min-height:56px}.pt-public-calendar .day small{display:none}.pt-slot-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.pt-toast-stack{top:8px;right:8px;width:calc(100vw - 16px)}.pt-modal{padding:3px}.pt-modal-dialog{width:calc(100vw - 6px);height:calc(100vh - 6px);border-radius:9px}.pt-modal-foot>*{flex:1}.pt-video-thumb-grid{grid-template-columns:1fr 1fr}.pt-form-grid{grid-template-columns:1fr}.pt-public-title h1{font-size:22px}.pt-public-calendar{gap:3px}.pt-public-calendar .day{min-height:48px;padding:4px 2px;border-radius:7px}.pt-public-calendar .day strong{font-size:14px}.pt-calendar-toolbar{margin-bottom:8px}}

/* ---------- v2.4.4 isteğe bağlı randevu konumu ---------- */
.pt-location-picker{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:9px;padding:10px;border:1px solid var(--pt-border);border-radius:10px;background:#f8fafb}.pt-location-btn,.pt-location-remove{min-height:44px;border-radius:9px;padding:0 12px;font:inherit;font-size:13.5px;font-weight:700;cursor:pointer}.pt-location-btn{border:1px solid var(--pt-primary);background:#fff;color:var(--pt-primary)}.pt-location-btn:hover{background:#edf6fb}.pt-location-btn:disabled{opacity:.6;cursor:wait}.pt-location-remove{border:1px solid var(--pt-border);background:#fff;color:var(--pt-text)}.pt-location-map{display:inline-flex;align-items:center;min-height:44px;padding:0 4px;font-size:13px;font-weight:700}.pt-location-status{flex-basis:100%;color:var(--pt-text-muted);font-size:12.5px;line-height:1.4}
@media(max-width:480px){.pt-location-picker{align-items:stretch}.pt-location-btn,.pt-location-remove,.pt-location-map{width:100%;justify-content:center;text-align:center}.pt-location-map{min-height:44px}}

/* ---------- v2.4.5 public randevu medya yükleme ---------- */
.pt-file-input{padding:10px;background:#fff}.pt-upload-help{margin-top:6px;font-size:12px;color:var(--pt-text-muted);line-height:1.45}.pt-public-file-list{margin-top:8px;border:1px solid var(--pt-border);border-radius:9px;background:#f8fafc;padding:7px 10px}.pt-public-file-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 0;border-bottom:1px solid var(--pt-border);font-size:12px}.pt-public-file-row:last-child{border-bottom:0}.pt-public-file-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pt-public-file-row small{flex:0 0 auto;color:var(--pt-text-muted)}.pt-alert-warning{background:#fff8e9;border-color:#f0ca75;color:#795200}
@media(max-width:600px){.pt-public-file-row{align-items:flex-start}.pt-public-file-row span{white-space:normal;overflow-wrap:anywhere}}

/* ---------- v2.4.8 PDF.js belge görüntüleyici ---------- */
.pt-modal-body.is-pdf-viewer{display:block;overflow:hidden;background:#2b3035}
.app-pdf-viewer{width:100%;height:100%;display:flex;flex-direction:column;background:#2b3035;color:#fff;overflow:hidden}
.app-pdf-toolbar{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 10px;background:#343a40;border-bottom:1px solid rgba(255,255,255,.12);flex:0 0 auto}
.app-pdf-toolbar button{min-width:40px;min-height:38px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#23282d;color:#fff;font:inherit;font-weight:700;cursor:pointer;padding:0 10px}
.app-pdf-toolbar button:hover{background:#171b1f}.app-pdf-toolbar span{min-width:58px;text-align:center;font-size:13px;font-weight:800}
.app-pdf-pages{flex:1;min-height:0;overflow:auto;padding:14px;display:flex;flex-direction:column;align-items:center;gap:14px;overscroll-behavior:contain;touch-action:pan-x pan-y pinch-zoom;-webkit-overflow-scrolling:touch}
.app-pdf-page{flex:0 0 auto;background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.35);line-height:0;max-width:none}
.app-pdf-page canvas{display:block;max-width:none;height:auto;touch-action:pan-x pan-y pinch-zoom}
.app-pdf-message{margin:auto;padding:18px 20px;color:#e8edf0;text-align:center;font-size:14px;line-height:1.5}.app-pdf-message.is-error{color:#ffd1d1}
.app-pdf-blank-note{width:min(520px,100%);padding:7px 10px;border-radius:8px;background:rgba(255,255,255,.09);color:#d7dde1;font-size:11.5px;text-align:center;line-height:1.35}
@media(max-width:480px){.app-pdf-toolbar{gap:5px;padding:6px}.app-pdf-toolbar button{min-width:38px;min-height:36px;padding:0 8px}.app-pdf-pages{padding:8px;gap:8px}.app-pdf-blank-note{font-size:11px}}

/* ---------- v2.5.9 Yorumlar / müşteri deneyimi ---------- */
.pt-review-card{width:min(620px,100%);margin:18px auto;background:var(--pt-surface);border:1px solid var(--pt-border);border-radius:18px;padding:clamp(20px,4vw,32px);box-shadow:0 12px 34px rgba(14,42,61,.10)}
.pt-review-card h1{font-size:clamp(24px,5vw,32px);margin-bottom:7px;letter-spacing:-.02em}.pt-review-lead{margin:0 0 22px;color:var(--pt-text-muted);font-size:15px}
.pt-review-primary-form{margin:0 0 22px}.pt-review-google{min-height:54px;font-size:16px;border-radius:12px;box-shadow:0 7px 18px rgba(29,111,165,.18)}
.pt-review-secondary{border-top:1px solid var(--pt-border);padding-top:20px}.pt-review-secondary>p{font-size:14px;color:var(--pt-text-muted);margin-bottom:12px}
.pt-review-choice-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pt-review-choice-row form{margin:0}.pt-review-choice{width:100%;min-height:50px;padding:8px 10px;border:1px solid var(--pt-border);border-radius:11px;background:#fff;color:var(--pt-text);font:inherit;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}.pt-review-choice:hover{border-color:var(--pt-primary);background:#f6fbfe}.pt-review-choice.is-selected{border-color:var(--pt-primary);background:#eaf5fb;color:var(--pt-primary-dark)}
.pt-review-inline-confirm,.pt-review-state{margin-top:12px;padding:10px 12px;border-radius:9px;background:var(--pt-success-bg);color:var(--pt-success);font-size:13.5px;font-weight:700}.pt-review-state+.pt-review-state{margin-top:6px}
.pt-review-feedback-box{margin-top:14px;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid var(--pt-border)}.pt-review-feedback-box p{font-size:14px;margin-bottom:13px}.pt-review-feedback-box .pt-form label{display:block;font-weight:700;font-size:13.5px;margin-bottom:12px}.pt-review-feedback-box input,.pt-review-feedback-box textarea{display:block;width:100%;margin-top:5px;border:1px solid var(--pt-border);border-radius:9px;padding:10px 12px;font:inherit;background:#fff}.pt-review-feedback-box textarea{resize:vertical;min-height:120px}.pt-review-feedback-box input:focus,.pt-review-feedback-box textarea:focus{outline:2px solid var(--pt-primary);outline-offset:1px}
.pt-review-portal-item{padding:17px 0;border-top:1px solid var(--pt-border)}.pt-review-portal-item:first-of-type{border-top:0}.pt-review-portal-item .pt-review-primary-form{margin-top:13px;margin-bottom:16px}.pt-review-portal-section>.pt-muted{margin-bottom:8px}
@media(max-width:480px){.pt-review-card{margin:4px auto;padding:20px 16px;border-radius:14px}.pt-review-choice-row{grid-template-columns:1fr}.pt-review-google{min-height:56px}.pt-review-feedback-box{padding:13px}.pt-review-portal-item .pt-review-choice-row{grid-template-columns:1fr}}

/* ---------- v2.5.10 Google yorum CTA görünürlüğü ---------- */
.pt-review-google{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:58px;padding:10px 16px;border:1px solid #1a73e8;background:#1a73e8;color:#fff;font-weight:800;font-size:16px;line-height:1.2;border-radius:13px;box-shadow:0 9px 24px rgba(26,115,232,.28);text-decoration:none;transform-origin:center}.pt-review-google:hover,.pt-review-google:focus{background:#1557b0;border-color:#1557b0;color:#fff;text-decoration:none}.pt-review-google-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.16)}.pt-review-google-icon svg{display:block;width:19px;height:19px}.pt-review-google-hint{text-align:center;margin-top:8px;color:var(--pt-text-muted);font-size:12px;line-height:1.35}.pt-review-google.is-attention{animation:pt-review-google-attention .95s cubic-bezier(.2,.8,.25,1) .08s 2}
@keyframes pt-review-google-attention{0%,100%{transform:translateY(0) scale(1);box-shadow:0 9px 24px rgba(26,115,232,.28)}34%{transform:translateY(-2px) scale(1.06);box-shadow:0 16px 38px rgba(26,115,232,.52)}58%{transform:translateY(1px) scale(.995);box-shadow:0 8px 22px rgba(26,115,232,.30)}}
@keyframes pt-review-google-attention-reduced{0%,100%{border-color:#1a73e8;background:#1a73e8;box-shadow:0 9px 24px rgba(26,115,232,.28),0 0 0 0 rgba(251,188,4,0)}50%{border-color:#fbbc04;background:#1557b0;box-shadow:0 10px 28px rgba(26,115,232,.42),0 0 0 4px rgba(251,188,4,.38),0 0 0 9px rgba(26,115,232,.16)}}
@media(prefers-reduced-motion:reduce){.pt-review-google.is-attention{animation:pt-review-google-attention-reduced .62s ease-in-out .04s 3;transform:none}}
@media(max-width:480px){.pt-review-google{min-height:60px;font-size:15px;padding:10px 12px}.pt-review-google-icon{width:30px;height:30px;flex-basis:30px}}
