:root{--eyv3-bg:#f6f9fc;--eyv3-surface:#fff;--eyv3-ink:#111827;--eyv3-muted:#5d6677;--eyv3-line:#dce5ee;--eyv3-blue:#2563eb;--eyv3-cyan:#06b6d4;--eyv3-green:#10b981;--eyv3-navy:#0f172a;--eyv3-shadow:0 24px 70px rgba(15,23,42,.10)}body{margin:0;background:var(--eyv3-bg);color:var(--eyv3-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.eyv3-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.eyv3-header{position:sticky;top:0;z-index:1000;background:rgb(255 255 255 / .86);border-bottom:1px solid rgb(220 229 238 / .8);box-shadow:0 12px 36px rgb(15 23 42 / .06);backdrop-filter:blur(18px)}.eyv3-header-inner{min-height:78px;display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:24px}.eyv3-logo img{display:block;max-width:212px;max-height:50px;width:auto;height:auto}.eyv3-nav ul,.eyv3-nav .main-menu{display:flex;justify-content:center;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.eyv3-nav a{color:#334155;text-decoration:none;font-size:15px;font-weight:800}.eyv3-nav a:hover{color:var(--eyv3-blue)}.eyv3-header-cta,.eyv3-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;text-decoration:none;font-weight:900;border:1px solid #fff0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.eyv3-header-cta,.eyv3-btn-primary{color:#fff;background:linear-gradient(135deg,var(--eyv3-blue),var(--eyv3-cyan));box-shadow:0 14px 30px rgb(37 99 235 / .24)}.eyv3-btn-secondary{color:var(--eyv3-navy);background:#fff;border-color:var(--eyv3-line)}.eyv3-header-cta:hover,.eyv3-btn:hover{transform:translateY(-2px)}.eyv3-menu-toggle{display:none}.eyv3-home{overflow:hidden;background:linear-gradient(rgb(37 99 235 / .055) 1px,transparent 1px),linear-gradient(90deg,rgb(37 99 235 / .055) 1px,transparent 1px),linear-gradient(180deg,#f8fbff 0%,#fff 38%,#f4f8fb 100%);background-size:56px 56px,56px 56px,auto}.eyv3-hero{padding:clamp(72px,7vw,112px) 0 clamp(64px,7vw,100px)}.eyv3-hero-grid,.eyv3-ai-grid,.eyv3-cta-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:clamp(42px,6vw,84px);align-items:center}.eyv3-kicker,.eyv3-section-head span,.eyv3-product-card span{display:inline-flex;width:fit-content;align-items:center;min-height:30px;padding:0 12px;border:1px solid rgb(37 99 235 / .16);border-radius:999px;background:#eef6ff;color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.eyv3-hero h1,.eyv3-section-head h2,.eyv3-ai h2,.eyv3-cta h2{margin:18px 0;color:var(--eyv3-ink);font-size:clamp(42px,5.5vw,74px);line-height:1;letter-spacing:0}.eyv3-hero p,.eyv3-section-head p,.eyv3-ai p,.eyv3-cta p{margin:0;color:var(--eyv3-muted);font-size:18px;line-height:1.7}.eyv3-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.eyv3-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px}.eyv3-proof span{min-height:82px;padding:14px;border:1px solid rgb(220 229 238 / .9);border-radius:16px;background:rgb(255 255 255 / .76);color:var(--eyv3-muted);box-shadow:0 16px 38px rgb(15 23 42 / .06)}.eyv3-proof strong{display:block;color:var(--eyv3-navy);font-size:24px}.eyv3-console{position:relative;padding:14px;border:1px solid rgb(37 99 235 / .18);border-radius:28px;background:linear-gradient(145deg,rgb(255 255 255 / .95),rgb(235 246 255 / .86));box-shadow:var(--eyv3-shadow)}.eyv3-console-top{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 14px;border-radius:18px 18px 0 0;background:#0f172a;color:#cbd5e1}.eyv3-console-top span{width:10px;height:10px;border-radius:999px;background:#38bdf8}.eyv3-console-top span:nth-child(2){background:#34d399}.eyv3-console-top span:nth-child(3){background:#f59e0b}.eyv3-console-top strong{margin-left:8px;font-size:13px}.eyv3-dashboard{display:grid;grid-template-columns:1.45fr .8fr;gap:14px;padding:14px;background:#fff;border-radius:0 0 20px 20px}.eyv3-dashboard-main,.eyv3-dashboard-side article,.eyv3-code-card{border:1px solid var(--eyv3-line);border-radius:18px;background:#f8fafc}.eyv3-dashboard-main{min-height:310px;padding:24px;background:radial-gradient(circle at 85% 16%,rgb(16 185 129 / .22),transparent 28%),linear-gradient(135deg,#f8fbff,#fff)}.eyv3-dashboard-main small,.eyv3-code-card span{color:#64748b;font-weight:900}.eyv3-dashboard-main h2{max-width:430px;margin:18px 0 34px;font-size:38px;line-height:1.04}.eyv3-progress{height:12px;border-radius:999px;overflow:hidden;background:#dbeafe}.eyv3-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--eyv3-blue),var(--eyv3-green))}.eyv3-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.eyv3-chip-row em{padding:8px 10px;border-radius:999px;background:#ecfeff;color:#0e7490;font-style:normal;font-weight:900;font-size:13px}.eyv3-dashboard-side{display:grid;gap:12px}.eyv3-dashboard-side article{padding:18px}.eyv3-dashboard-side strong{display:block;color:var(--eyv3-blue);font-size:28px}.eyv3-dashboard-side span{color:#64748b;font-size:14px;line-height:1.4}.eyv3-code-card{position:absolute;left:-24px;bottom:30px;display:grid;gap:4px;padding:16px 18px;background:#0f172a;color:#fff;box-shadow:0 20px 44px rgb(15 23 42 / .22)}.eyv3-code-card strong{color:#67e8f9}.eyv3-section{padding:clamp(72px,7vw,110px) 0}.eyv3-section-head{max-width:820px;margin-bottom:36px}.eyv3-section-head h2,.eyv3-ai h2,.eyv3-cta h2{font-size:clamp(34px,4.2vw,58px)}.eyv3-split-head{display:grid;grid-template-columns:1fr minmax(320px,.62fr);max-width:none;gap:42px;align-items:end}.eyv3-solutions,.eyv3-product-grid,.eyv3-steps{display:grid;gap:18px}.eyv3-solutions{grid-template-columns:repeat(4,minmax(0,1fr))}.eyv3-solutions article,.eyv3-steps article,.eyv3-product-card{border:1px solid rgb(220 229 238 / .92);border-radius:20px;background:rgb(255 255 255 / .86);box-shadow:0 18px 45px rgb(15 23 42 / .07)}.eyv3-solutions article{min-height:260px;padding:24px}.eyv3-solutions i{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--eyv3-blue),var(--eyv3-cyan))}.eyv3-solutions h3,.eyv3-steps h3,.eyv3-product-card h3{margin:20px 0 10px;color:var(--eyv3-navy);font-size:24px;line-height:1.12}.eyv3-solutions p,.eyv3-steps p,.eyv3-product-card p{margin:0;color:var(--eyv3-muted);line-height:1.62}.eyv3-products{background:linear-gradient(180deg,rgb(239 246 255 / .55),rgb(255 255 255 / .82))}.eyv3-product-grid{grid-template-columns:1.1fr .85fr .85fr;align-items:stretch}.eyv3-product-card{overflow:hidden}.eyv3-product-card img{display:block;width:100%;height:230px;object-fit:cover;background:#e2e8f0}.eyv3-product-featured img{height:310px}.eyv3-product-card div{padding:22px}.eyv3-text-link{display:inline-flex;margin-top:18px;color:var(--eyv3-blue);font-weight:900;text-decoration:none}.eyv3-process{background:#fff}.eyv3-process-grid{display:grid;grid-template-columns:minmax(320px,.8fr) 1.2fr;gap:48px}.eyv3-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.eyv3-steps article{padding:24px}.eyv3-steps strong{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:#ecfeff;color:#0891b2}.eyv3-ai{color:#fff;background:radial-gradient(circle at 80% 20%,rgb(6 182 212 / .26),transparent 26%),linear-gradient(135deg,#0f172a,#111827)}.eyv3-ai h2,.eyv3-ai p{color:#fff}.eyv3-ai p{color:rgb(255 255 255 / .72);margin-bottom:24px}.eyv3-video-frame{padding:10px;border:1px solid rgb(255 255 255 / .18);border-radius:24px;background:rgb(255 255 255 / .08);box-shadow:0 30px 80px rgb(0 0 0 / .28)}.eyv3-video-frame iframe{display:block;width:100%;aspect-ratio:16/10;border:0;border-radius:16px;background:#020617}.eyv3-cta{padding:clamp(72px,7vw,104px) 0;background:#f8fafc}.eyv3-form{display:grid;gap:12px;padding:24px;border:1px solid var(--eyv3-line);border-radius:22px;background:#fff;box-shadow:var(--eyv3-shadow)}.eyv3-form input,.eyv3-form textarea{width:100%;padding:16px 17px;border:1px solid var(--eyv3-line);border-radius:12px;font:inherit}.eyv3-form textarea{min-height:132px;resize:vertical}.eyv3-footer{padding:56px 0 0;background:#0f172a;color:#cbd5e1}.eyv3-footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr);gap:32px}.eyv3-footer h3,.eyv3-footer h4{margin:0 0 14px;color:#fff}.eyv3-footer p{margin:0 0 12px;color:#94a3b8;line-height:1.65}.eyv3-footer a{display:flex;width:fit-content;margin:8px 0;color:#cbd5e1;text-decoration:none}.eyv3-footer-social{display:flex;gap:10px}.eyv3-footer-social a{align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:rgb(255 255 255 / .08)}.eyv3-footer-btn{padding:10px 14px;border-radius:12px;background:#1d4ed8;color:#fff!important;font-weight:900}.eyv3-footer-bottom{margin-top:42px;padding:18px 20px;border-top:1px solid rgb(255 255 255 / .1);color:#94a3b8;text-align:center}.eyv3-whatsapp{position:fixed;right:20px;bottom:20px;z-index:999;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;background:#22c55e;color:#fff;text-decoration:none;font-size:27px;box-shadow:0 18px 38px rgb(34 197 94 / .32)}@media (max-width:1080px){.eyv3-header-inner{grid-template-columns:210px 1fr auto}.eyv3-hero-grid,.eyv3-ai-grid,.eyv3-cta-grid,.eyv3-process-grid,.eyv3-split-head{grid-template-columns:1fr}.eyv3-solutions,.eyv3-product-grid,.eyv3-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eyv3-code-card{left:18px}}@media (max-width:760px){.eyv3-container{width:min(100% - 28px,1180px)}.eyv3-header-inner{grid-template-columns:1fr 46px;min-height:70px}.eyv3-menu-toggle{display:inline-flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--eyv3-line);border-radius:12px;background:#fff}.eyv3-menu-toggle span{width:21px;height:2px;background:#0f172a}.eyv3-nav,.eyv3-header-cta{display:none}body.eyv3-menu-open .eyv3-nav{display:block;grid-column:1/-1}body.eyv3-menu-open .eyv3-nav ul,body.eyv3-menu-open .eyv3-nav .main-menu{display:grid;justify-content:stretch;gap:0;padding:10px 0 16px}body.eyv3-menu-open .eyv3-nav a{display:block;padding:12px 0}.eyv3-hero{padding-top:54px}.eyv3-hero h1,.eyv3-section-head h2,.eyv3-ai h2,.eyv3-cta h2{font-size:38px;line-height:1.05}.eyv3-proof,.eyv3-dashboard,.eyv3-solutions,.eyv3-product-grid,.eyv3-steps,.eyv3-footer-grid{grid-template-columns:1fr}.eyv3-dashboard-main{min-height:240px}.eyv3-dashboard-main h2{font-size:30px}.eyv3-product-featured img,.eyv3-product-card img{height:220px}}.eyv3-home{background:linear-gradient(180deg,#f7fbff 0%,#fff 42%,#f3f8fb 100%)}.eyv3-hero{position:relative;isolation:isolate;min-height:calc(100vh - 78px);display:flex;align-items:center;padding:clamp(62px,6vw,92px) 0 clamp(58px,6vw,90px);overflow:hidden;background:radial-gradient(circle at 18% 18%,rgb(37 99 235 / .12),transparent 30%),radial-gradient(circle at 82% 18%,rgb(6 182 212 / .16),transparent 28%),linear-gradient(135deg,#f9fcff 0%,#fff 54%,#eef8ff 100%)}.eyv3-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(rgb(37 99 235 / .04) 1px,transparent 1px),linear-gradient(90deg,rgb(37 99 235 / .04) 1px,transparent 1px);background-size:86px 86px;mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 78%,transparent 100%);opacity:.72}.eyv3-hero::after{content:"";position:absolute;inset:auto -8% -34% -8%;z-index:-1;height:56%;background:radial-gradient(ellipse at center,rgb(37 99 235 / .16),transparent 62%);filter:blur(18px)}.eyv3-hero-grid{grid-template-columns:minmax(420px,.86fr) minmax(560px,1.14fr);gap:clamp(52px,7vw,96px)}.eyv3-hero-copy{max-width:660px}.eyv3-kicker{background:rgb(255 255 255 / .78);border-color:rgb(37 99 235 / .22);box-shadow:0 12px 30px rgb(37 99 235 / .08);color:#1e40af}.eyv3-hero h1{max-width:660px;margin:20px 0 18px;font-size:clamp(48px,5vw,76px);line-height:.96;letter-spacing:0;color:#0b1220}.eyv3-hero p{max-width:600px;color:#48556a;font-size:clamp(17px,1.18vw,20px);line-height:1.68}.eyv3-actions{margin-top:30px;gap:14px}.eyv3-btn{min-height:52px;padding:0 24px;border-radius:14px}.eyv3-btn-primary{background:linear-gradient(135deg,#1d4ed8 0%,#0891b2 58%,#10b981 100%);box-shadow:0 18px 34px rgb(8 145 178 / .24)}.eyv3-btn-secondary{background:rgb(255 255 255 / .78);box-shadow:0 12px 28px rgb(15 23 42 / .06)}.eyv3-proof{max-width:560px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.eyv3-proof span{min-height:92px;padding:17px 15px;border-radius:18px;background:rgb(255 255 255 / .72);backdrop-filter:blur(12px);box-shadow:0 18px 42px rgb(15 23 42 / .08)}.eyv3-proof strong{margin-bottom:4px;font-size:25px}.eyv3-hero-showcase{position:relative;min-height:560px}.eyv3-hero-showcase::before{content:"";position:absolute;inset:42px 18px 20px 42px;border-radius:38px;background:linear-gradient(135deg,rgb(37 99 235 / .15),rgb(16 185 129 / .12));filter:blur(28px)}.eyv3-showcase-panel{position:relative;z-index:2;overflow:hidden;border:1px solid rgb(148 163 184 / .28);border-radius:30px;background:rgb(255 255 255 / .86);box-shadow:0 36px 90px rgb(15 23 42 / .16);backdrop-filter:blur(18px)}.eyv3-showcase-top{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 18px;background:#0f172a;color:#dbeafe}.eyv3-showcase-top span{width:10px;height:10px;border-radius:999px;background:#22d3ee}.eyv3-showcase-top span:nth-child(2){background:#34d399}.eyv3-showcase-top span:nth-child(3){background:#fbbf24}.eyv3-showcase-top strong{margin-left:10px;font-size:13px;letter-spacing:.02em}.eyv3-showcase-main{position:relative;min-height:438px;background:linear-gradient(135deg,#eff6ff,#fff 48%,#ecfeff);padding:18px}.eyv3-showcase-main img{display:block;width:100%;height:360px;object-fit:cover;object-position:top center;border:1px solid rgb(148 163 184 / .34);border-radius:22px;box-shadow:0 24px 54px rgb(15 23 42 / .12)}.eyv3-showcase-caption{position:absolute;left:38px;right:38px;bottom:30px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid rgb(255 255 255 / .62);border-radius:20px;background:rgb(15 23 42 / .84);box-shadow:0 18px 44px rgb(15 23 42 / .28);backdrop-filter:blur(14px)}.eyv3-showcase-caption small{color:#bae6fd;font-weight:900}.eyv3-showcase-caption strong{color:#fff;font-size:20px}.eyv3-mini-card{position:absolute;z-index:3;overflow:hidden;width:210px;border:1px solid rgb(148 163 184 / .32);border-radius:22px;background:#fff;box-shadow:0 24px 54px rgb(15 23 42 / .14)}.eyv3-mini-card img{display:block;width:100%;height:118px;object-fit:cover;object-position:top center}.eyv3-mini-card span{display:block;padding:13px 15px;color:#0f172a;font-weight:900;font-size:14px}.eyv3-mini-card-one{left:-28px;bottom:32px}.eyv3-mini-card-two{right:-22px;top:56px}.eyv3-orbit-card{position:absolute;z-index:4;right:34px;bottom:6px;display:grid;gap:4px;min-width:210px;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,#1d4ed8,#0891b2);color:#fff;box-shadow:0 24px 52px rgb(29 78 216 / .28)}.eyv3-orbit-card strong{font-size:28px;line-height:1}.eyv3-orbit-card span{font-weight:800;color:rgb(255 255 255 / .82)}@media (max-width:1080px){.eyv3-hero{min-height:0}.eyv3-hero-grid{grid-template-columns:1fr}.eyv3-hero-copy{max-width:760px}.eyv3-hero h1{max-width:760px}.eyv3-hero-showcase{min-height:520px}.eyv3-mini-card-one{left:18px}.eyv3-mini-card-two{right:18px}}@media (max-width:760px){.eyv3-hero{padding-top:46px}.eyv3-hero h1{font-size:clamp(40px,12vw,54px);line-height:1}.eyv3-proof{grid-template-columns:1fr}.eyv3-hero-showcase{min-height:0}.eyv3-showcase-main{min-height:0}.eyv3-showcase-main img{height:260px}.eyv3-showcase-caption{position:static;margin-top:12px;display:grid}.eyv3-mini-card,.eyv3-orbit-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;margin-top:14px}.eyv3-mini-card img{height:150px}}.eyv3-hero{background:radial-gradient(circle at 16% 16%,rgb(37 99 235 / .13),transparent 29%),radial-gradient(circle at 76% 26%,rgb(16 185 129 / .14),transparent 30%),linear-gradient(135deg,#f8fbff 0%,#fff 52%,#eef8ff 100%)}.eyv3-hero-grid{grid-template-columns:minmax(420px,.88fr) minmax(560px,1.12fr)}.eyv3-hero h1{font-size:clamp(46px,4.55vw,70px);line-height:.98}.eyv3-service-studio{position:relative;min-height:560px}.eyv3-service-studio::before{content:"";position:absolute;inset:40px 6px 30px 54px;border-radius:42px;background:linear-gradient(135deg,rgb(37 99 235 / .16),rgb(6 182 212 / .13),rgb(16 185 129 / .12));filter:blur(30px)}.eyv3-service-studio::after{content:"";position:absolute;inset:96px 72px;border:1px solid rgb(37 99 235 / .12);border-radius:999px;transform:rotate(-9deg)}.eyv3-studio-browser{position:relative;z-index:2;overflow:hidden;margin:40px auto 0;width:min(620px,100%);border:1px solid rgb(148 163 184 / .28);border-radius:30px;background:rgb(255 255 255 / .86);box-shadow:0 34px 90px rgb(15 23 42 / .15);backdrop-filter:blur(18px)}.eyv3-studio-top{display:flex;align-items:center;gap:8px;min-height:52px;padding:0 18px;background:#0f172a;color:#dbeafe}.eyv3-studio-top span{width:10px;height:10px;border-radius:999px;background:#22d3ee}.eyv3-studio-top span:nth-child(2){background:#34d399}.eyv3-studio-top span:nth-child(3){background:#fbbf24}.eyv3-studio-top strong{margin-left:10px;font-size:13px;letter-spacing:.02em}.eyv3-studio-screen{position:relative;min-height:410px;padding:24px;background:linear-gradient(135deg,#f8fbff,#fff 52%,#ecfeff)}.eyv3-site-preview{position:relative;min-height:300px;padding:18px;border:1px solid rgb(148 163 184 / .26);border-radius:24px;background:#fff;box-shadow:0 22px 52px rgb(15 23 42 / .08)}.eyv3-preview-nav{height:18px;width:46%;border-radius:999px;background:linear-gradient(90deg,#dbeafe,#bae6fd)}.eyv3-preview-hero{margin-top:28px;height:118px;border-radius:22px;background:radial-gradient(circle at 82% 22%,rgb(16 185 129 / .28),transparent 26%),linear-gradient(135deg,#1e3a8a,#0891b2);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .2)}.eyv3-preview-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:18px}.eyv3-preview-grid span{height:72px;border-radius:18px;background:linear-gradient(180deg,#f8fafc,#eef6ff);border:1px solid rgb(148 163 184 / .18)}.eyv3-performance-card{position:absolute;right:32px;bottom:28px;width:190px;padding:18px;border-radius:22px;background:#0f172a;color:#fff;box-shadow:0 24px 56px rgb(15 23 42 / .26)}.eyv3-performance-card small{display:block;color:#93c5fd;font-weight:900}.eyv3-performance-card strong{display:block;margin:6px 0;font-size:48px;line-height:1;color:#67e8f9}.eyv3-performance-card span{color:rgb(255 255 255 / .72);font-size:13px;line-height:1.35}.eyv3-service-orbit{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;min-height:56px;padding:10px 14px;border:1px solid rgb(148 163 184 / .26);border-radius:18px;background:rgb(255 255 255 / .88);box-shadow:0 20px 48px rgb(15 23 42 / .12);backdrop-filter:blur(14px);color:#0f172a;font-weight:900}.eyv3-service-orbit i{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff}.eyv3-orbit-seo{left:0;top:84px}.eyv3-orbit-web{right:2px;top:122px}.eyv3-orbit-social{left:28px;bottom:118px}.eyv3-orbit-ai{right:34px;bottom:88px}.eyv3-service-strip{position:absolute;z-index:4;left:50%;bottom:18px;display:flex;gap:10px;transform:translateX(-50%);padding:12px;border:1px solid rgb(148 163 184 / .28);border-radius:22px;background:rgb(255 255 255 / .9);box-shadow:0 20px 48px rgb(15 23 42 / .12);backdrop-filter:blur(14px)}.eyv3-service-strip span{white-space:nowrap;padding:9px 12px;border-radius:14px;background:#eef6ff;color:#1d4ed8;font-size:13px;font-weight:900}.eyv3-solutions{grid-template-columns:repeat(4,minmax(0,1fr))}.eyv3-solutions article{min-height:236px}@media (max-width:1080px){.eyv3-hero-grid{grid-template-columns:1fr}.eyv3-service-studio{min-height:540px}.eyv3-orbit-seo{left:18px}.eyv3-orbit-web{right:18px}}@media (max-width:760px){.eyv3-service-studio{min-height:0}.eyv3-studio-browser{margin-top:26px}.eyv3-studio-screen{min-height:0;padding:16px}.eyv3-site-preview{min-height:250px}.eyv3-performance-card{position:static;width:100%;margin-top:14px}.eyv3-service-orbit,.eyv3-service-strip{position:relative;inset:auto;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:100%;margin-top:12px}.eyv3-service-strip{display:grid;grid-template-columns:1fr}.eyv3-solutions{grid-template-columns:1fr}}.eyv3-header{padding:14px 0;background:linear-gradient(180deg,rgb(255 255 255 / .78),rgb(248 251 255 / .66));border-bottom:0;box-shadow:none}.eyv3-header::before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgb(37 99 235 / .22),rgb(16 185 129 / .18),transparent)}.eyv3-header-inner{min-height:74px;padding:10px 14px 10px 18px;border:1px solid rgb(148 163 184 / .26);border-radius:24px;background:rgb(255 255 255 / .82);box-shadow:0 20px 60px rgb(15 23 42 / .09);backdrop-filter:blur(18px)}.eyv3-logo{display:inline-flex;align-items:center;min-height:54px;padding:6px 12px;border-radius:17px;background:linear-gradient(135deg,rgb(255 255 255 / .92),rgb(239 246 255 / .72));box-shadow:inset 0 0 0 1px rgb(37 99 235 / .08)}.eyv3-logo img{max-width:180px;max-height:42px;filter:drop-shadow(0 8px 14px rgb(15 23 42 / .08))}.eyv3-nav ul,.eyv3-nav .main-menu{gap:8px;padding:7px;border:1px solid rgb(148 163 184 / .18);border-radius:18px;background:rgb(248 250 252 / .82)}.eyv3-nav a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:13px;color:#263244;font-size:14px;font-weight:900}.eyv3-nav a:hover{background:#fff;color:#1d4ed8;box-shadow:0 10px 24px rgb(37 99 235 / .10)}.eyv3-header-cta{min-height:52px;padding:0 24px;border-radius:16px;background:linear-gradient(135deg,#1d4ed8,#0891b2);box-shadow:0 16px 34px rgb(8 145 178 / .26)}.eyv3-products{background:linear-gradient(180deg,rgb(248 251 255 / .84),#fff)}.eyv3-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:22px}.eyv3-product-card{display:flex;min-height:650px;flex-direction:column;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 24px 62px rgb(15 23 42 / .09);transition:transform .25s ease,box-shadow .25s ease}.eyv3-product-card:hover{transform:translateY(-5px);box-shadow:0 30px 78px rgb(15 23 42 / .13)}.eyv3-product-card>a{display:block;height:280px;overflow:hidden;background:linear-gradient(135deg,#eff6ff,#f8fafc);border-bottom:1px solid rgb(220 229 238 / .86)}.eyv3-product-card img,.eyv3-product-featured img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.eyv3-product-card div{display:flex;flex:1;flex-direction:column;padding:28px}.eyv3-product-card span{min-height:34px;margin-bottom:8px}.eyv3-product-card h3{margin:18px 0 12px;font-size:28px;line-height:1.1}.eyv3-product-card p{font-size:17px;line-height:1.68}.eyv3-text-link{margin-top:auto;padding-top:22px}@media (max-width:1080px){.eyv3-header-inner{grid-template-columns:190px 1fr auto}.eyv3-product-grid{grid-template-columns:1fr 1fr}.eyv3-product-card{min-height:620px}}@media (max-width:760px){.eyv3-header{padding:8px 0}.eyv3-header-inner{border-radius:18px;padding:8px 10px}.eyv3-logo img{max-width:158px}.eyv3-nav ul,.eyv3-nav .main-menu{padding:6px;background:#fff0;border:0}.eyv3-product-grid{grid-template-columns:1fr}.eyv3-product-card{min-height:0}.eyv3-product-card>a{height:230px}.eyv3-product-card div{padding:22px}}.eyv3-product-card{padding:16px;background:linear-gradient(180deg,#fff,#fbfdff)}.eyv3-product-card>a{position:relative;height:300px;padding:12px;border:1px solid rgb(148 163 184 / .24);border-radius:22px;background:linear-gradient(135deg,#eef6ff,#fff 46%,#ecfeff);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .72),0 16px 34px rgb(15 23 42 / .07)}.eyv3-product-card>a::after{content:"";position:absolute;inset:12px;border-radius:16px;box-shadow:inset 0 -34px 40px rgb(15 23 42 / .08);pointer-events:none}.eyv3-product-card img,.eyv3-product-featured img{border-radius:16px;border:1px solid rgb(15 23 42 / .08);box-shadow:0 10px 24px rgb(15 23 42 / .10);background:#fff}.eyv3-product-card div{padding:26px 12px 8px}@media (max-width:760px){.eyv3-product-card{padding:12px}.eyv3-product-card>a{height:250px;padding:10px;border-radius:20px}.eyv3-product-card>a::after{inset:10px;border-radius:15px}.eyv3-product-card img,.eyv3-product-featured img{border-radius:15px}.eyv3-product-card div{padding:22px 8px 8px}}.eyv3-hero{background:radial-gradient(circle at 18% 18%,rgb(191 143 41 / .18),transparent 30%),radial-gradient(circle at 78% 22%,rgb(37 99 235 / .10),transparent 28%),linear-gradient(135deg,#fbfaf7 0%,#fff 48%,#f3f7fb 100%)}.eyv3-hero-grid{grid-template-columns:minmax(410px,.76fr) minmax(620px,1.24fr);gap:clamp(44px,5.5vw,82px)}.eyv3-kicker{border-color:rgb(191 143 41 / .34);background:linear-gradient(180deg,#fffaf0,#fff);color:#8a6419;box-shadow:0 12px 30px rgb(191 143 41 / .12)}.eyv3-hero h1{color:#07111f;font-size:clamp(44px,4.35vw,66px)}.eyv3-hero p{color:#455163}.eyv3-btn-primary,.eyv3-header-cta{background:linear-gradient(135deg,#b88725,#f4d06f);color:#111827;box-shadow:0 18px 34px rgb(184 135 37 / .28)}.eyv3-hero-art{position:relative;margin:0;min-height:560px;border-radius:36px;padding:12px;background:linear-gradient(135deg,rgb(255 255 255 / .92),rgb(255 248 232 / .66));border:1px solid rgb(191 143 41 / .26);box-shadow:0 36px 90px rgb(15 23 42 / .16),0 18px 48px rgb(191 143 41 / .14)}.eyv3-hero-art::before{content:"";position:absolute;inset:-18px;z-index:-1;border-radius:44px;background:radial-gradient(circle at 36% 22%,rgb(244 208 111 / .34),transparent 32%),radial-gradient(circle at 80% 82%,rgb(37 99 235 / .13),transparent 30%);filter:blur(18px)}.eyv3-hero-art::after{content:"";position:absolute;inset:12px;border-radius:27px;box-shadow:inset 0 0 0 1px rgb(255 255 255 / .42),inset 0 -58px 70px rgb(15 23 42 / .08);pointer-events:none}.eyv3-hero-art img{display:block;width:100%;height:560px;object-fit:cover;object-position:center center;border-radius:27px;background:#f8fafc}.eyv3-proof span{border-color:rgb(191 143 41 / .18)}@media (max-width:1180px){.eyv3-hero-grid{grid-template-columns:1fr}.eyv3-hero-copy{max-width:840px}.eyv3-hero h1{max-width:820px}.eyv3-hero-art{min-height:0}.eyv3-hero-art img{height:auto;aspect-ratio:16/9;object-fit:cover}}@media (max-width:760px){.eyv3-hero-art{padding:8px;border-radius:24px}.eyv3-hero-art::before{inset:-10px;border-radius:30px}.eyv3-hero-art::after{inset:8px;border-radius:18px}.eyv3-hero-art img{border-radius:18px;aspect-ratio:4/3;object-position:center center}.eyv3-hero h1{font-size:clamp(38px,11vw,52px)}}.eyv3-header{position:absolute;top:0;left:0;right:0;background:#fff0}.eyv3-header::before{display:none}.eyv3-header-inner{background:rgb(255 255 255 / .34);border-color:rgb(255 255 255 / .42);box-shadow:0 18px 54px rgb(15 23 42 / .08);backdrop-filter:blur(18px)}.eyv3-nav ul,.eyv3-nav .main-menu{background:rgb(255 255 255 / .42);border-color:rgb(255 255 255 / .32)}.eyv3-nav a{color:#162033}.eyv3-nav a:hover{background:rgb(255 255 255 / .72);color:#8a6419}.eyv3-home{background:#fff}.eyv3-hero{min-height:100vh;padding:0;background-image:linear-gradient(90deg,rgb(255 255 255 / .20),rgb(255 255 255 / .03)),url(/wp-content/themes/enes-yazilim-mobile-menu-fix-v4.2.5/assets/images/enes-v3-hero-digital.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.eyv3-hero::before,.eyv3-hero::after{display:none}.eyv3-hero-grid{min-height:100vh;display:block}.eyv3-hero-copy,.eyv3-hero-art{display:none}@media (max-width:1180px){.eyv3-hero{min-height:78vh;background-position:center top}.eyv3-hero-grid{min-height:78vh}}@media (max-width:760px){.eyv3-header{position:absolute;padding:8px 0}.eyv3-header-inner{background:rgb(255 255 255 / .72)}.eyv3-hero{min-height:680px;background-size:auto 100%;background-position:center top}.eyv3-hero-grid{min-height:680px}}.eyv3-header .eyv3-container{width:min(1680px,calc(100% - 56px))}.eyv3-header-inner{grid-template-columns:260px minmax(420px,1fr) 170px;gap:24px;padding:10px 16px 10px 18px;border-radius:22px}.eyv3-logo{justify-self:start;width:100%;justify-content:flex-start;background:rgb(255 255 255 / .46)}.eyv3-nav{justify-self:center;width:min(900px,100%)}.eyv3-nav ul,.eyv3-nav .main-menu{width:100%;justify-content:center}.eyv3-header-cta{justify-self:end;width:150px}@media (max-width:1080px){.eyv3-header .eyv3-container{width:min(100% - 32px,1180px)}.eyv3-header-inner{grid-template-columns:210px 1fr 140px}.eyv3-nav{width:100%}.eyv3-header-cta{width:130px}}@media (max-width:760px){.eyv3-header .eyv3-container{width:min(100% - 20px,1180px)}.eyv3-header-inner{grid-template-columns:1fr 46px}.eyv3-logo{width:auto}.eyv3-nav{width:100%}.eyv3-header-cta{width:auto}}.eyv3-nav ul,.eyv3-nav .main-menu{gap:6px}.eyv3-nav a{padding:0 11px;font-size:13px;white-space:nowrap}@media (max-width:1180px){.eyv3-nav a{padding:0 9px;font-size:12px}.eyv3-logo img{max-width:160px}}@media (max-width:760px){.eyv3-nav a{font-size:14px;white-space:normal}}#cozumler .eyv3-container,#urunler .eyv3-container,#surec .eyv3-container,#iletisim .eyv3-container{width:min(1540px,calc(100% - 72px))}#cozumler .eyv3-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.72fr);gap:56px;align-items:end;max-width:none}#cozumler .eyv3-section-head h2{max-width:860px}#cozumler .eyv3-section-head p{max-width:560px;margin-left:auto}#cozumler .eyv3-solutions{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}#cozumler .eyv3-solutions article{min-height:250px;padding:28px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 22px 56px rgb(15 23 42 / .075)}#urunler .eyv3-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}#urunler .eyv3-product-card{min-height:610px}#urunler .eyv3-product-card>a{height:250px}#surec.eyv3-process{position:relative;overflow:hidden;background:#07101d;color:#fff}#surec.eyv3-process::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(7 16 29 / .92),rgb(7 16 29 / .62)),url(/wp-content/themes/enes-yazilim-mobile-menu-fix-v4.2.5/assets/images/enes-v3-process-dark.png);background-size:cover;background-position:center;opacity:1}#surec.eyv3-process .eyv3-container{position:relative;z-index:1}#surec .eyv3-section-head h2,#surec .eyv3-steps h3{color:#fff}#surec .eyv3-section-head p,#surec .eyv3-steps p{color:rgb(255 255 255 / .72)}#surec .eyv3-section-head span{border-color:rgb(244 208 111 / .36);background:rgb(244 208 111 / .12);color:#f4d06f}#surec .eyv3-steps article{background:rgb(255 255 255 / .08);border-color:rgb(255 255 255 / .14);box-shadow:0 24px 64px rgb(0 0 0 / .20);backdrop-filter:blur(14px)}#surec .eyv3-steps strong{background:linear-gradient(135deg,#b88725,#f4d06f);color:#111827}#iletisim .eyv3-cta-grid{grid-template-columns:minmax(420px,.9fr) minmax(520px,.8fr);gap:72px}.eyv3-form{box-sizing:border-box;overflow:hidden}.eyv3-form input,.eyv3-form textarea,.eyv3-form button{box-sizing:border-box;max-width:100%}@media (max-width:1180px){#cozumler .eyv3-container,#urunler .eyv3-container,#surec .eyv3-container,#iletisim .eyv3-container{width:min(100% - 40px,1180px)}#cozumler .eyv3-section-head,#iletisim .eyv3-cta-grid{grid-template-columns:1fr}#cozumler .eyv3-section-head p{margin-left:0}#cozumler .eyv3-solutions,#urunler .eyv3-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){#cozumler .eyv3-container,#urunler .eyv3-container,#surec .eyv3-container,#iletisim .eyv3-container{width:min(100% - 28px,1180px)}#cozumler .eyv3-solutions,#urunler .eyv3-product-grid{grid-template-columns:1fr}#urunler .eyv3-product-card{min-height:0}#urunler .eyv3-product-card>a{height:240px}}#surec.eyv3-process{background:radial-gradient(circle at 18% 18%,rgb(184 135 37 / .18),transparent 28%),radial-gradient(circle at 82% 72%,rgb(37 99 235 / .12),transparent 30%),linear-gradient(135deg,#07101d,#0d1624 56%,#09111d);color:#fff}#surec.eyv3-process::before{display:none}#surec.eyv3-process::after{content:"";position:absolute;inset:28px;border:1px solid rgb(244 208 111 / .10);border-radius:34px;pointer-events:none}#surec .eyv3-process-grid{grid-template-columns:minmax(360px,.72fr) minmax(680px,1.28fr);gap:64px}#surec .eyv3-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}#surec .eyv3-steps article{min-height:210px;background:linear-gradient(145deg,rgb(255 255 255 / .12),rgb(255 255 255 / .055));border-color:rgb(244 208 111 / .16);border-radius:24px}.eyv3-premium-tags{display:flex!important;flex:0 0 auto!important;flex-wrap:wrap;gap:8px;margin:18px 0 2px;padding:0!important}.eyv3-premium-tags em{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#fff7df;color:#8a6419;font-size:12px;font-style:normal;font-weight:900}.eyv3-product-card-dark{background:linear-gradient(180deg,#111827,#0f172a)!important;color:#fff;border-color:rgb(244 208 111 / .24)}.eyv3-product-card-dark h3{color:#fff}.eyv3-product-card-dark p{color:rgb(255 255 255 / .72)}.eyv3-product-card-dark>a{background:linear-gradient(135deg,#101827,#1f2937);border-color:rgb(244 208 111 / .24)}.eyv3-product-card-dark .eyv3-text-link{color:#f4d06f}.eyv3-product-card-dark .eyv3-premium-tags em{background:rgb(244 208 111 / .13);color:#f4d06f;border:1px solid rgb(244 208 111 / .22)}@media (max-width:1180px){#surec .eyv3-process-grid{grid-template-columns:1fr}}@media (max-width:760px){#surec.eyv3-process::after{inset:12px;border-radius:22px}#surec .eyv3-steps{grid-template-columns:1fr}.eyv3-premium-tags{margin-top:14px}}#cozumler .eyv3-solutions article{position:relative;display:flex;min-height:360px;flex-direction:column;overflow:hidden;padding:32px;border-color:rgb(191 143 41 / .18);background:radial-gradient(circle at 88% 0%,rgb(244 208 111 / .18),transparent 34%),linear-gradient(145deg,#fff,#fbfdff 58%,#f7fbff);box-shadow:0 26px 72px rgb(15 23 42 / .09),inset 0 1px 0 rgb(255 255 255 / .86);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}#cozumler .eyv3-solutions article::before{content:"";position:absolute;left:24px;right:24px;top:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#b88725,#f4d06f,#1d4ed8);opacity:.82}#cozumler .eyv3-solutions article::after{content:"";position:absolute;right:-46px;bottom:-46px;width:148px;height:148px;border:1px solid rgb(184 135 37 / .13);border-radius:999px;background:rgb(244 208 111 / .06)}#cozumler .eyv3-solutions article:hover{transform:translateY(-6px);border-color:rgb(184 135 37 / .30);box-shadow:0 34px 86px rgb(15 23 42 / .13),0 16px 44px rgb(184 135 37 / .10)}#cozumler .eyv3-solutions i{position:relative;z-index:1;width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#1d4ed8 0%,#0891b2 54%,#f4d06f 140%);box-shadow:0 16px 34px rgb(8 145 178 / .22)}#cozumler .eyv3-solutions h3{position:relative;z-index:1;margin-top:26px;font-size:26px}#cozumler .eyv3-solutions p{position:relative;z-index:1;font-size:16px}.eyv3-service-features{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 18px}.eyv3-service-features span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid rgb(184 135 37 / .18);border-radius:999px;background:rgb(255 247 223 / .78);color:#8a6419;font-size:12px;font-weight:900}#cozumler .eyv3-solutions article>strong{position:relative;z-index:1;display:block;margin-top:auto;padding-top:18px;border-top:1px solid rgb(220 229 238 / .86);color:#172033;font-size:14px;line-height:1.45}@media (max-width:1180px){#cozumler .eyv3-solutions article{min-height:330px}}@media (max-width:760px){#cozumler .eyv3-solutions article{min-height:0;padding:26px}.eyv3-service-features{margin-top:18px}}#urunler.eyv3-products{background:radial-gradient(circle at 18% 10%,rgb(184 135 37 / .10),transparent 28%),linear-gradient(180deg,#f8fbff 0%,#fff 42%,#f3f7fb 100%)}#urunler .eyv3-product-card{position:relative;overflow:hidden;border-color:rgb(244 208 111 / .22);background:radial-gradient(circle at 80% 0%,rgb(244 208 111 / .12),transparent 32%),linear-gradient(180deg,#111827,#0f172a)!important;color:#fff;box-shadow:0 30px 82px rgb(15 23 42 / .16)}#urunler .eyv3-product-card::before{content:"";position:absolute;inset:16px;border:1px solid rgb(244 208 111 / .12);border-radius:18px;pointer-events:none}#urunler .eyv3-product-card>a{border-color:rgb(244 208 111 / .30);background:linear-gradient(135deg,#050914,#111827);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .06),0 18px 40px rgb(0 0 0 / .22)}#urunler .eyv3-product-card>a::after{box-shadow:inset 0 -44px 50px rgb(0 0 0 / .18)}#urunler .eyv3-product-card img{border-color:rgb(244 208 111 / .22);box-shadow:0 12px 28px rgb(0 0 0 / .28)}#urunler .eyv3-product-card div{position:relative;z-index:1}#urunler .eyv3-product-card div>span{align-self:flex-start;display:inline-flex;align-items:center;min-height:34px;margin-bottom:8px;padding:0 13px;border:1px solid rgb(244 208 111 / .22);border-radius:999px;background:#eef6ff;color:#1d4ed8;font-size:12px;font-weight:900;text-transform:uppercase}#urunler .eyv3-product-card h3{color:#fff}#urunler .eyv3-product-card p{color:rgb(255 255 255 / .76)}#urunler .eyv3-product-card .eyv3-premium-tags{display:grid!important;gap:8px;margin-top:20px}#urunler .eyv3-product-card .eyv3-premium-tags em{min-height:30px;border:1px solid rgb(244 208 111 / .26);border-radius:999px;background:rgb(244 208 111 / .12);color:#f4d06f}#urunler .eyv3-product-card .eyv3-text-link{color:#f4d06f}#cozumler{padding-top:clamp(64px,5.5vw,92px)}#cozumler .eyv3-section-head{position:relative;display:grid;grid-template-columns:minmax(520px,1fr) minmax(420px,.72fr);grid-template-areas:"badge stats" "title copy";gap:22px 72px;align-items:end;max-width:none;margin-bottom:46px;padding:34px;border:1px solid rgb(220 229 238 / .84);border-radius:28px;background:radial-gradient(circle at 9% 16%,rgb(244 208 111 / .18),transparent 30%),linear-gradient(135deg,rgb(255 255 255 / .92),rgb(248 251 255 / .82));box-shadow:0 24px 70px rgb(15 23 42 / .07)}#cozumler .eyv3-section-head::before{content:"";position:absolute;left:28px;right:28px;top:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#b88725,#f4d06f,#1d4ed8)}#cozumler .eyv3-section-head>span{grid-area:badge;border-color:rgb(184 135 37 / .28);background:#fff7df;color:#8a6419}#cozumler .eyv3-section-head h2{grid-area:title;max-width:900px;margin:0;font-size:clamp(36px,3.6vw,62px)}#cozumler .eyv3-section-head p{grid-area:copy;max-width:560px;margin:0;color:#4b5870}.eyv3-section-stats{grid-area:stats;justify-self:end;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(430px,100%);padding:10px;border:1px solid rgb(184 135 37 / .14);border-radius:18px;background:rgb(255 255 255 / .78);box-shadow:0 16px 36px rgb(15 23 42 / .06)}.eyv3-section-stats span{display:grid!important;gap:6px;min-height:86px;padding:12px 10px;border:1px solid rgb(184 135 37 / .12);border-radius:14px;background:linear-gradient(180deg,#fff,#fff9e8);text-align:center}.eyv3-section-stats strong,.eyv3-section-stats small{display:flex;align-items:center;justify-content:center}.eyv3-section-stats strong{min-height:36px;border-radius:12px;background:linear-gradient(135deg,#111827,#0f172a);color:#f4d06f;font-size:22px;font-weight:900}.eyv3-section-stats small{color:#5b667a;font-size:12px;font-weight:900;line-height:1.2}@media (max-width:1180px){#cozumler .eyv3-section-head{grid-template-columns:1fr;grid-template-areas:"badge" "title" "copy" "stats";gap:18px}.eyv3-section-stats{justify-self:start}}@media (max-width:760px){#cozumler .eyv3-section-head{padding:24px;border-radius:22px}.eyv3-section-stats{grid-template-columns:1fr;align-self:stretch;width:100%}.eyv3-section-stats span{min-height:0;grid-template-columns:82px 1fr;align-items:center;text-align:left}.eyv3-section-stats strong{padding:0 14px}.eyv3-section-stats small{justify-content:flex-start}}#urunler .eyv3-product-card div>span,.eyv3-section-head span,.eyv3-kicker{border-color:rgb(184 135 37 / .30);background:#fff7df;color:#8a6419}.eyv3-text-link,#urunler .eyv3-product-card .eyv3-text-link{color:#b88725}@media (max-width:760px){body{overflow-x:hidden}#cozumler{padding-top:48px}#cozumler .eyv3-section-head{margin-bottom:28px}#cozumler .eyv3-solutions{gap:18px}#cozumler .eyv3-solutions article{height:auto;min-height:0;overflow:hidden;padding:26px 32px 28px}#cozumler .eyv3-solutions i{width:52px;height:52px;border-radius:16px}#cozumler .eyv3-solutions h3{margin-top:24px;font-size:28px}#cozumler .eyv3-solutions p{font-size:17px;line-height:1.55}.eyv3-service-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:20px 0 16px}.eyv3-service-features span{width:100%;box-sizing:border-box;justify-content:center;min-height:34px;padding:0 10px;text-align:center;white-space:normal}#cozumler .eyv3-solutions article>strong{margin-top:0;padding-top:18px;font-size:15px}#cozumler .eyv3-solutions article::after{right:-72px;bottom:-72px}}.ey-logo-page{--logo-gold:#e5b84b;--logo-gold-light:#f6d77c;--logo-navy:#07111f;--logo-blue:#10233d;--logo-cream:#fbf8f1;overflow:hidden;background:var(--logo-cream);color:#111827}.ey-logo-page em{color:var(--logo-gold);font-style:normal}.ey-logo-hero{position:relative;isolation:isolate;padding:clamp(76px,8vw,132px) 0 clamp(82px,9vw,140px);overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 24%,rgb(39 95 151 / .36),transparent 29%),radial-gradient(circle at 12% 90%,rgb(229 184 75 / .14),transparent 28%),linear-gradient(125deg,#050a12 0%,#071322 52%,#0b1e34 100%)}.ey-logo-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(rgb(255 255 255 / .025) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .025) 1px,transparent 1px);background-size:74px 74px;mask-image:linear-gradient(90deg,#000,transparent 92%)}.ey-logo-hero::after{content:"";position:absolute;right:-10%;bottom:-46%;z-index:-1;width:720px;height:720px;border:1px solid rgb(246 215 124 / .13);border-radius:50%;box-shadow:0 0 0 80px rgb(246 215 124 / .025),0 0 0 160px rgb(246 215 124 / .018)}.ey-logo-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:clamp(48px,7vw,100px);align-items:center}.ey-logo-kicker,.ey-logo-section-tag{display:inline-flex;align-items:center;gap:10px;color:var(--logo-gold-light);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.ey-logo-kicker::before,.ey-logo-section-tag::before{content:"";width:42px;height:1px;background:currentColor}.ey-logo-hero-copy h1{max-width:700px;margin:24px 0 24px;font-size:clamp(52px,6vw,88px);font-weight:900;line-height:.96;letter-spacing:-.055em}.ey-logo-hero-copy p{max-width:620px;margin:0;color:rgb(255 255 255 / .7);font-size:clamp(17px,1.35vw,21px);line-height:1.7}.ey-logo-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:34px}.ey-logo-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 25px;border:1px solid #fff0;border-radius:14px;text-decoration:none;font-size:15px;font-weight:900;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.ey-logo-btn:hover{transform:translateY(-3px)}.ey-logo-btn-gold{color:#111827;background:linear-gradient(135deg,#f8df90,#d7a52f);box-shadow:0 18px 42px rgb(229 184 75 / .2)}.ey-logo-btn-ghost{color:#fff;border-color:rgb(255 255 255 / .18);background:rgb(255 255 255 / .07);backdrop-filter:blur(14px)}.ey-logo-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:38px}.ey-logo-proof span{padding:16px;border:1px solid rgb(255 255 255 / .1);border-radius:16px;color:rgb(255 255 255 / .55);font-size:12px;line-height:1.45;background:rgb(255 255 255 / .035)}.ey-logo-proof strong{display:block;margin-bottom:5px;color:#fff;font-size:15px}.ey-logo-hero-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}.ey-logo-hero-card{position:relative;z-index:2;width:min(100%,600px);padding:18px;border:1px solid rgb(246 215 124 / .26);border-radius:30px;background:linear-gradient(145deg,rgb(255 255 255 / .12),rgb(255 255 255 / .035));box-shadow:0 46px 100px rgb(0 0 0 / .42);transform:rotate(2deg);backdrop-filter:blur(14px)}.ey-logo-hero-card::before{content:"";position:absolute;inset:11px;border:1px solid rgb(255 255 255 / .08);border-radius:21px;pointer-events:none}.ey-logo-hero-card img{display:block;width:100%;height:380px;object-fit:contain;border-radius:19px;background:#050505}.ey-logo-card-label{position:absolute;left:-20px;top:30px;z-index:3;padding:10px 16px;border-radius:999px;color:#0b1220;background:var(--logo-gold-light);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 16px 30px rgb(0 0 0 / .24)}.ey-logo-orbit{position:absolute;border:1px solid rgb(246 215 124 / .2);border-radius:50%}.ey-logo-orbit-one{width:480px;height:480px;transform:translate(38px,-12px)}.ey-logo-orbit-two{width:610px;height:610px;border-style:dashed;opacity:.36;transform:translate(-28px,22px)}.ey-logo-floating-note{position:absolute;right:-14px;bottom:36px;z-index:4;display:flex;align-items:center;gap:13px;padding:15px 18px;border:1px solid rgb(255 255 255 / .15);border-radius:16px;color:rgb(255 255 255 / .66);background:rgb(6 15 27 / .82);box-shadow:0 20px 52px rgb(0 0 0 / .3);font-size:12px;line-height:1.3;backdrop-filter:blur(16px)}.ey-logo-floating-note i{color:var(--logo-gold-light);font-size:22px}.ey-logo-floating-note strong{color:#fff;font-size:14px}.ey-logo-intro{padding:clamp(70px,7vw,106px) 0;background:#fff;border-bottom:1px solid #ebe5d9}.ey-logo-intro-grid,.ey-logo-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.62fr);gap:clamp(40px,7vw,92px);align-items:end}.ey-logo-intro h2,.ey-logo-section-head h2,.ey-logo-process h2,.ey-logo-cta h2{max-width:820px;margin:20px 0 0;color:#0a1220;font-size:clamp(38px,4.5vw,64px);line-height:1.03;letter-spacing:-.045em}.ey-logo-intro p,.ey-logo-section-head>p{margin:0;color:#697386;font-size:18px;line-height:1.72}.ey-logo-section-tag{color:#9b7422}.ey-logo-gallery-section{padding:clamp(78px,8vw,128px) 0;background:radial-gradient(circle at 10% 5%,rgb(229 184 75 / .12),transparent 26%),var(--logo-cream)}.ey-logo-section-head{margin-bottom:44px}.ey-logo-section-head h2{font-size:clamp(38px,4vw,58px)}.ey-logo-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px}.ey-logo-work{grid-column:span 4;overflow:hidden;border:1px solid #e9e0d0;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgb(20 29 43 / .07);transition:transform .25s ease,box-shadow .25s ease}.ey-logo-work.wide{grid-column:span 8}.ey-logo-work:hover{transform:translateY(-6px);box-shadow:0 30px 72px rgb(20 29 43 / .13)}.ey-logo-work-media{height:330px;padding:22px;background:#f3efe7}.ey-logo-work.wide .ey-logo-work-media{height:390px}.ey-logo-work[data-tone="dark"] .ey-logo-work-media{background:#050608}.ey-logo-work[data-tone="navy"] .ey-logo-work-media{background:#07162c}.ey-logo-work[data-tone="light"] .ey-logo-work-media{background:#f7f1e7}.ey-logo-work-media img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.ey-logo-work:hover img{transform:scale(1.025)}.ey-logo-work-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px 22px}.ey-logo-work-meta span{color:#9b7422;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ey-logo-work-meta h3{margin:5px 0 0;color:#101827;font-size:22px}.ey-logo-work-arrow{display:flex!important;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border:1px solid #e8ddc8;border-radius:50%;color:#8a6419!important;background:#fff9e8;font-size:15px!important}.ey-logo-deliverables{position:relative;padding:clamp(82px,8vw,126px) 0;color:#fff;background:radial-gradient(circle at 10% 12%,rgb(229 184 75 / .16),transparent 30%),linear-gradient(135deg,#050a12,#0a1727)}.ey-logo-section-head-light h2{color:#fff}.ey-logo-section-head-light>p{color:rgb(255 255 255 / .62)}.ey-logo-deliverable-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:42px}.ey-logo-deliverable-grid article{position:relative;min-height:280px;padding:28px 24px;border:1px solid rgb(255 255 255 / .1);border-radius:22px;background:linear-gradient(145deg,rgb(255 255 255 / .09),rgb(255 255 255 / .025));overflow:hidden}.ey-logo-deliverable-grid article>span{position:absolute;right:18px;top:14px;color:rgb(246 215 124 / .22);font-size:38px;font-weight:900}.ey-logo-deliverable-grid i{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border:1px solid rgb(246 215 124 / .2);border-radius:16px;color:var(--logo-gold-light);background:rgb(246 215 124 / .08);font-size:21px}.ey-logo-deliverable-grid h3{margin:26px 0 12px;color:#fff;font-size:22px}.ey-logo-deliverable-grid p{margin:0;color:rgb(255 255 255 / .6);line-height:1.65}.ey-logo-process{padding:clamp(82px,8vw,126px) 0;background:#fff}.ey-logo-process-grid{display:grid;grid-template-columns:minmax(330px,.7fr) minmax(560px,1.3fr);gap:clamp(50px,8vw,110px);align-items:start}.ey-logo-process-copy{position:sticky;top:120px}.ey-logo-process-copy h2{font-size:clamp(40px,4.2vw,60px)}.ey-logo-process-copy p{margin:24px 0;color:#697386;font-size:18px;line-height:1.7}.ey-logo-process-copy>a{display:inline-flex;align-items:center;gap:10px;color:#8a6419;text-decoration:none;font-weight:900}.ey-logo-process-list{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid #e7dfd1}.ey-logo-process-list li{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid #e7dfd1}.ey-logo-process-list strong{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;color:#1a2433;background:linear-gradient(135deg,#f7df95,#d6a22d);font-size:14px}.ey-logo-process-list h3{margin:0 0 8px;color:#111827;font-size:24px}.ey-logo-process-list p{margin:0;color:#697386;line-height:1.65}.ey-logo-cta{padding:0 0 clamp(80px,8vw,126px);background:#fff}.ey-logo-cta-card{position:relative;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;padding:clamp(36px,5vw,70px);overflow:hidden;border-radius:30px;color:#fff;background:radial-gradient(circle at 90% 20%,rgb(229 184 75 / .19),transparent 28%),linear-gradient(135deg,#07111f,#10233d);box-shadow:0 30px 80px rgb(7 17 31 / .2)}.ey-logo-cta-card::after{content:"";position:absolute;right:-80px;bottom:-160px;width:420px;height:420px;border:1px solid rgb(246 215 124 / .14);border-radius:50%}.ey-logo-cta-card>div,.ey-logo-cta-card>a{position:relative;z-index:1}.ey-logo-cta-card>div>span{color:var(--logo-gold-light);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.ey-logo-cta h2{max-width:760px;margin:16px 0;color:#fff;font-size:clamp(38px,4.1vw,60px)}.ey-logo-cta p{max-width:760px;margin:0;color:rgb(255 255 255 / .64);font-size:17px;line-height:1.7}.ey-logo-cta .ey-logo-btn{white-space:nowrap}@media (max-width:1100px){.ey-logo-hero-grid,.ey-logo-intro-grid,.ey-logo-section-head,.ey-logo-process-grid{grid-template-columns:1fr}.ey-logo-hero-copy{max-width:780px}.ey-logo-hero-visual{min-height:500px}.ey-logo-intro p,.ey-logo-section-head>p{max-width:720px}.ey-logo-work,.ey-logo-work.wide{grid-column:span 6}.ey-logo-deliverable-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ey-logo-process-copy{position:static;max-width:720px}.ey-logo-cta-card{grid-template-columns:1fr;gap:28px}}@media (max-width:760px){.ey-logo-hero{padding:58px 0 76px}.ey-logo-hero-grid{gap:46px}.ey-logo-hero-copy h1{font-size:45px}.ey-logo-proof{grid-template-columns:1fr}.ey-logo-proof span{padding:13px 15px}.ey-logo-hero-visual{min-height:360px}.ey-logo-hero-card{width:calc(100% - 20px);padding:11px;border-radius:22px}.ey-logo-hero-card img{height:245px;border-radius:15px}.ey-logo-card-label{left:-6px;top:18px}.ey-logo-orbit-one{width:300px;height:300px}.ey-logo-orbit-two{width:360px;height:360px}.ey-logo-floating-note{right:0;bottom:8px}.ey-logo-intro h2,.ey-logo-section-head h2,.ey-logo-process h2,.ey-logo-cta h2{font-size:36px}.ey-logo-gallery{grid-template-columns:1fr}.ey-logo-work,.ey-logo-work.wide{grid-column:auto}.ey-logo-work-media,.ey-logo-work.wide .ey-logo-work-media{height:290px}.ey-logo-deliverable-grid{grid-template-columns:1fr}.ey-logo-deliverable-grid article{min-height:0}.ey-logo-process-list li{grid-template-columns:58px 1fr;gap:14px}.ey-logo-process-list strong{width:46px;height:46px}.ey-logo-cta-card{padding:32px 24px;border-radius:24px}.ey-logo-cta .ey-logo-btn{width:100%;white-space:normal;text-align:center}.ey-logo-actions .ey-logo-btn{flex:1 1 190px}.ey-logo-kicker::before,.ey-logo-section-tag::before{width:28px}}@media (prefers-reduced-motion:reduce){.ey-logo-work,.ey-logo-work-media img,.ey-logo-btn{transition:none}}@media (max-width:1180px) and (min-width:761px){.eyv3-header-inner{grid-template-columns:190px 1fr auto;gap:16px}.eyv3-logo img{max-width:185px}.eyv3-nav ul,.eyv3-nav .main-menu{gap:15px}.eyv3-nav a{font-size:13px}.eyv3-header-cta{padding:0 15px}}.ey-logo-page{--logo-gold:#2563eb;--logo-gold-light:#67e8f9;--logo-cream:#f6f9fc}.ey-logo-page em{color:#0891b2}.ey-logo-hero{background:radial-gradient(circle at 78% 24%,rgb(6 182 212 / .34),transparent 29%),radial-gradient(circle at 12% 90%,rgb(37 99 235 / .22),transparent 28%),linear-gradient(125deg,#050a12 0%,#07182b 52%,#0b2741 100%)}.ey-logo-hero::after{border-color:rgb(103 232 249 / .16);box-shadow:0 0 0 80px rgb(6 182 212 / .03),0 0 0 160px rgb(37 99 235 / .02)}.ey-logo-btn-gold{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 18px 42px rgb(37 99 235 / .28)}.ey-logo-hero-card{border-color:rgb(103 232 249 / .24)}.ey-logo-card-label{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4)}.ey-logo-orbit{border-color:rgb(103 232 249 / .2)}.ey-logo-intro{border-bottom-color:#dce5ee}.ey-logo-section-tag{color:#1d4ed8}.ey-logo-gallery-section{background:radial-gradient(circle at 10% 5%,rgb(37 99 235 / .12),transparent 26%),var(--logo-cream)}.ey-logo-work{border-color:#dce5ee}.ey-logo-work-meta span{color:#1d4ed8}.ey-logo-work-arrow{border-color:#bfdbfe;color:#1d4ed8!important;background:#eff6ff}.ey-logo-deliverables{background:radial-gradient(circle at 10% 12%,rgb(6 182 212 / .18),transparent 30%),linear-gradient(135deg,#050a12,#0a1e35)}.ey-logo-process-copy>a{color:#1d4ed8}.ey-logo-process-list strong{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4)}.ey-logo-cta-card{background:radial-gradient(circle at 90% 20%,rgb(6 182 212 / .22),transparent 28%),linear-gradient(135deg,#07111f,#102f50)}@media (max-width:430px){#cozumler .eyv3-solutions article{padding-left:28px;padding-right:28px}.eyv3-service-features{grid-template-columns:1fr}}@media (min-width:761px){#cozumler .eyv3-solutions article{min-height:350px;padding:30px}#cozumler .eyv3-solutions article::before{background:linear-gradient(90deg,#b88725,#f4d06f,#b88725)}.eyv3-service-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:20px 0 18px}.eyv3-service-features span{box-sizing:border-box;width:100%;justify-content:center;min-height:34px;padding:0 8px;text-align:center;font-size:11px;line-height:1.15;white-space:normal}#cozumler .eyv3-solutions article>strong{min-height:60px}}.eyv3-about-page{overflow:hidden;background:linear-gradient(180deg,#f8fbff 0%,#fff 32%,#f6f9fc 100%);color:var(--eyv3-ink)}.eyv3-about-hero{position:relative;min-height:720px;padding:150px 0 96px;background:radial-gradient(circle at 18% 22%,rgb(244 208 111 / .22),transparent 28%),radial-gradient(circle at 78% 14%,rgb(37 99 235 / .10),transparent 26%),linear-gradient(135deg,#fff,#f7fbff 56%,#eef3f8)}.eyv3-about-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgb(184 135 37 / .045) 1px,transparent 1px),linear-gradient(90deg,rgb(184 135 37 / .045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,transparent,#000 16%,#000 84%,transparent);pointer-events:none}.eyv3-about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);gap:72px;align-items:center}.eyv3-about-copy h1{max-width:720px;margin:22px 0 22px;font-size:clamp(52px,5.8vw,92px);line-height:.94;color:#0b1220}.eyv3-about-copy p{max-width:660px;margin:0;color:#4b5870;font-size:21px;line-height:1.7}.eyv3-about-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.eyv3-about-panel{position:relative;margin:0;padding:18px;border:1px solid rgb(184 135 37 / .22);border-radius:34px;background:linear-gradient(145deg,rgb(255 255 255 / .86),rgb(255 248 232 / .50));box-shadow:0 34px 90px rgb(15 23 42 / .14)}.eyv3-about-panel::before{content:"";position:absolute;inset:32px -18px -18px 48px;border-radius:34px;background:rgb(244 208 111 / .16);filter:blur(30px);z-index:-1}.eyv3-about-panel img{display:block;width:100%;height:430px;object-fit:cover;object-position:center;border:1px solid rgb(244 208 111 / .22);border-radius:24px;box-shadow:0 24px 60px rgb(15 23 42 / .20)}.eyv3-about-panel-card{position:absolute;left:38px;right:38px;bottom:38px;display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:center;padding:16px;border:1px solid rgb(244 208 111 / .26);border-radius:20px;background:rgb(15 23 42 / .86);backdrop-filter:blur(14px);box-shadow:0 20px 48px rgb(0 0 0 / .26)}.eyv3-about-panel-card strong{display:flex;align-items:center;justify-content:center;min-height:62px;border-radius:16px;background:linear-gradient(135deg,#b88725,#f4d06f);color:#111827;font-size:32px}.eyv3-about-panel-card span{color:rgb(255 255 255 / .82);font-weight:800;line-height:1.45}.eyv3-about-intro,.eyv3-about-services,.eyv3-about-why{padding:clamp(72px,7vw,112px) 0}.eyv3-about-intro-grid{display:grid;grid-template-columns:minmax(420px,.82fr) minmax(560px,1.18fr);gap:70px;align-items:start}.eyv3-about-intro article,.eyv3-about-text,.eyv3-about-service-grid article{border:1px solid rgb(220 229 238 / .88);border-radius:26px;background:rgb(255 255 255 / .86);box-shadow:0 24px 70px rgb(15 23 42 / .07)}.eyv3-about-intro article{position:sticky;top:118px;padding:34px;background:radial-gradient(circle at 14% 10%,rgb(244 208 111 / .20),transparent 36%),#fff}.eyv3-about-intro article span,.eyv3-about-final span{display:inline-flex;min-height:32px;align-items:center;padding:0 13px;border:1px solid rgb(184 135 37 / .28);border-radius:999px;background:#fff7df;color:#8a6419;font-size:12px;font-weight:900;text-transform:uppercase}.eyv3-about-intro h2{margin:22px 0 0;font-size:clamp(34px,3.5vw,58px);line-height:1;color:#0b1220}.eyv3-about-text{padding:34px}.eyv3-about-text p{margin:0;color:#4b5870;font-size:19px;line-height:1.82}.eyv3-about-text p+p{margin-top:22px;padding-top:22px;border-top:1px solid rgb(220 229 238 / .86)}.eyv3-about-head{max-width:900px}.eyv3-about-head h2{font-size:clamp(36px,4vw,64px)}.eyv3-about-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.eyv3-about-service-grid article{position:relative;overflow:hidden;min-height:260px;padding:28px;background:radial-gradient(circle at 92% 0%,rgb(244 208 111 / .16),transparent 32%),linear-gradient(145deg,#fff,#fbfdff)}.eyv3-about-service-grid article::before{content:"";position:absolute;left:22px;right:22px;top:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#b88725,#f4d06f,#b88725)}.eyv3-about-service-grid i{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#111827,#0f172a);color:#f4d06f;font-size:22px;box-shadow:0 16px 34px rgb(15 23 42 / .18)}.eyv3-about-service-grid h3{margin:24px 0 12px;color:#0b1220;font-size:25px;line-height:1.12}.eyv3-about-service-grid p{margin:0;color:#536078;line-height:1.65}.eyv3-about-purpose{position:relative;padding:clamp(76px,7vw,112px) 0;background:radial-gradient(circle at 20% 18%,rgb(184 135 37 / .20),transparent 28%),linear-gradient(135deg,#07101d,#0d1624 56%,#09111d);color:#fff}.eyv3-purpose-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.eyv3-purpose-grid article{padding:34px;border:1px solid rgb(244 208 111 / .18);border-radius:28px;background:linear-gradient(145deg,rgb(255 255 255 / .12),rgb(255 255 255 / .055));box-shadow:0 28px 76px rgb(0 0 0 / .22)}.eyv3-purpose-grid span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#b88725,#f4d06f);color:#111827;font-weight:900}.eyv3-purpose-grid h2{margin:26px 0 14px;color:#fff;font-size:36px}.eyv3-purpose-grid p{margin:0;color:rgb(255 255 255 / .76);font-size:18px;line-height:1.75}.eyv3-about-why-grid{display:grid;grid-template-columns:minmax(420px,.8fr) minmax(540px,1.2fr);gap:64px;align-items:start}.eyv3-about-why h2{margin:22px 0 16px;font-size:clamp(36px,4vw,64px);line-height:1;color:#0b1220}.eyv3-about-why p{margin:0;color:#4b5870;font-size:18px;line-height:1.75}.eyv3-about-why ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.eyv3-about-why li{position:relative;min-height:90px;padding:20px 18px 18px 42px;border:1px solid rgb(220 229 238 / .88);border-radius:18px;background:#fff;color:#172033;font-weight:900;line-height:1.35;box-shadow:0 18px 44px rgb(15 23 42 / .06)}.eyv3-about-why li::before{content:"";position:absolute;left:18px;top:24px;width:10px;height:10px;border-radius:999px;background:#b88725;box-shadow:0 0 0 5px rgb(244 208 111 / .18)}.eyv3-about-final{padding:clamp(76px,7vw,112px) 0;text-align:center;background:linear-gradient(180deg,#fff,#fff8e8)}.eyv3-about-final .eyv3-container{max-width:1000px}.eyv3-about-final h2{margin:22px auto 16px;color:#0b1220;font-size:clamp(38px,4.6vw,72px);line-height:1}.eyv3-about-final p{max-width:720px;margin:0 auto 28px;color:#4b5870;font-size:19px;line-height:1.7}@media (max-width:1180px){.eyv3-about-hero-grid,.eyv3-about-intro-grid,.eyv3-about-why-grid{grid-template-columns:1fr}.eyv3-about-intro article{position:relative;top:auto}.eyv3-about-service-grid,.eyv3-about-why ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.eyv3-about-hero{min-height:0;padding:112px 0 58px}.eyv3-about-copy h1{font-size:44px;line-height:1}.eyv3-about-copy p{font-size:18px}.eyv3-about-panel{padding:12px;border-radius:24px}.eyv3-about-panel img{height:260px;border-radius:18px}.eyv3-about-panel-card{position:relative;left:auto;right:auto;bottom:auto;grid-template-columns:1fr;margin-top:12px}.eyv3-about-intro,.eyv3-about-services,.eyv3-about-why{padding:62px 0}.eyv3-about-intro article,.eyv3-about-text{padding:24px}.eyv3-about-service-grid,.eyv3-purpose-grid,.eyv3-about-why ul{grid-template-columns:1fr}.eyv3-about-service-grid article{min-height:0}.eyv3-about-why li{min-height:0}.eyv3-about-actions{display:grid}}.eyv3-home :is(#cozumler,#urunler,#surec,#ai-video,#iletisim)>.eyv3-container{width:min(1420px,calc(100% - 120px))}@media (max-width:1180px){.eyv3-home :is(#cozumler,#urunler,#surec,#ai-video,#iletisim)>.eyv3-container{width:min(100% - 44px,1180px)}}@media (max-width:760px){.eyv3-home :is(#cozumler,#urunler,#surec,#ai-video,#iletisim)>.eyv3-container{width:min(100% - 28px,1180px)}}.eyv3-header-inner{grid-template-columns:310px minmax(520px,1fr) 210px}.eyv3-logo{min-height:70px;padding:8px 18px}.eyv3-logo img{width:clamp(190px,12vw,230px);max-width:none;max-height:none}.eyv3-header-cta{width:190px}@media (max-width:1180px){.eyv3-header-inner{grid-template-columns:240px minmax(0,1fr) 138px}.eyv3-logo img{width:178px}.eyv3-header-cta{width:132px}}@media (max-width:760px){.eyv3-header-inner{grid-template-columns:1fr 46px}.eyv3-logo{min-height:54px;padding:6px 12px}.eyv3-logo img{width:160px}}.eyv3-header-inner{grid-template-columns:300px minmax(560px,1fr) 180px;gap:18px;background:linear-gradient(90deg,rgb(255 255 255 / .62),rgb(255 255 255 / .44))}.eyv3-logo{width:auto;min-height:62px;padding:0 12px;border-radius:0;background:#fff0;box-shadow:none}.eyv3-logo img{width:clamp(210px,13vw,245px);filter:drop-shadow(0 10px 16px rgb(15 23 42 / .12))}.eyv3-nav ul,.eyv3-nav .main-menu{background:rgb(255 255 255 / .36);border-color:rgb(255 255 255 / .28)}.eyv3-header-cta{width:170px}@media (max-width:1180px){.eyv3-header-inner{grid-template-columns:220px minmax(0,1fr) 132px;gap:12px}.eyv3-logo img{width:185px}}@media (max-width:760px){.eyv3-logo{min-height:54px;padding:0 8px}.eyv3-logo img{width:164px}}.eyv3-contact-page{overflow:hidden;background:linear-gradient(180deg,#f8fbff 0%,#fff 34%,#f6f9fc 100%);color:var(--eyv3-ink)}.eyv3-contact-hero{position:relative;padding:150px 0 96px;background:radial-gradient(circle at 16% 18%,rgb(244 208 111 / .24),transparent 28%),radial-gradient(circle at 82% 12%,rgb(37 99 235 / .12),transparent 26%),linear-gradient(135deg,#fff,#f7fbff 56%,#eef3f8)}.eyv3-contact-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgb(184 135 37 / .045) 1px,transparent 1px),linear-gradient(90deg,rgb(184 135 37 / .045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,transparent,#000 16%,#000 84%,transparent);pointer-events:none}.eyv3-contact-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(440px,.88fr) minmax(520px,1.12fr);gap:74px;align-items:center}.eyv3-contact-hero h1{max-width:760px;margin:22px 0 22px;font-size:clamp(52px,5.6vw,88px);line-height:.94;color:#0b1220}.eyv3-contact-hero p{max-width:680px;margin:0;color:#4b5870;font-size:21px;line-height:1.72}.eyv3-contact-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.eyv3-contact-pills span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border:1px solid rgb(184 135 37 / .22);border-radius:999px;background:#fff7df;color:#8a6419;font-size:13px;font-weight:900}.eyv3-contact-card{position:relative;padding:30px;border:1px solid rgb(184 135 37 / .22);border-radius:30px;background:linear-gradient(145deg,rgb(255 255 255 / .92),rgb(255 248 232 / .62));box-shadow:0 34px 90px rgb(15 23 42 / .14)}.eyv3-contact-card::before{content:"";position:absolute;inset:18px;border:1px solid rgb(184 135 37 / .10);border-radius:22px;pointer-events:none}.eyv3-contact-card h2{position:relative;margin:0 0 10px;color:#0b1220;font-size:34px}.eyv3-contact-card p{position:relative;margin:0 0 20px;color:#536078;font-size:16px}.eyv3-contact-form{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:12px}.eyv3-contact-form input,.eyv3-contact-form select,.eyv3-contact-form textarea{width:100%;box-sizing:border-box;border:1px solid rgb(203 213 225 / .95);border-radius:14px;background:#fff;color:#111827;font:inherit;padding:15px 16px}.eyv3-contact-form select,.eyv3-contact-form textarea{grid-column:1/-1}.eyv3-contact-form textarea{min-height:138px;resize:vertical}.eyv3-contact-form button{grid-column:1/-1}.eyv3-contact-help,.eyv3-contact-info,.eyv3-contact-hours{padding:clamp(72px,7vw,112px) 0}.eyv3-contact-head{max-width:920px}.eyv3-contact-head h2{font-size:clamp(36px,4vw,64px)}.eyv3-contact-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.eyv3-contact-help-grid article{display:flex;align-items:center;gap:16px;min-height:104px;padding:22px;border:1px solid rgb(220 229 238 / .88);border-radius:22px;background:radial-gradient(circle at 100% 0%,rgb(244 208 111 / .14),transparent 34%),#fff;box-shadow:0 18px 46px rgb(15 23 42 / .06)}.eyv3-contact-help-grid i{display:inline-flex;align-items:center;justify-content:center;flex:0 0 52px;width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#111827,#0f172a);color:#f4d06f;font-size:20px}.eyv3-contact-help-grid span{color:#172033;font-weight:900;line-height:1.3}.eyv3-contact-info{background:linear-gradient(135deg,#07101d,#0d1624 56%,#09111d);color:#fff}.eyv3-contact-info-grid{display:grid;grid-template-columns:minmax(440px,.9fr) minmax(520px,1.1fr);gap:64px;align-items:start}.eyv3-contact-reasons h2{margin:22px 0 18px;color:#fff;font-size:clamp(36px,4vw,62px);line-height:1}.eyv3-contact-reasons ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0 0;padding:0;list-style:none}.eyv3-contact-reasons li{position:relative;min-height:72px;padding:18px 18px 18px 42px;border:1px solid rgb(244 208 111 / .16);border-radius:18px;background:rgb(255 255 255 / .08);color:rgb(255 255 255 / .84);font-weight:800;line-height:1.35}.eyv3-contact-reasons li::before{content:"";position:absolute;left:18px;top:24px;width:10px;height:10px;border-radius:999px;background:#f4d06f}.eyv3-contact-details{display:grid;gap:14px}.eyv3-contact-details article{display:flex;gap:16px;align-items:center;padding:22px;border:1px solid rgb(244 208 111 / .18);border-radius:22px;background:linear-gradient(145deg,rgb(255 255 255 / .12),rgb(255 255 255 / .055));box-shadow:0 24px 64px rgb(0 0 0 / .20)}.eyv3-contact-details i{display:inline-flex;align-items:center;justify-content:center;flex:0 0 54px;width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#b88725,#f4d06f);color:#111827;font-size:20px}.eyv3-contact-details strong{display:block;margin-bottom:4px;color:#fff;font-size:17px}.eyv3-contact-details span,.eyv3-contact-details a{color:rgb(255 255 255 / .76);text-decoration:none}.eyv3-contact-next{padding:26px;border:1px solid rgb(244 208 111 / .22);border-radius:24px;background:radial-gradient(circle at 86% 18%,rgb(244 208 111 / .20),transparent 34%),linear-gradient(145deg,rgb(255 255 255 / .14),rgb(255 255 255 / .065));box-shadow:0 24px 64px rgb(0 0 0 / .20)}.eyv3-contact-next span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid rgb(244 208 111 / .24);border-radius:999px;background:rgb(244 208 111 / .12);color:#f4d06f;font-size:12px;font-weight:900;text-transform:uppercase}.eyv3-contact-next h3{margin:18px 0 18px;color:#fff;font-size:28px;line-height:1.12}.eyv3-contact-next a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;background:linear-gradient(135deg,#b88725,#f4d06f);color:#111827!important;font-weight:900;text-decoration:none}.eyv3-contact-hours{background:linear-gradient(180deg,#fff,#fff8e8)}.eyv3-contact-hours-grid{display:grid;grid-template-columns:minmax(420px,.85fr) minmax(520px,1.15fr);gap:64px;align-items:center}.eyv3-contact-hours h2{margin:22px 0 0;color:#0b1220;font-size:clamp(36px,4vw,62px);line-height:1}.eyv3-hours-list{display:grid;gap:14px}.eyv3-hours-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border:1px solid rgb(184 135 37 / .18);border-radius:20px;background:#fff;box-shadow:0 18px 46px rgb(15 23 42 / .06)}.eyv3-hours-list strong{color:#172033;font-size:18px}.eyv3-hours-list span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#111827;color:#f4d06f;font-weight:900}@media (max-width:1180px){.eyv3-contact-hero-grid,.eyv3-contact-info-grid,.eyv3-contact-hours-grid{grid-template-columns:1fr}.eyv3-contact-help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.eyv3-contact-hero{padding:112px 0 58px}.eyv3-contact-hero h1{font-size:44px;line-height:1}.eyv3-contact-hero p{font-size:18px}.eyv3-contact-card{padding:22px;border-radius:24px}.eyv3-contact-form{grid-template-columns:1fr}.eyv3-contact-help,.eyv3-contact-info,.eyv3-contact-hours{padding:62px 0}.eyv3-contact-help-grid,.eyv3-contact-reasons ul{grid-template-columns:1fr}.eyv3-hours-list article{display:grid}.eyv3-hours-list span{width:fit-content}}.eyv3-about-panel img{height:auto;aspect-ratio:16/9;object-fit:contain;background:#050914}.eyv3-about-panel-card{position:relative;left:auto;right:auto;bottom:auto;margin-top:14px}.eyv3-about-image-fallback{display:none;min-height:260px;align-content:center;justify-items:center;gap:12px;padding:28px;border:1px solid rgb(244 208 111 / .24);border-radius:18px;color:#fff;background:radial-gradient(circle at 70% 20%,rgb(37 99 235 / .34),transparent 34%),linear-gradient(145deg,#050914,#111c31);text-align:center}.eyv3-about-panel.is-missing .eyv3-about-image-fallback{display:grid}.eyv3-about-image-fallback strong{font-size:clamp(27px,5vw,44px);letter-spacing:-.04em}.eyv3-about-image-fallback span{max-width:420px;color:#c9d5ea;font-size:13px;font-weight:800;line-height:1.6}.eyv3-about-intro-grid{grid-template-columns:minmax(460px,.95fr) minmax(560px,1.05fr);align-items:stretch}.eyv3-about-intro article{position:relative;top:auto;display:flex;min-height:100%;flex-direction:column;justify-content:center;padding:44px;background:radial-gradient(circle at 10% 8%,rgb(244 208 111 / .22),transparent 34%),linear-gradient(145deg,#fff,#fbfdff)}.eyv3-about-intro article::after{content:"Strateji + Tasarım + Yazılım";display:inline-flex;width:fit-content;margin-top:28px;min-height:38px;align-items:center;padding:0 14px;border-radius:999px;background:#111827;color:#f4d06f;font-size:13px;font-weight:900}.eyv3-about-text{display:grid;gap:16px;padding:0;border:0;background:#fff0;box-shadow:none}.eyv3-about-text p{position:relative;margin:0!important;padding:24px 24px 24px 70px!important;border:1px solid rgb(220 229 238 / .88)!important;border-radius:22px;background:#fff;box-shadow:0 18px 46px rgb(15 23 42 / .055);font-size:18px;line-height:1.72}.eyv3-about-text p::before{position:absolute;left:22px;top:24px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;background:linear-gradient(135deg,#b88725,#f4d06f);color:#111827;font-size:13px;font-weight:900}.eyv3-about-text p:nth-child(1)::before{content:"01"}.eyv3-about-text p:nth-child(2)::before{content:"02"}.eyv3-about-text p:nth-child(3)::before{content:"03"}.eyv3-contact-info-grid{align-items:stretch}.eyv3-contact-reasons,.eyv3-contact-details{height:100%}.eyv3-contact-reasons ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.eyv3-contact-reasons li{min-height:86px;padding:18px 16px 16px 38px;font-size:15px}.eyv3-contact-details{grid-template-rows:repeat(4,auto) 1fr}.eyv3-contact-next{display:flex;min-height:160px;flex-direction:column;justify-content:center}@media (max-width:1180px){.eyv3-about-intro-grid{grid-template-columns:1fr}.eyv3-contact-reasons ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.eyv3-about-intro article{padding:26px}.eyv3-about-text p{padding:22px 20px 22px 62px!important}.eyv3-about-text p::before{left:18px;top:22px}.eyv3-contact-reasons ul{grid-template-columns:1fr}.eyv3-contact-next{min-height:0}}.eyv3-about-why{background:radial-gradient(circle at 18% 12%,rgb(244 208 111 / .13),transparent 28%),linear-gradient(180deg,#f8fbff,#fff)}.eyv3-about-why-grid{grid-template-columns:minmax(430px,.72fr) minmax(720px,1.28fr);align-items:center}.eyv3-about-why h2{max-width:620px;font-size:clamp(42px,4.7vw,74px)}.eyv3-about-why p{max-width:560px}.eyv3-about-why ul{gap:16px}.eyv3-about-why li{display:flex;min-height:142px;flex-direction:column;justify-content:flex-start;padding:24px 22px 22px 60px;border-color:rgb(184 135 37 / .16);border-radius:22px;background:radial-gradient(circle at 92% 0%,rgb(244 208 111 / .16),transparent 36%),linear-gradient(145deg,#fff,#fbfdff);box-shadow:0 24px 62px rgb(15 23 42 / .075)}.eyv3-about-why li::before{left:24px;top:28px;width:14px;height:14px;background:#b88725;box-shadow:0 0 0 7px rgb(244 208 111 / .18)}.eyv3-about-why li strong{display:block;color:#0b1220;font-size:17px;line-height:1.22}.eyv3-about-why li span{display:block;margin-top:10px;color:#5b667a;font-size:14px;font-weight:700;line-height:1.45}@media (max-width:1180px){.eyv3-about-why-grid{grid-template-columns:1fr}.eyv3-about-why h2{max-width:900px}.eyv3-about-why ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.eyv3-about-why ul{grid-template-columns:1fr}.eyv3-about-why li{min-height:0;padding:22px 20px 22px 56px}}.eyv3-products-page{overflow:hidden;background:linear-gradient(180deg,#f8fbff 0%,#fff 38%,#f5f8fb 100%);color:var(--eyv3-ink)}.eyv3-products-hero{padding:150px 0 72px;background:radial-gradient(circle at 18% 22%,rgb(244 208 111 / .20),transparent 28%),linear-gradient(135deg,#fff,#f7fbff 62%,#eef3f8)}.eyv3-products-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;align-items:end}.eyv3-products-hero h1{max-width:980px;margin:20px 0 18px;color:#07111f;font-size:clamp(44px,5vw,78px);line-height:.98}.eyv3-products-hero p{max-width:740px;margin:0;color:#4b5870;font-size:20px;line-height:1.7}.eyv3-products-hero aside{display:grid;gap:10px;padding:28px;border:1px solid rgb(184 135 37 / .18);border-radius:26px;background:linear-gradient(145deg,#111827,#0f172a);box-shadow:0 28px 70px rgb(15 23 42 / .14);color:#fff}.eyv3-products-hero aside strong{color:#f4d06f;font-size:56px;line-height:1}.eyv3-products-hero aside span{color:rgb(255 255 255 / .76);font-weight:900;line-height:1.35}.eyv3-products-list{padding:clamp(64px,6vw,96px) 0}.eyv3-products-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.eyv3-products-page-card{position:relative;display:flex;min-height:640px;flex-direction:column;overflow:hidden;padding:16px;border:1px solid rgb(244 208 111 / .22);border-radius:24px;background:radial-gradient(circle at 80% 0%,rgb(244 208 111 / .12),transparent 32%),linear-gradient(180deg,#111827,#0f172a);box-shadow:0 30px 82px rgb(15 23 42 / .16);color:#fff;transition:transform .24s ease,box-shadow .24s ease}.eyv3-products-page-card:hover{transform:translateY(-5px);box-shadow:0 36px 94px rgb(15 23 42 / .22)}.eyv3-products-page-card::before{content:"";position:absolute;inset:16px;border:1px solid rgb(244 208 111 / .12);border-radius:18px;pointer-events:none}.eyv3-products-page-media{position:relative;z-index:1;display:block;height:250px;overflow:hidden;padding:12px;border:1px solid rgb(244 208 111 / .30);border-radius:22px;background:linear-gradient(135deg,#050914,#111827);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .06),0 18px 40px rgb(0 0 0 / .22)}.eyv3-products-page-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border:1px solid rgb(244 208 111 / .22);border-radius:16px;background:#fff;box-shadow:0 12px 28px rgb(0 0 0 / .28)}.eyv3-product-card-rotakurs .eyv3-products-page-media{padding:0;background:#eef1f8}.eyv3-product-card-rotakurs .eyv3-products-page-media img{object-fit:contain;object-position:center;transform:scale(1.15)}.eyv3-product-card-apex .eyv3-products-page-media{background:#050914}.eyv3-product-card-apex .eyv3-products-page-media img{object-fit:contain;object-position:center;background:#050914}.eyv3-products-page-card>div{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;padding:26px 12px 8px}.eyv3-products-page-card span{align-self:flex-start;display:inline-flex;align-items:center;min-height:34px;margin-bottom:12px;padding:0 13px;border:1px solid rgb(244 208 111 / .28);border-radius:999px;background:#fff7df;color:#8a6419;font-size:12px;font-weight:900;text-transform:uppercase}.eyv3-products-page-card h2{margin:12px 0;color:#fff;font-size:28px;line-height:1.1}.eyv3-products-page-card p{margin:0;color:rgb(255 255 255 / .76);font-size:16px;line-height:1.65}.eyv3-products-page-card .eyv3-premium-tags{display:grid!important;gap:8px;margin-top:20px}.eyv3-products-page-card .eyv3-premium-tags em{min-height:30px;border:1px solid rgb(244 208 111 / .26);border-radius:999px;background:rgb(244 208 111 / .12);color:#f4d06f}.eyv3-products-page-card .eyv3-text-link{margin-top:auto;color:#f4d06f}.eyv3-product-price{display:block;margin:18px 0 0;color:#f4d06f;font-size:18px}@media (max-width:1180px){.eyv3-products-hero-grid{grid-template-columns:1fr}.eyv3-products-hero aside{max-width:420px}.eyv3-products-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.eyv3-products-hero{padding:112px 0 54px}.eyv3-products-hero h1{font-size:42px}.eyv3-products-hero p{font-size:18px}.eyv3-products-page-grid{grid-template-columns:1fr}.eyv3-products-page-card{min-height:0}.eyv3-products-page-media{height:240px}}@media (max-width:760px){.eyv3-home .eyv3-hero{min-height:640px;background-size:auto 560px;background-position:58% 86px;background-color:#f8fafc}.eyv3-home .eyv3-hero::before{content:"";display:block;position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,rgb(255 255 255 / .80) 0%,rgb(255 255 255 / .28) 26%,rgb(255 255 255 / .06) 58%,rgb(255 255 255 / .72) 100%);pointer-events:none}.eyv3-home .eyv3-hero-grid{min-height:640px}}@media (max-width:430px){.eyv3-home .eyv3-hero{min-height:610px;background-size:auto 520px;background-position:58% 88px}.eyv3-home .eyv3-hero-grid{min-height:610px}}.eyv3-header{padding:18px 0 0;background:transparent!important;border-bottom:0!important;box-shadow:none!important}.eyv3-header::before{display:none!important}.eyv3-header .eyv3-container{width:min(1740px,calc(100% - 56px))}.eyv3-header-inner{min-height:88px;padding:10px 18px;border:1px solid rgb(255 255 255 / .42);border-radius:28px;background:linear-gradient(90deg,rgb(255 255 255 / .30),rgb(255 255 255 / .16))!important;box-shadow:0 22px 70px rgb(15 23 42 / .06),inset 0 1px 0 rgb(255 255 255 / .34);backdrop-filter:blur(14px)}.eyv3-logo{background:transparent!important;box-shadow:none!important}.eyv3-logo img{filter:drop-shadow(0 9px 14px rgb(15 23 42 / .16))}.eyv3-nav ul,.eyv3-nav .main-menu{border-color:rgb(255 255 255 / .22)!important;background:rgb(255 255 255 / .14)!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .20)}.eyv3-nav a{color:#111827}.eyv3-nav a:hover{background:rgb(255 255 255 / .36);color:#8a6419}.eyv3-header-cta{background:linear-gradient(135deg,#bd8b27,#f3c958)!important;color:#101827!important;box-shadow:0 18px 44px rgb(184 135 37 / .20)}@media (max-width:1180px){.eyv3-header .eyv3-container{width:min(100% - 34px,1180px)}.eyv3-header-inner{min-height:78px;border-radius:24px}}@media (max-width:760px){.eyv3-header{padding:10px 0 0}.eyv3-header .eyv3-container{width:min(100% - 20px,1180px)}.eyv3-header-inner{min-height:68px;padding:8px 10px;border-radius:20px;background:linear-gradient(90deg,rgb(255 255 255 / .62),rgb(255 255 255 / .42))!important}.eyv3-menu-toggle{background:rgb(255 255 255 / .58);border-color:rgb(255 255 255 / .55)}body.eyv3-menu-open .eyv3-nav ul,body.eyv3-menu-open .eyv3-nav .main-menu{margin-top:10px;border-radius:18px;background:rgb(255 255 255 / .84)!important}}.eyv3-products-page-grid{align-items:stretch}.eyv3-products-page-card{min-height:0!important;height:555px;padding:14px;border-radius:22px}.eyv3-products-page-card::before{inset:14px;border-radius:17px}.eyv3-products-page-media{height:188px!important;padding:10px;border-radius:19px}.eyv3-products-page-media img{border-radius:14px}.eyv3-products-page-card>div{position:relative;min-height:0;padding:18px 10px 54px}.eyv3-products-page-card span{min-height:30px;margin-bottom:10px;padding:0 11px;font-size:11px}.eyv3-products-page-card h2{display:-webkit-box;min-height:80px;margin:8px 0 10px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:22px;line-height:1.16}.eyv3-products-page-card p{display:-webkit-box;min-height:88px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;font-size:13.5px;line-height:1.44}.eyv3-products-page-card .eyv3-premium-tags{display:flex!important;flex-wrap:wrap;gap:7px;margin-top:16px}.eyv3-products-page-card .eyv3-premium-tags em{min-height:28px;padding:0 10px;font-size:11px}.eyv3-product-price{display:flex!important;flex-wrap:nowrap;gap:6px;align-items:center;margin:13px 0 0;color:#f4d06f;font-size:11px}.eyv3-product-price :is(.amount,del,ins){display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:26px;padding:0 8px;border:1px solid rgb(244 208 111 / .20);border-radius:999px;background:#fff7df;color:#8a6419;text-decoration:none;white-space:nowrap}.eyv3-product-price del{opacity:.72}.eyv3-product-price ins{flex:1 1 auto}.eyv3-product-price del .amount{border:0;padding:0;background:#fff0}.eyv3-products-page-card .eyv3-text-link{position:absolute;left:10px;right:10px;bottom:4px;display:flex;align-items:center;justify-content:center;min-height:34px;margin-top:0;padding:0 12px;border:1px solid rgb(244 208 111 / .28);border-radius:999px;background:rgb(244 208 111 / .12);color:#f4d06f;font-size:12px;font-weight:900;text-decoration:none}@media (max-width:1180px){.eyv3-products-page-card{height:535px}}@media (max-width:760px){.eyv3-products-page-card{height:auto;min-height:0!important}.eyv3-products-page-media{height:220px!important}.eyv3-products-page-card h2,.eyv3-products-page-card p{min-height:0}}.eyv3-products-page-card>div{padding-bottom:42px!important}.eyv3-product-price{gap:5px!important;margin-top:10px!important;font-size:10px!important;line-height:1!important}.eyv3-product-price :is(.amount,del,ins){min-height:22px!important;padding:0 7px!important;border-radius:8px!important;box-shadow:none!important}.eyv3-product-price del .amount{min-height:0!important;padding:0!important}.eyv3-products-page-card .eyv3-text-link{left:14px!important;right:14px!important;bottom:10px!important;min-height:24px!important;padding:0 8px!important;border-radius:9px!important;background:rgb(244 208 111 / .08)!important;font-size:10.5px!important;line-height:1!important;letter-spacing:0!important}.eyv3-products-page-card>div{padding-bottom:58px!important}.eyv3-product-price{position:absolute!important;left:10px!important;right:10px!important;bottom:35px!important;display:flex!important;flex-wrap:nowrap!important;gap:5px!important;align-items:center!important;margin:0!important;overflow:hidden!important}.eyv3-product-price>del,.eyv3-product-price>ins,.eyv3-product-price>.amount{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;height:19px!important;min-height:19px!important;padding:0 7px!important;border:1px solid rgb(244 208 111 / .18)!important;border-radius:6px!important;background:rgb(255 247 223 / .92)!important;color:#8a6419!important;box-shadow:none!important;font-size:9.5px!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important}.eyv3-product-price>del{flex:0 1 45%;opacity:.62!important}.eyv3-product-price>ins{flex:1 1 55%}.eyv3-product-price .amount,.eyv3-product-price bdi,.eyv3-product-price .woocommerce-Price-currencySymbol{display:inline!important;min-height:0!important;height:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font-size:inherit!important;line-height:1!important}.eyv3-products-page-card .eyv3-text-link{bottom:10px!important;min-height:18px!important;height:18px!important;padding:0 6px!important;border-radius:6px!important;font-size:9.5px!important}.eyv3-product-price>del,.eyv3-product-price>ins,.eyv3-product-price>.amount{height:22px!important;min-height:22px!important;padding:0 8px!important;align-items:center!important;justify-content:center!important;line-height:22px!important}.eyv3-product-price .amount,.eyv3-product-price bdi{display:inline-flex!important;height:100%!important;align-items:center!important;justify-content:center!important;line-height:1!important;vertical-align:middle!important}.eyv3-product-price .woocommerce-Price-currencySymbol{display:inline-flex!important;height:100%!important;align-items:center!important;margin-right:2px!important;line-height:1!important}.eyv3-products-page-card .eyv3-text-link{bottom:8px!important;height:20px!important;min-height:20px!important;line-height:20px!important}body.single-product .eyv3-header{position:sticky!important;top:0!important}@media (max-width:760px){.eyv3-home .eyv3-hero{min-height:clamp(288px,calc(50vw + 88px),468px)!important;background-size:100% auto!important;background-position:center 88px!important;background-color:#f8fafc!important}.eyv3-home .eyv3-hero-grid{min-height:clamp(288px,calc(50vw + 88px),468px)!important}.eyv3-home .eyv3-hero::before{background:linear-gradient(180deg,rgb(255 255 255 / .56) 0%,rgb(255 255 255 / .08) 46%,rgb(255 255 255 / .18) 100%)!important}}@media (max-width:430px){.eyv3-home .eyv3-hero{min-height:300px!important;background-size:100% auto!important;background-position:center 86px!important}.eyv3-home .eyv3-hero-grid{min-height:300px!important}}.eyv3-product-card-zk .eyv3-products-page-media{background:linear-gradient(135deg,#f6efe4,#fffaf3)!important}.eyv3-product-card-zk .eyv3-products-page-media img{object-fit:contain!important;object-position:center!important;background:#f7f0e6!important}#urunler .eyv3-product-card-dark>a{display:flex!important;align-items:center!important;justify-content:center!important;background:#050914!important}#urunler .eyv3-product-card-dark img{object-fit:contain!important;object-position:center!important;background:#050914!important}@media (max-width:760px){.eyv3-product-card-zk .eyv3-products-page-media{height:260px!important}#urunler .eyv3-product-card-dark>a{height:auto!important;min-height:190px!important}#urunler .eyv3-product-card-dark img{height:auto!important;aspect-ratio:auto!important}}.eyv3-products-page-media{display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(145deg,#091221,#111c31)!important}.eyv3-products-page-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:transparent!important}.eyv3-product-card-rotakurs .eyv3-products-page-media{background:#f4f2ff!important}.eyv3-product-card-apex .eyv3-products-page-media{background:#0d1729!important}.ey-logo-work-media,.ey-logo-hero-card{position:relative}.ey-logo-work-media.is-missing,.ey-logo-hero-card.is-missing{display:grid;place-items:center}.ey-logo-work-media.is-missing::before,.ey-logo-hero-card.is-missing::after{content:attr(data-logo);position:relative;z-index:2;display:inline-flex;max-width:80%;align-items:center;justify-content:center;padding:15px 20px;border:1px solid rgb(103 232 249 / .3);border-radius:14px;color:#fff;background:linear-gradient(135deg,rgb(37 99 235 / .28),rgb(8 145 178 / .2));font-size:clamp(18px,3vw,28px);font-weight:900;letter-spacing:.04em;text-align:center}.ey-logo-work[data-tone="light"] .ey-logo-work-media.is-missing::before{border-color:rgb(29 78 216 / .22);color:#10203a;background:linear-gradient(135deg,#eef4ff,#f4fbff)}.ey-logo-gallery-section{background:radial-gradient(circle at 12% 8%,rgb(37 99 235 / .10),transparent 28%),radial-gradient(circle at 88% 72%,rgb(6 182 212 / .08),transparent 28%),linear-gradient(180deg,#f8fbff,#f2f7fc)!important}.ey-logo-gallery{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important;align-items:stretch}.ey-logo-gallery .ey-logo-work,.ey-logo-gallery .ey-logo-work.wide{position:relative;grid-column:auto!important;display:flex;min-width:0;flex-direction:column;padding:10px;overflow:hidden;border:1px solid rgb(148 163 184 / .24);border-radius:28px;background:rgb(255 255 255 / .92);box-shadow:0 22px 58px rgb(15 23 42 / .09),inset 0 1px 0 #fff}.ey-logo-gallery .ey-logo-work::before{content:"";position:absolute;left:24px;right:24px;top:0;z-index:2;height:3px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,#2563eb,#06b6d4);opacity:.72}.ey-logo-gallery .ey-logo-work:hover{transform:translateY(-7px);border-color:rgb(37 99 235 / .28);box-shadow:0 32px 78px rgb(15 23 42 / .15),0 12px 34px rgb(37 99 235 / .08)}.ey-logo-gallery .ey-logo-work-media,.ey-logo-gallery .ey-logo-work.wide .ey-logo-work-media{position:relative;display:flex;height:300px;align-items:center;justify-content:center;padding:28px;overflow:hidden;border:1px solid rgb(148 163 184 / .16);border-radius:20px;background:#f8fafc}.ey-logo-gallery .ey-logo-work-media::after{content:"";position:absolute;inset:12px;border:1px solid rgb(255 255 255 / .12);border-radius:14px;pointer-events:none}.ey-logo-gallery .ey-logo-work-media img{position:relative;z-index:1;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;transform:none;transition:transform .35s ease,filter .35s ease}.ey-logo-gallery .ey-logo-work:hover .ey-logo-work-media img{transform:scale(1.035)}.ey-logo-gallery .ey-logo-work-meta{flex:1;padding:20px 12px 14px}.ey-logo-gallery .ey-logo-work-meta h3{font-size:21px;letter-spacing:-.02em}.ey-logo-gallery .ey-logo-work-arrow{border-color:#cfe0f5;color:#1d4ed8!important;background:linear-gradient(145deg,#fff,#eff6ff);box-shadow:0 8px 18px rgb(37 99 235 / .08)}.ey-logo-gallery .brand-enes .ey-logo-work-media,.ey-logo-gallery .brand-salkim .ey-logo-work-media,.ey-logo-gallery .brand-northline .ey-logo-work-media,.ey-logo-gallery .brand-knc .ey-logo-work-media{background:radial-gradient(circle at 50% 20%,#182131,#050608 68%)}.ey-logo-gallery .brand-nexus .ey-logo-work-media{background:radial-gradient(circle at 50% 30%,#111d2c,#03060b 72%)}.ey-logo-gallery .brand-leo .ey-logo-work-media{background:radial-gradient(circle at 50% 20%,#173050,#06152b 72%)}.ey-logo-gallery .brand-ruya .ey-logo-work-media{background:radial-gradient(circle at 50% 28%,#fff,#f9eee0 70%,#f0dfcc)}.ey-logo-gallery .brand-ruya .ey-logo-work-media img{width:auto;height:86%;border:1px solid rgb(190 148 84 / .18);border-radius:14px;background:#fff9f0;box-shadow:0 20px 44px rgb(139 96 50 / .14)}.ey-logo-gallery .brand-zk .ey-logo-work-media{background:linear-gradient(145deg,#fffaf2,#f5e9d8)}.ey-logo-gallery .brand-zk .ey-logo-work-media img{width:auto;height:88%;filter:drop-shadow(0 14px 24px rgb(142 99 45 / .12))}.ey-logo-gallery .brand-nimet .ey-logo-work-media{background:radial-gradient(circle at 50% 34%,#fff 0%,#effcf3 58%,#d9f2e1 100%)}.ey-logo-gallery .brand-nimet .ey-logo-work-media img{width:auto;height:84%;padding:10px;border-radius:18px;background:rgb(255 255 255 / .62);filter:drop-shadow(0 16px 26px rgb(20 83 45 / .14))}.ey-logo-gallery .brand-enes .ey-logo-work-media img,.ey-logo-gallery .brand-salkim .ey-logo-work-media img{max-width:94%}@media (max-width:980px){.ey-logo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.ey-logo-gallery{grid-template-columns:1fr!important;gap:20px!important}.ey-logo-gallery .ey-logo-work-media,.ey-logo-gallery .ey-logo-work.wide .ey-logo-work-media{height:270px;padding:22px}}