
:root{--orange:#ff6a00;--dark:#111827;--muted:#6b7280;--red:#b9131b;--gold:#d7a44a;--soft:#fff7ed;--line:#eee;--shadow:0 22px 60px rgba(17,24,39,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--dark);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:#111;color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:15px;padding:9px 0;flex-wrap:wrap}.navbar{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid var(--line)}.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{width:50px}.brand span{display:block;line-height:1.05}.brand small{font-weight:700;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:26px;font-weight:800}.nav-links a:hover,.active{color:var(--orange)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--orange);color:#fff!important;padding:13px 20px;border-radius:999px;font-weight:900;box-shadow:0 12px 26px rgba(255,106,0,.25)}.btn.dark{background:#111}.btn.red{background:var(--red)}.hamb{display:none;border:0;background:#fff;font-size:30px}.hero{min-height:92vh;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.36)),url('assets/images/maslacak-2.jfif') center/cover no-repeat;display:flex;align-items:center;color:#fff}.hero-content{max-width:760px;padding:80px 0}.eyebrow{display:inline-flex;gap:8px;background:rgba(255,106,0,.14);color:var(--orange);border:1px solid rgba(255,106,0,.28);padding:8px 14px;border-radius:99px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.hero h1{font-size:clamp(42px,7vw,86px);line-height:.95;margin:22px 0 18px}.hero p{font-size:20px;color:#f3f4f6;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}.stat{padding:18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:18px}.stat b{font-size:26px}.section{padding:90px 0}.section.alt{background:#fff7ed}.head{max-width:760px;margin:0 auto 45px;text-align:center}.head h2{font-size:clamp(32px,4vw,52px);line-height:1.08;margin:10px 0}.head p{color:var(--muted);font-size:18px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow);transition:.35s}.card:hover{transform:translateY(-7px)}.icon{width:58px;height:58px;border-radius:18px;background:var(--soft);display:grid;place-items:center;font-size:28px;margin-bottom:16px}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.photo{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);position:relative}.photo img{width:100%;height:520px;object-fit:cover}.check{padding:0;margin:22px 0;list-style:none}.check li{padding:9px 0 9px 34px;position:relative}.check li:before{content:'✓';position:absolute;left:0;top:7px;background:var(--orange);color:#fff;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-weight:900}.cta{background:linear-gradient(120deg,#111,#2b1606);color:#fff;border-radius:34px;padding:52px;display:flex;align-items:center;justify-content:space-between;gap:25px;overflow:hidden}.cta h2{font-size:42px;line-height:1.05;margin:0 0 12px}.page-hero{padding:95px 0;background:linear-gradient(120deg,#fff7ed,#fff);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.02;margin:12px 0}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery img{height:360px;width:100%;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.price{font-size:34px;font-weight:900;color:var(--orange);margin:15px 0}.timeline{display:grid;gap:18px}.step{display:grid;grid-template-columns:70px 1fr;gap:18px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}.num{width:58px;height:58px;background:#111;color:#fff;border-radius:18px;display:grid;place-items:center;font-weight:900;font-size:22px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.map{border:0;width:100%;height:420px;border-radius:24px}.footer{background:#0f1115;color:#fff;padding:60px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer a{color:#e5e7eb}.credit{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;color:#cbd5e1}.credit a{color:var(--orange);font-weight:900}.phone-widget{position:fixed;right:22px;bottom:22px;width:64px;height:64px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:30px;z-index:100;box-shadow:0 12px 36px rgba(255,106,0,.45);animation:pulse 1.8s infinite}.reveal{opacity:0;transform:translateY(28px);transition:.75s ease}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,106,0,.45)}70%{box-shadow:0 0 0 18px rgba(255,106,0,0)}100%{box-shadow:0 0 0 0 rgba(255,106,0,0)}}@media(max-width:900px){.hamb{display:block}.nav-links{position:absolute;left:0;right:0;top:78px;background:#fff;flex-direction:column;align-items:flex-start;padding:22px 4%;border-bottom:1px solid var(--line);display:none}.nav-links.open{display:flex}.grid,.split,.footer-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.hero{min-height:88vh;background-position:center}.cta{display:block;padding:34px}.cta h2{font-size:32px}.gallery{grid-template-columns:1fr}.photo img{height:360px}.section{padding:65px 0}.topbar .container{display:none}.nav-inner{height:70px}.nav-links{top:70px}.brand small{font-size:11px}.brand img{width:44px}}

.brand img{border-radius:50%;object-fit:cover;background:#fff;box-shadow:0 7px 18px rgba(0,0,0,.08)}
.service-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-36px;position:relative;z-index:4}.mini-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.mini-card b{display:block;font-size:20px;margin-bottom:6px}.mini-card span{color:var(--muted)}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.feature-pill{padding:16px 18px;border-radius:16px;background:#fff;border:1px solid var(--line);font-weight:800}.feature-pill small{display:block;color:var(--muted);font-weight:600;margin-top:4px}
.band{background:#111;color:#fff;border-radius:32px;padding:42px;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;overflow:hidden}.band h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0 0 12px}.band p{color:#e5e7eb}.band .badge{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:14px;border-radius:18px;margin:8px 0}
.faq{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.faq-item h3{margin-top:0}.soft-card{background:#fff7ed;border:1px solid #fed7aa;border-radius:24px;padding:30px}.hours{display:grid;gap:12px}.hours div{display:flex;justify-content:space-between;gap:15px;padding:15px 18px;background:#fff;border:1px solid var(--line);border-radius:16px;font-weight:800}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.process-card strong{display:grid;place-items:center;width:48px;height:48px;background:var(--orange);color:#fff;border-radius:16px;margin-bottom:14px}
@media(max-width:900px){.service-strip,.feature-list,.faq,.process-grid,.band{grid-template-columns:1fr}.service-strip{margin-top:0}.band{padding:28px}.phone-widget{right:16px;bottom:16px;width:58px;height:58px}.page-hero{padding:70px 0}.grid{gap:18px}}
