*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#142445;background:#fff}a{text-decoration:none;color:inherit}.ico{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;vertical-align:-4px;margin-right:8px}.tooth-svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.round-svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.container{max-width:1260px;margin:auto;padding:0 24px}.topbar{height:36px;background:#f5f8fc;font-size:14px}.topbar-inner{display:flex;align-items:center;justify-content:space-between;height:36px;color:#0f2344}.topbar a,.topbar span{display:inline-flex;align-items:center}.social{display:flex;gap:16px;font-weight:800}.header{height:94px;background:white;box-shadow:0 4px 20px rgba(12,42,84,.06);position:sticky;top:0;z-index:10}.nav{height:94px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{display:flex;align-items:center;gap:13px}.tooth{width:48px;height:48px;color:#075ed1;display:grid;place-items:center;transform:rotate(-8deg)}.logo strong{display:block;font-size:24px;letter-spacing:.5px}.logo small{display:block;font-size:18px;letter-spacing:4px}nav{display:flex;align-items:center;gap:38px;font-weight:800;font-size:14px}nav a.active,nav a:hover{color:#075ed1;text-decoration:underline;text-underline-offset:4px}.btn{height:48px;padding:0 24px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;border:1px solid #075ed1}.primary{background:#075ed1;color:white;box-shadow:0 10px 20px rgba(7,94,209,.18)}.outline{background:white;color:#075ed1}.mobile-menu{display:none}.hero{height:500px;position:relative;overflow:hidden;background:#eef4fb}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,#f5f9fd 0%,#edf4fb 39%,rgba(237,244,251,.25) 56%),url('reference.png') center -118px/cover no-repeat}.hero-inner{height:100%;position:relative;display:flex;align-items:center}.hero-copy{max-width:540px}.eyebrow{color:#075ed1;font-weight:900;font-size:14px;letter-spacing:.8px}.hero h1{font-size:58px;line-height:1.18;margin:22px 0;color:#102143;letter-spacing:-2px}.hero p{font-size:18px;line-height:1.65;margin:0 0 26px;color:#263856}.hero-actions{display:flex;gap:18px}.features{height:104px;margin-top:-52px;background:white;border-radius:6px;box-shadow:0 18px 45px rgba(25,57,93,.12);position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr)}.feature{display:flex;align-items:center;gap:18px;padding:0 52px;border-right:1px solid #e5ecf5}.feature:last-child{border:0}.feature span{width:54px;height:54px;background:#075ed1;border-radius:50%;color:#fff;display:grid;place-items:center;font-size:28px}.feature b{font-size:16px}.feature p{margin:7px 0 0;color:#32445e}.services{padding-top:70px}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.section-text{max-width:560px;margin:0 0 30px 0}.section-text{padding-top:0}.section-text h2,.gallery h2,.blog h2,.appointment h2{font-size:33px;line-height:1.18;margin:14px 0;color:#112343}.section-text p{line-height:1.7;color:#394a63}.card{border:1px solid #e8eef6;border-radius:7px;overflow:hidden;box-shadow:0 12px 32px rgba(20,45,78,.08);background:white;position:relative}.card img{width:100%;height:145px;object-fit:cover;display:block}.icon{width:54px;height:54px;border-radius:50%;background:white;color:#075ed1;display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,0,0,.08);margin:-28px 0 0 20px;position:relative}.icon .tooth-svg{width:28px;height:28px;stroke-width:4}.feature .tooth-svg,.feature .round-svg{color:#fff}.card h3{font-size:16px;margin:18px 18px 8px}.card p{font-size:14px;line-height:1.65;color:#263856;margin:0 18px 16px}.card>a:last-child{display:block;margin:0 18px 22px;color:#075ed1;font-weight:700;font-size:14px}.gallery{margin-top:80px;padding:70px 0;background:#f4f8fd}.gallery-grid,.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery img{width:100%;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 15px 35px rgba(18,48,80,.12)}.blog{padding:70px 24px}.blog-grid a{padding:26px;border:1px solid #e8eef6;border-radius:8px;box-shadow:0 12px 28px rgba(18,48,80,.08)}.blog-grid b{font-size:20px}.blog-grid p{color:#4a5a70}.appointment{background:#0b5ed7;padding:70px 0;color:white}.appointment .eyebrow,.appointment h2{color:white}.appt-box{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.appt-box form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.appt-box input,.appt-box select{height:50px;border:0;border-radius:5px;padding:0 16px;font:inherit}.appt-box button{grid-column:1/-1;border-color:white}footer{background:#0d1b34;color:white;padding:34px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;align-items:center}footer p{margin:8px 0 0;color:#b9c6d8}@media(max-width:980px){.topbar{display:none}.header,.nav{height:auto}.nav{padding-top:15px;padding-bottom:15px;flex-wrap:wrap}nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:18px}.menu-open nav{display:flex}.mobile-menu{display:block;background:#075ed1;color:white;border:0;border-radius:5px;padding:10px 14px}.nav>.btn{display:none}.hero{height:620px}.hero h1{font-size:42px}.features{height:auto;grid-template-columns:1fr;margin-top:-30px}.feature{border-right:0;border-bottom:1px solid #e5ecf5;padding:25px}.cards-grid{grid-template-columns:1fr}.services{display:block}.gallery-grid,.blog-grid,.appt-box,.footer-grid{grid-template-columns:1fr}.appt-box form{grid-template-columns:1fr}}

/* Revize: hizmet başlığı ortalandı */
.services .section-text{max-width:720px;margin:0 auto 36px;text-align:center}.services .section-text h2{font-size:38px}.services .section-text p{max-width:620px;margin-left:auto;margin-right:auto}

/* Revize: ayrı kurumsal bölümü */
.about{padding:80px 24px 20px;display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.about-image img{width:100%;height:390px;object-fit:cover;border-radius:10px;box-shadow:0 18px 45px rgba(25,57,93,.14)}.about-content h2{font-size:40px;line-height:1.18;margin:14px 0;color:#112343}.about-content p{font-size:16px;line-height:1.8;color:#394a63}.about-content .btn{margin-top:12px}
@media(max-width:980px){.about{grid-template-columns:1fr;padding-top:45px}.services .section-text h2{font-size:31px}}
.about{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;padding-top:75px;padding-bottom:20px}.about h2{font-size:38px;line-height:1.18;margin:14px 0;color:#112343}.about p{font-size:17px;line-height:1.8;color:#394a63}.about img{width:100%;height:360px;object-fit:cover;border-radius:10px;box-shadow:0 15px 35px rgba(18,48,80,.12)}.contact-form{background:#f4f8fd;padding:70px 24px}.formbox{max-width:820px;margin:auto;background:#fff;border:1px solid #e8eef6;border-radius:10px;padding:32px;box-shadow:0 14px 30px rgba(18,48,80,.08)}.formbox h2{margin-top:0;color:#112343}.formbox input,.formbox textarea{width:100%;border:1px solid #dfe8f4;border-radius:6px;padding:14px 16px;margin:7px 0;font:inherit}.formbox button{background:#075ed1;color:#fff;border:0;border-radius:6px;padding:14px 24px;font-weight:800}@media(max-width:980px){.about{grid-template-columns:1fr}.about img{height:250px}}
