:root{--primary:#0d6efd;--primary-dark:#0a58ca;--primary-light:#e8f0fe;--secondary:#475569;--dark:#0f172a;--gray-100:#f8fafc;--gray-200:#e2e8f0;--gray-600:#475569;--radius:12px;--radius-lg:20px;--shadow-lg:0 8px 32px rgba(0,0,0,.12);--transition:all .25s ease-in-out;}
*,::after,::before{box-sizing:border-box;margin:0;padding:0;}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-display:swap;color:#1e293b;background-color:#fff;line-height:1.6;-webkit-text-size-adjust:100%;overflow-x:hidden;}
a{color:var(--primary);text-decoration:none;}
a:hover{color:var(--primary-dark);text-decoration:underline;}
img{max-width:100%;height:auto;display:block;}

/* Grid & Containers */
.container,.container-fluid{width:100%;padding-right:.75rem;padding-left:.75rem;margin-right:auto;margin-left:auto;}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
@media (min-width:1400px){.container{max-width:1320px}}
.row{display:flex;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem;}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:.5rem;padding-left:.5rem;}
.g-0{margin-right:0;margin-left:0;}.g-0>*{padding-right:0;padding-left:0;}
.g-2{margin-right:-.25rem;margin-left:-.25rem;}.g-2>*{padding-right:.25rem;padding-left:.25rem;}
.g-3{margin-right:-.5rem;margin-left:-.5rem;}.g-3>*{padding-right:.5rem;padding-left:.5rem;}
.g-4{margin-right:-.75rem;margin-left:-.75rem;}.g-4>*{padding-right:.75rem;padding-left:.75rem;}

.col-12{flex:0 0 auto;width:100%;}
.col-6{flex:0 0 auto;width:50%;}
.col-4{flex:0 0 auto;width:33.33333333%;}
.col-3{flex:0 0 auto;width:25%;}
@media (min-width:768px){
  .col-md-3{flex:0 0 auto;width:25%;}
  .col-md-4{flex:0 0 auto;width:33.33333333%;}
  .col-md-6{flex:0 0 auto;width:50%;}
  .col-md-8{flex:0 0 auto;width:66.66666667%;}
  .col-md-12{flex:0 0 auto;width:100%;}
}
@media (min-width:992px){
  .col-lg-2{flex:0 0 auto;width:16.66666667%;}
  .col-lg-3{flex:0 0 auto;width:25%;}
  .col-lg-4{flex:0 0 auto;width:33.33333333%;}
  .col-lg-5{flex:0 0 auto;width:41.66666667%;}
  .col-lg-6{flex:0 0 auto;width:50%;}
  .col-lg-7{flex:0 0 auto;width:58.33333333%;}
  .col-lg-8{flex:0 0 auto;width:66.66666667%;}
  .col-lg-9{flex:0 0 auto;width:75%;}
}

/* Flexbox & Utilities */
.d-flex{display:flex!important;}.d-inline-flex{display:inline-flex!important;}.d-none{display:none!important;}.d-block{display:block!important;}
@media(min-width:768px){.d-md-block{display:block!important;}.d-md-none{display:none!important;}.d-md-flex{display:flex!important;}}
@media(min-width:992px){.d-lg-none{display:none!important;}.d-lg-flex{display:flex!important;}.d-lg-block{display:block!important;}}
.flex-column{flex-direction:column!important;}.flex-wrap{flex-wrap:wrap!important;}
.justify-content-center{justify-content:center!important;}.justify-content-between{justify-content:space-between!important;}.justify-content-end{justify-content:flex-end!important;}
.align-items-center{align-items:center!important;}.align-items-start{align-items:flex-start!important;}
.gap-1{gap:.25rem!important;}.gap-2{gap:.5rem!important;}.gap-3{gap:1rem!important;}.gap-4{gap:1.5rem!important;}

