:root{
  --bg:#fff8f1;
  --bg-soft:#fff1e6;
  --surface:#ffffff;
  --surface-2:#fffaf6;
  --text:#1d1512;
  --muted:#74645d;
  --line:rgba(47,29,22,.12);
  --brand:#ff996c;
  --brand-2:#ffbf8f;
  --brand-3:#f06f45;
  --dark:#19110f;
  --dark-2:#2a1813;
  --success:#0b8b61;
  --error:#b42318;
  --shadow:0 24px 80px rgba(68,38,26,.12);
  --shadow-soft:0 18px 50px rgba(68,38,26,.09);
  --radius:28px;
  --radius-sm:18px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fffaf5 0%,#fff8f1 45%,#fff 100%);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
p{margin:0 0 1rem;color:var(--muted)}
h1,h2,h3,h4{font-family:"Plus Jakarta Sans",Inter,sans-serif;line-height:1.05;margin:0 0 1rem;color:var(--text);letter-spacing:-.045em}
h1{font-size:clamp(2.8rem,7vw,6.8rem);font-weight:900}
h2{font-size:clamp(2rem,4.2vw,4.4rem);font-weight:850}
h3{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}
ul,ol{margin:0 0 1.5rem;padding-left:1.2rem;color:var(--muted)}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}.narrow{width:min(850px,calc(100% - 40px))}.center{text-align:center}.section-pad{padding:clamp(72px,9vw,132px) 0}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:24px;top:24px;width:auto;height:auto;z-index:9999;background:var(--dark);color:#fff;padding:12px 18px;border-radius:12px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,250,246,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(47,29,22,.08);transition:box-shadow .25s ease,background .25s ease}.site-header.is-scrolled{background:rgba(255,255,255,.92);box-shadow:0 10px 40px rgba(40,20,10,.08)}.nav-wrap{display:flex;align-items:center;gap:24px;min-height:84px}.brand{display:inline-flex;align-items:center;flex:0 0 auto}.brand img,.custom-logo{width:92px;height:92px;object-fit:contain}.main-nav{margin-left:auto}.menu,.footer-menu{list-style:none;margin:0;padding:0}.menu{display:flex;align-items:center;gap:8px}.menu a{display:block;padding:10px 14px;border-radius:999px;font-size:.95rem;font-weight:700;color:#3b2b24;transition:.22s ease}.menu a:hover,.menu .current-menu-item>a{background:#fff0e4;color:#c64e28}.nav-actions{display:flex;align-items:center;gap:12px}.phone-link{font-size:.9rem;font-weight:800;color:#2b1b16;white-space:nowrap}.menu-toggle{display:none;border:0;background:#fff;border-radius:14px;width:46px;height:46px;box-shadow:0 8px 20px rgba(47,29,22,.08);padding:12px}.menu-toggle span{display:block;height:2px;background:#251814;border-radius:99px;margin:5px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 22px;border-radius:999px;border:1px solid transparent;font-weight:850;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border .2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-3));color:#fff;box-shadow:0 16px 34px rgba(240,111,69,.28)}.btn-primary:hover{box-shadow:0 20px 44px rgba(240,111,69,.35)}.btn-ghost{background:#fff;border-color:var(--line);color:var(--text);box-shadow:var(--shadow-soft)}.btn-light{background:#fff;color:var(--dark)}.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.45)}.btn-small{min-height:42px;padding:10px 16px;font-size:.9rem}.btn.full{width:100%}.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:850;color:#d85e35}.text-link:after{content:"→";transition:transform .2s ease}.text-link:hover:after{transform:translateX(4px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:#d85e35;font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem}.eyebrow:before{content:"";width:28px;height:2px;background:linear-gradient(90deg,var(--brand),var(--brand-3));border-radius:99px}.hero{position:relative;overflow:hidden;padding-top:clamp(60px,8vw,120px);background:radial-gradient(circle at 20% 20%,rgba(255,174,118,.3),transparent 32%),radial-gradient(circle at 85% 18%,rgba(255,207,174,.55),transparent 30%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(47,29,22,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(47,29,22,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 72%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr);gap:56px;align-items:center}.hero-copy p{font-size:clamp(1rem,1.45vw,1.25rem);max-width:710px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.trust-row span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.72);border:1px solid var(--line);padding:10px 14px;border-radius:999px;font-size:.9rem;font-weight:800;color:#5b463e}.trust-row span:before{content:"✓";color:#d85e35;font-weight:900}.hero-visual{position:relative;min-height:560px}.orbit{position:absolute;inset:40px 0 0 30px;border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.58),transparent 44%),conic-gradient(from 140deg,#ff996c,#ffd7b7,#fff5eb,#f06f45,#ff996c);filter:drop-shadow(0 38px 80px rgba(240,111,69,.22));animation:float 6s ease-in-out infinite}.hero-card{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.58);background:rgba(255,255,255,.72);backdrop-filter:blur(20px);box-shadow:0 24px 80px rgba(47,29,22,.16);border-radius:30px}.hero-card.main{left:10%;right:10%;top:22%;padding:34px}.hero-card.main strong{display:block;font-size:1.35rem;margin-bottom:24px}.hero-card.main small{display:block;color:#5f5049;font-weight:700;margin-top:20px}.hero-card.small{width:148px;height:116px;display:grid;place-items:center;text-align:center;font-weight:950;font-size:1.45rem;line-height:1.1;color:#2b1b16}.hero-card.small span{display:block;font-size:.78rem;color:#7b645a;margin-top:4px}.hero-card.one{right:2%;top:12%}.hero-card.two{left:0;bottom:12%}.pulse{display:inline-block;width:12px;height:12px;background:var(--success);border-radius:50%;box-shadow:0 0 0 8px rgba(11,139,97,.12);margin-right:8px}.mini-chart{display:flex;align-items:flex-end;gap:12px;height:150px;background:linear-gradient(180deg,#fff8f1,#fff);border:1px solid var(--line);border-radius:22px;padding:20px}.mini-chart i{display:block;flex:1;border-radius:14px 14px 6px 6px;background:linear-gradient(180deg,var(--brand),var(--brand-3));box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}.mini-chart i:nth-child(1){height:38%}.mini-chart i:nth-child(2){height:54%}.mini-chart i:nth-child(3){height:42%}.mini-chart i:nth-child(4){height:72%}.mini-chart i:nth-child(5){height:90%}.logo-strip{position:relative;background:#1c120f;color:#fff;padding:18px 0;overflow:hidden}.strip-inner{display:flex;gap:28px;justify-content:space-between;align-items:center;white-space:nowrap}.strip-inner span{font-weight:900;color:rgba(255,255,255,.82);font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.section-head{max-width:820px;margin-bottom:46px}.section-head p{font-size:1.06rem}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.service-grid.large{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{position:relative;background:rgba(255,255,255,.84);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-soft);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(240,111,69,.28)}.service-image{display:block;position:relative;overflow:hidden;border-radius:22px;margin-bottom:22px;background:#fff1e6}.service-image img{width:100%;aspect-ratio:1.45/1;object-fit:cover;transition:transform .35s ease}.service-card:hover .service-image img{transform:scale(1.04)}.icon-wrap{position:absolute;top:30px;left:30px;width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.82);box-shadow:0 16px 40px rgba(47,29,22,.13);backdrop-filter:blur(10px)}.icon-wrap svg{width:27px;height:27px;fill:none;stroke:#d85e35;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card h2,.service-card h3{font-size:1.16rem;margin-bottom:10px}.service-card p{font-size:.95rem}.split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:start}.why-section{background:linear-gradient(180deg,#fff,#fff6ed)}.why-list{display:grid;gap:18px}.why-list div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow-soft)}.why-list strong{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#fff0e4;color:#d85e35;margin-bottom:18px}.process-section{background:#1c120f;color:#fff;position:relative;overflow:hidden}.process-section:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 20%,rgba(255,153,108,.2),transparent 30%),radial-gradient(circle at 80% 75%,rgba(255,191,143,.14),transparent 28%);pointer-events:none}.process-section .container{position:relative}.process-section h2,.process-section h3{color:#fff}.process-section p{color:rgba(255,255,255,.7)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.process-grid div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:26px;padding:28px;min-height:230px}.process-grid span{display:block;font-weight:950;color:#ffbf8f;font-size:2rem;margin-bottom:28px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.portfolio-grid.full{grid-template-columns:repeat(3,minmax(0,1fr))}.portfolio-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}.portfolio-grid img{width:100%;aspect-ratio:1.55/1;object-fit:cover}.portfolio-grid h2,.portfolio-grid h3{font-size:1.2rem;padding:22px 22px 0;margin-bottom:8px}.portfolio-grid p{padding:0 22px 24px}.references-preview .center{margin-top:34px}.testimonial-section{padding-top:0}.testimonial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow-soft)}.testimonial-card span{display:block;color:#f2a21d;letter-spacing:.12em;margin-bottom:18px}.testimonial-card p{font-size:1.25rem;color:#2b1b16;letter-spacing:-.02em}.testimonial-card strong{color:#d85e35}.cta-band{background:linear-gradient(135deg,#20120e,#4a2318 55%,#f06f45);color:#fff;padding:64px 0;overflow:hidden}.cta-band h2{color:#fff;max-width:760px}.cta-band .eyebrow{color:#ffd9c6}.cta-band .eyebrow:before{background:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap}.site-footer{background:#fff;border-top:1px solid var(--line);padding:64px 0 30px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .9fr 1.2fr;gap:38px}.footer-brand img{width:104px;margin-bottom:16px}.site-footer h3{font-size:1rem;margin-bottom:16px}.footer-menu{display:grid;gap:10px}.footer-menu a{color:var(--muted);font-weight:700}.footer-menu a:hover{color:#d85e35}.contact-list{list-style:none;padding:0;margin:0;display:grid;gap:12px;color:var(--muted)}.contact-list a{font-weight:800;color:#3c2a23}.footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);margin-top:46px;padding-top:24px;font-size:.9rem}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:99;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 18px;border-radius:999px;background:#25d366;color:#fff;font-weight:950;box-shadow:0 18px 42px rgba(37,211,102,.35)}.floating-whatsapp:before{content:"";width:10px;height:10px;background:#fff;border-radius:50%;margin-right:10px}.page-hero{position:relative;padding:clamp(70px,10vw,130px) 0;background:radial-gradient(circle at 18% 0%,rgba(255,174,118,.32),transparent 34%),linear-gradient(180deg,#fffaf5,#fff4ea);overflow:hidden}.page-hero:after{content:"";position:absolute;right:-120px;top:-160px;width:420px;height:420px;border-radius:50%;background:conic-gradient(from 120deg,rgba(255,153,108,.55),rgba(255,255,255,.2),rgba(240,111,69,.45));filter:blur(1px);opacity:.65}.page-hero .container{position:relative;z-index:1}.page-hero p{font-size:1.12rem;max-width:760px}.page-hero-grid{display:grid;grid-template-columns:1fr .82fr;gap:50px;align-items:center}.page-hero-grid>img{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff}.breadcrumbs{display:flex;gap:10px;align-items:center;margin-bottom:18px;color:#8a6e62;font-size:.9rem;font-weight:750}.breadcrumbs a{color:#d85e35}.entry-content{font-size:1.05rem}.entry-content h2{font-size:clamp(1.55rem,2.2vw,2.4rem);margin-top:2.2rem}.entry-content h3{margin-top:1.7rem}.entry-content a{color:#d85e35;text-decoration:underline;text-underline-offset:3px}.entry-content img{border-radius:24px}.featured-image{margin-bottom:34px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:46px;align-items:start}.sticky-card{position:sticky;top:112px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-soft)}.service-detail-hero .page-hero-grid>img{aspect-ratio:1.25/1;object-fit:cover}.number-list{list-style:none;padding:0;counter-reset:item;display:grid;gap:16px}.number-list li{counter-increment:item;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 18px 18px 62px;position:relative;color:var(--muted)}.number-list li:before{content:counter(item);position:absolute;left:18px;top:18px;width:30px;height:30px;border-radius:10px;background:#fff0e4;color:#d85e35;display:grid;place-items:center;font-weight:900}.check-list{list-style:none;padding:0;display:grid;gap:8px;margin-top:18px}.check-list li{position:relative;padding-left:26px;color:#67544c;font-weight:700}.check-list li:before{content:"✓";position:absolute;left:0;color:#d85e35;font-weight:950}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}.contact-card,.contact-info>div{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:34px}.hero-contact{padding:30px}.contact-list.big{gap:18px}.contact-list.big li{display:grid;gap:4px}.contact-list.big strong{color:#d85e35}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.contact-form label{display:grid;gap:8px;font-weight:850;color:#3a2922}.contact-form label:nth-child(5){grid-column:1/-1}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fffaf6;padding:14px 16px;font:inherit;color:var(--text);outline:none;transition:border .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(240,111,69,.55);box-shadow:0 0 0 4px rgba(240,111,69,.12)}.contact-form button{grid-column:1/-1}.contact-info{display:grid;gap:22px}.notice{padding:14px 16px;border-radius:16px;font-weight:800;margin-bottom:18px}.notice.success{background:rgba(11,139,97,.1);color:var(--success)}.notice.error{background:rgba(180,35,24,.1);color:var(--error)}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.post-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}.post-card img{aspect-ratio:1.5/1;object-fit:cover;width:100%}.post-card-body{padding:24px}.post-date{display:block;color:#d85e35;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.post-card h2{font-size:1.25rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}@keyframes float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(4deg)}}@media (max-width:1100px){.service-grid,.service-grid.large{grid-template-columns:repeat(2,minmax(0,1fr))}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid,.page-hero-grid,.split-grid,.content-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{min-height:460px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-actions{display:none}.main-nav{margin-left:auto}}@media (max-width:860px){h1{font-size:clamp(2.45rem,12vw,4.6rem)}.nav-wrap{min-height:76px}.brand img,.custom-logo{width:78px;height:78px}.menu-toggle{display:block;margin-left:auto}.main-nav{position:fixed;left:20px;right:20px;top:84px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:14px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s ease}.main-nav.is-open{opacity:1;visibility:visible;transform:none}.menu{display:grid;gap:4px}.menu a{padding:13px 14px}.hero-actions,.cta-inner,.footer-bottom{align-items:flex-start;flex-direction:column}.hero-visual{min-height:390px}.hero-card.main{left:4%;right:4%;top:22%;padding:24px}.hero-card.one{right:0;top:4%}.hero-card.two{left:0;bottom:4%}.strip-inner{justify-content:flex-start;overflow:auto}.portfolio-grid,.portfolio-grid.full,.testimonial-grid,.blog-grid{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr}.contact-form label:nth-child(5){grid-column:auto}.floating-whatsapp{right:14px;bottom:14px}.floating-whatsapp span{font-size:0}.floating-whatsapp{width:56px;padding:0}.floating-whatsapp:before{margin:0;width:18px;height:18px}.service-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section-pad{padding:72px 0}}@media (max-width:560px){.container,.narrow{width:min(100% - 28px,var(--container))}.hero{padding-top:40px}.hero-visual{display:none}.btn{width:100%}.trust-row span{width:100%;justify-content:center}.service-card{border-radius:22px}.page-hero{padding:64px 0}.contact-card,.contact-info>div,.testimonial-card,.why-list div,.sticky-card{padding:24px}.cta-band{padding:48px 0}}

