.ak-bulten-wrap {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, sans-serif;
color: #111111;
box-sizing: border-box;
}
.ak-bulten-wrap *,
.ak-bulten-wrap *::before,
.ak-bulten-wrap *::after {
box-sizing: border-box;
border-radius: 0 !important; } .ak-bulten-form {
display: flex;
flex-direction: column;
gap: 14px;
}
.ak-bulten-input-row {
display: flex;
flex-direction: row;
gap: 0;
width: 100%;
}
@media (max-width: 540px) {
.ak-bulten-input-row {
flex-direction: column;
gap: 8px;
}
} .ak-bulten-input {
flex: 1;
height: 46px;
padding: 0 16px;
font-size: 14px;
color: #111111;
background-color: #ffffff;
border: 1px solid #1a1a1a !important;
outline: none;
transition: border-color 0.2s ease, background-color 0.2s ease;
font-family: inherit;
}
.ak-bulten-input::placeholder {
color: #888888;
font-size: 13px;
letter-spacing: 0.02em;
}
.ak-bulten-input:focus {
border-color: #000000 !important;
background-color: #ffffff;
box-shadow: none !important;
} .ak-bulten-submit {
height: 46px;
padding: 0 24px;
background-color: #111111 !important;
color: #ffffff !important;
border: 1px solid #111111 !important;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
cursor: pointer;
white-space: nowrap;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: inherit;
}
.ak-bulten-submit:hover {
background-color: #2a2a2a !important;
border-color: #2a2a2a !important;
color: #ffffff !important;
}
.ak-bulten-submit:disabled {
opacity: 0.6;
cursor: not-allowed;
} .ak-bulten-kvkk {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 12px;
line-height: 1.5;
color: #555555;
cursor: pointer;
user-select: none;
margin-top: 4px;
}
.ak-bulten-kvkk input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
width: 15px;
height: 15px;
min-width: 15px;
margin-top: 2px;
border: 1px solid #1a1a1a !important;
background-color: #ffffff;
cursor: pointer;
position: relative;
outline: none;
transition: background-color 0.15s ease, border-color 0.15s ease;
}
.ak-bulten-kvkk input[type="checkbox"]:checked {
background-color: #111111;
border-color: #111111 !important;
}
.ak-bulten-kvkk input[type="checkbox"]:checked::after {
content: "";
position: absolute;
left: 4px;
top: 1px;
width: 4px;
height: 8px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.ak-bulten-kvkk-text {
flex: 1;
} .ak-bulten-notice {
display: none;
padding: 12px 16px;
font-size: 13px;
line-height: 1.5;
border: 1px solid #1a1a1a;
margin-top: 8px;
}
.ak-bulten-notice.ak-notice-success {
background-color: #fafafa;
border-color: #111111;
color: #111111;
font-weight: 500;
}
.ak-bulten-notice.ak-notice-error {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #ffffff;
} .ak-hp-field {
display: none !important;
position: absolute !important;
left: -9999px !important;
top: -9999px !important;
width: 0 !important;
height: 0 !important;
visibility: hidden !important;
} .ak-bulten-block {
background-color: #fafafa;
border: 1px solid #1a1a1a;
padding: 32px 28px;
margin: 28px 0;
}
.ak-bulten-block-header {
margin-bottom: 20px;
}
.ak-bulten-block-badge {
display: inline-block;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.15em;
color: #777777;
margin-bottom: 6px;
font-family: monospace;
}
.ak-bulten-block-title {
font-size: 20px;
font-weight: 700;
letter-spacing: -0.02em;
color: #111111;
margin: 0 0 8px 0;
line-height: 1.3;
}
.ak-bulten-block-desc {
font-size: 14px;
color: #555555;
line-height: 1.6;
margin: 0;
} .ak-bulten-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(17, 17, 17, 0.72);
backdrop-filter: blur(3px);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}
.ak-bulten-modal-overlay.ak-active {
opacity: 1;
visibility: visible;
}
.ak-bulten-modal {
background-color: #ffffff;
border: 1px solid #1a1a1a;
width: 100%;
max-width: 520px;
padding: 44px 36px 36px 36px;
position: relative;
transform: translateY(16px);
transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.ak-bulten-modal-overlay.ak-active .ak-bulten-modal {
transform: translateY(0);
} .ak-bulten-close-btn {
position: absolute;
top: 14px;
right: 14px;
width: 32px;
height: 32px;
background: transparent;
border: none !important;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: #888888;
transition: color 0.2s ease, background-color 0.2s ease;
padding: 0;
}
.ak-bulten-close-btn:hover {
color: #111111;
background-color: #f0f0f0;
}
.ak-bulten-close-btn svg {
width: 16px;
height: 16px;
stroke-width: 2;
stroke: currentColor;
} .ak-bulten-modal-badge {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #777777;
margin-bottom: 8px;
display: block;
font-family: monospace;
}
.ak-bulten-modal-title {
font-size: 24px;
font-weight: 800;
letter-spacing: -0.025em;
color: #111111;
line-height: 1.25;
margin: 0 0 12px 0;
}
.ak-bulten-modal-desc {
font-size: 14px;
line-height: 1.65;
color: #555555;
margin: 0 0 24px 0;
}
@media (max-width: 480px) {
.ak-bulten-modal {
padding: 32px 20px 24px 20px;
}
.ak-bulten-modal-title {
font-size: 20px;
}
}