/* Spacing */
.m-0{margin:0!important;}.mb-0{margin-bottom:0!important;}.mb-1{margin-bottom:.25rem!important;}.mb-2{margin-bottom:.5rem!important;}.mb-3{margin-bottom:1rem!important;}.mb-4{margin-bottom:1.5rem!important;}.mb-5{margin-bottom:3rem!important;}
.mt-1{margin-top:.25rem!important;}.mt-2{margin-top:.5rem!important;}.mt-3{margin-top:1rem!important;}.mt-4{margin-top:1.5rem!important;}.mt-5{margin-top:3rem!important;}
.me-1{margin-right:.25rem!important;}.me-2{margin-right:.5rem!important;}.me-3{margin-right:1rem!important;}
.ms-auto{margin-left:auto!important;}.mx-auto{margin-right:auto!important;margin-left:auto!important;}
.p-0{padding:0!important;}.p-1{padding:.25rem!important;}.p-2{padding:.5rem!important;}.p-3{padding:1rem!important;}.p-4{padding:1.5rem!important;}.p-5{padding:3rem!important;}
.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important;}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important;}.py-3{padding-top:1rem!important;padding-bottom:1rem!important;}
.px-2{padding-right:.5rem!important;padding-left:.5rem!important;}.px-3{padding-right:1rem!important;padding-left:1rem!important;}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important;}.px-5{padding-right:3rem!important;padding-left:3rem!important;}
.pt-5{padding-top:3rem!important;}.pb-3{padding-bottom:1rem!important;}.pb-5{padding-bottom:3rem!important;}

