﻿/* DEVELOPER: BERAT KEZİK */
:root{--brand:#0b6fa4;--ink:#10243a;--muted:#587084;--line:#dceaf1;--soft:#f4f9fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}.top{background:#0d2235;color:#e8f5fb;font-size:13px}.top .wrap{display:flex;justify-content:space-between;padding:10px 0}.head{position:sticky;top:0;z-index:9;background:rgba(255,255,255,.93);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.bar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:var(--brand);color:#fff}.brand-mark svg{width:23px}.brand small{display:block;color:var(--brand);font-size:10px;letter-spacing:1.2px}.nav{display:flex;gap:4px}.nav a{padding:10px 12px;border-radius:10px;font-size:14px;font-weight:800}.nav a:hover{background:var(--soft);color:var(--brand)}.call{display:inline-flex;align-items:center;gap:8px;padding:13px 17px;border-radius:13px;background:var(--brand);color:#fff;font-weight:900;box-shadow:0 13px 27px color-mix(in srgb,var(--brand) 25%,transparent)}.hamb{display:none;border:0;background:var(--soft);width:46px;height:46px;border-radius:13px;padding:12px}.hamb i{display:block;height:2px;margin:5px;background:var(--ink)}.mobile{display:none}.hero{position:relative;overflow:hidden;background:linear-gradient(118deg,#effaf8,#fff 55%,#edf7fc)}.hero:after{content:"";position:absolute;width:430px;height:430px;border:66px solid color-mix(in srgb,var(--brand) 10%,transparent);border-radius:50%;right:-170px;top:-190px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;min-height:590px;align-items:center;gap:42px}.eyebrow{display:inline-flex;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.7px}.hero h1{margin:16px 0;font-size:clamp(40px,5.6vw,68px);line-height:1.02;letter-spacing:-2px}.hero p{max-width:610px;color:var(--muted);font-size:18px;line-height:1.72}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:26px}.ghost{display:inline-flex;align-items:center;gap:8px;padding:13px 17px;border-radius:13px;border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:900}.trust{display:flex;gap:16px;flex-wrap:wrap;margin-top:25px;font-size:13px;font-weight:800;color:#456074}.trust span:before{content:"✓";margin-right:6px;color:var(--brand)}.hero-art{height:430px;border-radius:30px;overflow:hidden;box-shadow:0 26px 65px rgba(16,36,58,.18);background:#dcecf2}.hero-art img{width:100%;height:100%;object-fit:cover}.section{padding:82px 0}.kicker{font-size:12px;color:var(--brand);font-weight:950;letter-spacing:1.5px}.title{margin:9px 0 16px;font-size:clamp(31px,4vw,48px);line-height:1.08;letter-spacing:-1px}.lead{max-width:760px;color:var(--muted);font-size:17px;line-height:1.7}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:34px}.card{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 11px 28px rgba(16,36,58,.06)}.card svg{width:38px;height:38px;stroke:var(--brand);fill:none;stroke-width:1.8}.card h3{margin:16px 0 8px;font-size:20px}.card p{margin:0;color:var(--muted);line-height:1.65}.band{background:#102b43;color:#fff}.band-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}.band .title{color:#fff}.band p{color:#c9e1ed;line-height:1.75}.steps{display:grid;gap:13px}.step{display:flex;gap:15px;padding:18px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.06)}.num{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:11px;background:var(--brand);font-weight:950}.step b{display:block;margin:2px 0 5px}.step span{color:#c9e1ed;font-size:14px;line-height:1.5}.info{display:grid;grid-template-columns:1.1fr .9fr;gap:35px;align-items:start}.checks{display:grid;gap:10px;margin-top:24px}.checks div{padding:14px 15px;border-radius:14px;background:var(--soft);font-weight:800}.checks div:before{content:"✓";display:inline-grid;place-items:center;width:25px;height:25px;margin-right:10px;border-radius:8px;background:var(--brand);color:#fff}.box{padding:28px;border-radius:24px;background:linear-gradient(135deg,var(--brand),#102b43);color:#fff}.box h3{font-size:25px;margin-top:0}.box p{color:#daf0f7;line-height:1.65}.box .ghost{border:0}.faq{max-width:900px}.faq details{margin:10px 0;border:1px solid var(--line);border-radius:15px;padding:17px 19px}.faq summary{font-weight:900;cursor:pointer}.faq p{color:var(--muted);line-height:1.7}.final{padding:44px;border-radius:28px;background:linear-gradient(135deg,#ebf9f8,#fff);display:flex;align-items:center;justify-content:space-between;gap:20px}.final h2{margin:0 0 8px}.footer{padding:54px 0 24px;background:#091b2a;color:#c8dbe5}.foot-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:30px}.footer h3{color:#fff}.footer a{display:block;padding:5px 0}.dev{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:10px 13px;border:1px solid rgba(255,255,255,.25);border-radius:11px;color:#fff;font-weight:850}.dev:hover{background:#fff;color:#091b2a}.copyright{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);font-size:13px}@media(max-width:900px){.nav,.bar>.call{display:none}.hamb{display:block}.mobile{display:none;padding:0 18px 18px;border-top:1px solid var(--line)}.mobile.open{display:grid;gap:7px}.mobile a{padding:13px;border-radius:12px;background:var(--soft);font-weight:850}.hero-grid,.band-grid,.info{grid-template-columns:1fr}.hero-grid{padding:52px 0}.hero-art{height:330px}.cards{grid-template-columns:1fr 1fr}.foot-grid{grid-template-columns:1fr 1fr}.final{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.wrap{width:min(100% - 28px,1160px)}.top{display:none}.bar{height:68px}.brand{font-size:14px}.hero h1{font-size:42px}.hero p{font-size:16px}.actions{display:grid;grid-template-columns:1fr}.actions a{justify-content:center}.hero-art{height:265px}.section{padding:58px 0}.cards{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr}.final{padding:28px}.trust{display:grid;gap:9px}}.mobile .call{background:var(--brand)!important;color:#fff!important;border:0!important;box-shadow:0 12px 28px color-mix(in srgb,var(--brand) 27%,transparent)}.fixed-contact{position:fixed;right:18px;bottom:20px;z-index:30;display:grid;gap:10px}.fixed-contact a{display:flex;align-items:center;gap:10px;min-width:152px;padding:13px 16px;border-radius:16px;color:#fff;font-size:14px;font-weight:900;box-shadow:0 16px 35px rgba(16,36,58,.22);transition:.2s transform}.fixed-contact a:hover{transform:translateY(-3px)}.fixed-contact svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.fixed-call{background:var(--brand)}.fixed-wa{background:#19a55b}@media(max-width:560px){.fixed-contact{right:12px;bottom:13px;gap:8px}.fixed-contact a{min-width:0;width:53px;height:53px;justify-content:center;padding:0;border-radius:17px}.fixed-contact span{position:absolute;right:62px;opacity:0;pointer-events:none;white-space:nowrap;padding:8px 10px;border-radius:9px;background:#10243a;transition:.2s opacity}.fixed-contact a:active span{opacity:1}.fixed-contact svg{width:23px;height:23px}}
.call:before,.ghost[target="_blank"]:before{content:"";display:inline-block;width:18px;height:18px;flex:0 0 18px;background-repeat:no-repeat;background-position:center;background-size:contain}.call:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 2.8 9.4 5 7.8 8.2c1.1 2.2 2.8 3.9 5 5L16 11.6l2.2 2.8c.5.7.4 1.7-.3 2.2l-1.8 1.3c-.7.5-1.6.6-2.4.2C8.1 15.8 4.2 11.9 1.9 6.3c-.3-.8-.2-1.7.2-2.4l1.3-1.8c.5-.7 1.5-.8 2.2-.3Z'/%3E%3C/svg%3E")}.ghost[target="_blank"]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310243a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.1 3.9A11 11 0 0 0 3.3 17l-1.2 4.4 4.5-1.2a11 11 0 1 0 13.5-16.3Z'/%3E%3Cpath d='M8 7.4c.2-.5.5-.5.8-.5h.6c.2 0 .4.1.5.4l.8 1.8c.1.3.1.5 0 .7l-.5.7c.7 1.3 1.7 2.3 3 3l.7-.5c.2-.1.5-.1.7 0l1.8.8c.3.1.4.3.4.5v.6c0 .3 0 .6-.5.8-.5.2-1.5.5-2.8-.1-1.1-.5-2.4-1.4-3.6-2.7-1.3-1.2-2.2-2.5-2.7-3.6C7.5 8.9 7.8 7.9 8 7.4Z'/%3E%3C/svg%3E")}.trust span:before{content:""!important;display:inline-block;width:17px;height:17px;margin:0 7px 0 0!important;vertical-align:-4px;border-radius:6px;background:var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat}.checks div:before{content:""!important;display:inline-block;width:28px;height:28px;margin-right:10px;border-radius:9px;background:var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/15px no-repeat;vertical-align:middle}
section[id]{scroll-margin-top:92px}.section{padding-block:62px!important}.box .ghost[href^="tel"],.call-outline{display:inline-flex;align-items:center;gap:8px}.box .ghost[href^="tel"]:before,.call-outline:before{content:"";display:inline-block;width:18px;height:18px;flex:0 0 18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310243a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 2.8 9.4 5 7.8 8.2c1.1 2.2 2.8 3.9 5 5L16 11.6l2.2 2.8c.5.7.4 1.7-.3 2.2l-1.8 1.3c-.7.5-1.6.6-2.4.2C8.1 15.8 4.2 11.9 1.9 6.3c-.3-.8-.2-1.7.2-2.4l1.3-1.8c.5-.7 1.5-.8 2.2-.3Z'/%3E%3C/svg%3E") center/contain no-repeat}.ghost[target="_blank"]:before{width:20px!important;height:20px!important;flex-basis:20px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%2325D366'/%3E%3Cpath d='M8.2 18.4 8.8 16A6.7 6.7 0 1 1 11.6 18c-1.2.1-2.3-.1-3.4-.6Z' fill='none' stroke='white' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9.1c.2-.4.4-.4.7-.4h.4c.2 0 .3.1.4.3l.5 1.2c.1.2.1.4 0 .5l-.4.5c.5.9 1.2 1.6 2.2 2.1l.5-.4c.1-.1.3-.1.5 0l1.2.5c.2.1.3.2.3.4v.4c0 .3-.1.5-.4.7-.4.1-1 .2-1.8-.1-2.2-.8-3.7-2.3-4.5-4.5-.3-.8-.2-1.4-.1-1.8Z' fill='white'/%3E%3C/svg%3E")!important}.steps .step{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;align-items:center!important;gap:15px!important;padding:17px 19px!important}.steps .step .num{display:grid!important;place-items:center!important;align-self:center!important;width:42px!important;height:42px!important;min-width:42px!important;margin:0!important;padding:0!important;border-radius:13px!important;background:#1d9250!important;line-height:1!important}.steps .step .num svg{display:block!important;width:21px!important;height:21px!important;fill:none!important;stroke:#fff!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.steps .step>div{min-width:0}.steps .step>div>b{display:block;margin:0 0 4px!important;line-height:1.25!important}@media(max-width:560px){.section{padding-block:42px!important}.band.section{padding-block:46px!important}.faq details{margin:8px 0!important}.final{padding:24px!important}}
