.telefon {
    width: 320px;
    height: 680px;
    background: #fff;
    border-radius: 48px;
    border: 10px solid #222;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3), inset 0 0 0 2px #444;
    position: relative;
    overflow: hidden;
}

.telefon::before {
    display: none;
}

.telefon-ekran {
    background: #ffffff;
    height: 100%;
}

.container {
    max-width: 1200px;
    margin: 30px auto 80px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: center;
}

.kart {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
    height: 100%;
    min-width: 0;
    overflow: visible;
}

.kart h3 {
    color: #2d2d2d;
    margin-bottom: 10px;
}

.kart p {
    color: #555;
    font-size: 0.95rem;
}

.btn-form {
    flex: 1;
    padding: 9px 14px;
    border: none;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: opacity 0.15s, box-shadow 0.15s;
}

.btn-form:hover { opacity: 0.88; }

.btn-form-dark {
    background: #2563eb;
    color: #fff;
}

.btn-form-muted {
    background: #fff;
    color: #2563eb;
    border: 1.5px solid #2563eb;
}

.btn-form-green {
    background: #059669;
    color: #fff;
    letter-spacing: 0.02em;
}

.btn-modal {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-radius: 7px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.15s;
    box-sizing: border-box;
}

.btn-modal + .btn-modal { margin-top: 8px; }
.btn-modal:hover { opacity: 0.87; }

.btn-modal-dark    { background: #1f2937; color: #fff; }
.btn-modal-outline { background: #fff; color: #1f2937; border: 1.5px solid #1f2937; }
.btn-modal-green   { background: #059669; color: #fff; }
.btn-modal-blue    { background: #2563eb; color: #fff; letter-spacing: 0.02em; }

.cw-input {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 0.9rem;
    box-sizing: border-box;
}

.cw-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}

.pro-ozellik {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    color: #1a1a1a;
}

.pro-check {
    color: #2563eb;
    font-size: 0.95rem;
    line-height: 1.4;
    flex-shrink: 0;
}

.ozellik-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 6px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 9px;
    cursor: pointer;
    font-size: 1.4rem;
    transition: border-color 0.15s, background 0.15s;
}

.ozellik-item span {
    font-size: 0.72rem;
    color: #475569;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.ozellik-item:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.cw-kilitli-btn {
    position: relative;
    opacity: 0.82;
    filter: grayscale(0.35);
}

.cw-kilitli-btn .cw-lock-badge {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 0.72rem;
    line-height: 1;
    pointer-events: none;
    font-style: normal;
}

.renk-kutu {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    cursor: pointer;
    border: 1.5px solid rgba(0,0,0,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
    transition: transform 0.1s, box-shadow 0.1s;
    flex-shrink: 0;
}

.renk-kutu:hover {
    transform: scale(1.15);
    box-shadow: 0 0 0 2px #555, inset 0 1px 0 rgba(255,255,255,0.15);
}

.yayin-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    font-size: 0.85rem;
    color: #777;
}

.yayin-toggle {
    position: relative;
    width: 52px;
    height: 28px;
    cursor: pointer;
}

.yayin-toggle input { display: none; }

.yayin-toggle-track {
    width: 100%;
    height: 100%;
    background: #ccc;
    border-radius: 14px;
    transition: background 0.25s;
}

.yayin-toggle input:checked + .yayin-toggle-track { background: #1a7a4a; }

.yayin-toggle-thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    transition: left 0.25s;
}

.yayin-toggle input:checked ~ .yayin-toggle-thumb { left: 27px; }

.mini-tel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    margin-top: 12px;
    justify-items: center;
}

.mini-tel-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
}

.mini-tel-wrap:hover .mini-tel,
.mini-tel-wrap.secili .mini-tel {
    border-color: #ff8c42;
    box-shadow: 0 0 0 2px rgba(255,140,66,0.35), 0 4px 12px rgba(0,0,0,0.3);
}

.mini-tel {
    width: 58px;
    height: 115px;
    background: #fff;
    border-radius: 9px;
    border: 3px solid #333;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    overflow: hidden;
    position: relative;
}

.mini-tel iframe {
    width: 320px;
    height: 680px;
    border: none;
    display: block;
    transform: scale(0.165);
    transform-origin: top left;
    pointer-events: none;
}

.mini-tel-plus {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ccc;
    background: #f7f7f7;
}

.mini-tel-kilit {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background: #f0f0f0;
    opacity: 0.7;
}

.mini-tel-wrap.kilitli .mini-tel {
    border-color: #999;
    opacity: 0.6;
}

.mini-tel-wrap.kilitli:hover .mini-tel {
    border-color: #ff8c42;
    opacity: 1;
    box-shadow: 0 0 0 2px rgba(255,140,66,0.35), 0 4px 12px rgba(0,0,0,0.3);
}

.mini-tel-label {
    font-size: 0.62rem;
    color: #999;
    font-weight: 500;
}

.mini-tel-wrap.secili .mini-tel-label {
    color: #ff8c42;
    font-weight: 700;
}

.mini-sil-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    background: rgba(200,0,0,0.85);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 0;
    z-index: 10;
}

.mini-tel-wrap:hover .mini-sil-btn { display: block; }
