
:root{--ink:#071715;--muted:#5f6f6c;--brand:#00a88a;--brand2:#087f70;--gold:#f5c32f;--bg:#f5f9f8;--white:#fff;--line:#dce8e5;--shadow:0 18px 50px rgba(3,46,39,.10);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.68}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:#061b18;color:#d8efeb;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.topbar a:hover{color:#fff}
.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:210px;display:block}.navlinks{display:flex;align-items:center;gap:24px;font-weight:700;font-size:15px}.navlinks a:hover,.active{color:var(--brand2)}.lang{display:flex;gap:8px;font-size:13px}.lang a{border:1px solid var(--line);padding:5px 8px;border-radius:9px}.cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--brand);color:#fff;padding:13px 20px;border-radius:12px;font-weight:800;border:0;cursor:pointer}.btn.alt{background:var(--gold);color:#171500}.btn.ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.menu-btn{display:none;background:none;border:0;font-size:28px;padding:8px}
.hero{background:linear-gradient(120deg,#e8f7f4 0%,#fff7dc 100%);padding:76px 0 58px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:center}.eyebrow{display:inline-block;color:var(--brand2);font-weight:900;text-transform:uppercase;letter-spacing:.09em;font-size:13px}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.04;margin:12px 0 20px;letter-spacing:-.04em}.hero p{font-size:19px;color:#40514e;max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card{background:#061b18;color:#fff;border-radius:30px;padding:34px;box-shadow:var(--shadow);position:relative}.hero-card:before{content:"";position:absolute;inset:16px;border:1px solid rgba(255,255,255,.13);border-radius:22px;pointer-events:none}.hero-card strong{font-size:30px;color:var(--gold)}.hero-card ul{padding-left:20px}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-26px;position:relative;z-index:3}.trust div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 8px 30px rgba(0,0,0,.05);font-weight:800}
section{padding:72px 0}.soft{background:var(--bg)}.section-head{max-width:800px;margin-bottom:34px}.section-head h2{font-size:clamp(30px,4vw,46px);line-height:1.12;margin:8px 0 14px;letter-spacing:-.025em}.section-head p{color:var(--muted);font-size:18px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 35px rgba(5,50,42,.05)}.card h3{font-size:23px;margin:5px 0 10px}.card p{color:var(--muted)}.icon{width:46px;height:46px;border-radius:14px;background:#dff5f0;display:grid;place-items:center;font-weight:900;color:var(--brand2)}.price{font-size:36px;font-weight:900;letter-spacing:-.03em}.price small{font-size:15px;color:var(--muted);font-weight:600}.featured{border:2px solid var(--brand);transform:translateY(-8px)}.tag{display:inline-block;background:var(--gold);padding:5px 9px;border-radius:8px;font-size:12px;font-weight:900}.checks{padding:0;list-style:none}.checks li{padding:7px 0;border-bottom:1px dashed var(--line)}.checks li:before{content:"✓";color:var(--brand);font-weight:900;margin-right:9px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.visual{min-height:360px;border-radius:30px;background:linear-gradient(145deg,#05231e,#00a88a);position:relative;overflow:hidden}.visual:after{content:"HO";position:absolute;right:22px;bottom:-38px;font-size:190px;font-weight:950;color:rgba(255,255,255,.12);letter-spacing:-.1em}.visual .inside{position:absolute;inset:35px;color:#fff;z-index:2}.visual h3{font-size:34px;margin:0 0 10px}.visual p{max-width:430px;color:#d9efeb}.mini{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.mini div{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);padding:14px;border-radius:14px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;margin:10px 0;padding:18px 20px}.faq summary{font-weight:850;cursor:pointer}.faq p{color:var(--muted)}
.form-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.contact-box{background:#061b18;color:#fff;border-radius:26px;padding:30px}.contact-box a{color:#fff}.form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}label{font-weight:750;font-size:14px}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cddbd8;border-radius:10px;font:inherit;background:#fff}textarea{min-height:130px;resize:vertical}.notice{font-size:13px;color:var(--muted)}.status{padding:12px 14px;border-radius:10px;margin-bottom:15px;font-weight:750}.status.ok{background:#e1f7ed;color:#12653d}.status.err{background:#ffe8e8;color:#8d2525}
.footer{background:#041512;color:#d8e6e3;padding:54px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:34px}.footer img{width:220px}.footer h3{color:#fff}.footer a{display:block;margin:7px 0}.copyright{border-top:1px solid #18332e;margin-top:35px;padding-top:18px;font-size:13px;color:#8eaaa5}
.pagehero{padding:58px 0;background:linear-gradient(120deg,#edf9f6,#fff9e5)}.pagehero h1{font-size:clamp(36px,5vw,58px);line-height:1.08;margin:10px 0}.prose{max-width:900px}.prose h2{font-size:32px;margin-top:38px}.prose h3{font-size:23px}.prose p,.prose li{color:#465754}.breadcrumbs{font-size:13px;color:#687976}.wa-float{position:fixed;right:20px;bottom:20px;z-index:25;background:#13a97d;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:var(--shadow)}
.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:39}.drawer{position:fixed;right:-340px;top:0;width:min(340px,88vw);height:100vh;background:#fff;z-index:40;padding:24px;transition:right .25s ease;box-shadow:-20px 0 60px rgba(0,0,0,.2)}.drawer.open{right:0}.overlay.open{display:block}.drawer a{display:block;padding:13px 4px;border-bottom:1px solid var(--line);font-weight:800}.drawer .close{float:right;border:0;background:none;font-size:28px}
@media(max-width:900px){.topbar{display:none}.nav{height:70px}.brand img{width:170px}.navlinks,.nav>.lang,.nav>.cta{display:none}.menu-btn{display:block}.hero{padding-top:50px}.hero-grid,.split,.form-wrap{grid-template-columns:1fr}.trust{grid-template-columns:1fr 1fr;margin-top:20px}.grid3{grid-template-columns:1fr}.grid2{grid-template-columns:1fr}.featured{transform:none}.footer-grid{grid-template-columns:1fr}.fields{grid-template-columns:1fr}.field.full{grid-column:auto}.hero-card{padding:28px}.visual{min-height:330px}}
@media(max-width:520px){.container{width:min(100% - 28px,1180px)}.trust{grid-template-columns:1fr}.hero h1{font-size:40px}.hero p{font-size:17px}.hero-actions .btn{width:100%}.wa-float{right:12px;bottom:12px;padding:12px 14px}.pagehero{padding:42px 0}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px}

/* Gerçek HomeOffice Antalya fotoğrafları */
.photo-showcase{padding:34px 0 72px}.photo-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr;gap:16px}.photo-grid figure{margin:0;overflow:hidden;border-radius:22px;background:#eef5f3;box-shadow:0 12px 35px rgba(5,50,42,.08);min-height:250px}.photo-grid figure:first-child{grid-row:span 2;min-height:516px}.photo-grid img{width:100%;height:100%;min-height:250px;object-fit:cover;display:block;transition:transform .35s ease}.photo-grid figure:first-child img{min-height:516px}.photo-grid figure:hover img{transform:scale(1.025)}.photo-grid figcaption{position:absolute;left:-9999px}.page-photo{padding:0 0 46px}.page-photo .wide-photo{height:420px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.page-photo img{width:100%;height:100%;object-fit:cover;display:block}.service-gallery{padding-top:0}.service-gallery .grid3 figure{margin:0;border-radius:20px;overflow:hidden;background:#fff;border:1px solid var(--line)}.service-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.service-gallery figcaption{padding:12px 14px;font-weight:750;color:#52635f;font-size:14px}
@media(max-width:900px){.photo-grid{grid-template-columns:1fr 1fr}.photo-grid figure:first-child{grid-column:1/-1;grid-row:auto;min-height:360px}.photo-grid figure:first-child img{min-height:360px}.page-photo .wide-photo{height:330px}}
@media(max-width:520px){.photo-grid{grid-template-columns:1fr}.photo-grid figure:first-child{grid-column:auto;min-height:260px}.photo-grid figure:first-child img{min-height:260px}.photo-grid figure{min-height:230px}.photo-grid img{min-height:230px}.page-photo .wide-photo{height:250px;border-radius:20px}}

/* Header navigation spacing fix - TR / EN / RU */
.header .container.nav,
.topbar .container{
  width:min(1420px,calc(100% - 48px));
}
.header .nav{
  gap:18px;
}
.header .brand{
  flex:0 0 auto;
}
.header .brand img{
  width:180px;
}
.header .navlinks{
  flex:1 1 auto;
  justify-content:center;
  gap:clamp(16px,1.35vw,26px);
  font-size:15px;
}
.header .navlinks a{
  white-space:nowrap;
}
.header .lang,
.header .cta,
.header .menu-btn{
  flex:0 0 auto;
}
.header .cta{
  white-space:nowrap;
}
@media(max-width:1180px){
  .topbar{display:none}
  .header .nav{height:70px}
  .header .brand img{width:170px}
  .header .navlinks,.header .nav>.lang,.header .nav>.cta{display:none}
  .header .menu-btn{display:block}
}
@media(max-width:520px){
  .header .container.nav{width:min(100% - 28px,1420px)}
}