/* Lunera v1.1 - stok görseller, referans logoları ve mobil iyileştirmeler */
.reference-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.reference-logo-grid.preview{grid-template-columns:repeat(6,minmax(0,1fr))}.reference-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.reference-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(240,111,69,.28)}.reference-logo-wrap{display:grid;place-items:center;min-height:230px;padding:26px;background:linear-gradient(180deg,#fff,#fff8f1);position:relative}.reference-logo-wrap:before{content:"";position:absolute;inset:16px;border-radius:26px;border:1px dashed rgba(240,111,69,.18);pointer-events:none}.reference-logo-wrap img{position:relative;z-index:1;width:100%;max-width:240px;max-height:170px;object-fit:contain;mix-blend-mode:multiply}.reference-card-body{padding:24px}.reference-card-body span,.reference-card.compact p{display:block;color:#d85e35;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin-bottom:10px}.reference-card h2,.reference-card h3{font-size:1.15rem;margin:0 0 8px;color:#2b1b16}.reference-card.compact{text-align:center}.reference-card.compact .reference-logo-wrap{min-height:160px;padding:20px}.reference-card.compact .reference-logo-wrap img{max-height:112px;max-width:170px}.reference-card.compact h3{padding:18px 18px 0}.reference-card.compact p{padding:0 18px 20px;margin-bottom:0;color:#806358}.service-image{background:linear-gradient(135deg,#fff4ea,#ffe0c9)}.service-image img,.service-detail-hero .page-hero-grid>img,.about-hero .page-hero-grid>img{image-rendering:auto}.about-hero .page-hero-grid>img{aspect-ratio:1.35/1;object-fit:cover}.site-header{background:rgba(255,250,246,.9)}@media (max-width:1180px){.reference-logo-grid.preview{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.reference-logo-grid,.reference-logo-grid.full,.reference-logo-grid.preview{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-logo-wrap{min-height:190px}.reference-card.compact .reference-logo-wrap{min-height:150px}}@media (max-width:560px){.reference-logo-grid,.reference-logo-grid.full,.reference-logo-grid.preview{grid-template-columns:1fr}.reference-logo-wrap{min-height:175px}.reference-card-body{padding:22px}.reference-card.compact .reference-logo-wrap img{max-width:190px}.page-hero-grid>img{width:100%}}


/* Lunera v1.2 - profesyonel stok görsel kullanımı ve premium footer */
.hero-photo-layout{min-height:560px;display:block;position:relative}.hero-main-photo{position:absolute;inset:4% 2% 8% 2%;width:96%;height:88%;object-fit:cover;border-radius:38px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.75)}.hero-photo-layout:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(240,111,69,.22),transparent 63%);filter:blur(8px)}.hero-photo-layout .hero-card.small{z-index:3}.hero-photo-layout .orbit{z-index:2;pointer-events:none}.image-stack{position:relative;min-height:500px}.image-stack img,.process-media img,.media-card img,.testimonial-media img,.footer-mini-image img,.page-hero-grid>img,.has-contact-image img{width:100%;display:block;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.72)}.image-stack-main{height:420px}.image-stack-small{position:absolute;right:-24px;bottom:0;max-width:48%;height:230px}.image-split-section .why-list{margin-top:34px}.process-section.has-media .process-media{margin:0 auto 28px;max-width:980px}.process-media img{height:360px}.media-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}.section-head.align-left{text-align:left;max-width:620px;margin:0}.media-card img{min-height:360px}.visual-testimonials .testimonial-grid{grid-template-columns:1.1fr .95fr .95fr}.testimonial-media img{height:100%;min-height:300px}.cta-with-image{position:relative;overflow:hidden}.cta-with-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(49,31,26,.92),rgba(224,89,49,.82)),url('../img/photo-footer-ajans-v160.jpg') center/cover no-repeat;opacity:1}.cta-with-image .container{position:relative;z-index:1}.has-contact-image{overflow:hidden}.has-contact-image>img{height:230px;margin:-4px 0 24px;border-radius:24px}.hizmetler-hero .page-hero-grid>img,.references-hero .page-hero-grid>img{height:430px}.contact-hero .hero-contact{padding:24px}.about-media-band{padding-top:20px}.about-media-band .media-grid{grid-template-columns:1fr 1fr}.about-media-band .media-card img{height:350px}.site-footer{position:relative;overflow:hidden;background:#2f1d18;color:#fff;border-top:0;padding:0 0 28px}.footer-visual{position:absolute;inset:0;opacity:.22}.footer-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}.site-footer:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(47,29,24,.78),rgba(47,29,24,.98));pointer-events:none}.site-footer .container{position:relative;z-index:1}.footer-top{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center;padding:70px 0 34px}.footer-brand{display:block}.footer-brand img{width:112px;height:112px;object-fit:contain;margin:0 0 18px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.22))}.footer-brand p{color:rgba(255,255,255,.78);max-width:680px}.footer-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.footer-badges span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:10px 14px;font-weight:850;font-size:.88rem}.footer-newsletter{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:30px;backdrop-filter:blur(10px);box-shadow:0 22px 60px rgba(0,0,0,.18)}.footer-newsletter h3{font-size:clamp(1.45rem,2vw,2.2rem);line-height:1.15;color:#fff;margin:10px 0 22px}.footer-grid{grid-template-columns:.85fr 1fr 1.2fr .9fr;gap:32px;border-top:1px solid rgba(255,255,255,.12);padding:34px 0 0}.site-footer h3{color:#fff}.footer-menu a{color:rgba(255,255,255,.72)}.footer-menu a:hover{color:#ffb38c}.site-footer .contact-list{color:rgba(255,255,255,.72)}.site-footer .contact-list strong{display:block;color:#ffb38c;margin-bottom:4px}.site-footer .contact-list a{color:#fff}.footer-mini-image img{height:210px;border-radius:26px;box-shadow:0 20px 50px rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.16)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.64)}.site-footer .btn-primary{box-shadow:none}.service-image img{min-height:214px;object-fit:cover}.service-card .service-image{display:block;overflow:hidden}.service-card:hover .service-image img{transform:scale(1.045)}.service-image img{transition:transform .35s ease}.page-hero-grid>img{max-height:460px}.page-hero.about-hero .page-hero-grid>img{height:430px}
@media (max-width:1100px){.media-grid,.footer-top,.visual-testimonials .testimonial-grid{grid-template-columns:1fr}.image-stack{min-height:430px}.image-stack-main{height:390px}.image-stack-small{right:18px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero-grid>img{height:auto;max-height:none}.process-media img{height:300px}.about-media-band .media-grid{grid-template-columns:1fr}}
@media (max-width:860px){.hero-photo-layout{min-height:390px}.hero-main-photo{inset:0;width:100%;height:100%;border-radius:28px}.image-stack{min-height:auto}.image-stack-main{height:auto}.image-stack-small{position:relative;right:auto;bottom:auto;max-width:100%;height:auto;margin-top:18px}.process-media img,.media-card img,.testimonial-media img,.about-media-band .media-card img{height:auto;min-height:0}.hizmetler-hero .page-hero-grid>img,.references-hero .page-hero-grid>img{height:auto}.footer-grid{grid-template-columns:1fr}.footer-top{padding-top:54px}.footer-newsletter{padding:24px}.contact-hero .hero-contact{padding:18px}.has-contact-image>img{height:auto}.footer-mini-image img{height:auto}}
@media (max-width:560px){.hero-visual{display:block;min-height:330px;margin-top:18px}.hero-photo-layout .hero-card.small{display:none}.service-image img{min-height:185px}.footer-badges span{width:100%;text-align:center}.footer-bottom p:last-child{font-size:.85rem}.media-grid{gap:22px}}


/* v1.6 local photo fixes */
.hero-main-photo,
.service-image img,
.image-stack img,
.process-media img,
.media-card img,
.testimonial-media img,
.page-hero-grid > img,
.has-contact-image > img,
.footer-mini-image img { display:block; background:#f5eee8; }
.reference-text-logo{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;min-height:128px;padding:18px;border-radius:22px;background:linear-gradient(135deg,#241a18,#543126);color:#fff;font-weight:950;letter-spacing:.02em;font-size:clamp(1.05rem,2vw,1.55rem);line-height:1.08;text-transform:uppercase;}
.reference-logo-wrap{background:#fff;}


/* Lunera v1.7 - hero image visibility and clean footer */
.hero-photo-layout{overflow:visible;isolation:isolate;}
.hero-photo-layout:before{display:none!important;content:none!important;}
.hero-photo-layout .orbit,.orbit{display:none!important;opacity:0!important;visibility:hidden!important;}
.hero-main-photo{z-index:1!important;position:absolute!important;inset:4% 2% 8% 2%!important;width:96%!important;height:88%!important;object-fit:cover!important;opacity:1!important;visibility:visible!important;}
.hero-photo-layout .hero-card.small{z-index:3!important;}
.site-footer{background:linear-gradient(180deg,#2f1d18 0%,#1f1512 100%)!important;}
.footer-visual,.footer-mini-image{display:none!important;}
.site-footer:after{display:none!important;content:none!important;}
.footer-grid{grid-template-columns:.9fr 1fr 1.25fr!important;}
@media (max-width:860px){.footer-grid{grid-template-columns:1fr!important}.hero-main-photo{inset:0!important;width:100%!important;height:100%!important;}}


/* Lunera v1.7.6 - açık Kukumav benzeri sarı vurgulu ajans görünümü */
:root{
  --brand:#f7b500!important;
  --brand-2:#ffd35a!important;
  --brand-3:#ff9900!important;
  --bg:#ffffff!important;
  --bg-soft:#fff8df!important;
  --surface:#ffffff!important;
  --surface-2:#fbfbfb!important;
  --text:#111827!important;
  --muted:#4b5563!important;
  --line:rgba(17,24,39,.10)!important;
  --dark:#111827!important;
  --dark-2:#1f2937!important;
  --shadow:0 24px 70px rgba(17,24,39,.10)!important;
  --shadow-soft:0 14px 40px rgba(17,24,39,.08)!important;
}
body.lunera-theme, body{
  background:#fff!important;
  color:#111827!important;
}
body.lunera-theme h1,body.lunera-theme h2,body.lunera-theme h3,h1,h2,h3,h4{color:#111827!important;}
body.lunera-theme p,p{color:#4b5563!important;}
.lunera-topbar{background:#f7b500!important;color:#111827!important;font-weight:850;font-size:.92rem;text-align:center;padding:10px 0;border-bottom:1px solid rgba(17,24,39,.08)}
.lunera-topbar a{display:inline-flex;margin-left:10px;background:#111827;color:#fff!important;padding:6px 12px;border-radius:999px;font-size:.84rem;line-height:1.2}
.site-header{background:#fff!important;border-bottom:1px solid rgba(17,24,39,.08)!important;box-shadow:0 8px 30px rgba(17,24,39,.06)!important;backdrop-filter:none!important;}
.site-header.is-scrolled{background:#fff!important;box-shadow:0 12px 35px rgba(17,24,39,.08)!important;}
.nav-wrap{min-height:82px!important}.brand img,.custom-logo{width:86px!important;height:86px!important}.menu a,.phone-link{color:#111827!important}.menu a:hover,.menu .current-menu-item>a{background:#fff2bd!important;color:#111827!important}.menu-toggle{background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 10px 24px rgba(17,24,39,.08)!important}.menu-toggle span{background:#111827!important}.main-nav.is-open{background:#fff!important;border-color:rgba(17,24,39,.10)!important}
.btn-primary{background:#f7b500!important;color:#111827!important;box-shadow:0 14px 30px rgba(247,181,0,.25)!important;border-color:#f7b500!important}.btn-primary:hover{background:#ffc928!important;box-shadow:0 18px 40px rgba(247,181,0,.32)!important}.btn-ghost{background:#fff!important;border-color:rgba(17,24,39,.12)!important;color:#111827!important;box-shadow:0 12px 35px rgba(17,24,39,.07)!important}.btn-light{background:#111827!important;color:#fff!important}.btn-outline-light{color:#111827!important;border-color:rgba(17,24,39,.18)!important;background:#fff!important}.text-link{color:#111827!important}.text-link:after{color:#f7b500!important}.eyebrow{color:#f7b500!important}.eyebrow:before{background:#f7b500!important}
.hero,.page-hero,.why-section,.services-section,.references-preview,.testimonial-section,.process-section{
  background:linear-gradient(180deg,#fff 0%,#fff8df 100%)!important;
  color:#111827!important;
}
.hero:before{opacity:.35!important;background-image:linear-gradient(rgba(17,24,39,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px)!important}.page-hero:after{display:none!important}.hero-grid{align-items:center!important}.hero-copy h1{font-size:clamp(2.7rem,5.8vw,5.9rem)!important;max-width:760px!important}.hero-copy h1::after{content:"";display:block;width:96px;height:8px;background:#f7b500;border-radius:999px;margin-top:20px}.hero-copy p{font-size:clamp(1rem,1.3vw,1.18rem)!important;color:#374151!important}.hero-main-photo,.page-hero-grid>img,.media-card img,.testimonial-media img,.has-contact-image>img,.image-stack img,.process-media img{border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 28px 70px rgba(17,24,39,.12)!important;background:#fff!important}.hero-card.small{background:#fff!important;color:#111827!important;border-color:rgba(17,24,39,.10)!important;box-shadow:0 18px 44px rgba(17,24,39,.10)!important}.hero-card.small span{color:#4b5563!important}.logo-strip{background:#111827!important;color:#fff!important;border:0!important}.strip-inner span{color:#fff!important}
.service-card,.reference-card,.testimonial-card,.why-list div,.sticky-card,.contact-card,.contact-info>div,.post-card,.footer-newsletter,.process-grid div{
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#111827!important;
  box-shadow:0 16px 42px rgba(17,24,39,.08)!important;
}
.service-card:hover,.reference-card:hover{border-color:rgba(247,181,0,.55)!important;box-shadow:0 28px 70px rgba(247,181,0,.18)!important;transform:translateY(-6px)}
.service-card h2,.service-card h3,.reference-card h2,.reference-card h3,.testimonial-card p,.process-section h2,.process-section h3{color:#111827!important}.service-card p,.reference-card p,.check-list li,.process-section p{color:#4b5563!important}.service-image,.reference-logo-wrap{background:#f8fafc!important}.reference-logo-wrap:before{border-color:rgba(247,181,0,.35)!important}.reference-card-body span,.reference-card.compact p,.testimonial-card strong,.process-grid span{color:#f7b500!important}.icon-wrap{background:#fff!important;box-shadow:0 12px 28px rgba(17,24,39,.10)!important}.icon-wrap svg{stroke:#f7b500!important}.process-grid div{min-height:210px!important}.process-section:before{display:none!important}.cta-band{background:#f7b500!important;color:#111827!important}.cta-band h2,.cta-band .eyebrow{color:#111827!important}.cta-band .eyebrow:before{background:#111827!important}.cta-with-image:before{display:none!important;background:none!important}.cta-inner{color:#111827!important}.site-footer{background:#fff!important;color:#111827!important;border-top:1px solid rgba(17,24,39,.08)!important}.site-footer:after,.footer-visual,.footer-mini-image{display:none!important}.footer-brand p,.site-footer .contact-list,.footer-bottom,.footer-menu a{color:#4b5563!important}.site-footer h3,.site-footer .contact-list a{color:#111827!important}.footer-newsletter{background:#fff8df!important}.footer-bottom{border-top:1px solid rgba(17,24,39,.08)!important}.footer-brand img{filter:none!important}.floating-whatsapp{background:#25d366!important;color:#fff!important}
.contact-form input,.contact-form textarea{background:#fff!important;color:#111827!important;border-color:rgba(17,24,39,.12)!important}.contact-form input:focus,.contact-form textarea:focus{border-color:#f7b500!important;box-shadow:0 0 0 4px rgba(247,181,0,.18)!important}
@media(max-width:860px){.lunera-topbar{font-size:.78rem;padding:8px 0}.lunera-topbar a{margin-left:6px;padding:5px 9px}.nav-wrap{min-height:76px!important}.main-nav{background:#fff!important}.hero,.page-hero{padding-top:48px!important}.section-pad{padding:64px 0!important}}
@media(max-width:560px){.brand img,.custom-logo{width:72px!important;height:72px!important}.hero-copy h1{font-size:clamp(2.25rem,12vw,3.6rem)!important}.lunera-topbar .container{line-height:1.35}}


/* Lunera v1.7.7 - Kukumav benzeri açık/sarı ajans düzeni */
:root{--brand:#f9c51a!important;--brand-2:#ffe27a!important;--brand-3:#f59e0b!important;--bg:#ffffff!important;--bg-soft:#fff9e7!important;--surface:#ffffff!important;--text:#111827!important;--muted:#4b5563!important;--line:rgba(17,24,39,.10)!important;--dark:#111827!important;--radius:28px!important;--shadow:0 25px 80px rgba(17,24,39,.10)!important;--shadow-soft:0 14px 40px rgba(17,24,39,.07)!important}body,body.lunera-theme{background:#fff!important;color:#111827!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}body.lunera-theme h1,body.lunera-theme h2,body.lunera-theme h3,h1,h2,h3,h4{color:#111827!important;letter-spacing:-.045em!important}body.lunera-theme p,p{color:#4b5563!important}.lunera-topbar{background:#f9c51a!important;color:#111827!important;padding:10px 0!important;text-align:center!important;font-weight:800!important;font-size:.94rem!important;border-bottom:1px solid rgba(17,24,39,.09)!important}.lunera-topbar span{opacity:.78}.lunera-topbar a{display:inline-flex!important;margin-left:10px!important;background:#111827!important;color:#fff!important;border-radius:999px!important;padding:7px 14px!important;font-size:.84rem!important;text-decoration:none!important}.site-header{background:#fff!important;border-bottom:1px solid rgba(17,24,39,.08)!important;box-shadow:0 8px 34px rgba(17,24,39,.06)!important;backdrop-filter:none!important}.nav-wrap{min-height:82px!important}.brand img,.custom-logo{width:82px!important;height:82px!important}.menu a{color:#111827!important;font-weight:800!important}.menu a:hover,.menu .current-menu-item>a{background:#fff0b8!important;color:#111827!important}.phone-link{color:#111827!important}.btn-primary{background:#f9c51a!important;color:#111827!important;border-color:#f9c51a!important;box-shadow:0 14px 34px rgba(249,197,26,.28)!important}.btn-primary:hover{background:#ffd94f!important;box-shadow:0 20px 44px rgba(249,197,26,.36)!important}.btn-ghost{background:#fff!important;color:#111827!important;border-color:rgba(17,24,39,.12)!important;box-shadow:var(--shadow-soft)!important}.btn-light{background:#111827!important;color:#fff!important}.btn-outline-light{background:#fff!important;color:#111827!important;border-color:rgba(17,24,39,.16)!important}.eyebrow{color:#111827!important;background:#fff3c4!important;border:1px solid rgba(249,197,26,.55)!important;border-radius:999px!important;padding:9px 14px!important;margin-bottom:20px!important;font-size:.76rem!important}.eyebrow:before{background:#f9c51a!important;width:18px!important}.hero,.page-hero{background:radial-gradient(circle at 18% 0%,rgba(249,197,26,.24),transparent 32%),linear-gradient(180deg,#fff 0%,#fff9e7 100%)!important;color:#111827!important}.hero:before{opacity:.45!important;background-image:linear-gradient(rgba(17,24,39,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px)!important}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important;gap:52px!important}.hero-copy h1{font-size:clamp(2.8rem,6vw,6.35rem)!important;line-height:.98!important;max-width:830px!important;margin-bottom:20px!important}.hero-copy h1:after{content:"";display:block;width:110px;height:9px;background:#f9c51a;border-radius:999px;margin-top:22px}.hero-copy p{max-width:680px!important;font-size:clamp(1rem,1.3vw,1.18rem)!important;color:#374151!important}.trust-row span{background:#fff!important;color:#111827!important;border-color:rgba(17,24,39,.08)!important;box-shadow:0 10px 28px rgba(17,24,39,.06)!important}.kukumav-hero-mockup{position:relative;min-height:540px!important;display:grid!important;place-items:center!important}.ad-search-card{position:relative;z-index:2;width:min(94%,520px);background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:34px;padding:34px;box-shadow:0 34px 90px rgba(17,24,39,.14)}.ad-search-card:before{content:"en iyi dijital pazarlama ajansı";display:block;background:#f3f4f6;border:1px solid rgba(17,24,39,.08);border-radius:999px;padding:12px 18px;margin-bottom:20px;color:#6b7280;font-weight:800}.ad-label{display:inline-flex;background:#fff0b8;color:#111827;border-radius:999px;padding:6px 10px;font-weight:900;font-size:.78rem;margin-bottom:14px}.ad-search-card h3{font-size:2rem!important;margin-bottom:10px!important}.ad-search-card p{margin-bottom:22px!important}.ad-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ad-metrics div{background:#fff9e7;border:1px solid rgba(249,197,26,.35);border-radius:18px;padding:14px;text-align:center}.ad-metrics strong{display:block;font-size:1.35rem;color:#111827}.ad-metrics span{display:block;font-size:.75rem;color:#6b7280;font-weight:800}.ad-floating-card{position:absolute;z-index:3;background:#111827;color:#fff;border-radius:22px;padding:16px 18px;box-shadow:0 22px 55px rgba(17,24,39,.18);min-width:160px}.ad-floating-card strong{display:block;color:#f9c51a;font-size:1.2rem}.ad-floating-card span{font-size:.82rem;opacity:.86}.ad-floating-card.one{left:3%;bottom:14%}.ad-floating-card.two{right:2%;top:17%}.logo-strip{background:#111827!important;color:#fff!important}.strip-inner span{color:#fff!important}.services-section,.why-section,.references-preview,.testimonial-section{background:#fff!important}.service-grid{gap:24px!important}.service-card,.reference-card,.testimonial-card,.why-list div,.contact-card,.contact-info>div,.sticky-card{background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;border-radius:30px!important;box-shadow:0 18px 54px rgba(17,24,39,.08)!important;color:#111827!important}.service-card:hover,.reference-card:hover{border-color:rgba(249,197,26,.65)!important;box-shadow:0 30px 80px rgba(249,197,26,.18)!important}.service-image,.reference-logo-wrap{background:#f8fafc!important;border-radius:24px!important}.icon-wrap{background:#111827!important;color:#f9c51a!important}.icon-wrap svg{stroke:#f9c51a!important}.service-card h2,.service-card h3,.reference-card h2,.reference-card h3,.testimonial-card p{color:#111827!important}.reference-card-body span,.reference-card.compact p,.testimonial-card strong,.process-grid span{color:#f59e0b!important}.process-section{background:linear-gradient(180deg,#fff9e7,#fff)!important;color:#111827!important}.process-section:before{display:none!important}.process-section h2,.process-section h3{color:#111827!important}.process-section p{color:#4b5563!important}.process-grid div{background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;color:#111827!important;box-shadow:0 18px 54px rgba(17,24,39,.08)!important}.cta-band{background:#f9c51a!important;color:#111827!important}.cta-with-image:before{display:none!important}.cta-band h2,.cta-band .eyebrow{color:#111827!important}.site-footer{background:#fff!important;color:#111827!important;border-top:1px solid rgba(17,24,39,.08)!important}.site-footer:after,.footer-visual,.footer-mini-image{display:none!important}.footer-brand p,.site-footer .contact-list,.footer-bottom,.footer-menu a{color:#4b5563!important}.site-footer h3,.site-footer .contact-list a{color:#111827!important}.footer-newsletter{background:#fff9e7!important;border:1px solid rgba(249,197,26,.35)!important}.footer-newsletter h3{color:#111827!important}.floating-whatsapp{background:#25d366!important;color:#fff!important}.reference-text-logo{font-weight:950;font-size:1.45rem;letter-spacing:-.03em;color:#111827;text-align:center}.testimonial-card span{color:#f9c51a!important}.contact-form input,.contact-form textarea{background:#fff!important;color:#111827!important;border-color:rgba(17,24,39,.12)!important}.contact-form input:focus,.contact-form textarea:focus{border-color:#f9c51a!important;box-shadow:0 0 0 4px rgba(249,197,26,.18)!important}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr!important}.kukumav-hero-mockup{min-height:420px!important}.visual-testimonials .testimonial-grid{grid-template-columns:1fr!important}}@media(max-width:860px){.lunera-topbar{font-size:.78rem!important}.lunera-topbar a{margin-left:4px!important;padding:5px 9px!important}.hero-copy h1{font-size:clamp(2.35rem,11vw,4.6rem)!important}.ad-floating-card{display:none!important}.ad-metrics{grid-template-columns:1fr!important}.kukumav-hero-mockup{min-height:360px!important}.site-header{position:sticky!important}.main-nav{background:#fff!important}.section-pad{padding:66px 0!important}}


/* Lunera v1.7.8 - Kukumav esintili açık/sarı özgün ajans tasarımı */
:root{
  --kuku-yellow:#ffd21a!important;
  --kuku-yellow-2:#fff3ba!important;
  --kuku-ink:#111827!important;
  --kuku-muted:#4b5563!important;
  --kuku-soft:#fffaf0!important;
  --kuku-line:rgba(17,24,39,.10)!important;
  --kuku-shadow:0 24px 70px rgba(17,24,39,.10)!important;
  --brand:#ffd21a!important;--brand-2:#fff3ba!important;--brand-3:#f2b705!important;--dark:#111827!important;--text:#111827!important;--muted:#4b5563!important;--line:rgba(17,24,39,.10)!important;--bg:#fff!important;--surface:#fff!important;
}
body{background:#fff!important;color:var(--kuku-ink)!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
a{color:inherit} h1,h2,h3,h4{color:var(--kuku-ink)!important;letter-spacing:-.055em!important} p{color:var(--kuku-muted)!important}.site-main{background:#fff!important}
.lunera-topbar{background:var(--kuku-yellow)!important;color:var(--kuku-ink)!important;text-align:center!important;font-size:.94rem!important;font-weight:850!important;padding:10px 0!important;border:0!important}.lunera-topbar a{background:var(--kuku-ink)!important;color:#fff!important;padding:7px 15px!important;border-radius:999px!important;margin-left:10px!important;text-decoration:none!important}.lunera-topbar span{opacity:.75!important}.site-header{background:#fff!important;border-bottom:1px solid var(--kuku-line)!important;box-shadow:0 12px 36px rgba(17,24,39,.06)!important;backdrop-filter:none!important}.site-header.is-scrolled{background:#fff!important}.nav-wrap{min-height:78px!important}.brand img,.custom-logo{width:76px!important;height:76px!important}.menu a{color:var(--kuku-ink)!important;font-weight:850!important;border-radius:999px!important}.menu a:hover,.menu .current-menu-item>a{background:var(--kuku-yellow-2)!important;color:var(--kuku-ink)!important}.phone-link{color:var(--kuku-ink)!important}.btn{border-radius:999px!important;font-weight:900!important}.btn-primary{background:var(--kuku-yellow)!important;color:var(--kuku-ink)!important;border-color:var(--kuku-yellow)!important;box-shadow:0 16px 34px rgba(255,210,26,.32)!important}.btn-primary:hover{background:#ffdf4d!important;box-shadow:0 22px 48px rgba(255,210,26,.42)!important}.btn-ghost{background:#fff!important;color:var(--kuku-ink)!important;border-color:var(--kuku-line)!important;box-shadow:0 10px 32px rgba(17,24,39,.07)!important}.btn-light{background:var(--kuku-ink)!important;color:#fff!important}.btn-outline-light{background:#fff!important;color:var(--kuku-ink)!important;border-color:rgba(17,24,39,.18)!important}
.kuku-hero{position:relative;overflow:hidden;padding:clamp(74px,8vw,120px) 0 80px;background:radial-gradient(circle at 12% 8%,rgba(255,210,26,.28),transparent 32%),linear-gradient(180deg,#fff 0%,#fffaf0 100%)}.kuku-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(17,24,39,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 78%);pointer-events:none}.kuku-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.86fr);gap:58px;align-items:center}.kuku-label{display:inline-flex;align-items:center;gap:8px;background:#fff3ba;color:var(--kuku-ink);border:1px solid rgba(255,210,26,.7);border-radius:999px;padding:10px 16px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;margin-bottom:22px}.kuku-label:before{content:"";width:20px;height:3px;border-radius:99px;background:var(--kuku-yellow)}.kuku-hero-copy h1{font-size:clamp(3.2rem,7.2vw,7.2rem)!important;line-height:.92!important;max-width:950px;margin:0 0 24px}.kuku-hero-copy h1:after{content:"";display:block;width:126px;height:10px;background:var(--kuku-yellow);border-radius:999px;margin-top:26px}.kuku-lead{font-size:clamp(1.05rem,1.4vw,1.25rem)!important;max-width:720px;color:#374151!important}.kuku-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.kuku-mini-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.kuku-mini-proof span{background:#fff;border:1px solid var(--kuku-line);box-shadow:0 10px 28px rgba(17,24,39,.06);border-radius:999px;padding:11px 15px;font-weight:850;color:var(--kuku-ink);font-size:.9rem}.kuku-mini-proof span:before{content:"✓";color:#13a067;margin-right:8px;font-weight:950}.kuku-search-panel{position:relative;min-height:540px;display:grid;place-items:center}.kuku-search-bar{position:absolute;top:0;left:4%;right:4%;background:#f3f4f6;color:#6b7280;border:1px solid var(--kuku-line);border-radius:999px;padding:15px 22px;font-weight:850;box-shadow:0 14px 35px rgba(17,24,39,.06)}.kuku-ad-card{position:relative;z-index:2;width:min(100%,520px);background:#fff;border:1px solid var(--kuku-line);border-radius:36px;padding:36px;box-shadow:0 34px 90px rgba(17,24,39,.14)}.kuku-ad-card span{display:inline-flex;background:#fff3ba;border-radius:999px;padding:7px 12px;font-weight:950;font-size:.74rem;margin-bottom:14px}.kuku-ad-card h2{font-size:2.1rem!important;margin-bottom:12px!important}.kuku-ad-card p{font-size:1rem!important;margin-bottom:20px!important}.kuku-ad-card a{display:inline-flex;background:var(--kuku-yellow);color:var(--kuku-ink);border-radius:999px;padding:12px 18px;font-weight:950}.kuku-metric-card{position:absolute;z-index:3;background:var(--kuku-ink);color:#fff;border-radius:22px;padding:17px 20px;box-shadow:0 22px 55px rgba(17,24,39,.18);min-width:154px}.kuku-metric-card strong{display:block;color:var(--kuku-yellow);font-size:1.35rem}.kuku-metric-card span{display:block;color:rgba(255,255,255,.82);font-size:.82rem;font-weight:800}.metric-one{left:0;bottom:16%}.metric-two{right:0;top:20%}.kuku-partner-badge{position:absolute;left:50%;bottom:4%;transform:translateX(-50%);background:#fff;border:1px solid var(--kuku-line);border-radius:999px;padding:12px 18px;font-weight:950;box-shadow:0 16px 38px rgba(17,24,39,.08)}
.kuku-partners{padding:20px 0;background:var(--kuku-ink);overflow:hidden}.kuku-partner-track{display:flex;gap:14px;align-items:center;justify-content:space-between;white-space:nowrap}.kuku-partner-track span{display:inline-flex;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:10px 16px;font-weight:900;font-size:.86rem}.kuku-section{padding:clamp(76px,8vw,120px) 0;background:#fff}.kuku-section:nth-of-type(even){background:#fffaf0}.kuku-section-head{max-width:860px;margin:0 0 46px}.kuku-section-head.center{text-align:center;margin-left:auto;margin-right:auto}.kuku-section-head h2{font-size:clamp(2.1rem,4.2vw,4.6rem)!important;line-height:1!important}.kuku-section-head p{font-size:1.08rem!important}.kuku-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.kuku-service-card{position:relative;background:#fff;border:1px solid var(--kuku-line);border-radius:34px;padding:26px;box-shadow:var(--kuku-shadow);overflow:hidden;transition:.25s ease}.kuku-service-card:hover{transform:translateY(-6px);border-color:rgba(255,210,26,.85);box-shadow:0 34px 86px rgba(255,210,26,.20)}.kuku-service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.kuku-service-top>span{font-size:1.9rem;font-weight:950;color:#e5e7eb}.kuku-service-card .icon-wrap{position:static!important;width:56px;height:56px;background:var(--kuku-ink)!important;color:var(--kuku-yellow)!important;border-radius:18px!important;box-shadow:none!important}.kuku-service-card .icon-wrap svg{stroke:var(--kuku-yellow)!important}.kuku-service-card h3{font-size:1.45rem!important;margin-bottom:12px!important}.kuku-service-card p{min-height:78px}.kuku-card-visual{overflow:hidden;border-radius:24px;background:#f8fafc;margin:20px 0}.kuku-card-visual img{width:100%;height:190px;object-fit:cover;display:block;transition:.35s ease}.kuku-service-card:hover .kuku-card-visual img{transform:scale(1.04)}.text-link{color:#111827!important}.text-link:after{color:#f2b705!important}.kuku-process{background:#fffaf0}.kuku-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;counter-reset:step}.kuku-process-grid article{position:relative;background:#fff;border:1px solid var(--kuku-line);border-radius:30px;padding:30px;box-shadow:var(--kuku-shadow)}.kuku-process-grid span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--kuku-yellow);color:#111827;font-weight:950;font-size:1.25rem;margin-bottom:24px}.kuku-process-grid h3{font-size:1.35rem!important}.kuku-references-block{background:#fff}.kuku-reference-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:center}.kuku-reference-layout h2{font-size:clamp(2.2rem,4.4vw,5rem)!important;line-height:.98!important}.kuku-reference-logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kuku-reference-logos article{display:grid;place-items:center;min-height:126px;background:#fff;border:1px solid var(--kuku-line);border-radius:26px;box-shadow:0 14px 38px rgba(17,24,39,.07);padding:18px}.kuku-reference-logos img{max-width:160px;max-height:82px;object-fit:contain}.kuku-reference-logos strong{text-align:center;color:#111827}.kuku-kobi{background:#fffaf0}.kuku-kobi-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.kuku-kobi-card{position:relative;background:#fff;border:1px solid var(--kuku-line);border-radius:36px;padding:22px;box-shadow:var(--kuku-shadow)}.kuku-kobi-card img{width:100%;height:380px;object-fit:cover;border-radius:28px;display:block}.kuku-kobi-card div{position:absolute;background:#111827;color:#fff;border-radius:22px;padding:18px 20px;box-shadow:0 20px 48px rgba(17,24,39,.18)}.kuku-kobi-card div:nth-of-type(1){left:6%;bottom:10%}.kuku-kobi-card div:nth-of-type(2){right:6%;top:10%}.kuku-kobi-card strong{display:block;color:var(--kuku-yellow);font-size:1.65rem}.kuku-kobi-card span{color:#fff;font-weight:850;font-size:.84rem}.kuku-kobi h2{font-size:clamp(2.2rem,4vw,4.8rem)!important;line-height:1!important}.kuku-feature-list{display:grid;gap:16px;margin-top:28px}.kuku-feature-list div{background:#fff;border:1px solid var(--kuku-line);border-radius:22px;padding:22px;box-shadow:0 14px 36px rgba(17,24,39,.06)}.kuku-feature-list h3{font-size:1.12rem!important;margin-bottom:6px!important}.kuku-reviews{background:#fff}.kuku-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.kuku-review-grid article{background:#fff;border:1px solid var(--kuku-line);border-radius:30px;padding:26px;box-shadow:var(--kuku-shadow)}.kuku-stars{color:#f2b705;font-size:1.05rem;letter-spacing:.06em;margin-bottom:18px}.kuku-review-grid h3{font-size:1.15rem!important;margin-bottom:2px!important}.kuku-review-grid span{display:block;color:#6b7280;font-weight:850;margin-bottom:16px}.kuku-review-grid p{font-size:.96rem!important}.kuku-contact-band{background:#fffaf0}.kuku-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:start}.kuku-contact-grid h2{font-size:clamp(2.2rem,4.6vw,5.2rem)!important;line-height:.96!important}.kuku-contact-promises{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.kuku-contact-promises span{background:#fff;border:1px solid var(--kuku-line);box-shadow:0 12px 34px rgba(17,24,39,.06);border-radius:999px;padding:12px 15px;font-weight:900}.kuku-form{display:grid;gap:16px;background:#fff;border:1px solid var(--kuku-line);border-radius:34px;padding:30px;box-shadow:var(--kuku-shadow)}.kuku-form label{display:grid;gap:8px;font-weight:850;color:#111827}.kuku-form input,.kuku-form textarea{border:1px solid var(--kuku-line);background:#f8fafc;border-radius:18px;padding:15px 16px;color:#111827;font:inherit;outline:none}.kuku-form input:focus,.kuku-form textarea:focus{border-color:var(--kuku-yellow);box-shadow:0 0 0 4px rgba(255,210,26,.18)}.kuku-final-cta{background:var(--kuku-yellow);padding:54px 0;color:#111827}.kuku-final-grid{display:grid;grid-template-columns:.55fr .55fr .55fr 1.7fr;gap:22px;align-items:center}.kuku-final-grid>div{background:rgba(255,255,255,.45);border:1px solid rgba(17,24,39,.08);border-radius:28px;padding:24px}.kuku-final-grid strong{display:block;font-size:2.25rem;color:#111827}.kuku-final-grid span{font-weight:900;color:#374151}.kuku-final-grid h2{font-size:clamp(1.7rem,3vw,3rem)!important;margin:0 0 16px!important}.site-footer{background:#fff!important;color:#111827!important;border-top:1px solid var(--kuku-line)!important}.site-footer:after,.footer-visual,.footer-mini-image{display:none!important}.footer-brand p,.site-footer .contact-list,.footer-bottom,.footer-menu a{color:#4b5563!important}.site-footer h3,.site-footer .contact-list a{color:#111827!important}.footer-newsletter{background:#fffaf0!important;border:1px solid rgba(255,210,26,.4)!important}.footer-newsletter h3{color:#111827!important}.footer-bottom{border-top:1px solid var(--kuku-line)!important}.floating-whatsapp{background:#25d366!important;color:#fff!important}@media(max-width:1180px){.kuku-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kuku-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kuku-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kuku-reference-layout,.kuku-kobi-grid,.kuku-contact-grid{grid-template-columns:1fr}.kuku-final-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.lunera-topbar{font-size:.78rem!important;padding:8px 0!important}.lunera-topbar a{margin-left:4px!important;padding:5px 9px!important}.menu-toggle{display:block}.main-nav{background:#fff!important}.kuku-hero{padding:54px 0 64px}.kuku-hero-grid{grid-template-columns:1fr;gap:36px}.kuku-hero-copy h1{font-size:clamp(2.55rem,12vw,4.8rem)!important}.kuku-search-panel{min-height:400px}.kuku-metric-card,.kuku-partner-badge{display:none}.kuku-partner-track{overflow:auto;justify-content:flex-start}.kuku-reference-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.kuku-final-grid{grid-template-columns:1fr}.kuku-section{padding:68px 0}.nav-actions{display:none}}
@media(max-width:560px){.container{width:min(100% - 28px,var(--container))}.kuku-service-grid,.kuku-review-grid,.kuku-process-grid,.kuku-reference-logos{grid-template-columns:1fr}.kuku-ad-card{padding:26px;border-radius:28px}.kuku-search-bar{position:relative;left:auto;right:auto;margin-bottom:18px;width:100%}.kuku-search-panel{min-height:auto;display:block}.kuku-card-visual img{height:170px}.kuku-kobi-card img{height:270px}.brand img,.custom-logo{width:70px!important;height:70px!important}.btn{width:100%}}

/* Lunera v1.8.0 - içeriğe özel yeni görseller */
.kuku-card-visual img,.service-image img,.page-hero-grid>img,.media-card img,.has-contact-image>img{background:#fff8dc!important;object-fit:cover!important}
.kuku-search-panel:after{content:"";position:absolute;inset:8% 2% 4% 2%;border-radius:42px;background:linear-gradient(135deg,rgba(249,197,26,.18),rgba(255,255,255,.12));z-index:0;pointer-events:none}.kuku-search-bar,.kuku-ad-card,.kuku-metric-card,.kuku-partner-badge{z-index:2}


/* v1.8.3 hero görsel güçlendirmeleri */
.kuku-search-panel.hero-photo-layout{min-height:560px;overflow:visible}
.kuku-search-panel.hero-photo-layout .hero-main-photo{position:absolute;inset:4% 2% 8% 2%;width:96%;height:88%;object-fit:cover;border-radius:38px;box-shadow:0 28px 70px rgba(17,24,39,.12);border:1px solid rgba(17,24,39,.08);background:#fff;z-index:1}
.kuku-search-panel.hero-photo-layout:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(249,197,26,.18),transparent 63%);filter:blur(8px);z-index:0}
.page-hero-visual{position:relative;min-height:430px}
.page-hero-visual .hero-main-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:var(--radius);box-shadow:0 28px 70px rgba(17,24,39,.12);border:1px solid rgba(17,24,39,.08);background:#fff}
@media (max-width:860px){
  .kuku-search-panel.hero-photo-layout{min-height:390px}
  .kuku-search-panel.hero-photo-layout .hero-main-photo{inset:0;width:100%;height:100%;border-radius:28px}
  .page-hero-visual{min-height:280px}
}


/* v1.8.4 ana sayfa hero düzeltmesi */
.hero-clean{min-height:560px;position:relative;display:block}
.hero-clean .hero-main-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:38px;box-shadow:0 28px 70px rgba(17,24,39,.12);border:1px solid rgba(17,24,39,.08);background:#fff;z-index:1}
.hero-clean .kuku-search-bar,.hero-clean .kuku-ad-card,.hero-clean .kuku-metric-card,.hero-clean .kuku-partner-badge{display:none!important}
.hero-floating-badge{position:absolute;z-index:3;background:#0f172a;color:#fff;border-radius:24px;padding:18px 22px;box-shadow:0 22px 55px rgba(17,24,39,.18);min-width:170px}
.hero-floating-badge strong{display:block;color:#f9c51a;font-size:2rem;line-height:1.05}
.hero-floating-badge span{display:block;color:rgba(255,255,255,.85);font-size:.95rem;font-weight:800;margin-top:6px}
.hero-badge-top{right:-10px;top:38px}
.hero-badge-bottom{left:-10px;bottom:38px}
@media (max-width:860px){
 .hero-clean{min-height:360px}
 .hero-clean .hero-main-photo{border-radius:28px}
 .hero-floating-badge{min-width:136px;padding:14px 16px;border-radius:20px}
 .hero-floating-badge strong{font-size:1.55rem}
 .hero-badge-top{right:6px;top:12px}
 .hero-badge-bottom{left:6px;bottom:12px}
}


/* v1.8.5 - ana sayfa hero temiz final */
.lunera-home-hero-image{
    position:relative!important;
    min-height:560px!important;
    display:block!important;
    overflow:hidden!important;
    border-radius:38px!important;
    box-shadow:0 28px 70px rgba(17,24,39,.12)!important;
    border:1px solid rgba(17,24,39,.08)!important;
    background:#fff!important;
}
.lunera-home-hero-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:560px!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:38px!important;
    border:0!important;
    box-shadow:none!important;
}
.kuku-search-panel .kuku-search-bar,
.kuku-search-panel .kuku-ad-card,
.kuku-search-panel .kuku-metric-card,
.kuku-search-panel .kuku-partner-badge,
.kuku-search-panel .hero-floating-badge,
.hero-clean .kuku-search-bar,
.hero-clean .kuku-ad-card,
.hero-clean .kuku-metric-card,
.hero-clean .kuku-partner-badge,
.hero-clean .hero-floating-badge{
    display:none!important;
}
@media(max-width:860px){
    .lunera-home-hero-image{min-height:360px!important;border-radius:28px!important}
    .lunera-home-hero-image img{min-height:360px!important;border-radius:28px!important}
}


/* v1.8.7 görsel geri yükleme ve tam görünüm düzeltmeleri */
.lunera-home-hero-image,
.page-hero-visual,
.contact-card.hero-contact,
.page-hero-grid > img,
.kuku-card-visual,
.service-image,
.kuku-kobi-card,
.media-card,
.process-media,
.testimonial-media{
    overflow:hidden!important;
}
.lunera-home-hero-image img,
.page-hero-visual .hero-main-photo,
.page-hero-grid > img,
.kuku-card-visual img,
.service-image img,
.media-card img,
.process-media img,
.testimonial-media img,
.has-contact-image > img{
    object-fit:contain!important;
    object-position:center center!important;
    background:#fffdf7!important;
}
.lunera-home-hero-image{min-height:560px!important;padding:18px!important;background:linear-gradient(180deg,#fffef9,#fff9e8)!important}
.lunera-home-hero-image img{min-height:524px!important;height:524px!important;border-radius:28px!important}
.page-hero-visual{min-height:420px!important;padding:16px!important;border-radius:34px!important;background:linear-gradient(180deg,#fffef9,#fff9e8)!important;box-shadow:0 24px 60px rgba(17,24,39,.10)!important;border:1px solid rgba(17,24,39,.08)!important}
.page-hero-visual .hero-main-photo{position:absolute!important;inset:16px!important;width:calc(100% - 32px)!important;height:calc(100% - 32px)!important;border-radius:26px!important;box-shadow:none!important;border:0!important}
.page-hero-grid > img{width:100%!important;min-height:420px!important;height:420px!important;padding:16px!important;border-radius:34px!important;background:linear-gradient(180deg,#fffef9,#fff9e8)!important;box-shadow:0 24px 60px rgba(17,24,39,.10)!important;border:1px solid rgba(17,24,39,.08)!important}
.kuku-card-visual,
.service-image{background:linear-gradient(180deg,#fffef9,#fff9e8)!important;padding:12px!important}
.kuku-card-visual img{height:210px!important;border-radius:18px!important}
.service-image img{aspect-ratio:1.45/1!important;height:auto!important;min-height:210px!important;border-radius:18px!important}
.has-contact-image > img{display:block!important;width:100%!important;height:260px!important;border-radius:20px!important;margin-bottom:18px!important;padding:12px!important;background:linear-gradient(180deg,#fffef9,#fff9e8)!important;box-shadow:0 18px 44px rgba(17,24,39,.08)!important;border:1px solid rgba(17,24,39,.08)!important}
.kuku-reference-logos article,
.reference-card,
.kuku-service-card,
.service-card,
.testimonial-card{transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease!important}
.kuku-reference-logos article:hover,
.reference-card:hover,
.kuku-service-card:hover,
.service-card:hover,
.testimonial-card:hover{transform:translateY(-6px)!important;box-shadow:0 26px 60px rgba(17,24,39,.12)!important}
.kuku-partner-track{display:flex!important;gap:14px!important;align-items:center!important;white-space:nowrap!important;animation:luneraMarquee 28s linear infinite;width:max-content}
@keyframes luneraMarquee{0%{transform:translateX(0)}100%{transform:translateX(-22%)}}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease, transform .65s ease}
.reveal.is-visible{opacity:1;transform:none}
@media (max-width:860px){
  .lunera-home-hero-image{min-height:360px!important;padding:10px!important}
  .lunera-home-hero-image img{min-height:330px!important;height:330px!important;border-radius:20px!important}
  .page-hero-visual{min-height:280px!important}
  .page-hero-visual .hero-main-photo{inset:10px!important;width:calc(100% - 20px)!important;height:calc(100% - 20px)!important;border-radius:18px!important}
  .page-hero-grid > img{min-height:280px!important;height:280px!important;padding:10px!important;border-radius:24px!important}
  .has-contact-image > img{height:220px!important}
}


/* v1.8.9 görseller çerçeveye tam otursun */
.lunera-home-hero-image,
.page-hero-visual,
.page-hero-grid > img,
.kuku-card-visual,
.service-image,
.has-contact-image > img,
.media-card,
.process-media,
.testimonial-media{overflow:hidden!important}
.lunera-home-hero-image{padding:0!important;background:#fff!important}
.lunera-home-hero-image img{width:100%!important;height:100%!important;min-height:560px!important;object-fit:cover!important;object-position:center center!important;border-radius:38px!important;background:#fff!important}
.page-hero-visual{padding:0!important;background:#fff!important;min-height:420px!important}
.page-hero-visual .hero-main-photo{inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important;background:#fff!important}
.page-hero-grid > img{padding:0!important;width:100%!important;height:420px!important;min-height:420px!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important;background:#fff!important}
.kuku-card-visual{padding:0!important}
.kuku-card-visual img{width:100%!important;height:210px!important;object-fit:cover!important;object-position:center center!important;border-radius:22px!important;background:#fff!important}
.service-image{padding:0!important}
.service-image img{width:100%!important;height:250px!important;min-height:250px!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important;border-radius:22px!important;background:#fff!important}
.has-contact-image > img{width:100%!important;height:260px!important;object-fit:cover!important;object-position:center center!important;border-radius:20px!important;margin-bottom:18px!important;padding:0!important;background:#fff!important}
@media (max-width:860px){
 .lunera-home-hero-image img{min-height:340px!important;height:340px!important;border-radius:28px!important}
 .page-hero-visual{min-height:280px!important}
 .page-hero-visual .hero-main-photo{border-radius:24px!important}
 .page-hero-grid > img{height:280px!important;min-height:280px!important;border-radius:24px!important}
 .service-image img{height:220px!important;min-height:220px!important}
 .has-contact-image > img{height:220px!important}
}


/* v1.9.0 hero ve animasyon iyileştirmeleri */
.lunera-home-hero-image{display:grid!important;place-items:center!important;padding:18px!important;background:linear-gradient(180deg,#fffef9,#fff8e8)!important;overflow:hidden!important}
.lunera-home-hero-image img{width:100%!important;height:100%!important;min-height:520px!important;max-height:520px!important;object-fit:contain!important;object-position:center center!important;border-radius:28px!important;background:#fff!important}
.page-hero-grid > img,
.page-hero-visual .hero-main-photo,
.has-contact-image > img{object-fit:cover!important;object-position:center center!important}
.references-hero .page-hero-grid > img,
.contact-hero .has-contact-image > img{background:linear-gradient(180deg,#fffef9,#fff8e8)!important}
.references-hero .page-hero-grid > img{height:420px!important}
.contact-hero .has-contact-image > img{height:280px!important}
/* Kukumav-benzeri hareketli akış */
.kuku-hero-copy > *{animation:luneraFadeUp .8s ease both}
.kuku-hero-copy > *:nth-child(1){animation-delay:.06s}
.kuku-hero-copy > *:nth-child(2){animation-delay:.14s}
.kuku-hero-copy > *:nth-child(3){animation-delay:.22s}
.kuku-hero-copy > *:nth-child(4){animation-delay:.3s}
.kuku-hero-copy > *:nth-child(5){animation-delay:.38s}
.lunera-home-hero-image{animation:luneraFloatHero 5.5s ease-in-out infinite}
.kuku-reference-logos article,.reference-card,.kuku-service-card,.service-card,.testimonial-card,.kuku-process-grid article{transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease!important;will-change:transform}
.kuku-reference-logos article:hover,.reference-card:hover,.kuku-service-card:hover,.service-card:hover,.testimonial-card:hover,.kuku-process-grid article:hover{transform:translateY(-10px) scale(1.01)!important;box-shadow:0 28px 70px rgba(17,24,39,.14)!important}
.btn,.menu a,.text-link{transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease!important}
.btn:hover,.menu a:hover,.text-link:hover{transform:translateY(-3px)!important}
.kuku-partner-track{animation:luneraMarquee 24s linear infinite!important}
.kuku-partner-track:hover{animation-play-state:paused}
.site-header{transition:transform .25s ease, box-shadow .25s ease, background .25s ease!important}
.reveal{opacity:0;transform:translateY(28px) scale(.985);transition:opacity .75s ease, transform .75s ease}
.reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}
@keyframes luneraFadeUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
@keyframes luneraFloatHero{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media (max-width:860px){
 .lunera-home-hero-image{padding:10px!important}
 .lunera-home-hero-image img{min-height:320px!important;max-height:320px!important;border-radius:22px!important}
 .contact-hero .has-contact-image > img,.references-hero .page-hero-grid > img{height:240px!important}
}


/* v1.9.1 son hero/görsel düzeltmeleri */
.lunera-home-hero-image{position:relative!important;aspect-ratio:16/9!important;min-height:auto!important;height:auto!important;padding:0!important;background:#fff!important;overflow:hidden!important;border-radius:38px!important;box-shadow:0 24px 60px rgba(17,24,39,.12)!important}
.lunera-home-hero-image img{display:block!important;width:100%!important;height:100%!important;min-height:auto!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;border-radius:38px!important;background:#fff!important}
.page-hero-grid > img{display:block!important;width:100%!important;height:420px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;background:#fff!important;border-radius:34px!important}
.page-hero-visual{min-height:420px!important;padding:0!important;overflow:hidden!important;background:#fff!important;border-radius:34px!important;box-shadow:0 24px 60px rgba(17,24,39,.10)!important;border:1px solid rgba(17,24,39,.08)!important}
.page-hero-visual .hero-main-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important;background:#fff!important}
.has-contact-image > img{display:block!important;width:100%!important;height:280px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;margin-bottom:18px!important;border-radius:20px!important;background:#fff!important}
.kuku-card-visual img,.service-image img{width:100%!important;height:220px!important;object-fit:cover!important;object-position:center center!important}
.kuku-partner-track{display:flex!important;gap:14px!important;align-items:center!important;white-space:nowrap!important;animation:luneraMarquee 24s linear infinite!important;width:max-content}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.kuku-service-card,.reference-card,.testimonial-card,.kuku-process-grid article,.kuku-reference-logos article{transition:transform .28s ease,box-shadow .28s ease!important}
.kuku-service-card:hover,.reference-card:hover,.testimonial-card:hover,.kuku-process-grid article:hover,.kuku-reference-logos article:hover{transform:translateY(-8px)!important;box-shadow:0 24px 56px rgba(17,24,39,.14)!important}
@media (max-width:860px){
  .lunera-home-hero-image{aspect-ratio:16/10!important;border-radius:26px!important}
  .lunera-home-hero-image img{border-radius:26px!important}
  .page-hero-grid > img,.page-hero-visual{height:280px!important;min-height:280px!important;border-radius:24px!important}
  .page-hero-visual .hero-main-photo{border-radius:24px!important}
  .has-contact-image > img{height:220px!important;border-radius:18px!important}
}


/* v1.9.2 büyük ana sayfa hero ve farklı hero görseller */
.kuku-hero{padding:clamp(88px,9vw,132px) 0 92px!important}
.kuku-hero-grid{grid-template-columns:minmax(0,1fr) minmax(520px,.98fr)!important;gap:70px!important;align-items:center!important}
.lunera-home-hero-image{position:relative!important;min-height:650px!important;display:block!important;overflow:visible!important;animation:none!important;box-shadow:none!important;background:none!important;padding:0!important;border-radius:0!important}
.lunera-home-hero-frame{position:relative!important;width:100%!important;height:650px!important;background:#fff!important;border-radius:42px!important;overflow:hidden!important;box-shadow:0 34px 90px rgba(17,24,39,.16)!important;border:1px solid rgba(17,24,39,.08)!important}
.lunera-home-hero-frame img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:42px!important;background:#fff!important}
.lunera-hero-chip{position:absolute!important;left:24px!important;top:24px!important;z-index:3!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;border-radius:999px!important;padding:12px 18px!important;font-weight:900!important;color:#111827!important;box-shadow:0 16px 40px rgba(17,24,39,.10)!important}
.lunera-hero-stat{position:absolute!important;z-index:3!important;background:#111827!important;color:#fff!important;border-radius:24px!important;padding:18px 22px!important;box-shadow:0 22px 55px rgba(17,24,39,.18)!important;min-width:170px!important}
.lunera-hero-stat strong{display:block!important;color:#f9c51a!important;font-size:1.9rem!important;line-height:1.05!important}
.lunera-hero-stat span{display:block!important;color:rgba(255,255,255,.84)!important;font-weight:800!important;font-size:.92rem!important;margin-top:6px!important}
.hero-stat-left{left:-16px!important;bottom:26px!important}
.hero-stat-right{right:-16px!important;top:92px!important}
.page-hero-grid > img,.page-hero-visual,.page-hero-visual .hero-main-photo,.has-contact-image > img{background:#fff!important}
.page-hero-grid > img{height:430px!important;border-radius:34px!important;object-fit:cover!important}
.page-hero-visual{min-height:430px!important;border-radius:34px!important}
.page-hero-visual .hero-main-photo{border-radius:34px!important;object-fit:cover!important}
.has-contact-image > img{height:300px!important;border-radius:22px!important;object-fit:cover!important}
@media (max-width:860px){
  .kuku-hero-grid{grid-template-columns:1fr!important;gap:34px!important}
  .lunera-home-hero-image{min-height:360px!important}
  .lunera-home-hero-frame{height:360px!important;border-radius:26px!important}
  .lunera-home-hero-frame img{border-radius:26px!important}
  .lunera-hero-chip{left:12px!important;top:12px!important;padding:9px 14px!important;font-size:.82rem!important}
  .lunera-hero-stat{padding:13px 16px!important;border-radius:18px!important;min-width:128px!important}
  .lunera-hero-stat strong{font-size:1.35rem!important}
  .hero-stat-left{left:8px!important;bottom:10px!important}
  .hero-stat-right{right:8px!important;top:58px!important}
  .page-hero-grid > img,.page-hero-visual{height:280px!important;min-height:280px!important;border-radius:24px!important}
  .page-hero-visual .hero-main-photo{border-radius:24px!important}
  .has-contact-image > img{height:220px!important;border-radius:18px!important}
}


/* v1.9.3 overflow ve farklı hero düzeltmeleri */
.kuku-hero{overflow:hidden!important}
.kuku-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,0.96fr)!important;gap:48px!important;align-items:center!important}
.lunera-home-hero-image{position:relative!important;min-height:580px!important;display:block!important;overflow:hidden!important;max-width:100%!important}
.lunera-home-hero-frame{position:relative!important;width:100%!important;max-width:100%!important;height:580px!important;background:#fff!important;border-radius:38px!important;overflow:hidden!important;box-shadow:0 28px 74px rgba(17,24,39,.14)!important;border:1px solid rgba(17,24,39,.08)!important}
.lunera-home-hero-frame img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:38px!important}
.lunera-hero-chip{left:18px!important;top:18px!important;max-width:calc(100% - 36px)!important}
.lunera-hero-stat{min-width:156px!important;max-width:190px!important}
.hero-stat-left{left:18px!important;bottom:18px!important}
.hero-stat-right{right:18px!important;top:84px!important}
/* requested sections use their own hero images and stay inside frame */
.hizmetler-hero .page-hero-visual,
.references-hero .page-hero-grid > img,
.contact-hero .has-contact-image > img{background:#fff!important}
.hizmetler-hero .page-hero-visual{min-height:420px!important;border-radius:34px!important;overflow:hidden!important}
.hizmetler-hero .page-hero-visual .hero-main-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important}
.references-hero .page-hero-grid > img{display:block!important;width:100%!important;height:420px!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important}
.contact-hero .has-contact-image > img{display:block!important;width:100%!important;height:280px!important;object-fit:cover!important;object-position:center center!important;border-radius:20px!important}
@media (max-width:1100px){
  .kuku-hero-grid{grid-template-columns:1fr!important;gap:34px!important}
  .lunera-home-hero-image{min-height:420px!important}
  .lunera-home-hero-frame{height:420px!important;border-radius:30px!important}
  .lunera-home-hero-frame img{border-radius:30px!important}
}
@media (max-width:860px){
  .lunera-home-hero-image{min-height:330px!important}
  .lunera-home-hero-frame{height:330px!important;border-radius:24px!important}
  .lunera-home-hero-frame img{border-radius:24px!important}
  .lunera-hero-chip{left:10px!important;top:10px!important;padding:8px 12px!important;font-size:.8rem!important}
  .lunera-hero-stat{min-width:120px!important;max-width:140px!important;padding:12px 14px!important;border-radius:18px!important}
  .lunera-hero-stat strong{font-size:1.25rem!important}
  .hero-stat-left{left:10px!important;bottom:10px!important}
  .hero-stat-right{right:10px!important;top:52px!important}
  .hizmetler-hero .page-hero-visual,
  .references-hero .page-hero-grid > img{height:280px!important;min-height:280px!important;border-radius:24px!important}
  .contact-hero .has-contact-image > img{height:220px!important;border-radius:18px!important}
}


/* v1.9.4 final hero fit + distinct section visuals */
.kuku-hero{overflow:hidden!important}
.kuku-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,620px)!important;gap:44px!important;align-items:center!important}
.lunera-home-hero-image{position:relative!important;min-height:620px!important;max-width:100%!important;overflow:hidden!important}
.lunera-home-hero-frame{width:100%!important;max-width:100%!important;height:620px!important;border-radius:38px!important;overflow:hidden!important;box-shadow:0 26px 74px rgba(17,24,39,.14)!important;border:1px solid rgba(17,24,39,.08)!important;background:#fff!important}
.lunera-home-hero-frame img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:38px!important}
.lunera-hero-stat{z-index:3!important}
.hero-stat-left{left:16px!important;bottom:16px!important}
.hero-stat-right{right:16px!important;top:16px!important}
.hizmetler-hero .page-hero-visual{min-height:430px!important;border-radius:34px!important;overflow:hidden!important;background:#fff!important}
.hizmetler-hero .page-hero-visual .hero-main-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important}
.references-hero .page-hero-grid > img{display:block!important;width:100%!important;height:430px!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important;background:#fff!important}
.contact-hero .has-contact-image > img{display:block!important;width:100%!important;height:290px!important;object-fit:cover!important;object-position:center center!important;border-radius:22px!important;background:#fff!important}
@media (max-width:1100px){
  .kuku-hero-grid{grid-template-columns:1fr!important;gap:32px!important}
  .lunera-home-hero-image{min-height:430px!important}
  .lunera-home-hero-frame{height:430px!important;border-radius:28px!important}
  .lunera-home-hero-frame img{border-radius:28px!important}
}
@media (max-width:860px){
  .lunera-home-hero-image{min-height:330px!important}
  .lunera-home-hero-frame{height:330px!important;border-radius:22px!important}
  .lunera-home-hero-frame img{border-radius:22px!important}
  .lunera-hero-stat{min-width:120px!important;max-width:140px!important;padding:12px 14px!important;border-radius:16px!important}
  .lunera-hero-stat strong{font-size:1.2rem!important}
  .hizmetler-hero .page-hero-visual,.references-hero .page-hero-grid > img{height:280px!important;min-height:280px!important;border-radius:24px!important}
  .contact-hero .has-contact-image > img{height:220px!important;border-radius:18px!important}
}

/* Lunera V2 - net yeni hero ve sayfa görselleri */
.lunera-v2-hero{position:relative!important;overflow:hidden!important;padding:clamp(96px,9vw,140px) 0 96px!important;background:radial-gradient(circle at 12% 8%,rgba(255,210,26,.28),transparent 32%),linear-gradient(180deg,#fff 0%,#fffaf0 100%)!important}
.lunera-v2-hero:before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(17,24,39,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px)!important;background-size:48px 48px!important;mask-image:linear-gradient(to bottom,#000,transparent 78%)!important;pointer-events:none!important}
.lunera-v2-hero-grid{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,640px)!important;gap:58px!important;align-items:center!important}
.lunera-v2-hero-copy h1{font-size:clamp(3.4rem,7vw,7.1rem)!important;line-height:.92!important;max-width:920px!important;margin:0 0 24px!important}
.lunera-v2-hero-copy h1:after{content:""!important;display:block!important;width:126px!important;height:10px!important;background:#ffd21f!important;border-radius:999px!important;margin-top:26px!important}
.lunera-v2-hero-visual{position:relative!important;width:100%!important;height:620px!important;max-width:640px!important;margin-left:auto!important;overflow:hidden!important;border-radius:42px!important;background:#fff!important;box-shadow:0 34px 90px rgba(17,24,39,.16)!important;border:1px solid rgba(17,24,39,.08)!important}
.lunera-v2-hero-visual img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:42px!important}
.lunera-v2-search-card{position:absolute!important;left:24px!important;right:24px!important;top:24px!important;z-index:2!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(17,24,39,.08)!important;border-radius:24px!important;padding:18px 20px!important;box-shadow:0 18px 44px rgba(17,24,39,.10)!important}
.lunera-v2-search-card span{display:inline-flex!important;background:#fff3ba!important;border-radius:999px!important;padding:6px 10px!important;font-weight:950!important;font-size:.72rem!important;margin-bottom:8px!important}
.lunera-v2-search-card strong{display:block!important;color:#111827!important;font-size:1.22rem!important}
.lunera-v2-search-card p{margin:5px 0 0!important;color:#4b5563!important}
.lunera-v2-stat{position:absolute!important;z-index:3!important;background:#111827!important;color:#fff!important;border-radius:22px!important;padding:16px 18px!important;box-shadow:0 18px 46px rgba(17,24,39,.20)!important;min-width:150px!important}
.lunera-v2-stat strong{display:block!important;color:#ffd21f!important;font-size:1.6rem!important;line-height:1!important}
.lunera-v2-stat span{display:block!important;color:rgba(255,255,255,.86)!important;font-size:.82rem!important;font-weight:850!important;margin-top:6px!important}
.lunera-v2-stat.one{left:24px!important;bottom:24px!important}.lunera-v2-stat.two{right:24px!important;bottom:24px!important}
.hizmetler-hero .page-hero-visual,.references-hero .page-hero-grid > img,.contact-hero .has-contact-image > img{overflow:hidden!important;background:#fff!important;box-shadow:0 24px 60px rgba(17,24,39,.10)!important;border:1px solid rgba(17,24,39,.08)!important}
.hizmetler-hero .page-hero-visual{height:440px!important;min-height:440px!important;border-radius:34px!important}.hizmetler-hero .page-hero-visual .hero-main-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important}
.references-hero .page-hero-grid > img{width:100%!important;height:440px!important;min-height:440px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;border-radius:34px!important}
.contact-hero .has-contact-image > img{width:100%!important;height:300px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;margin-bottom:18px!important;border-radius:22px!important}
@media(max-width:1100px){.lunera-v2-hero-grid{grid-template-columns:1fr!important}.lunera-v2-hero-visual{max-width:100%!important;height:460px!important;margin-left:0!important}}
@media(max-width:860px){.lunera-v2-hero{padding:64px 0!important}.lunera-v2-hero-copy h1{font-size:clamp(2.6rem,12vw,4.8rem)!important}.lunera-v2-hero-visual{height:340px!important;border-radius:28px!important}.lunera-v2-hero-visual img{border-radius:28px!important}.lunera-v2-search-card{left:12px!important;right:12px!important;top:12px!important;padding:12px!important;border-radius:18px!important}.lunera-v2-stat{min-width:118px!important;padding:11px 13px!important;border-radius:16px!important}.lunera-v2-stat strong{font-size:1.25rem!important}.lunera-v2-stat.one{left:12px!important;bottom:12px!important}.lunera-v2-stat.two{right:12px!important;bottom:12px!important}.hizmetler-hero .page-hero-visual,.references-hero .page-hero-grid > img{height:280px!important;min-height:280px!important;border-radius:24px!important}.contact-hero .has-contact-image > img{height:220px!important;border-radius:18px!important}}


/* V21 hero fixleri */
.lunera-v2-hero{padding:110px 0 96px!important;overflow:hidden!important}
.lunera-v2-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,620px)!important;gap:48px!important;align-items:center!important}
.lunera-v2-hero-copy{max-width:100%!important}
.lunera-v2-hero-copy h1{font-size:clamp(3rem,6vw,6.2rem)!important;line-height:.95!important;word-break:normal!important}
.lunera-v2-hero-visual{position:relative!important;width:100%!important;max-width:620px!important;height:640px!important;margin-left:auto!important;overflow:hidden!important;border-radius:40px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 28px 80px rgba(17,24,39,.15)!important}
.lunera-v2-hero-visual img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:40px!important}
.lunera-v2-search-card{left:18px!important;right:18px!important;top:18px!important}
.lunera-v2-stat.one{left:18px!important;bottom:18px!important}.lunera-v2-stat.two{right:18px!important;bottom:18px!important}
.about-hero .page-hero-visual,.hizmetler-hero .page-hero-visual{position:relative!important;min-height:440px!important;height:440px!important;overflow:hidden!important;border-radius:34px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 22px 60px rgba(17,24,39,.10)!important}
.about-hero .page-hero-visual .hero-main-photo,.hizmetler-hero .page-hero-visual .hero-main-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important}
.references-hero .page-hero-grid>img{display:block!important;width:100%!important;height:440px!important;min-height:440px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;border-radius:34px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 22px 60px rgba(17,24,39,.10)!important}
.contact-hero .has-contact-image>img{display:block!important;width:100%!important;height:300px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;margin-bottom:18px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 18px 50px rgba(17,24,39,.09)!important}
@media (max-width:1100px){
  .lunera-v2-hero-grid{grid-template-columns:1fr!important;gap:30px!important}
  .lunera-v2-hero-visual{max-width:100%!important;height:460px!important;margin-left:0!important}
}
@media (max-width:860px){
  .lunera-v2-hero{padding:68px 0 56px!important}
  .lunera-v2-hero-copy h1{font-size:clamp(2.5rem,11vw,4.4rem)!important}
  .lunera-v2-hero-visual{height:340px!important;border-radius:26px!important}
  .lunera-v2-hero-visual img{border-radius:26px!important}
  .lunera-v2-search-card{left:12px!important;right:12px!important;top:12px!important;padding:12px!important;border-radius:18px!important}
  .lunera-v2-stat{min-width:116px!important;padding:10px 12px!important;border-radius:16px!important}
  .lunera-v2-stat strong{font-size:1.2rem!important}
  .about-hero .page-hero-visual,.hizmetler-hero .page-hero-visual,.references-hero .page-hero-grid>img{height:280px!important;min-height:280px!important;border-radius:24px!important}
  .about-hero .page-hero-visual .hero-main-photo,.hizmetler-hero .page-hero-visual .hero-main-photo{border-radius:24px!important}
  .contact-hero .has-contact-image>img{height:220px!important;border-radius:18px!important}
}


/* V22 görsel düzeltmeleri - sadece hero görseller */
.lunera-v22-hero{padding:110px 0 90px!important;overflow:hidden!important;background:radial-gradient(circle at 12% 8%,rgba(255,210,26,.18),transparent 34%),linear-gradient(180deg,#fff 0%,#fffaf1 100%)!important}
.lunera-v22-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,640px)!important;gap:52px!important;align-items:center!important}
.lunera-v22-hero-copy h1{font-size:clamp(3rem,6.3vw,6.4rem)!important;line-height:.94!important;margin:0 0 22px!important}
.lunera-v22-hero-visual{position:relative!important;width:100%!important;max-width:640px!important;height:660px!important;margin-left:auto!important;overflow:hidden!important;border-radius:40px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 28px 80px rgba(17,24,39,.15)!important}
.lunera-v22-hero-visual img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:40px!important}
.about-hero .page-hero-visual,
.hizmetler-hero .page-hero-visual{position:relative!important;height:440px!important;min-height:440px!important;overflow:hidden!important;border-radius:34px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 22px 60px rgba(17,24,39,.10)!important}
.about-hero .page-hero-visual .hero-main-photo,
.hizmetler-hero .page-hero-visual .hero-main-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important}
.references-hero .page-hero-grid > img{display:block!important;width:100%!important;height:440px!important;min-height:440px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;border-radius:34px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 22px 60px rgba(17,24,39,.10)!important}
.contact-hero .has-contact-image > img{display:block!important;width:100%!important;height:300px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;margin-bottom:18px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 18px 50px rgba(17,24,39,.09)!important}
@media (max-width:1100px){
  .lunera-v22-hero-grid{grid-template-columns:1fr!important;gap:30px!important}
  .lunera-v22-hero-visual{max-width:100%!important;height:460px!important;margin-left:0!important}
}
@media (max-width:860px){
  .lunera-v22-hero{padding:68px 0 54px!important}
  .lunera-v22-hero-copy h1{font-size:clamp(2.5rem,11vw,4.4rem)!important}
  .lunera-v22-hero-visual{height:340px!important;border-radius:26px!important}
  .lunera-v22-hero-visual img{border-radius:26px!important}
  .about-hero .page-hero-visual,
  .hizmetler-hero .page-hero-visual,
  .references-hero .page-hero-grid > img{height:280px!important;min-height:280px!important;border-radius:24px!important}
  .about-hero .page-hero-visual .hero-main-photo,
  .hizmetler-hero .page-hero-visual .hero-main-photo{border-radius:24px!important}
  .contact-hero .has-contact-image > img{height:220px!important;border-radius:18px!important}
}


/* V23 hero gorselleri kesin sığsın */
.lunera-v22-hero-visual{
  position:relative!important;
  width:100%!important;
  max-width:640px!important;
  height:660px!important;
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border-radius:40px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 28px 80px rgba(17,24,39,.15)!important;
  padding:0!important;
}
.lunera-v22-hero-visual img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:40px!important;
  background:#fff!important;
}
.about-hero .page-hero-visual,
.hizmetler-hero .page-hero-visual{
  position:relative!important;
  height:440px!important;
  min-height:440px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border-radius:34px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 22px 60px rgba(17,24,39,.10)!important;
  padding:0!important;
}
.about-hero .page-hero-visual .hero-main-photo,
.hizmetler-hero .page-hero-visual .hero-main-photo{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:34px!important;
  background:#fff!important;
}
.references-hero .page-hero-grid > img{
  display:block!important;
  width:100%!important;
  height:440px!important;
  min-height:440px!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:0!important;
  border-radius:34px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 22px 60px rgba(17,24,39,.10)!important;
}
.contact-hero .has-contact-image > img{
  display:block!important;
  width:100%!important;
  height:300px!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:0!important;
  margin-bottom:18px!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 18px 50px rgba(17,24,39,.09)!important;
}
@media (max-width:1100px){
  .lunera-v22-hero-visual{max-width:100%!important;height:460px!important;margin-left:0!important}
}
@media (max-width:860px){
  .lunera-v22-hero-visual{height:340px!important;border-radius:26px!important}
  .lunera-v22-hero-visual img{border-radius:26px!important}
  .about-hero .page-hero-visual,
  .hizmetler-hero .page-hero-visual,
  .references-hero .page-hero-grid > img{height:280px!important;min-height:280px!important;border-radius:24px!important}
  .about-hero .page-hero-visual .hero-main-photo,
  .hizmetler-hero .page-hero-visual .hero-main-photo{border-radius:24px!important}
  .contact-hero .has-contact-image > img{height:220px!important;border-radius:18px!important}
}


/* V24 only: alanlar ayni, sadece hero gorseller temiz ve dogru otursun */
.lunera-v22-hero-visual,
.about-hero .page-hero-visual,
.hizmetler-hero .page-hero-visual,
.references-hero .page-hero-grid > img,
.contact-hero .has-contact-image > img{
  background:#fff!important;
  overflow:hidden!important;
}
.lunera-v22-hero-visual img,
.about-hero .page-hero-visual .hero-main-photo,
.hizmetler-hero .page-hero-visual .hero-main-photo,
.references-hero .page-hero-grid > img,
.contact-hero .has-contact-image > img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
.lunera-v22-hero-visual{height:660px!important;border-radius:40px!important}
.about-hero .page-hero-visual,.hizmetler-hero .page-hero-visual{height:440px!important;min-height:440px!important;border-radius:34px!important}
.references-hero .page-hero-grid > img{height:440px!important;min-height:440px!important;border-radius:34px!important}
.contact-hero .has-contact-image > img{height:300px!important;border-radius:22px!important;margin-bottom:18px!important}
@media (max-width:1100px){.lunera-v22-hero-visual{height:460px!important}}
@media (max-width:860px){
  .lunera-v22-hero-visual{height:340px!important;border-radius:26px!important}
  .about-hero .page-hero-visual,.hizmetler-hero .page-hero-visual,.references-hero .page-hero-grid > img{height:280px!important;min-height:280px!important;border-radius:24px!important}
  .contact-hero .has-contact-image > img{height:220px!important;border-radius:18px!important}
}


/* V25 - hizmet detay ve hizmet karti gorsel duzeltmeleri */
.service-detail-hero .page-hero-grid > img{
  display:block!important;
  width:100%!important;
  height:440px!important;
  min-height:440px!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:34px!important;
  background:#fff!important;
  box-shadow:0 22px 60px rgba(17,24,39,.10)!important;
  border:1px solid rgba(17,24,39,.08)!important;
}
.service-grid .service-image,
.kuku-card-visual,
.portfolio-card .portfolio-image{
  overflow:hidden!important;
  border-radius:22px!important;
  background:#fff!important;
}
.service-grid .service-image img,
.kuku-card-visual img{
  display:block!important;
  width:100%!important;
  height:250px!important;
  min-height:250px!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:22px!important;
  background:#fff!important;
}
.service-content img,
.entry-content img{
  max-width:100%!important;
  height:auto!important;
  border-radius:18px!important;
}
@media (max-width:860px){
  .service-detail-hero .page-hero-grid > img{
    height:280px!important;
    min-height:280px!important;
    border-radius:24px!important;
  }
  .service-grid .service-image img,
  .kuku-card-visual img{
    height:220px!important;
    min-height:220px!important;
    border-radius:18px!important;
  }
}


/* V26 Kukumav hissiyatina yakin ozgun Lunera ana sayfa duzeni */
.lunera-kuku-hero{position:relative;overflow:hidden;padding:clamp(86px,9vw,134px) 0 88px;background:radial-gradient(circle at 12% 8%,rgba(255,210,26,.28),transparent 32%),linear-gradient(180deg,#fff 0%,#fffaf0 100%)}
.lunera-kuku-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(17,24,39,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 76%);pointer-events:none}
.lunera-kuku-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(430px,.94fr);gap:58px;align-items:center}.lunera-kuku-copy h1{font-size:clamp(3.1rem,7.1vw,7rem)!important;line-height:.92!important;max-width:920px;margin:0 0 24px}.lunera-kuku-copy h1:after{content:"";display:block;width:128px;height:10px;background:#ffd21f;border-radius:999px;margin-top:24px}.lunera-kuku-ad{position:relative;min-height:560px}.kuku-search-line{position:absolute;top:0;left:6%;right:6%;height:58px;border-radius:999px;background:#f3f4f6;border:1px solid rgba(17,24,39,.08);box-shadow:0 16px 42px rgba(17,24,39,.08);display:flex;align-items:center;gap:12px;padding:0 22px;font-weight:850;color:#6b7280}.kuku-search-line span{width:16px;height:16px;border:2px solid #111827;border-radius:50%;position:relative;display:inline-block}.kuku-search-line span:after{content:"";position:absolute;width:8px;height:2px;background:#111827;right:-6px;bottom:-3px;transform:rotate(45deg);border-radius:3px}.kuku-search-line p{margin:0}.kuku-ad-preview{position:absolute;left:8%;right:8%;top:106px;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:36px;padding:36px;box-shadow:0 34px 90px rgba(17,24,39,.14)}.kuku-ad-preview span{display:inline-flex;background:#fff3ba;border-radius:999px;padding:7px 12px;font-weight:950;font-size:.74rem;margin-bottom:14px;color:#111827}.kuku-ad-preview h2{font-size:2.15rem!important;margin-bottom:12px!important}.kuku-ad-preview p{font-size:1rem!important;margin-bottom:20px!important}.kuku-ad-preview a{display:inline-flex;background:#ffd21f;color:#111827;border-radius:999px;padding:12px 18px;font-weight:950}.kuku-float-card{position:absolute;z-index:3;background:#111827;color:#fff;border-radius:22px;padding:17px 20px;box-shadow:0 22px 55px rgba(17,24,39,.18);min-width:156px}.kuku-float-card strong{display:block;color:#ffd21f;font-size:1.42rem}.kuku-float-card small{display:block;color:rgba(255,255,255,.82);font-weight:800}.kuku-float-card.one{left:0;bottom:16%}.kuku-float-card.two{right:0;top:28%}.lunera-plan-section{padding:clamp(76px,8vw,120px) 0;background:#fffaf0}.lunera-plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.lunera-plan-grid h2{font-size:clamp(2.3rem,4.5vw,5rem)!important;line-height:.96!important}.lunera-check-row{display:flex;gap:16px;align-items:flex-start;margin-top:18px;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:24px;padding:20px;box-shadow:0 12px 34px rgba(17,24,39,.06)}.lunera-check-row>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ffd21f;color:#111827;font-weight:950;flex:0 0 auto}.lunera-check-row h3{font-size:1.08rem!important;margin:0 0 5px!important}.lunera-check-row p{margin:0!important;font-size:.94rem!important}.lunera-calendar-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:36px;padding:28px;box-shadow:0 28px 78px rgba(17,24,39,.12)}.calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.calendar-head strong{font-size:1.15rem}.calendar-head span{width:12px;height:12px;border-radius:50%;background:#ff3b71;box-shadow:20px 0 #ffd21f,40px 0 #111827}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.calendar-grid i{display:grid;place-items:center;height:46px;border-radius:16px;background:#f8fafc;font-style:normal;font-weight:850;color:#6b7280}.calendar-grid i.active{background:linear-gradient(135deg,#ffd21f,#ff7a45);color:#111827}.kuku-service-card,.kuku-process-grid article,.kuku-review-grid article,.kuku-reference-logos article{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.kuku-service-card:hover,.kuku-process-grid article:hover,.kuku-review-grid article:hover,.kuku-reference-logos article:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(17,24,39,.12)!important;border-color:rgba(255,210,31,.75)!important}.service-detail-hero .page-hero-grid>img,.service-grid .service-image img,.kuku-card-visual img{object-fit:cover!important;object-position:center!important;background:#fff!important}@media(max-width:1180px){.lunera-kuku-hero-grid,.lunera-plan-grid{grid-template-columns:1fr}.lunera-kuku-ad{min-height:500px}.kuku-float-card.one{left:18px}.kuku-float-card.two{right:18px}}@media(max-width:860px){.lunera-kuku-hero{padding:58px 0 64px}.lunera-kuku-copy h1{font-size:clamp(2.55rem,12vw,4.8rem)!important}.lunera-kuku-ad{min-height:430px}.kuku-ad-preview{left:0;right:0;top:84px;padding:24px;border-radius:28px}.kuku-search-line{left:0;right:0}.kuku-float-card{display:none}.calendar-grid i{height:38px;border-radius:12px}.lunera-plan-section{padding:68px 0}.lunera-check-row{padding:16px}.lunera-plan-grid h2{font-size:clamp(2.2rem,9vw,3.8rem)!important}}


/* V27 - videodaki tarza yakin ozgun animasyon sistemi */
html{scroll-behavior:smooth}
.site-header{transition:transform .32s ease,background .32s ease,box-shadow .32s ease,backdrop-filter .32s ease!important;will-change:transform,box-shadow}.site-header.is-scrolled{transform:translateY(0);box-shadow:0 18px 50px rgba(17,24,39,.10)!important}.menu a,.btn,.text-link{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease,color .28s ease!important}.btn:hover,.menu a:hover{transform:translateY(-3px)!important}.btn-primary{position:relative!important;overflow:hidden!important}.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.35) 45%,transparent 70%);transform:translateX(-130%);transition:transform .65s ease}.btn-primary:hover:before{transform:translateX(130%)}
.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:0;transition:opacity .78s cubic-bezier(.2,.8,.2,1),transform .78s cubic-bezier(.2,.8,.2,1);transition-delay:var(--delay,0ms);will-change:opacity,transform}.reveal{transform:translateY(34px)}.reveal-left{transform:translateX(-42px)}.reveal-right{transform:translateX(42px)}.reveal-scale{transform:scale(.94)}.reveal.is-visible,.reveal-left.is-visible,.reveal-right.is-visible,.reveal-scale.is-visible{opacity:1;transform:none}
.lunera-kuku-copy>*{opacity:0;animation:kukuFadeUp .78s cubic-bezier(.2,.8,.2,1) forwards}.lunera-kuku-copy>*:nth-child(1){animation-delay:.08s}.lunera-kuku-copy>*:nth-child(2){animation-delay:.18s}.lunera-kuku-copy>*:nth-child(3){animation-delay:.30s}.lunera-kuku-copy>*:nth-child(4){animation-delay:.42s}.lunera-kuku-copy>*:nth-child(5){animation-delay:.54s}.lunera-kuku-ad{animation:kukuHeroIn 1s cubic-bezier(.2,.8,.2,1) .2s both;transform-style:preserve-3d;will-change:transform}.kuku-search-line{animation:kukuFloatY 5.6s ease-in-out infinite}.kuku-ad-preview{animation:kukuFloatY 6.4s ease-in-out .18s infinite;transition:transform .35s ease,box-shadow .35s ease!important}.kuku-ad-preview:hover{transform:translateY(-8px) scale(1.01)!important;box-shadow:0 42px 105px rgba(17,24,39,.18)!important}.kuku-float-card.one{animation:kukuBob 4.8s ease-in-out infinite}.kuku-float-card.two{animation:kukuBob 5.4s ease-in-out .35s infinite}.kuku-float-card{transition:transform .3s ease,box-shadow .3s ease}.kuku-float-card:hover{transform:translateY(-8px) rotate(-1.5deg)!important;box-shadow:0 28px 70px rgba(17,24,39,.26)!important}
.kuku-partners{overflow:hidden!important}.kuku-partner-track{width:max-content!important;display:flex!important;gap:14px!important;animation:kukuMarquee 28s linear infinite!important;will-change:transform}.kuku-partner-track:hover{animation-play-state:paused!important}.kuku-partner-track span{transition:transform .25s ease,background .25s ease!important}.kuku-partner-track span:hover{transform:translateY(-3px);background:rgba(255,255,255,.16)!important}
.kuku-service-card,.kuku-process-grid article,.kuku-review-grid article,.kuku-reference-logos article,.lunera-check-row,.lunera-calendar-card,.reference-card,.service-card{position:relative;overflow:hidden;transition:transform .34s cubic-bezier(.2,.8,.2,1),box-shadow .34s ease,border-color .34s ease!important;will-change:transform}.kuku-service-card:before,.kuku-process-grid article:before,.kuku-review-grid article:before,.lunera-check-row:before,.lunera-calendar-card:before,.service-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,0%),rgba(255,210,31,.22),transparent 38%);opacity:0;transition:opacity .3s ease;pointer-events:none}.kuku-service-card:hover:before,.kuku-process-grid article:hover:before,.kuku-review-grid article:hover:before,.lunera-check-row:hover:before,.lunera-calendar-card:hover:before,.service-card:hover:before{opacity:1}.kuku-service-card:hover,.kuku-process-grid article:hover,.kuku-review-grid article:hover,.kuku-reference-logos article:hover,.lunera-check-row:hover,.lunera-calendar-card:hover,.reference-card:hover,.service-card:hover{transform:translateY(-10px) scale(1.012)!important;box-shadow:0 30px 78px rgba(17,24,39,.14)!important;border-color:rgba(255,210,31,.75)!important}.kuku-card-visual img,.service-image img,.media-card img{transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease!important}.kuku-service-card:hover .kuku-card-visual img,.service-card:hover .service-image img,.media-card:hover img{transform:scale(1.06)!important;filter:saturate(1.05) contrast(1.02)}
.lunera-check-row{opacity:0;transform:translateX(-34px);animation:kukuSoftIn .75s cubic-bezier(.2,.8,.2,1) forwards}.lunera-check-row:nth-of-type(1){animation-delay:.12s}.lunera-check-row:nth-of-type(2){animation-delay:.24s}.lunera-check-row:nth-of-type(3){animation-delay:.36s}.calendar-grid i{transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.calendar-grid i:hover,.calendar-grid i.active{transform:translateY(-3px);box-shadow:0 10px 24px rgba(255,210,31,.22)}.calendar-grid i.active{animation:kukuPulse 2.2s ease-in-out infinite}
.kuku-section-head h2,.lunera-plan-grid h2,.kuku-contact-grid h2{background:linear-gradient(90deg,#111827,#111827 65%,#d89b00);-webkit-background-clip:text;background-clip:text}.kuku-label{animation:kukuLabelGlow 3.8s ease-in-out infinite}.kuku-contact-band .kuku-form,.kuku-form,.contact-card{transition:transform .34s ease,box-shadow .34s ease}.kuku-form:hover,.contact-card:hover{transform:translateY(-6px);box-shadow:0 28px 72px rgba(17,24,39,.12)!important}
@keyframes kukuFadeUp{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}@keyframes kukuHeroIn{from{opacity:0;transform:translateY(38px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes kukuFloatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes kukuBob{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(1.5deg)}}@keyframes kukuMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes kukuSoftIn{from{opacity:0;transform:translateX(-34px)}to{opacity:1;transform:translateX(0)}}@keyframes kukuPulse{0%,100%{box-shadow:0 0 0 0 rgba(255,210,31,.32)}50%{box-shadow:0 0 0 10px rgba(255,210,31,0)}}@keyframes kukuLabelGlow{0%,100%{box-shadow:0 0 0 rgba(255,210,31,0)}50%{box-shadow:0 10px 28px rgba(255,210,31,.18)}}
@media(max-width:860px){.kuku-partner-track{animation-duration:36s!important}.kuku-service-card:hover,.kuku-process-grid article:hover,.kuku-review-grid article:hover,.lunera-check-row:hover,.lunera-calendar-card:hover,.service-card:hover{transform:translateY(-5px)!important}.lunera-kuku-ad{animation:none!important}.kuku-search-line,.kuku-ad-preview,.kuku-float-card{animation:none!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1!important;transform:none!important}}