/* Typography & Colors */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.25;color:var(--dark);}
.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4,.bg-dark h5,.bg-dark h6,.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,h1.text-white,h2.text-white,h3.text-white,h4.text-white,h5.text-white,h6.text-white,.card-header.bg-dark h6{color:#fff!important;}
h1,.h1{font-size:2.25rem;}h2,.h2{font-size:1.85rem;}h3,.h3{font-size:1.45rem;}h4,.h4{font-size:1.2rem;}h5,.h5{font-size:1.05rem;}h6,.h6{font-size:.9rem;}
.fs-1{font-size:2.5rem!important;}.fs-2{font-size:2rem!important;}.fs-3{font-size:1.75rem!important;}.fs-4{font-size:1.5rem!important;}.fs-5{font-size:1.25rem!important;}.fs-6{font-size:1rem!important;}
.fw-normal{font-weight:400!important;}.fw-medium{font-weight:500!important;}.fw-semibold{font-weight:600!important;}.fw-bold{font-weight:700!important;}.fw-bolder{font-weight:800!important;}
.text-center{text-align:center!important;}.text-start{text-align:left!important;}.text-end{text-align:right!important;}
.text-uppercase{text-transform:uppercase!important;}.text-lowercase{text-transform:lowercase!important;}.text-capitalize{text-transform:capitalize!important;}
.text-decoration-none{text-decoration:none!important;}
.text-primary{color:var(--primary)!important;}.text-secondary{color:#475569!important;}.text-dark{color:#1e293b!important;}.text-white{color:#fff!important;}
.text-muted{color:#475569!important;}.text-danger{color:#dc2626!important;}.text-success{color:#16a34a!important;}.text-warning{color:#d97706!important;}.text-info{color:#0284c7!important;}
.text-white-50{color:#cbd5e1!important;}
.bg-primary{background-color:var(--primary)!important;}.bg-dark{background-color:#0f172a!important;}.bg-white{background-color:#fff!important;}.bg-light{background-color:#f8fafc!important;}
.bg-opacity-10{--bs-bg-opacity:.1;background-color:rgba(13,110,253,.1)!important;}.bg-opacity-25{--bs-bg-opacity:.25;background-color:rgba(255,255,255,.25)!important;}

/* Borders & Shadows */
.border{border:1px solid var(--gray-200)!important;}.border-0{border:0!important;}.border-top{border-top:1px solid var(--gray-200)!important;}.border-bottom{border-bottom:1px solid var(--gray-200)!important;}
.rounded{border-radius:.375rem!important;}.rounded-2{border-radius:.5rem!important;}.rounded-3{border-radius:.75rem!important;}.rounded-4{border-radius:1rem!important;}.rounded-pill{border-radius:50rem!important;}.rounded-circle{border-radius:50%!important;}
.shadow-sm{box-shadow:0 1px 3px rgba(0,0,0,.08)!important;}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.1)!important;}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.15)!important;}

/* Forms & Inputs */

.form-label{margin-bottom:.35rem;font-size:.875rem;font-weight:600;color:#1e293b;display:inline-block;}
.form-control,.form-select{display:block;width:100%;padding:.45rem .75rem;font-size:.875rem;font-weight:400;line-height:1.5;color:#1e293b;background-color:#fff;background-clip:padding-box;border:1px solid #cbd5e1;appearance:none;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-control:focus,.form-select:focus{color:#1e293b;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);}
.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.8rem;border-radius:.375rem;}
.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem;}
.form-check-input{float:left;margin-left:-1.5em;width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;print-color-adjust:exact;}
.form-check-input[type=checkbox]{border-radius:.25em;}
.form-check-input[type=radio]{border-radius:50%;}
.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd;}
.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none;}
.btn-check:checked+.btn-outline-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd;}
.btn-check:checked+.btn-outline-success{color:#fff;background-color:#16a34a;border-color:#16a34a;}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;line-height:1.5;color:#1e293b;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:.45rem 1.1rem;font-size:.9rem;border-radius:.5rem;transition:var(--transition);}
.btn-primary{color:#fff;background-color:var(--primary);border-color:var(--primary);}
.btn-primary:hover{color:#fff;background-color:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,110,253,.25);}
.btn-outline-primary{color:var(--primary);border-color:var(--primary);}
.btn-outline-primary:hover{color:#fff;background-color:var(--primary);border-color:var(--primary);}
.btn-outline-success{color:#16a34a;border-color:#16a34a;}
.btn-outline-success:hover{color:#fff;background-color:#16a34a;border-color:#16a34a;}
.btn-light{color:#dc2626!important;background-color:#fff!important;border-color:#fff!important;font-weight:700;}
.btn-light:hover{color:#b91c1c!important;background-color:#f8fafc!important;border-color:#f8fafc!important;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.2);}
.btn-danger{color:#fff!important;background-color:#dc2626!important;border-color:#dc2626!important;}
.btn-danger:hover{color:#fff!important;background-color:#b91c1c!important;border-color:#b91c1c!important;transform:translateY(-1px);box-shadow:0 4px 14px rgba(220,38,38,.35);}
.btn-sm{padding:.25rem .6rem;font-size:.8rem;border-radius:.375rem;}
.btn-group{position:relative;display:inline-flex;vertical-align:middle;}
.btn-group>.btn{position:relative;flex:1 1 auto;}
.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px;}
.btn-group>.btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;}

/* Cards & Badges */
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid var(--gray-200);border-radius:var(--radius);}
.card-body{flex:1 1 auto;padding:1.25rem;}
.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.375rem;}

/* Hero Section */
.hero-section{background:linear-gradient(135deg,#0d47a1 0%,#1565c0 45%,#1976d2 80%,#2563eb 100%);min-height:500px;display:flex;align-items:center;color:#fff;padding:3rem 0 2.5rem;position:relative;overflow:hidden;contain:layout style;}
.hero-section h1{font-size:2.65rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#fff;}
.hero-section p.lead{font-size:1.15rem;color:#f1f5f9;margin-bottom:1.5rem;}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);padding:.4rem 1.1rem;border-radius:50px;font-size:.85rem;font-weight:600;color:#fff;margin-bottom:1.25rem;}
.btn-hero{background:#fff;color:var(--primary-dark);font-weight:700;padding:.8rem 2.2rem;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:48px;box-shadow:0 4px 16px rgba(0,0,0,.15);transition:var(--transition);}
.btn-hero:hover{transform:translateY(-2px);background:#f8fafc;color:var(--primary-dark);}
.btn-hero-outline{background:transparent;color:#fff;font-weight:600;padding:.8rem 2.2rem;border-radius:50px;border:2px solid rgba(255,255,255,.7);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:48px;transition:var(--transition);}
.btn-hero-outline:hover{background:rgba(255,255,255,.2);color:#fff;border-color:#fff;}

/* Trust Bar */
.trust-bar{background:#fff;margin-top:-35px;position:relative;z-index:10;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem;}
.trust-item{text-align:center;padding:.8rem;}
.trust-item .icon-circle{width:52px;height:52px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto .6rem;font-size:1.4rem;color:var(--primary);transition:var(--transition);}
.trust-item:hover .icon-circle{background:var(--primary);color:#fff;transform:scale(1.08);}

/* Services */
.section-padding{padding:4.5rem 0;}
.section-title{font-weight:800;font-size:2.1rem;margin-bottom:.5rem;color:var(--dark);letter-spacing:-.5px;}
.section-subtitle{color:var(--gray-600);font-size:1.05rem;max-width:650px;margin:0 auto 2.5rem;}
.service-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.75rem;text-align:center;transition:var(--transition);height:100%;display:flex;flex-direction:column;justify-content:space-between;}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent;}
.service-card .icon-box{width:70px;height:70px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.8rem;transition:var(--transition);}
.icon-blue{background:#e3f2fd;color:#1565c0;}.icon-orange{background:#fff3e0;color:#c2410c;}.icon-green{background:#e8f5e9;color:#15803d;}.icon-purple{background:#f3e5f5;color:#6b21a8;}

/* Steps & Stats */
.steps-section{background:#f8fafc;}
.step-card{text-align:center;padding:1.5rem;}
.step-number{width:46px;height:46px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin:0 auto 1rem;}
.stat-item h3{font-weight:800;font-size:2.3rem;color:var(--primary);margin-bottom:.2rem;}

/* Modal */
.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;background:rgba(0,0,0,.5);}
.modal.show{display:block;}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;}
@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto;}}
@media(min-width:992px){.modal-lg{max-width:800px;}}
.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem);}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0;border-radius:1rem;outline:0;}
.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200);border-top-left-radius:1rem;border-top-right-radius:1rem;}
.modal-body{position:relative;flex:1 1 auto;padding:1.25rem;}
.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem 1.25rem;border-top:1px solid var(--gray-200);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;}
.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5;cursor:pointer;}
.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%);}

/* Responsive Mobile */
@media (max-width:768px){
  .navbar{min-height:60px;padding:.4rem 0;}
  .hero-section{min-height:auto;padding:2rem 0 1.5rem;text-align:center;}
  .hero-section h1{font-size:1.85rem;}
  .hero-section p.lead{font-size:.95rem;}
  .trust-bar{margin-top:1rem;padding:1rem .5rem;}
  .section-padding{padding:2.5rem 0;}
  .section-title{font-size:1.55rem;}
}


/* Navbar */
.navbar{padding:.8rem 0;}
.navbar>.container{display:flex;align-items:center;}
.navbar-brand{font-size:1.4rem;letter-spacing:-.5px;}
.navbar-nav{display:flex;align-items:center;}
.navbar-nav .nav-item{display:flex;align-items:center;}
.navbar .nav-link{color:#444;font-size:.95rem;font-weight:500;padding:.5rem 1rem !important;border-radius:8px;transition:all .25s ease-in-out;}
.navbar .nav-link:hover,.navbar .nav-link.active{color:#0d6efd;background:var(--primary-light);}
.navbar .nav-link.dropdown-toggle{background:transparent !important;color:#444 !important;font-weight:500 !important;font-size:.95rem !important;padding:.5rem 1rem !important;}
.navbar .nav-link.dropdown-toggle:hover{color:#0d6efd !important;background:var(--primary-light) !important;}
.navbar .btn{display:inline-flex;align-items:center;}

/* Dropdown */
.dropdown-menu{border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:.5rem;top:100%;left:0;}
.dropdown-item{border-radius:6px;padding:.45rem 1rem;font-weight:500;transition:all .2s ease;}
.dropdown-item:hover{background:var(--primary-light);color:#0d6efd;}
@media(min-width:992px){
  .navbar-nav .dropdown:hover>.dropdown-menu{display:block;margin-top:0;}
}

/* ============================================
   CTA Section (Aracınızı Hemen Sigortalayın)
   ============================================ */
.cta-section {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 40%, #1976d2 75%, #0284c7 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
  color: #fff !important;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 50%;
  height: 180%;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 160%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0 auto 2.2rem;
  line-height: 1.6;
}
.cta-section .btn-hero {
  background: #ffffff !important;
  color: #0d47a1 !important;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.cta-section .btn-hero:hover {
  background: #f8fafc !important;
  color: #0a3875 !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.cta-section .btn-hero-outline {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.cta-section .btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-3px);
  text-decoration: none;
}


