/* Gelişmiş Hesaplama Araçları Premium UI/UX Stylesheet */

.gh-pro-list-wrap {
	font-family: "Plus Jakarta Sans", sans-serif;
	max-width: 1000px;
	margin: 2rem auto;
	background: #ffffff;
	padding: 2.5rem;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
	border: 1px solid #f1f5f9;
}
.gh-pro-header {
	text-align: center;
	margin-bottom: 2.5rem;
}
.gh-pro-list-title {
	font-size: 2rem;
	font-weight: 800;
	color: #0f172a;
	margin-top: 0;
	margin-bottom: 0.5rem;
	letter-spacing: -0.02em;
}
.gh-pro-list-subtitle {
	font-size: 0.95rem;
	color: #64748b;
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.gh-search-wrapper {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}
.gh-search-icon {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.1rem;
	color: #94a3b8;
}
.gh-search-control {
	width: 100%;
	padding: 0.9rem 1rem 0.9rem 2.75rem;
	font-size: 1rem;
	font-family: inherit;
	border: 1.5px solid #cbd5e1;
	border-radius: 12px;
	transition: all 0.3s ease;
	box-sizing: border-box;
	outline: none;
	background: #f8fafc;
}
.gh-search-control:focus {
	border-color: #0063dc;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(0, 99, 220, 0.12);
}
.gh-pro-cats {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
	margin-top: 1rem;
}
.gh-pro-cat-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 1.5rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gh-pro-cat-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.03);
	border-color: #cbd5e1;
}
.gh-pro-cat-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f172a;
	margin-top: 0;
	margin-bottom: 1rem;
	border-bottom: 2px solid #f1f5f9;
	padding-bottom: 0.5rem;
}
.gh-pro-tools-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gh-pro-tool-li {
	margin-bottom: 0.65rem;
}
.gh-pro-tool-link {
	color: #475569;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 500;
	transition: color 0.15s ease;
	display: block;
}
.gh-pro-tool-link:hover {
	color: #0063dc;
	text-decoration: none;
	padding-left: 3px;
}
.gh-calc-card {
	font-family: "Plus Jakarta Sans", sans-serif;
	background: #ffffff;
	border: 1px solid #f1f5f9;
	border-radius: 20px;
	padding: 0.5rem 1.5rem 1.5rem 1.5rem;
	max-width: 700px;
	margin: 0.25rem auto 1rem auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}
.gh-calc-title {
	font-size: 1.75rem;
	font-weight: 800;
	color: #0f172a;
	margin-top: 0;
	margin-bottom: 0.5rem;
	text-align: center;
	letter-spacing: -0.02em;
}
.gh-calc-desc {
	font-size: 0.95rem;
	color: #64748b;
	margin-bottom: 2rem;
	text-align: center;
	line-height: 1.6;
}
.gh-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.5rem 2rem;
}
.gh-form-group {
	margin-bottom: 0.25rem;
}
.gh-form-group-full {
	grid-column: 1 / -1;
}
.gh-form-label {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #1e293b;
}
.gh-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}
.gh-form-control {
	width: 100%;
	padding: 0.85rem 2.5rem 0.85rem 1rem;
	font-size: 0.98rem;
	font-family: inherit;
	border: 1.5px solid #e2e8f0;
	border-radius: 12px;
	transition: all 0.25s ease;
	box-sizing: border-box;
	background: #f8fafc;
	color: #0f172a;
	outline: none;
}
.gh-form-control:focus {
	border-color: #0063dc;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(0, 99, 220, 0.12);
}
.gh-input-suffix {
	position: absolute;
	right: 1.25rem;
	font-weight: 700;
	font-size: 0.88rem;
	color: #64748b;
	pointer-events: none;
	user-select: none;
}
.gh-checkbox-card-label {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem 1.25rem;
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	box-sizing: border-box;
	user-select: none;
	width: 100%;
}
.gh-checkbox-card-label:hover {
	background: #f1f5f9;
	border-color: #cbd5e1;
}
.gh-checkbox-card-label input[type="checkbox"] {
	display: none;
}
.gh-checkbox-custom-box {
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #cbd5e1;
	border-radius: 6px;
	background: #ffffff;
	display: inline-block;
	position: relative;
	flex-shrink: 0;
	margin-top: 2px;
	transition: all 0.2s ease;
}
.gh-checkbox-card-label input[type="checkbox"]:checked + .gh-checkbox-custom-box {
	background: #0063dc;
	border-color: #0063dc;
}
.gh-checkbox-card-label input[type="checkbox"]:checked + .gh-checkbox-custom-box::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.gh-checkbox-text-label {
	font-size: 0.95rem;
	font-weight: 600;
	color: #334155;
	line-height: 1.4;
}
.gh-radio-options-wrap {
	display: flex;
	gap: 1.5rem;
	padding: 0.5rem 0;
}
.gh-radio-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 600;
	cursor: pointer;
	font-size: 0.95rem;
	color: #334155;
}
.gh-radio-label input[type="radio"] {
	width: 1.2rem;
	height: 1.2rem;
	accent-color: #0063dc;
}
.gh-btn-primary {
	width: 100%;
	padding: 1rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #ffffff;
	background: #0063dc;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-top: 2rem;
	box-shadow: 0 4px 12px rgba(0, 99, 220, 0.15);
}
.gh-btn-primary:hover {
	background: #004fb0;
	box-shadow: 0 6px 16px rgba(0, 99, 220, 0.25);
}
.gh-btn-primary:disabled {
	background: #94a3b8;
	cursor: not-allowed;
	box-shadow: none;
}
.gh-result-box {
	margin-top: 2.5rem;
	padding: 2rem;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	display: none;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
}
.gh-result-title {
	font-weight: 800;
	font-size: 1.3rem;
	color: #0f172a;
	margin-bottom: 1.5rem;
	border-bottom: 2px solid #f1f5f9;
	padding-bottom: 0.75rem;
	letter-spacing: -0.02em;
	text-align: center;
}
.gh-result-body-content {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #334155;
}
.gh-result-body-content .gh-result-row:first-child {
	background: #f0f7ff;
	border: 1.5px solid #e0f2fe;
	border-radius: 16px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: inset 0 2px 4px rgba(0,99,220,0.02);
}
.gh-result-body-content .gh-result-row:first-child .gh-result-label {
	font-size: 0.88rem;
	color: #0369a1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.gh-result-body-content .gh-result-row:first-child .gh-result-value {
	font-size: 2.25rem;
	font-weight: 900;
	color: #0063dc;
	line-height: 1;
}
.gh-result-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.85rem 0.5rem;
	font-size: 0.98rem;
	border-bottom: 1px solid #f1f5f9;
}
.gh-result-row:last-child {
	border-bottom: none;
}
.gh-result-label {
	font-weight: 600;
	color: #475569;
}
.gh-result-value {
	font-weight: 700;
	color: #0f172a;
	font-size: 1.05rem;
}
.gh-result-value[style*="color:#27ae60"], .gh-result-value[style*="color:green"] {
	color: #10b981 !important;
}
