:root{
    --dark:#050b14;
    --dark-2:#08111d;
    --dark-3:#0d1826;
    --text:#101827;
    --muted:#6e798b;
    --white:#ffffff;
    --soft:#f6f8fb;
    --line:#e7eaf0;
    --yellow:#ffb400;
    --yellow-2:#ffd34a;
    --green:#20d466;
    --radius:18px;
    --shadow:0 20px 60px rgba(6,14,25,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}
svg{width:1em;height:1em;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.fill-icon{stroke:none;fill:currentColor}
.container{width:min(1180px, calc(100% - 48px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto 0;z-index:1000;background:rgba(5,11,20,.74);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06);transition:.25s ease}.site-header.scrolled{background:rgba(5,11,20,.96);box-shadow:0 10px 35px rgba(0,0,0,.18)}.nav-wrap{height:86px;display:flex;align-items:center;gap:32px}.brand img{width:160px;height:auto}.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto}.main-nav a{font-size:14px;font-weight:700;color:#e6edf8;opacity:.86;transition:.2s ease;position:relative}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:2px;background:var(--yellow);transform:scaleX(0);transition:.2s ease;border-radius:999px}.main-nav a:hover,.main-nav a.active{color:var(--yellow);opacity:1}.main-nav a.active::after,.main-nav a:hover::after{transform:scaleX(1)}.quote-btn,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 24px;border-radius:10px;font-size:14px;font-weight:900;letter-spacing:.1px;transition:.25s ease;border:1px solid transparent;white-space:nowrap}.quote-btn{border-color:var(--yellow);color:#fff;background:rgba(255,180,0,.04)}.quote-btn:hover{background:var(--yellow);color:#06111f;transform:translateY(-2px)}.quote-btn svg,.btn svg{font-size:16px}.menu-toggle{display:none;background:transparent;border:0;padding:8px;margin-left:auto;cursor:pointer}.menu-toggle span{display:block;width:27px;height:2px;background:#fff;margin:6px 0;border-radius:999px;transition:.2s ease}
.hero{min-height:760px;padding:146px 0 78px;background:radial-gradient(circle at 78% 42%, rgba(255,180,0,.2), transparent 28%),radial-gradient(circle at 58% 24%, rgba(255,180,0,.07), transparent 24%),linear-gradient(135deg,#050b14 0%,#07101b 48%,#03070d 100%);color:#fff;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.02) 1px, transparent 1px),linear-gradient(rgba(255,255,255,.017) 1px, transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom, rgba(0,0,0,.72), transparent 82%);pointer-events:none}.hero-progress{position:absolute;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--yellow),var(--yellow-2));z-index:4}.hero-stage{position:relative;z-index:2;min-height:540px}.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:64px;opacity:0;visibility:hidden;transform:translateX(22px);transition:opacity .55s ease, transform .55s ease, visibility .55s ease}.hero-slide.active{opacity:1;visibility:visible;transform:translateX(0)}.hero-copy{position:relative;z-index:3}.eyebrow{color:var(--yellow);font-size:13px;font-weight:950;letter-spacing:.5px;text-transform:uppercase;margin:0 0 18px}.hero h1{font-size:clamp(42px,5.2vw,72px);line-height:1.05;letter-spacing:-2px;margin:0 0 24px;font-weight:950;max-width:680px}.hero h1 span,.highlight{color:var(--yellow)}.hero p{font-size:18px;color:#c7d0dc;max-width:580px;margin:0 0 32px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.btn-primary{background:var(--yellow);color:#07101b;box-shadow:0 14px 34px rgba(255,180,0,.23)}.btn-primary:hover{background:var(--yellow-2);transform:translateY(-2px)}.btn-outline{border-color:rgba(255,255,255,.72);color:#fff;background:transparent}.btn-outline:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-2px)}.hero-visual{position:relative;z-index:2;isolation:isolate}.hero-visual::before{content:"";position:absolute;width:480px;height:480px;right:6%;top:50%;transform:translateY(-50%);border:10px solid var(--yellow);border-radius:50%;filter:drop-shadow(0 0 28px rgba(255,180,0,.42));opacity:.8;z-index:1}.hero-visual img{width:min(690px,100%);margin-left:auto;filter:drop-shadow(0 34px 45px rgba(0,0,0,.42));position:relative;z-index:3}.slider-controls{position:absolute;left:0;bottom:4px;display:flex;align-items:center;gap:16px;z-index:5}.slider-controls button{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.05);color:#fff;border-radius:12px;width:42px;height:42px;cursor:pointer;font-size:26px;line-height:1;transition:.2s ease}.slider-controls button:hover,.slider-controls button.active{border-color:var(--yellow);background:var(--yellow);color:#07101b}.slider-dots{display:flex;gap:8px}.slider-dots button{width:11px;height:11px;border-radius:999px;padding:0;font-size:0}.slider-dots button.active{width:32px}
.section{padding:86px 0}.section-soft{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}.section-dark{background:linear-gradient(135deg,#050b14 0%,#091523 100%);color:#fff;position:relative;overflow:hidden}.section-dark::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 10%, rgba(255,180,0,.09), transparent 34%);pointer-events:none}.section-head{text-align:center;margin:0 auto 52px;max-width:720px}.section-head.left{text-align:left;margin-left:0;margin-right:0}.section-head .eyebrow{margin-bottom:6px}.section-head h2,.page-hero h1{font-size:clamp(32px,3.6vw,48px);line-height:1.12;letter-spacing:-1px;margin:0;color:inherit}.section-head p:not(.eyebrow){color:#c7d0dc;margin:18px 0 0}.section-line{display:block;width:48px;height:3px;background:var(--yellow);margin:18px auto 0;border-radius:10px}.section-head.left .section-line{margin-left:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card,.detail-card{background:#fff;border:1px solid var(--line);border-radius:14px;min-height:215px;padding:34px 26px;text-align:left;box-shadow:0 14px 35px rgba(8,17,29,.04);transition:.25s ease}.service-card:hover,.detail-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(255,180,0,.42)}.service-card .card-icon,.detail-card .card-icon{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:16px;background:rgba(255,180,0,.12);color:var(--yellow);font-size:32px;margin-bottom:22px}.service-card h3,.detail-card h3{font-size:20px;margin:0 0 10px;line-height:1.25}.service-card p,.detail-card p{font-size:15px;color:#687386;margin:0}.project-top{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;margin-bottom:34px;gap:24px}.project-top .section-head{margin-bottom:0}.mini-btn{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--yellow);color:#fff;padding:12px 22px;border-radius:10px;font-weight:900;font-size:14px;transition:.25s ease}.mini-btn:hover{background:var(--yellow);color:#06111f;transform:translateY(-2px)}.mini-dark{color:#06111f}.projects-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.projects-grid-large{grid-template-columns:repeat(3,1fr)}.project-card{border:1px solid rgba(255,255,255,.16);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.035);transition:.25s ease}.project-card:hover{transform:translateY(-8px);border-color:rgba(255,180,0,.55);box-shadow:0 20px 45px rgba(0,0,0,.22)}.project-card .thumb{height:186px;overflow:hidden;background:#0d1826}.projects-grid-large .project-card .thumb{height:230px}.project-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.project-card:hover .thumb img{transform:scale(1.05)}.project-content{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px}.project-content h3{font-size:18px;margin:0 0 2px;color:#fff;line-height:1.2}.project-content p{margin:0;color:var(--yellow);font-weight:800;font-size:13px}.project-content small{display:block;margin-top:8px;color:#aeb9c8;font-size:13px;line-height:1.45}.project-content .open{color:var(--yellow);font-size:20px;transition:.2s ease;flex:0 0 22px}.project-card:hover .open{transform:translate(4px,-4px)}.about-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.about-copy h2{font-size:clamp(30px,3vw,42px);line-height:1.12;margin:0 0 22px;letter-spacing:-1px}.about-copy p{color:#687386;margin:0 0 24px}.check-list{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:10px}.check-list li{display:flex;align-items:center;gap:10px;color:#566174;font-size:14px;font-weight:700}.check-list span{display:grid;place-items:center;flex:0 0 21px;height:21px;border-radius:50%;background:var(--yellow);color:#06111f;font-size:12px}.check-list svg{stroke-width:3}.about-image{border-radius:14px;overflow:hidden;box-shadow:var(--shadow);background:#07111f}.about-image img{width:100%;height:390px;object-fit:cover}.stats{background:linear-gradient(135deg,#050b14 0%,#091523 100%);color:#fff;padding:42px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat-item{text-align:center;padding:0 28px;border-right:1px solid rgba(255,255,255,.13)}.stat-item:last-child{border-right:0}.stat-item .stat-icon{color:var(--yellow);font-size:42px;margin:0 auto 8px;display:inline-grid;place-items:center}.stat-item strong{display:block;font-size:32px;line-height:1.1}.stat-item span{font-size:16px;color:#dce3ee}.blog-top{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px;gap:24px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 14px 36px rgba(8,17,29,.06);transition:.25s ease}.blog-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.blog-card .thumb{height:190px;overflow:hidden;background:#e9edf5}.blog-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.blog-card:hover .thumb img{transform:scale(1.05)}.blog-card .body{padding:20px 22px 24px}.blog-card time{font-size:12px;color:#8993a5;font-weight:800}.blog-card h3{font-size:20px;line-height:1.25;margin:8px 0 10px}.blog-card p{font-size:14px;color:#687386;margin:0 0 14px}.read-more{display:inline-flex;align-items:center;gap:8px;color:var(--yellow);font-size:14px;font-weight:900}.page-hero{padding:158px 0 78px;background:linear-gradient(135deg,#050b14,#091523);color:#fff;position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;right:12%;top:50%;width:260px;height:260px;border:7px solid rgba(255,180,0,.8);border-radius:50%;filter:blur(.2px);transform:translateY(-50%);opacity:.33}.page-hero p{max-width:760px;color:#c7d0dc;font-size:18px;margin:18px 0 0}.content-section{padding:82px 0;background:#fff}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}.contact-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow)}.contact-box h2{margin:0 0 8px;font-size:30px;letter-spacing:-.5px}.form-note{color:#687386;margin:0 0 22px}.contact-row{display:flex;gap:14px;align-items:flex-start;border-bottom:1px solid var(--line);padding:18px 0}.contact-row:first-child{padding-top:0}.contact-row:last-of-type{border-bottom:0}.contact-row .icon{width:44px;height:44px;border-radius:50%;background:rgba(255,180,0,.12);display:grid;place-items:center;color:var(--yellow);font-size:22px;flex:0 0 44px}.contact-row strong{display:block}.contact-row span{color:#687386;font-size:14px}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px 16px;background:#fff;color:var(--text);outline:0;transition:.2s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 4px rgba(255,180,0,.12)}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{border:0;cursor:pointer;justify-self:start}.map-card{margin-top:24px;border:1px dashed rgba(255,180,0,.6);background:rgba(255,180,0,.08);border-radius:16px;padding:22px;color:#4b5565}.map-card span{display:inline-grid;width:42px;height:42px;border-radius:12px;background:#fff;color:var(--yellow);place-items:center;font-size:22px;margin-bottom:12px}.map-card strong{display:block;color:#111827}.map-card p{margin:6px 0 0;font-size:14px}.process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:start}.process-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;position:relative;z-index:1}.process-list div{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:24px}.process-list strong{color:var(--yellow);font-size:14px}.process-list h3{margin:8px 0;color:#fff}.process-list p{margin:0;color:#c7d0dc;font-size:14px}.project-detail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}.project-detail-image{border-radius:22px;overflow:hidden;background:#07111f;box-shadow:var(--shadow)}.project-detail-image img{width:100%;height:auto}.project-detail-content h2{font-size:clamp(30px,3vw,42px);line-height:1.14;margin:0 0 18px;letter-spacing:-1px}.project-detail-content p{color:#687386}.post-layout{display:grid;grid-template-columns:1fr 310px;gap:36px;align-items:start}.post-card,.sidebar-card,.legal-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow)}.post-cover{border-radius:16px;margin-bottom:26px;width:100%}.post-content{font-size:18px;color:#4b5565}.sidebar-card h3{margin:0 0 18px}.sidebar-card a{display:block;border-top:1px solid var(--line);padding:14px 0;color:#111827;font-weight:800}.sidebar-card a span{display:block;font-size:12px;color:#8993a5;margin-bottom:4px}.legal-card{max-width:900px}.legal-card h2{margin:26px 0 8px}.legal-card h2:first-child{margin-top:0}.legal-card p{color:#5e697a}.site-footer{background:#050b14;color:#fff;padding:50px 0 0}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(255,180,0,.12),rgba(255,255,255,.035));border-radius:22px;padding:30px 34px;margin-bottom:44px}.footer-cta h2{font-size:clamp(26px,3vw,40px);line-height:1.15;max-width:700px;margin:0}.footer-cta .eyebrow{margin:0 0 8px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .9fr 1.05fr;gap:70px;padding-bottom:36px}.footer-brand img{width:155px}.footer-brand p{color:#c7d0dc;font-size:14px;max-width:320px;margin:18px 0 24px}.socials{display:flex;gap:12px;flex-wrap:wrap}.socials a{width:42px;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:14px;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.05);transition:.25s ease;font-size:19px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.socials a:hover{background:var(--yellow);border-color:var(--yellow);color:#07101b;transform:translateY(-4px) rotate(-3deg)}.site-footer h4{margin:0 0 18px;font-size:15px}.site-footer a{display:block;color:#c7d0dc;font-size:14px;margin:9px 0;transition:.2s ease}.site-footer a:hover{color:var(--yellow)}.footer-contact{display:flex;gap:10px;color:#c7d0dc;font-size:14px;margin:11px 0}.footer-contact svg{color:var(--yellow);flex:0 0 16px;margin-top:3px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;padding:18px 0;color:#aab4c3;font-size:13px}.footer-bottom span:last-child{display:flex;gap:28px}.footer-bottom a{display:inline;margin:0;color:#aab4c3}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:999;width:auto;height:58px;border-radius:999px;background:linear-gradient(135deg,#20d466,#12a84e);color:#fff;display:flex;align-items:center;gap:10px;padding:0 18px 0 16px;font-weight:900;box-shadow:0 18px 45px rgba(18,168,78,.35);border:1px solid rgba(255,255,255,.25);transition:.25s ease}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(18,168,78,.45)}.whatsapp-float svg{font-size:29px}.whatsapp-float span{font-size:14px}
@media (max-width:1100px){.hero-slide{grid-template-columns:1fr;gap:36px;position:relative;min-height:auto}.hero-stage{min-height:auto}.hero-slide:not(.active){display:none}.hero-visual img{margin:0 auto}.services-grid,.projects-grid-large,.content-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.project-detail-grid,.process-grid,.post-layout{grid-template-columns:1fr;gap:38px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){.nav-wrap{height:76px}.brand img{width:145px}.menu-toggle{display:block}.quote-btn{display:none}.main-nav{position:absolute;left:24px;right:24px;top:82px;background:rgba(5,11,20,.98);border:1px solid rgba(255,255,255,.08);border-radius:16px;display:none;flex-direction:column;align-items:flex-start;padding:20px;gap:14px}.main-nav.open{display:flex}.main-nav a{font-size:15px;width:100%;padding:6px 0}.main-nav a::after{display:none}.hero{padding:124px 0 76px;min-height:auto}.hero h1{font-size:48px}.hero p{font-size:16px}.hero-visual::before{width:340px;height:340px;right:18%;opacity:.45}.slider-controls{position:relative;margin-top:28px}.section{padding:66px 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:28px}.stat-item:nth-child(2){border-right:0}.blog-grid,.contact-grid{grid-template-columns:1fr}.footer-bottom,.footer-cta{flex-direction:column;align-items:flex-start}.blog-top,.project-top{align-items:flex-start;flex-direction:column}}
@media (max-width:640px){.container{width:min(100% - 32px,1180px)}.hero h1{font-size:38px;letter-spacing:-1px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.services-grid,.projects-grid,.projects-grid-large,.content-grid,.process-list{grid-template-columns:1fr}.service-card{min-height:auto}.stats-grid{grid-template-columns:1fr}.stat-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.13);padding:20px 0}.stat-item:last-child{border-bottom:0}.footer-grid{grid-template-columns:1fr;gap:28px}.about-image img{height:auto}.page-hero{padding-top:124px}.project-card .thumb,.projects-grid-large .project-card .thumb,.blog-card .thumb{height:210px}.whatsapp-float{right:16px;bottom:16px;height:54px;padding:0 14px}.whatsapp-float span{display:none}.contact-form button{width:100%}}


/* v3 revizyonları: blog, footer CTA, sosyal ikonlar */
.blog-page-hero::after{opacity:.22;right:7%;width:320px;height:320px}
.blog-list-section{padding-top:72px}
.blog-featured-card{display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(6,14,25,.12);margin-bottom:54px}
.blog-featured-card .featured-media{min-height:390px;background:#07111f;overflow:hidden;display:block}
.blog-featured-card .featured-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.01)}
.featured-content{padding:44px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.blog-badge{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;background:rgba(255,180,0,.14);color:#9a6500;font-size:12px;font-weight:900;letter-spacing:.4px;margin-bottom:14px;text-transform:uppercase}
.featured-content time,.blog-card-v3 time{display:block;color:#7b8494;font-size:13px;font-weight:900;margin-bottom:10px}
.featured-content h2{font-size:clamp(30px,3.4vw,46px);line-height:1.08;letter-spacing:-1px;margin:0 0 16px;color:#07111f}
.featured-content h2 a{color:inherit;display:inline;margin:0;font-size:inherit}
.featured-content p{font-size:17px;color:#596477;margin:0 0 26px;max-width:620px}
.blog-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 28px}
.blog-list-head h2{font-size:clamp(30px,3vw,42px);line-height:1.12;margin:0;color:#07111f;letter-spacing:-.7px}
.blog-list-head .eyebrow{margin:0 0 6px}.blog-list-head>p{max-width:520px;color:#687386;margin:0;font-size:15px}
.blog-grid-page{grid-template-columns:repeat(3,1fr);align-items:stretch}.blog-card-v3{display:flex;flex-direction:column;border-radius:20px;border:1px solid #dfe5ee;box-shadow:0 18px 48px rgba(6,14,25,.08)}
.blog-card-v3 .thumb{height:230px;background:#07111f}.blog-card-v3 .body{padding:24px;display:flex;flex-direction:column;flex:1}.blog-card-v3 h3{font-size:23px;line-height:1.18;letter-spacing:-.35px;margin:0 0 12px;color:#07111f;min-height:auto}.blog-card-v3 h3 a{display:inline;color:#07111f;font-size:inherit;margin:0}.blog-card-v3 h3 a:hover{color:#d99600}.blog-card-v3 p{color:#596477;font-size:15px;line-height:1.65;margin:0 0 18px;flex:1}.blog-card-v3 .read-more{margin-top:auto;color:#d99600}.blog-card-v3:hover h3 a{color:#d99600}
.site-footer{padding-top:58px}.footer-cta-v3{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:34px;padding:34px 38px;margin-bottom:52px;background:linear-gradient(135deg,rgba(255,180,0,.16),rgba(255,255,255,.035) 48%,rgba(32,212,102,.08));box-shadow:0 22px 60px rgba(0,0,0,.18)}.footer-cta-content p:not(.eyebrow){color:#d6deea;margin:14px 0 0;max-width:650px;font-size:15px}.footer-cta-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.footer-phone-chip{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;height:54px;padding:0 18px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);color:#fff!important;font-weight:900;margin:0!important;white-space:nowrap}.footer-phone-chip svg{font-size:20px;color:var(--yellow)}.footer-offer-btn{height:56px;min-width:174px;border-radius:14px;font-size:15px}.socials-large{gap:15px}.socials-large a{width:58px;height:58px;border-radius:18px;font-size:28px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border-color:rgba(255,255,255,.2);box-shadow:0 12px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12)}.socials-large a svg{width:1em;height:1em}.socials-large a:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(255,180,0,.22)}
@media (max-width:1100px){.blog-featured-card{grid-template-columns:1fr}.blog-featured-card .featured-media{min-height:320px}.blog-grid-page{grid-template-columns:repeat(2,1fr)}.footer-cta-v3{grid-template-columns:1fr}.footer-cta-actions{justify-content:flex-start}}
@media (max-width:760px){.blog-list-head{display:block}.blog-list-head>p{margin-top:12px}.blog-grid-page{grid-template-columns:1fr}.featured-content{padding:30px 24px}.blog-featured-card .featured-media{min-height:240px}.footer-cta-v3{padding:26px 22px}.footer-cta-actions{width:100%;align-items:stretch;flex-direction:column}.footer-phone-chip,.footer-offer-btn{width:100%}.socials-large a{width:54px;height:54px;font-size:26px}.blog-card-v3 .thumb{height:220px}}

/* v4 revizyonları: slider kontrolü, anasayfa blog, footer ve çerez bildirimi */
.hero-stage{padding-bottom:86px}.slider-controls{left:auto;right:0;bottom:18px;padding:8px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(5,11,20,.58);backdrop-filter:blur(14px);box-shadow:0 18px 48px rgba(0,0,0,.22)}.slider-controls button{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.075);font-size:25px}.slider-dots{align-items:center}.slider-dots button{width:10px;height:10px}.slider-dots button.active{width:30px;border-radius:999px}.home-blog-section{background:linear-gradient(180deg,#fff 0%,#f6f8fb 100%)}.home-blog-grid{align-items:stretch}.home-blog-card{border-radius:20px;display:flex;flex-direction:column;border:1px solid #dfe5ee;background:#fff;overflow:hidden;min-height:100%;box-shadow:0 18px 50px rgba(6,14,25,.08)}.home-blog-card .thumb{height:225px;background:#07111f}.home-blog-card .body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1;min-height:250px}.blog-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.blog-meta time{margin:0;color:#7b8494}.blog-meta span{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:rgba(255,180,0,.14);color:#a66c00;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.3px}.home-blog-card h3{font-size:23px;line-height:1.18;margin:0 0 12px;color:#07111f;letter-spacing:-.35px}.home-blog-card h3 a{display:inline;color:#07111f;margin:0;font-size:inherit}.home-blog-card h3 a:hover{color:#d99600}.home-blog-card p{display:block!important;color:#596477;font-size:15px;line-height:1.65;margin:0 0 18px;flex:1}.home-blog-card .read-more{margin-top:auto;color:#d99600}.blog-card .body p:empty::after{content:'Bu yazıda web sitesi, SEO ve dijital görünürlük için uygulanabilir önerileri sade bir dille anlatıyoruz.'}.site-footer{padding-top:52px}.footer-cta-v4{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:34px 38px;margin-bottom:50px;border-radius:24px;background:radial-gradient(circle at 0 0,rgba(255,180,0,.18),transparent 38%),linear-gradient(135deg,rgba(255,180,0,.10),rgba(255,255,255,.035) 48%,rgba(32,212,102,.07));border-color:rgba(255,255,255,.13);box-shadow:0 24px 70px rgba(0,0,0,.22)}.footer-cta-v4 h2{font-size:clamp(27px,3vw,42px);max-width:760px}.footer-cta-v4 .footer-cta-content p:not(.eyebrow){color:#d6deea;margin:14px 0 0;max-width:690px;font-size:15px}.footer-cta-v4 .footer-cta-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:nowrap}.footer-cta-v4 .footer-phone-chip{height:56px;padding:0 20px;border-radius:16px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);line-height:1}.footer-cta-v4 .footer-phone-chip svg{font-size:21px;color:var(--yellow);flex:0 0 21px}.footer-cta-v4 .footer-offer-btn{height:56px;min-width:156px;width:auto;padding:0 26px;border-radius:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.footer-grid{grid-template-columns:1.1fr .82fr .9fr 1.08fr;gap:58px}.socials-v4{display:flex;gap:10px;flex-wrap:nowrap}.socials-v4 a{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.17);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));color:#dbe4ef;font-size:22px;margin:0;transition:.25s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.socials-v4 a svg{width:22px;height:22px}.socials-v4 a:hover{background:var(--yellow);border-color:var(--yellow);color:#06111f;transform:translateY(-4px);box-shadow:0 16px 34px rgba(255,180,0,.22)}.cookie-consent{position:fixed;left:24px;bottom:24px;z-index:1100;width:min(520px,calc(100% - 48px));display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:16px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(5,11,20,.94);color:#fff;box-shadow:0 24px 70px rgba(0,0,0,.32);backdrop-filter:blur(18px)}.cookie-consent[hidden]{display:none!important}.cookie-icon{width:52px;height:52px;border-radius:16px;background:rgba(255,180,0,.13);color:var(--yellow);display:grid;place-items:center;font-size:27px}.cookie-text strong{display:block;font-size:16px;margin-bottom:3px}.cookie-text p{margin:0;color:#c7d0dc;font-size:13px;line-height:1.45}.cookie-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.cookie-actions button{height:42px;border:0;border-radius:12px;padding:0 14px;font-size:13px;font-weight:900;cursor:pointer;transition:.2s ease}.cookie-later{background:rgba(255,255,255,.08);color:#e9eef6}.cookie-later:hover{background:rgba(255,255,255,.14)}.cookie-accept{background:var(--yellow);color:#07101b}.cookie-accept:hover{background:var(--yellow-2);transform:translateY(-2px)}@media (max-width:1100px){.footer-cta-v4{grid-template-columns:1fr}.footer-cta-v4 .footer-cta-actions{justify-content:flex-start}.footer-grid{gap:38px}.socials-v4{flex-wrap:wrap}}@media (max-width:900px){.hero-stage{padding-bottom:0}.slider-controls{position:relative;right:auto;bottom:auto;margin-top:30px;width:max-content}.footer-cta-v4 .footer-cta-actions{flex-wrap:wrap}.home-blog-card .body{min-height:auto}.cookie-consent{grid-template-columns:44px 1fr;align-items:start}.cookie-icon{width:44px;height:44px}.cookie-actions{grid-column:1/-1;justify-content:flex-end;white-space:normal}}@media (max-width:640px){.slider-controls{width:100%;justify-content:center}.home-blog-card .body{padding:22px}.footer-cta-v4{padding:26px 22px}.footer-cta-v4 .footer-cta-actions{width:100%;align-items:stretch;flex-direction:column}.footer-cta-v4 .footer-phone-chip,.footer-cta-v4 .footer-offer-btn{width:100%;min-width:0}.socials-v4{gap:9px}.socials-v4 a{width:46px;height:46px;border-radius:15px;font-size:21px}.cookie-consent{left:16px;right:16px;bottom:16px;width:auto;padding:16px}.cookie-actions{display:grid;grid-template-columns:1fr;gap:8px}.cookie-actions button{width:100%}}

/* v5 küçük düzeltme: footer CTA Teklif Al butonu görünürlüğü */
.footer-cta-v4 .footer-offer-btn,
.footer-cta-v4 a.footer-offer-btn,
.footer-cta-v4 .btn-primary.footer-offer-btn{
    background:linear-gradient(135deg,#ffb400 0%,#ffc533 100%) !important;
    color:#06111f !important;
    min-width:172px;
    height:56px;
    padding:0 28px;
    border:1px solid rgba(255,211,74,.85) !important;
    border-radius:16px;
    font-size:15px;
    font-weight:950;
    letter-spacing:.1px;
    text-shadow:none !important;
    opacity:1 !important;
    box-shadow:0 18px 36px rgba(255,180,0,.28), inset 0 1px 0 rgba(255,255,255,.28);
}
.footer-cta-v4 .footer-offer-btn svg,
.footer-cta-v4 a.footer-offer-btn svg{
    color:#06111f !important;
    stroke:#06111f !important;
    width:17px;
    height:17px;
    flex:0 0 17px;
    opacity:1 !important;
}
.footer-cta-v4 .footer-offer-btn:hover{
    background:linear-gradient(135deg,#ffd34a 0%,#ffb400 100%) !important;
    color:#06111f !important;
    transform:translateY(-2px);
}
@media (max-width:640px){
    .footer-cta-v4 .footer-offer-btn{min-width:0;width:100%;}
}


/* v7 proje ziyaret butonu ve SEO sürümü küçük arayüz ekleri */
.project-detail-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.project-detail-actions .btn{min-width:190px}.btn-visit{border-color:#07101b;color:#07101b;background:#fff}.btn-visit:hover{border-color:var(--yellow);background:var(--yellow);color:#07101b}.section-soft .btn-outline{border-color:#07101b;color:#07101b;background:#fff}.section-soft .btn-outline:hover{border-color:var(--yellow);background:var(--yellow);color:#07101b}@media(max-width:640px){.project-detail-actions{align-items:stretch;flex-direction:column}.project-detail-actions .btn{width:100%;}}

/* v9 mobil dengeleme + yeni WhatsApp balonu */
html, body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}
.container,
.hero-stage,
.hero-slide,
.footer-grid,
.footer-cta-v4,
.blog-grid,
.projects-grid,
.services-grid,
.content-grid,
.contact-grid,
.about-grid{
    min-width:0;
}
.footer-grid > *,
.footer-cta-v4 > *,
.blog-card,
.project-card,
.service-card,
.contact-box,
.about-copy,
.project-content,
.hero-copy,
.hero-visual{
    min-width:0;
}

/* Önceki sürümde v4 footer grid mobilde 4 kolona dönebiliyordu; bu blok onu kesin düzeltir. */
@media (max-width:1100px){
    .footer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:34px !important;
    }
}
@media (max-width:720px){
    .container{width:calc(100% - 30px);}
    .nav-wrap{gap:12px;}
    .brand img{width:138px;}
    .main-nav{
        left:15px;
        right:15px;
        top:76px;
        max-height:calc(100vh - 94px);
        overflow-y:auto;
        overscroll-behavior:contain;
    }
    .hero{
        padding:112px 0 56px;
    }
    .hero-stage{
        padding-bottom:0 !important;
    }
    .hero-slide{
        width:100%;
        gap:28px;
        overflow:hidden;
    }
    .hero h1{
        font-size:clamp(32px, 9.4vw, 40px);
        line-height:1.08;
        letter-spacing:-1px;
        overflow-wrap:break-word;
    }
    .hero p{
        font-size:15px;
        line-height:1.65;
    }
    .hero-visual::before{
        width:min(70vw,300px);
        height:min(70vw,300px);
        right:50%;
        transform:translate(50%,-50%);
        opacity:.42;
    }
    .hero-visual img{
        max-height:280px;
        object-fit:contain;
        margin-inline:auto;
    }
    .slider-controls{
        max-width:100%;
        width:100% !important;
        justify-content:center;
        gap:12px;
        padding:8px;
        overflow:hidden;
    }
    .slider-controls button{
        width:42px;
        height:42px;
        flex:0 0 42px;
    }
    .slider-dots{
        min-width:0;
        flex-wrap:wrap;
        justify-content:center;
    }
    .footer-grid{
        grid-template-columns:1fr !important;
        gap:26px !important;
    }
    .footer-brand p{
        max-width:none;
    }
    .footer-cta-v4{
        padding:24px 20px;
        gap:22px;
        border-radius:20px;
    }
    .footer-cta-v4 h2{
        font-size:clamp(25px,7vw,34px);
    }
    .footer-cta-v4 .footer-phone-chip,
    .footer-cta-v4 .footer-offer-btn{
        white-space:normal;
        text-align:center;
    }
    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
    .footer-bottom span:last-child{
        flex-wrap:wrap;
        gap:10px 20px;
    }
    .socials-v4{
        flex-wrap:wrap !important;
        gap:10px;
    }
    .cookie-consent{
        z-index:1085;
    }
}
@media (max-width:420px){
    .container{width:calc(100% - 24px);}
    .section{padding:56px 0;}
    .page-hero{padding:116px 0 58px;}
    .page-hero p{font-size:15px;}
    .home-blog-card .thumb,
    .blog-card .thumb,
    .project-card .thumb,
    .projects-grid-large .project-card .thumb{
        height:196px;
    }
    .blog-featured-card .featured-media{
        min-height:210px;
    }
    .featured-content{
        padding:24px 20px;
    }
    .contact-box{
        padding:24px 20px;
    }
}

.whatsapp-float{
    width:64px !important;
    height:64px !important;
    right:22px;
    bottom:22px;
    padding:0 !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center;
    gap:0;
    background:linear-gradient(145deg,#25d366 0%,#0fa84a 100%) !important;
    color:#fff !important;
    border:3px solid rgba(255,255,255,.92) !important;
    box-shadow:0 18px 42px rgba(15,168,74,.36), 0 0 0 8px rgba(37,211,102,.12) !important;
    isolation:isolate;
}
.whatsapp-float::before{
    content:"";
    position:absolute;
    inset:-9px;
    border-radius:inherit;
    border:1px solid rgba(37,211,102,.34);
    animation:whatsappPulse 1.9s ease-out infinite;
    z-index:-1;
}
.whatsapp-float::after{
    content:"WhatsApp'tan yaz";
    position:absolute;
    right:76px;
    top:50%;
    transform:translateY(-50%) translateX(8px);
    width:max-content;
    max-width:180px;
    padding:9px 12px;
    border-radius:12px;
    background:#07101b;
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-size:12px;
    font-weight:900;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.22s ease;
    box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.whatsapp-float:hover{
    transform:translateY(-4px) scale(1.03);
    box-shadow:0 24px 55px rgba(15,168,74,.46), 0 0 0 10px rgba(37,211,102,.13) !important;
}
.whatsapp-float:hover::after{
    opacity:1;
    visibility:visible;
    transform:translateY(-50%) translateX(0);
}
.whatsapp-float svg{
    width:32px !important;
    height:32px !important;
    font-size:32px !important;
    display:block;
}
.whatsapp-float span{
    position:absolute !important;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
body.cookie-is-open .whatsapp-float{
    bottom:118px;
}
@media (max-width:720px){
    .whatsapp-float{
        width:58px !important;
        height:58px !important;
        right:16px;
        bottom:16px;
        border-width:2px !important;
    }
    .whatsapp-float::after{display:none;}
    .whatsapp-float svg{
        width:29px !important;
        height:29px !important;
    }
    body.cookie-is-open .whatsapp-float{
        bottom:178px;
    }
}
@media (max-width:420px){
    body.cookie-is-open .whatsapp-float{
        bottom:210px;
    }
}
@keyframes whatsappPulse{
    0%{transform:scale(.86);opacity:.72;}
    80%,100%{transform:scale(1.25);opacity:0;}
}
