
/* ==========================================================
   Dutch Eyes — Global Cinematic Investor Platform
   Generated upgrade: Europe-first, Egypt gateway, mobile-first
   ========================================================== */
:root{
  --de-navy:#080c24;--de-navy-2:#101637;--de-navy-3:#16204c;
  --de-gold:#c9a227;--de-gold-2:#e1be55;--de-gold-3:#fff1b8;
  --de-white:#fff;--de-soft:#f5f1e8;--de-text:#202435;--de-muted:#73778a;
  --de-card:rgba(255,255,255,.92);--de-border:rgba(201,162,39,.24);
  --de-shadow:0 24px 80px rgba(0,0,0,.22);--de-radius:26px;--de-h:92px;
  --de-ease:cubic-bezier(.22,1,.36,1);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden;-webkit-text-size-adjust:100%}
body{margin:0;font-family:'Montserrat','Segoe UI',Arial,sans-serif;background:#fff;color:var(--de-text);overflow-x:hidden;line-height:1.6}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}
::selection{background:var(--de-gold);color:var(--de-navy)}
.de-preloader{position:fixed;inset:0;z-index:99999;background:radial-gradient(circle at 50% 35%,#fff 0,#f7f1de 35%,#fff 66%);display:grid;place-items:center;transition:.7s var(--de-ease);}
.de-preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.de-pre-card{text-align:center;animation:preRise .9s var(--de-ease) both}
.de-pre-card img{width:min(220px,55vw);height:auto;margin:0 auto 14px;filter:drop-shadow(0 18px 32px rgba(201,162,39,.28))}
.de-pre-title{font-family:'Playfair Display',serif;font-size:clamp(36px,7vw,72px);letter-spacing:.08em;text-transform:uppercase;color:var(--de-navy);font-weight:800;line-height:1}
.de-pre-sub{color:var(--de-gold);text-transform:uppercase;letter-spacing:.22em;font-weight:700;font-size:12px;margin-top:10px}
.de-pre-line{width:min(280px,60vw);height:3px;background:#e8debd;border-radius:100px;overflow:hidden;margin:26px auto 0}
.de-pre-line span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--de-gold),var(--de-gold-2));animation:loadBar 1.4s ease-in-out both}
@keyframes preRise{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none}}
@keyframes loadBar{from{transform:translateX(-100%)}to{transform:translateX(0)}}
.de-header{position:fixed;inset:0 0 auto 0;height:var(--de-h);z-index:9990;background:linear-gradient(180deg,rgba(8,12,36,.96),rgba(8,12,36,.84));backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-bottom:1px solid var(--de-border);transition:.35s var(--de-ease)}
.de-header.scrolled{height:76px;background:rgba(8,12,36,.98);box-shadow:0 18px 55px rgba(0,0,0,.34)}
.de-head-inner{max-width:1640px;margin:0 auto;height:100%;display:flex;align-items:center;gap:22px;padding:0 clamp(16px,3vw,54px)}
.de-brand{display:flex;align-items:center;gap:16px;min-width:275px;flex-shrink:0}
.de-brand-logo{width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(201,162,39,.44));transition:.35s var(--de-ease)}
.de-header.scrolled .de-brand-logo{width:62px;height:62px}
.de-brand-word{font-family:'Playfair Display',serif;color:#fff;font-size:clamp(22px,2.2vw,33px);font-weight:800;letter-spacing:.08em;text-transform:uppercase;line-height:1;white-space:nowrap}
.de-brand-word span{color:var(--de-gold-2)}
.de-brand-sub{display:block;margin-top:6px;color:var(--de-gold-2);font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}
.de-nav{display:flex;align-items:center;justify-content:center;gap:7px;flex:1}
.de-nav a,.de-nav button{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);color:rgba(255,255,255,.88);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;padding:11px 13px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;transition:.25s var(--de-ease);white-space:nowrap;cursor:pointer}
.de-nav a:hover,.de-nav a.active,.de-nav button:hover{color:#fff;background:linear-gradient(135deg,rgba(201,162,39,.28),rgba(255,255,255,.08));border-color:rgba(201,162,39,.55);box-shadow:0 8px 22px rgba(201,162,39,.13)}
.de-dd{position:relative}.de-dd-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(10px);min-width:260px;background:rgba(8,12,36,.98);border:1px solid var(--de-border);border-radius:20px;box-shadow:var(--de-shadow);padding:10px;opacity:0;visibility:hidden;transition:.25s var(--de-ease)}
.de-dd:hover .de-dd-menu,.de-dd:focus-within .de-dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.de-dd-menu a{width:100%;justify-content:flex-start;border-radius:14px;margin:3px 0}
.de-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.de-lang{position:relative}
.de-lang-btn{border:1px solid rgba(201,162,39,.45);background:rgba(201,162,39,.1);color:var(--de-gold-2);border-radius:999px;padding:10px 13px;display:flex;align-items:center;gap:8px;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}
.de-lang-btn img,.de-lang-menu img{width:22px;height:15px;object-fit:cover;border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.2)}
.de-lang-menu{position:absolute;right:0;top:calc(100% + 12px);width:260px;max-height:70vh;overflow:auto;background:rgba(8,12,36,.98);border:1px solid var(--de-border);border-radius:18px;box-shadow:var(--de-shadow);padding:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s var(--de-ease)}
.de-lang.open .de-lang-menu{opacity:1;visibility:visible;transform:none}.de-lang-menu button{width:100%;border:0;border-radius:12px;background:transparent;color:rgba(255,255,255,.8);display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;text-align:left}
.de-lang-menu button:hover,.de-lang-menu button.active{background:rgba(201,162,39,.14);color:var(--de-gold-2)}
.de-cta{background:linear-gradient(135deg,var(--de-gold),var(--de-gold-2));color:var(--de-navy);border-radius:999px;padding:12px 18px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 10px 22px rgba(201,162,39,.25);white-space:nowrap}
.de-burger{display:none;width:46px;height:46px;border:1px solid rgba(201,162,39,.5);background:rgba(201,162,39,.1);border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.de-burger span{width:22px;height:2px;background:var(--de-gold-2);border-radius:2px;transition:.25s}.de-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.de-burger.open span:nth-child(2){opacity:0}.de-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.de-mobile-panel{position:fixed;inset:0 0 0 auto;width:min(420px,94vw);background:linear-gradient(180deg,#080c24,#121946);z-index:9989;transform:translateX(110%);transition:.38s var(--de-ease);box-shadow:-22px 0 70px rgba(0,0,0,.55);display:flex;flex-direction:column}
.de-mobile-panel.open{transform:none}.de-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:9988;opacity:0;visibility:hidden;transition:.3s}.de-mobile-overlay.open{opacity:1;visibility:visible}
.de-mobile-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--de-border)}.de-mobile-head img{width:74px;height:58px;object-fit:contain}.de-mobile-close{width:42px;height:42px;border:1px solid var(--de-border);border-radius:50%;background:rgba(201,162,39,.08);color:var(--de-gold-2);font-size:20px;cursor:pointer}
.de-mobile-links{padding:16px 22px;overflow:auto}.de-mobile-links a{display:flex;align-items:center;gap:13px;color:rgba(255,255,255,.86);padding:14px 12px;border-bottom:1px solid rgba(255,255,255,.06);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.de-mobile-links a i{color:var(--de-gold)}
.de-mobile-lang{padding:16px 22px;border-top:1px solid var(--de-border)}.de-mobile-lang p{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--de-gold);font-weight:900}.de-mobile-lang-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:10px}.de-mobile-lang-grid button{border:1px solid rgba(201,162,39,.35);background:rgba(201,162,39,.06);color:#fff;border-radius:12px;padding:9px 6px;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:800;font-size:11px}.de-mobile-lang-grid img{width:20px;height:14px;object-fit:cover;border-radius:3px}
.de-hero{position:relative;min-height:100svh;padding:calc(var(--de-h) + 90px) clamp(18px,5vw,80px) 90px;display:flex;align-items:center;overflow:hidden;background:#070b22;color:#fff}
.de-hero-media{position:absolute;inset:0;z-index:0;overflow:hidden}.de-hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.04)}.de-hero-media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,36,.94),rgba(8,12,36,.60) 48%,rgba(8,12,36,.38)),radial-gradient(circle at 70% 30%,rgba(201,162,39,.27),transparent 30%)}
.de-hero-inner{position:relative;z-index:1;max-width:1480px;width:100%;margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:50px;align-items:center}.de-kicker{display:inline-flex;align-items:center;gap:9px;background:rgba(201,162,39,.13);border:1px solid rgba(201,162,39,.46);border-radius:999px;padding:9px 13px;color:var(--de-gold-3);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-bottom:24px}
.de-title{font-family:'Playfair Display',serif;font-size:clamp(48px,7vw,112px);line-height:.98;margin:0 0 22px;font-weight:900;letter-spacing:-.035em}.de-title span{display:block;color:var(--de-gold-2);font-style:italic;font-family:'Cormorant Garamond',serif;font-weight:500}
.de-lead{font-size:clamp(16px,1.65vw,23px);max-width:760px;color:rgba(255,255,255,.83);line-height:1.8;margin:0 0 34px}.de-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.de-btn{border:1px solid var(--de-border);border-radius:999px;padding:15px 22px;display:inline-flex;align-items:center;gap:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px;transition:.25s var(--de-ease)}.de-btn.gold{background:linear-gradient(135deg,var(--de-gold),var(--de-gold-2));color:var(--de-navy);box-shadow:0 16px 35px rgba(201,162,39,.28)}.de-btn.ghost{background:rgba(255,255,255,.08);color:#fff}.de-btn:hover{transform:translateY(-3px)}
.de-hero-panel{background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(201,162,39,.32);border-radius:32px;padding:28px;backdrop-filter:blur(18px);box-shadow:0 30px 90px rgba(0,0,0,.32)}.de-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.de-panel-item{padding:22px;border-radius:22px;background:rgba(8,12,36,.62);border:1px solid rgba(255,255,255,.08)}.de-panel-num{font-family:'Playfair Display',serif;font-size:36px;color:var(--de-gold-2);font-weight:900}.de-panel-lbl{color:rgba(255,255,255,.75);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.de-section{padding:90px clamp(18px,5vw,80px);position:relative}.de-section.alt{background:linear-gradient(180deg,#fbfaf6,#fff)}.de-container{max-width:1480px;margin:0 auto}.de-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.de-eyebrow{color:var(--de-gold);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.2em;margin-bottom:10px}.de-section-title{font-family:'Playfair Display',serif;font-size:clamp(34px,4.6vw,68px);line-height:1.08;margin:0;color:var(--de-navy)}.de-section-text{max-width:710px;color:var(--de-muted);font-size:17px;line-height:1.85;margin:10px 0 0}
.de-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.de-grid.three{grid-template-columns:repeat(3,1fr)}.de-grid.two{grid-template-columns:repeat(2,1fr)}
.de-destination{position:relative;min-height:330px;border-radius:28px;overflow:hidden;box-shadow:0 20px 60px rgba(8,12,36,.18);background:#111;isolation:isolate}.de-destination img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s var(--de-ease)}.de-destination::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,36,.08),rgba(8,12,36,.88));z-index:1}.de-destination:hover img{transform:scale(1.08)}.de-destination-content{position:absolute;z-index:2;inset:auto 0 0 0;padding:24px;color:#fff}.de-destination h3{font-family:'Playfair Display',serif;font-size:30px;margin:0 0 6px}.de-destination p{margin:0 0 18px;color:rgba(255,255,255,.75)}.de-chip{display:inline-flex;border:1px solid rgba(201,162,39,.45);background:rgba(201,162,39,.14);color:var(--de-gold-3);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.de-property-card{background:#fff;border:1px solid rgba(10,14,39,.08);border-radius:28px;overflow:hidden;box-shadow:0 16px 45px rgba(8,12,36,.1);transition:.3s var(--de-ease);position:relative}.de-property-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(8,12,36,.18)}.de-property-img{height:255px;position:relative;overflow:hidden;background:#ddd}.de-property-img img{width:100%;height:100%;object-fit:cover;transition:.5s var(--de-ease)}.de-property-card:hover .de-property-img img{transform:scale(1.06)}.de-property-badge{position:absolute;top:16px;left:16px;background:rgba(8,12,36,.86);color:var(--de-gold-2);border:1px solid rgba(201,162,39,.35);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.de-property-body{padding:22px}.de-property-title{font-family:'Playfair Display',serif;font-size:24px;line-height:1.16;margin:0 0 8px;color:var(--de-navy)}.de-property-loc{display:flex;align-items:center;gap:8px;color:var(--de-muted);font-size:13px;margin-bottom:14px}.de-property-desc{color:#62677a;font-size:14px;line-height:1.7;margin:0 0 18px}.de-property-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 18px}.de-property-meta span{background:#f7f4ec;border-radius:12px;padding:8px;text-align:center;font-weight:800;font-size:12px;color:#30374c}.de-price-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.de-price{font-size:22px;font-weight:900;color:var(--de-gold)}.de-roi{font-size:12px;font-weight:900;color:#1b7b48;background:#eaf8f0;border-radius:999px;padding:7px 10px}
.de-egypt-cta{position:relative;border-radius:36px;overflow:hidden;min-height:430px;background:#080c24;display:flex;align-items:center;padding:clamp(28px,5vw,70px);box-shadow:var(--de-shadow)}.de-egypt-cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.64}.de-egypt-cta::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,36,.93),rgba(8,12,36,.5),rgba(8,12,36,.25))}.de-egypt-content{position:relative;z-index:1;color:#fff;max-width:760px}.de-egypt-content h2{font-family:'Playfair Display',serif;font-size:clamp(36px,5vw,72px);line-height:1;margin:0 0 18px}.de-egypt-content p{font-size:18px;line-height:1.85;color:rgba(255,255,255,.82)}
.de-contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.de-contact-card,.de-form-card{background:#fff;border:1px solid rgba(10,14,39,.08);border-radius:28px;padding:30px;box-shadow:0 18px 45px rgba(8,12,36,.08)}.de-contact-card{background:linear-gradient(145deg,var(--de-navy),var(--de-navy-3));color:#fff}.de-contact-line{display:flex;gap:14px;margin:18px 0;color:rgba(255,255,255,.84)}.de-contact-line i{color:var(--de-gold);width:22px;margin-top:4px}.de-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.de-field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.de-field label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#484d5f}.de-field input,.de-field select,.de-field textarea{border:1px solid #dce0e8;border-radius:14px;padding:13px 14px;outline:none;background:#fbfcff}.de-field input:focus,.de-field select:focus,.de-field textarea:focus{border-color:var(--de-gold);box-shadow:0 0 0 4px rgba(201,162,39,.12)}
.de-footer{background:#06091d;color:#fff;padding:64px clamp(18px,5vw,80px) 28px;border-top:1px solid var(--de-border)}.de-footer-grid{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px}.de-footer-logo{display:flex;align-items:center;gap:14px;margin-bottom:16px}.de-footer-logo img{width:86px;height:66px;object-fit:contain}.de-footer h4{font-family:'Playfair Display',serif;color:var(--de-gold);font-size:20px;margin:0 0 16px}.de-footer a{display:block;color:rgba(255,255,255,.72);margin:9px 0;font-size:14px}.de-footer a:hover{color:var(--de-gold)}.de-footer p{color:rgba(255,255,255,.72);margin:0 0 12px}.de-footer-bottom{max-width:1480px;margin:34px auto 0;padding-top:20px;border-top:1px solid rgba(201,162,39,.16);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.62);font-size:13px}
.de-subpage-hero{min-height:65svh;padding-top:calc(var(--de-h) + 70px);padding-bottom:70px}.de-searchbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px;background:#fff;border:1px solid rgba(10,14,39,.08);border-radius:22px;padding:14px;box-shadow:0 12px 36px rgba(8,12,36,.07)}.de-searchbar input,.de-searchbar select{flex:1;min-width:180px;border:1px solid #e1e4ec;border-radius:14px;padding:12px 14px}.de-pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 0}.de-pill{border-radius:999px;background:#fff;border:1px solid rgba(201,162,39,.3);padding:10px 14px;font-weight:900;font-size:12px;color:var(--de-navy)}
@media(max-width:1280px){.de-nav{display:none}.de-burger{display:flex}.de-brand{min-width:0}.de-hero-inner{grid-template-columns:1fr}.de-hero-panel{max-width:720px}.de-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:920px){:root{--de-h:78px}.de-brand-logo{width:58px;height:58px}.de-brand-word{font-size:23px}.de-brand-sub{font-size:8px}.de-cta{display:none}.de-grid,.de-grid.three,.de-grid.two{grid-template-columns:1fr 1fr}.de-section-head{display:block}.de-contact{grid-template-columns:1fr}.de-footer-grid{grid-template-columns:1fr 1fr}.de-hero{padding-top:calc(var(--de-h) + 56px)}}
@media(max-width:620px){:root{--de-h:68px}.de-head-inner{padding:0 12px;gap:10px}.de-brand{gap:9px}.de-brand-logo{width:48px;height:48px}.de-brand-word{font-size:18px;letter-spacing:.05em}.de-brand-sub{font-size:6.8px;letter-spacing:.12em;max-width:178px;white-space:normal;line-height:1.25}.de-lang-btn span{display:none}.de-title{font-size:clamp(44px,15vw,68px)}.de-lead{font-size:16px}.de-hero-actions{flex-direction:column}.de-btn{justify-content:center;width:100%}.de-panel-grid,.de-grid,.de-grid.three,.de-grid.two,.de-form-grid{grid-template-columns:1fr}.de-section{padding:64px 16px}.de-property-img{height:220px}.de-footer-grid{grid-template-columns:1fr}.de-footer-bottom{display:block}.de-mobile-lang-grid{grid-template-columns:1fr 1fr}}
[dir="rtl"] body{font-family:'Montserrat','Segoe UI',Tahoma,Arial,sans-serif}[dir="rtl"] .de-mobile-panel{inset:0 auto 0 0;transform:translateX(-110%)}[dir="rtl"] .de-mobile-panel.open{transform:none}[dir="rtl"] .de-lang-menu{right:auto;left:0}[dir="rtl"] .de-title{letter-spacing:0}


/* ===== VIDEO-FREE ANIMATED PROPERTY HERO ===== */
.de-property-hero-animated{background:#070b22}
.de-bg-slide{position:absolute;inset:-4%;background-size:cover;background-position:center;opacity:0;transform:scale(1.06);animation:dePropertyKenBurns 24s infinite;will-change:opacity,transform;filter:saturate(1.08) contrast(1.05)}
.de-bg-slide.s1{background-image:url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1900&q=82');animation-delay:0s}
.de-bg-slide.s2{background-image:url('https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?auto=format&fit=crop&w=1900&q=82');animation-delay:6s}
.de-bg-slide.s3{background-image:url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1900&q=82');animation-delay:12s}
.de-bg-slide.s4{background-image:url('https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=1900&q=82');animation-delay:18s}
@keyframes dePropertyKenBurns{0%{opacity:0;transform:scale(1.06) translateX(0)}7%{opacity:1}28%{opacity:1}36%{opacity:0;transform:scale(1.16) translateX(-1.5%)}100%{opacity:0;transform:scale(1.06)}}
.de-hero .de-kicker{box-shadow:0 0 0 1px rgba(201,162,39,.18),0 18px 40px rgba(0,0,0,.18)}
.de-hero .de-title{text-shadow:0 8px 40px rgba(0,0,0,.62)}
.de-hero .de-lead{background:rgba(8,12,36,.32);border-left:3px solid rgba(201,162,39,.75);padding:16px 18px;border-radius:18px;backdrop-filter:blur(12px);box-shadow:0 18px 50px rgba(0,0,0,.18)}
.de-auth-card{border:1px solid rgba(201,162,39,.24);box-shadow:0 28px 80px rgba(8,12,36,.10);position:relative;overflow:hidden}
.de-auth-card::before{content:'';position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#c9a227,#f1d36b,#c9a227)}
.de-auth-intro{color:#6c757d;line-height:1.8;margin:-18px 0 24px;max-width:620px}
.de-check{display:flex;align-items:flex-start;gap:10px;margin:10px 0 18px;color:#5f6672;font-size:13px;line-height:1.5}.de-check input{accent-color:#c9a227;margin-top:2px}
.de-auth-links{margin-top:18px;color:#6c757d;font-weight:700}.de-auth-links a{color:#9b7b18}.de-auth-links a:hover{color:#c9a227}
.de-auth-message{display:none;margin-bottom:18px;padding:13px 16px;border-radius:14px;font-weight:800;font-size:13px;line-height:1.5}.de-auth-message.show{display:block}.de-auth-message.error{background:#fff2f2;color:#a62b2b;border:1px solid #ffd0d0}.de-auth-message.success{background:#f2fff6;color:#16713a;border:1px solid #c9f0d6}
[dir="rtl"] .de-hero .de-lead{border-left:none;border-right:3px solid rgba(201,162,39,.75)}
@media (prefers-reduced-motion: reduce){.de-bg-slide{animation:none}.de-bg-slide.s1{opacity:1;transform:none}}


/* ==========================================================
   Dutch Eyes V3 — high-contrast property buttons, section
   image backgrounds, video + 3D tour presentation
   ========================================================== */
.de-section{
  overflow:hidden;
  isolation:isolate;
  background:linear-gradient(180deg,#fbfaf6,#fff);
}
.de-section::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.94)),var(--de-section-bg, url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1900&q=78'));
  background-size:cover;
  background-position:center;
  opacity:.72;
  transform:scale(1.02);
}
.de-section::after{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(circle at 82% 12%,rgba(201,162,39,.16),transparent 34%),radial-gradient(circle at 12% 92%,rgba(8,12,36,.08),transparent 36%);
}
.de-section.alt::before{
  background-image:linear-gradient(180deg,rgba(248,246,239,.90),rgba(255,255,255,.95)),var(--de-section-bg, url('https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?auto=format&fit=crop&w=1900&q=78'));
}
.de-section > .de-container{position:relative;z-index:1}
.de-section-head,.de-form-card,.de-contact-card,.de-searchbar,.de-property-card,.de-destination{
  backdrop-filter:saturate(1.05);
}
.de-btn,
.de-chip,
.de-cta{
  position:relative;
  overflow:hidden;
}
.de-btn.gold,
.de-chip,
.de-cta{
  background:linear-gradient(135deg,#ffd86a 0%,#c9a227 46%,#fff0b2 100%) !important;
  color:#070b22 !important;
  border:1px solid rgba(255,232,142,.96) !important;
  box-shadow:0 14px 34px rgba(201,162,39,.40), inset 0 1px 0 rgba(255,255,255,.55) !important;
  text-shadow:none !important;
}
.de-chip{
  padding:12px 16px !important;
  min-height:42px;
  align-items:center;
  justify-content:center;
  letter-spacing:.09em;
}
.de-btn.ghost{
  color:#fff !important;
  background:linear-gradient(135deg,rgba(8,12,36,.88),rgba(24,31,74,.82)) !important;
  border:1px solid rgba(255,216,106,.70) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.30) !important;
}
.de-btn:hover,
.de-chip:hover,
.de-cta:hover{
  transform:translateY(-3px) scale(1.01);
  filter:brightness(1.05);
}
.de-price-row{
  align-items:stretch;
  gap:12px;
}
.de-price-row .de-chip{
  flex-shrink:0;
  min-width:138px;
}
.de-property-card{
  border:1px solid rgba(201,162,39,.20);
  box-shadow:0 20px 52px rgba(8,12,36,.14),0 0 0 1px rgba(255,255,255,.6) inset;
}
.de-property-img::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,12,36,0) 35%,rgba(8,12,36,.78));
  pointer-events:none;
}
.de-property-media-actions{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  z-index:4;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.de-media-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:38px;
  padding:9px 12px;
  border-radius:999px;
  color:#fff;
  background:rgba(8,12,36,.84);
  border:1px solid rgba(255,216,106,.62);
  box-shadow:0 10px 24px rgba(0,0,0,.26);
  backdrop-filter:blur(12px);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.de-media-btn i{color:#ffd86a;font-size:12px}
.de-media-btn:hover{
  background:linear-gradient(135deg,#ffd86a,#c9a227);
  color:#070b22;
  transform:translateY(-2px);
}
.de-media-btn:hover i{color:#070b22}
.de-media-showcase{
  --de-section-bg:url('https://images.unsplash.com/photo-1600607687644-c7171b42498b?auto=format&fit=crop&w=1900&q=78');
}
.de-media-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.de-media-panel{
  border-radius:32px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(8,12,36,.96),rgba(18,26,72,.92));
  border:1px solid rgba(201,162,39,.32);
  box-shadow:0 28px 78px rgba(8,12,36,.24);
  color:#fff;
}
.de-media-frame{
  min-height:330px;
  display:grid;
  place-items:center;
  position:relative;
  background-size:cover;
  background-position:center;
}
.de-media-frame::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,12,36,.18),rgba(8,12,36,.82));
}
.de-media-placeholder{
  position:relative;
  z-index:1;
  text-align:center;
  padding:28px;
}
.de-media-placeholder i{
  width:74px;
  height:74px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  color:#080c24;
  background:linear-gradient(135deg,#ffd86a,#c9a227,#fff0b2);
  box-shadow:0 16px 44px rgba(201,162,39,.36);
  font-size:24px;
}
.de-media-placeholder h3{
  font-family:'Playfair Display',serif;
  margin:0 0 8px;
  font-size:34px;
  color:#fff;
}
.de-media-placeholder p{
  margin:0 auto;
  max-width:430px;
  color:rgba(255,255,255,.78);
  line-height:1.75;
}
.de-media-caption{
  padding:22px 24px;
  border-top:1px solid rgba(201,162,39,.18);
  color:rgba(255,255,255,.76);
}
.de-media-caption strong{color:#ffd86a}
.de-visual-ribbon{
  display:inline-flex;
  gap:9px;
  align-items:center;
  margin-bottom:14px;
  padding:9px 13px;
  color:#080c24;
  background:linear-gradient(135deg,#ffd86a,#c9a227);
  border-radius:999px;
  font-weight:900;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.de-destination .de-chip{
  color:#080c24 !important;
}
@media(max-width:920px){
  .de-media-grid{grid-template-columns:1fr}
  .de-price-row{display:grid;grid-template-columns:1fr}
  .de-price-row .de-chip{width:100%}
}
@media(max-width:620px){
  .de-property-media-actions{left:10px;right:10px;bottom:10px}
  .de-media-btn{flex:1;padding:8px 9px;font-size:10px}
  .de-media-frame{min-height:260px}
  .de-media-placeholder h3{font-size:28px}
}


/* ==========================================================
   Dutch Eyes V4 — brighter cinematic motion, refined hero text,
   larger logo, premium mobile presentation, unique section moods
   ========================================================== */
:root{--de-h:104px}
.de-header{height:var(--de-h);background:linear-gradient(180deg,rgba(8,12,36,.94),rgba(10,16,46,.80));}
.de-header.scrolled{height:84px}
.de-brand{min-width:315px;gap:18px}
.de-brand-logo{width:96px!important;height:96px!important;filter:drop-shadow(0 10px 24px rgba(255,216,106,.46)) drop-shadow(0 1px 0 rgba(255,255,255,.15))}
.de-header.scrolled .de-brand-logo{width:78px!important;height:78px!important}
.de-brand-word{font-size:clamp(24px,2.35vw,36px);letter-spacing:.075em;text-shadow:0 4px 20px rgba(0,0,0,.34)}
.de-brand-sub{font-size:9.5px;letter-spacing:.17em;color:#ffe08a;text-shadow:0 3px 14px rgba(0,0,0,.35)}

/* premium readable hero copy — smaller than previous large headline */
.de-hero{background:#f7f2df;min-height:92svh}
.de-hero-media::after{background:linear-gradient(90deg,rgba(8,12,36,.76),rgba(8,12,36,.36) 47%,rgba(255,255,255,.10)),radial-gradient(circle at 74% 20%,rgba(255,216,106,.25),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.16));}
.de-hero-inner>div:first-child{max-width:820px;background:linear-gradient(145deg,rgba(8,12,36,.58),rgba(8,12,36,.30));border:1px solid rgba(255,216,106,.30);border-radius:34px;padding:clamp(22px,3vw,38px);backdrop-filter:blur(10px);box-shadow:0 24px 70px rgba(8,12,36,.25)}
.de-kicker{background:rgba(255,216,106,.18);color:#fff0b2;border-color:rgba(255,216,106,.55)}
.de-title{font-size:clamp(37px,5.4vw,74px)!important;line-height:1.04!important;letter-spacing:-.018em!important;margin-bottom:18px!important;text-wrap:balance}
.de-title span{color:#ffe18a!important;text-shadow:0 7px 34px rgba(0,0,0,.42)}
.de-title span:first-child{font-family:'Playfair Display',serif!important;font-style:normal!important;font-weight:800!important;color:#fff!important}
.de-title span:last-child{font-family:'Cormorant Garamond',serif!important;font-weight:600!important;letter-spacing:.01em!important;color:#ffe18a!important}
.de-subpage-hero{min-height:78svh}.de-subpage-hero .de-title{font-size:clamp(33px,4.4vw,60px)!important;line-height:1.09!important}
.de-subpage-hero .de-hero-inner>div:first-child{max-width:760px;padding:clamp(20px,2.6vw,34px)}
.de-lead{font-size:clamp(15px,1.35vw,19px)!important;color:rgba(255,255,255,.90)!important;line-height:1.8!important;background:rgba(255,255,255,.10)!important;border-left:3px solid rgba(255,216,106,.85)!important;box-shadow:none!important}
.de-hero-panel{background:linear-gradient(145deg,rgba(255,255,255,.24),rgba(255,255,255,.10));border-color:rgba(255,216,106,.38)}
.de-panel-item{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.18)}
.de-panel-lbl{color:rgba(255,255,255,.86)}

/* brighter moving hero backgrounds, changed per page by JS */
.de-bg-slide{filter:saturate(1.18) contrast(1.04) brightness(1.07)!important;animation-duration:28s!important}

/* different animated backgrounds per section */
.de-section::before{opacity:.36!important;background-image:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.88)),var(--de-section-bg, url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1900&q=78'))!important}
.de-section.alt::before{opacity:.40!important;background-image:linear-gradient(180deg,rgba(255,252,244,.70),rgba(255,255,255,.90)),var(--de-section-bg, url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1900&q=78'))!important}
.de-section-bg-rotator{position:absolute;inset:0;z-index:-3;overflow:hidden;pointer-events:none;border-radius:inherit}.de-section-bg-rotator span{position:absolute;inset:-3%;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);animation:deSectionBrightMotion 30s infinite;filter:saturate(1.2) brightness(1.06) contrast(1.02)}.de-section-bg-rotator span:nth-child(1){animation-delay:0s}.de-section-bg-rotator span:nth-child(2){animation-delay:7.5s}.de-section-bg-rotator span:nth-child(3){animation-delay:15s}.de-section-bg-rotator span:nth-child(4){animation-delay:22.5s}@keyframes deSectionBrightMotion{0%{opacity:0;transform:scale(1.04) translateX(0)}7%{opacity:.34}28%{opacity:.34}38%{opacity:0;transform:scale(1.13) translateX(-1.8%)}100%{opacity:0;transform:scale(1.04)}}
.de-section::after{background:radial-gradient(circle at 82% 12%,rgba(255,216,106,.18),transparent 34%),radial-gradient(circle at 12% 92%,rgba(255,255,255,.46),transparent 34%)!important}.de-section-title{text-wrap:balance}.de-section-text{color:#53586b;background:rgba(255,255,255,.56);border-radius:18px;padding:10px 14px;display:inline-block}.de-section-head{background:rgba(255,255,255,.58);border:1px solid rgba(201,162,39,.14);border-radius:26px;padding:22px;backdrop-filter:blur(8px)}

/* make destination cards and property buttons clearer on bright pages */
.de-destination::after{background:linear-gradient(180deg,rgba(8,12,36,.02),rgba(8,12,36,.72))!important}.de-destination-content{padding:26px}.de-destination h3{text-shadow:0 7px 26px rgba(0,0,0,.38)}.de-chip,.de-price-row .de-chip{background:linear-gradient(135deg,#fff2a8 0%,#ffc83d 45%,#b88400 100%)!important;color:#07102f!important;border:1px solid rgba(255,246,181,.98)!important;box-shadow:0 14px 36px rgba(201,162,39,.45),0 0 0 1px rgba(255,255,255,.32) inset!important;font-weight:1000!important}.de-price-row .de-chip{font-size:11px;min-width:150px}.de-media-btn{background:rgba(7,11,34,.74)!important;border-color:rgba(255,216,106,.78)!important;color:#fff!important}.de-media-btn:hover{color:#07102f!important}

/* premium mobile like big global sites */
@media(max-width:1280px){.de-brand{min-width:0}.de-brand-logo{width:82px!important;height:82px!important}.de-header.scrolled .de-brand-logo{width:70px!important;height:70px!important}}
@media(max-width:920px){:root{--de-h:86px}.de-header.scrolled{height:78px}.de-brand-logo{width:70px!important;height:70px!important}.de-header.scrolled .de-brand-logo{width:62px!important;height:62px!important}.de-brand-word{font-size:25px}.de-brand-sub{font-size:8.2px}.de-hero{padding-top:calc(var(--de-h) + 34px);min-height:86svh}.de-hero-inner{gap:28px}.de-hero-inner>div:first-child{border-radius:28px}.de-section-head{padding:18px}}
@media(max-width:620px){:root{--de-h:76px}.de-header{height:var(--de-h)!important}.de-header.scrolled{height:70px!important}.de-head-inner{padding:0 12px;gap:8px}.de-brand{gap:9px}.de-brand-logo{width:62px!important;height:62px!important}.de-header.scrolled .de-brand-logo{width:56px!important;height:56px!important}.de-brand-word{font-size:20px!important;letter-spacing:.045em}.de-brand-sub{font-size:6.9px!important;letter-spacing:.105em;max-width:170px;line-height:1.18}.de-burger{width:43px;height:43px;border-radius:13px}.de-lang-btn{padding:9px 10px}.de-lang-btn img{width:24px;height:16px}.de-hero{padding:calc(var(--de-h) + 28px) 14px 46px;min-height:auto}.de-hero-inner{display:block}.de-hero-inner>div:first-child{padding:20px 16px;border-radius:24px}.de-title{font-size:clamp(31px,10.2vw,46px)!important;line-height:1.08!important;margin-bottom:14px!important}.de-subpage-hero .de-title{font-size:clamp(28px,9.2vw,40px)!important}.de-kicker{font-size:9.5px;letter-spacing:.12em;padding:8px 10px;margin-bottom:14px}.de-lead{font-size:14.5px!important;padding:12px 13px!important;border-radius:14px!important}.de-hero-panel{margin-top:18px;padding:16px;border-radius:24px}.de-panel-item{padding:15px}.de-panel-num{font-size:28px}.de-panel-lbl{font-size:10px}.de-section{padding:54px 14px}.de-section-head{border-radius:22px;padding:16px;margin-bottom:22px}.de-section-title{font-size:clamp(28px,8.4vw,38px)}.de-section-text{font-size:14px;line-height:1.65}.de-destination{min-height:285px;border-radius:22px}.de-destination-content{padding:20px}.de-property-card{border-radius:23px}.de-price-row{grid-template-columns:1fr!important}.de-price-row .de-chip{width:100%;min-width:0}.de-mobile-panel{width:min(390px,96vw)}.de-mobile-head img{width:86px;height:66px}.de-mobile-links a{font-size:12.5px;padding:13px 10px}.de-mobile-lang-grid button{font-size:10.5px}}
[dir="rtl"] .de-lead{border-left:none!important;border-right:3px solid rgba(255,216,106,.85)!important}
@media (prefers-reduced-motion: reduce){.de-section-bg-rotator span{animation:none}.de-section-bg-rotator span:first-child{opacity:.24;transform:none}}


/* Dutch Eyes global social footer, WhatsApp popup and AI property finder */
.de-footer-grid-premium{grid-template-columns:1.35fr .8fr .8fr 1.25fr}.de-footer-about p{max-width:460px}.de-footer-tagline{font-weight:900;color:var(--de-gold-3)!important}.de-social-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.de-social-row a{width:42px;height:42px;border-radius:50%;display:inline-flex!important;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(201,162,39,.25);color:#fff!important;margin:0!important;transition:.25s var(--de-ease)}.de-social-row a:hover{transform:translateY(-4px);background:linear-gradient(135deg,var(--de-gold),var(--de-gold-2));color:#081020!important}.de-footer-contact .de-service-line{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);border-radius:16px;padding:11px 12px;margin:10px 0}.de-footer-contact .de-service-line strong,.de-footer-contact .de-service-line span{display:block;color:rgba(255,255,255,.86);font-size:13px;line-height:1.55}.de-footer-contact .de-service-line a{margin:3px 0 0!important;color:var(--de-gold-3)!important;font-weight:900}.de-contact-services{display:grid;grid-template-columns:1fr;gap:10px;margin-top:20px}.de-mini-contact{display:block;border:1px solid rgba(201,162,39,.28);background:rgba(255,255,255,.08);border-radius:18px;padding:13px 14px;color:#fff!important}.de-mini-contact strong{display:block;color:var(--de-gold-3);margin-bottom:3px}.de-mini-contact span{color:rgba(255,255,255,.82);font-size:13px}.de-mini-contact.whatsapp{background:linear-gradient(135deg,rgba(37,211,102,.18),rgba(201,162,39,.10))}.de-form-note{font-size:12px;color:#7b8192;margin:12px 0 0}.de-floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:99991;font-family:Montserrat,Arial,sans-serif}.de-wa-main{width:64px;height:64px;border-radius:50%;border:0;background:#25D366;color:#fff;box-shadow:0 16px 38px rgba(37,211,102,.36);display:flex;align-items:center;justify-content:center;font-size:30px;cursor:pointer;position:relative}.de-wa-main::after{content:'';position:absolute;inset:-8px;border:1px solid rgba(37,211,102,.55);border-radius:50%;animation:dePulse 1.8s infinite}.de-wa-panel{position:absolute;right:0;bottom:78px;width:min(360px,calc(100vw - 34px));background:rgba(6,9,29,.97);border:1px solid rgba(201,162,39,.22);border-radius:26px;box-shadow:0 30px 85px rgba(0,0,0,.38);overflow:hidden;opacity:0;transform:translateY(14px) scale(.96);pointer-events:none;transition:.28s var(--de-ease)}.de-floating-whatsapp.open .de-wa-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.de-wa-head{padding:18px 18px 14px;background:linear-gradient(135deg,rgba(201,162,39,.22),rgba(37,211,102,.16));color:#fff}.de-wa-head strong{display:block;font-family:'Playfair Display',serif;font-size:24px}.de-wa-head span{font-size:12px;color:rgba(255,255,255,.74)}.de-wa-body{padding:14px}.de-wa-option{display:flex!important;gap:12px;align-items:center;border-radius:18px;padding:12px;background:rgba(255,255,255,.065);color:#fff!important;border:1px solid rgba(255,255,255,.08);margin:9px 0!important}.de-wa-option i{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(201,162,39,.16);color:var(--de-gold-3)}.de-wa-option strong{display:block;font-size:14px}.de-wa-option small{display:block;color:rgba(255,255,255,.66);line-height:1.45}.de-ai-launch{position:fixed;left:22px;bottom:22px;z-index:99990;display:flex;align-items:center;gap:10px;border:1px solid rgba(201,162,39,.32);background:linear-gradient(135deg,#081020,#121936);color:#fff;border-radius:999px;padding:12px 16px;box-shadow:0 18px 50px rgba(8,12,36,.28);cursor:pointer;font-weight:900}.de-ai-launch i{color:var(--de-gold-3)}.de-ai-modal{position:fixed;inset:0;z-index:99992;background:rgba(6,9,29,.72);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:.25s var(--de-ease)}.de-ai-modal.open{opacity:1;pointer-events:auto}.de-ai-card{width:min(860px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:32px;box-shadow:0 35px 100px rgba(0,0,0,.38);border:1px solid rgba(201,162,39,.22)}.de-ai-card-head{padding:28px 30px 18px;background:linear-gradient(135deg,#06091d,#151d3e);color:#fff;position:relative}.de-ai-card-head h3{font-family:'Playfair Display',serif;font-size:clamp(30px,4vw,48px);margin:0 0 8px}.de-ai-card-head p{margin:0;color:rgba(255,255,255,.75);line-height:1.7}.de-ai-close{position:absolute;right:18px;top:18px;border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:50%;width:38px;height:38px;cursor:pointer}.de-ai-form{padding:24px 30px 30px}.de-ai-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.de-ai-result{border-radius:20px;background:#f8f5ee;border:1px solid rgba(201,162,39,.22);padding:16px;margin:16px 0;color:#293044;line-height:1.75}.de-ai-result strong{color:#9b7618}.de-ai-submit-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.de-ai-success{display:none;border-radius:18px;background:#eaf8f0;color:#115b34;padding:14px 16px;margin-top:14px;font-weight:800}.de-ai-success.show{display:block}@keyframes dePulse{0%{transform:scale(.85);opacity:.9}100%{transform:scale(1.35);opacity:0}}@media(max-width:920px){.de-footer-grid-premium{grid-template-columns:1fr 1fr}.de-ai-grid{grid-template-columns:1fr}}@media(max-width:620px){.de-footer-grid-premium{grid-template-columns:1fr}.de-floating-whatsapp{right:16px;bottom:18px}.de-wa-main{width:58px;height:58px}.de-ai-launch{left:14px;right:88px;bottom:18px;justify-content:center;padding:12px 10px}.de-ai-launch span{font-size:12px}.de-ai-card-head,.de-ai-form{padding-left:18px;padding-right:18px}}


/* Dutch Eyes V5.1 — dynamic property detail gallery and stronger Egypt background */
.de-property-detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:28px;align-items:start}.de-detail-gallery{background:rgba(255,255,255,.92);border:1px solid rgba(201,162,39,.28);border-radius:30px;padding:14px;box-shadow:0 26px 70px rgba(8,12,36,.16)}.de-detail-main{height:min(62vh,620px);min-height:360px;border-radius:24px;overflow:hidden;background:#071137;position:relative}.de-detail-main img{width:100%;height:100%;object-fit:cover}.de-detail-main::after{content:'Dutch Eyes Selected Property';position:absolute;left:18px;bottom:18px;border:1px solid rgba(255,216,106,.62);background:rgba(8,12,36,.72);color:#fff;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(10px)}.de-detail-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.de-detail-thumbs button{border:2px solid transparent;background:#fff;border-radius:16px;padding:0;overflow:hidden;height:86px;cursor:pointer;box-shadow:0 10px 24px rgba(8,12,36,.12);transition:.22s ease}.de-detail-thumbs button.active,.de-detail-thumbs button:hover{border-color:#c9a227;transform:translateY(-2px)}.de-detail-thumbs img{width:100%;height:100%;object-fit:cover}.de-detail-card{position:sticky;top:110px}.de-detail-location{margin:8px 0 18px;color:#6e7282;font-weight:800}.de-detail-location i{color:#c9a227;margin-inline-end:8px}.de-detail-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.de-detail-cta-row .de-btn{width:auto}.de-property-detail-section::before{background-image:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.94)),var(--de-section-bg)!important}.de-egypt-power-bg,.de-section[data-egypt-bg]{--de-section-bg:url('../uploads/egypt-redsea-investor-bg.svg')!important}.de-hero-media .de-bg-slide[style*="egypt-redsea-investor-bg"]{background-position:center!important;filter:saturate(1.2) contrast(1.05) brightness(1.02)!important}@media(max-width:980px){.de-property-detail-grid{grid-template-columns:1fr}.de-detail-card{position:relative;top:auto}.de-detail-main{height:420px}.de-detail-thumbs{grid-template-columns:repeat(4,1fr)}}@media(max-width:620px){.de-detail-gallery{border-radius:22px;padding:10px}.de-detail-main{height:310px;min-height:280px;border-radius:18px}.de-detail-main::after{font-size:9px;left:12px;bottom:12px}.de-detail-thumbs{grid-template-columns:repeat(3,1fr);gap:8px}.de-detail-thumbs button{height:72px}.de-detail-cta-row .de-btn{width:100%}}


/* Dutch Eyes V7 — Netherlands-first investor UX, larger AI assistant and refined header logo */
.de-brand-logo{width:88px!important;height:88px!important;object-fit:contain;filter:drop-shadow(0 10px 26px rgba(255,216,106,.42))!important}
.de-header.scrolled .de-brand-logo{width:72px!important;height:72px!important}
.de-investor-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.de-investor-card{background:rgba(255,255,255,.88);border:1px solid rgba(201,162,39,.24);box-shadow:0 20px 55px rgba(8,12,36,.10);border-radius:28px;padding:26px}.de-investor-card i{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--de-gold),var(--de-gold-2));color:#081020;margin-bottom:16px}.de-investor-card h3{font-family:'Playfair Display',serif;font-size:25px;margin:0 0 10px;color:#081020}.de-investor-card p{color:#606879;line-height:1.75;margin:0}
.de-ai-card-large{width:min(1080px,100%)!important}.de-ai-card-large .de-ai-card-head{padding:34px 38px 22px}.de-ai-card-large .de-ai-form{padding:28px 38px 36px}.de-ai-full{grid-column:1/-1}.de-ai-full textarea{min-height:112px}.de-ai-result{font-size:15px}.de-ai-launch{padding:15px 20px!important;font-size:14px!important}.de-ai-launch span{white-space:nowrap}.de-footer-grid-premium{gap:28px}.de-footer a{line-height:1.35}.de-contact-card .de-contact-line span{line-height:1.72}
@media(max-width:920px){.de-investor-cards{grid-template-columns:1fr}.de-brand-logo{width:68px!important;height:68px!important}.de-header.scrolled .de-brand-logo{width:60px!important;height:60px!important}.de-ai-card-large .de-ai-card-head,.de-ai-card-large .de-ai-form{padding-left:22px;padding-right:22px}.de-ai-modal{align-items:flex-end;padding:10px}.de-ai-card{border-radius:28px 28px 0 0;max-height:94vh}}
@media(max-width:620px){.de-brand-logo{width:54px!important;height:54px!important}.de-header.scrolled .de-brand-logo{width:50px!important;height:50px!important}.de-ai-launch{left:12px!important;right:84px!important;bottom:14px!important;font-size:12px!important}.de-ai-launch span{white-space:normal}.de-ai-card-head h3{font-size:30px!important}.de-ai-grid{gap:11px}.de-footer-grid-premium{grid-template-columns:1fr!important}}

/* Dutch Eyes V8 — compact organised footer for desktop browsers and mobile */
.de-footer.de-footer-compact{
  padding:26px clamp(16px,4vw,58px) 14px!important;
  background:linear-gradient(180deg,#06091d 0%,#040716 100%)!important;
}
.de-footer-compact .de-footer-shell{max-width:1480px;margin:0 auto}
.de-footer-compact .de-footer-topline{
  display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:22px;
  padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid rgba(201,162,39,.16)
}
.de-footer-mini-brand{display:flex;align-items:center;gap:10px;min-width:245px}
.de-footer-mini-brand img{width:58px!important;height:48px!important;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(255,216,106,.26))}
.de-footer-mini-brand .de-brand-word{font-size:22px!important;line-height:1!important;letter-spacing:.06em}
.de-footer-mini-brand .de-brand-sub{font-size:8px!important;line-height:1.2!important;letter-spacing:.16em;max-width:185px}
.de-footer-mini-about{margin:0!important;max-width:780px!important;font-size:13px!important;line-height:1.55!important;color:rgba(255,255,255,.72)!important}
.de-footer-compact .de-social-row{margin:0!important;gap:7px!important;justify-content:flex-end;flex-wrap:nowrap}
.de-footer-compact .de-social-row a{width:32px!important;height:32px!important;font-size:13px!important;flex:0 0 32px}
.de-footer-compact-grid{display:grid;grid-template-columns:1fr 1.05fr 1.05fr 1.55fr;gap:20px;align-items:start}
.de-footer-compact .de-footer-col h4{font-size:14px!important;margin:0 0 9px!important;letter-spacing:.08em;text-transform:uppercase;font-family:Montserrat,Arial,sans-serif!important;color:var(--de-gold-3)!important}
.de-footer-compact .de-footer-links-inline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 12px}
.de-footer-compact .de-footer-links-inline a,.de-footer-compact .de-footer-email{margin:0!important;font-size:12.5px!important;line-height:1.35!important;color:rgba(255,255,255,.72)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.de-footer-compact .de-footer-email{display:block;margin-bottom:8px!important;color:var(--de-gold-3)!important;max-width:100%}
.de-footer-contact-pills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.de-footer-compact .de-footer-pill{margin:0!important;border:1px solid rgba(201,162,39,.18);background:rgba(255,255,255,.055);border-radius:12px;padding:8px 9px!important;min-width:0;color:#fff!important}
.de-footer-compact .de-footer-pill strong{display:block;font-size:11px;line-height:1.15;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.de-footer-compact .de-footer-pill span{display:block;font-size:10.5px;line-height:1.25;color:rgba(255,255,255,.68);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}
.de-footer-bottom-compact{max-width:1480px!important;margin:16px auto 0!important;padding-top:12px!important;font-size:11.5px!important;color:rgba(255,255,255,.55)!important}
@media(max-width:1120px){
  .de-footer-compact .de-footer-topline{grid-template-columns:1fr auto;gap:14px}.de-footer-mini-about{grid-column:1/-1;order:3}.de-footer-compact-grid{grid-template-columns:repeat(2,1fr)}.de-footer-contact-pills{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:720px){
  .de-footer.de-footer-compact{padding:22px 14px 12px!important}.de-footer-compact .de-footer-topline{grid-template-columns:1fr;gap:12px;text-align:center}.de-footer-mini-brand{justify-content:center;min-width:0}.de-footer-mini-about{font-size:12.5px!important}.de-footer-compact .de-social-row{justify-content:center;flex-wrap:wrap}.de-footer-compact-grid{grid-template-columns:1fr;gap:16px;text-align:center}.de-footer-compact .de-footer-links-inline{grid-template-columns:repeat(2,minmax(0,1fr));max-width:420px;margin:0 auto}.de-footer-contact-pills{grid-template-columns:1fr;max-width:420px;margin:0 auto}.de-footer-bottom-compact{text-align:center;display:block!important}.de-footer-bottom-compact span{display:block;margin:4px 0}
}
@media(max-width:420px){.de-footer-compact .de-footer-links-inline{grid-template-columns:1fr}.de-footer-mini-brand .de-brand-word{font-size:19px!important}.de-footer-mini-brand img{width:52px!important;height:44px!important}}



/* Dutch Eyes FINAL FIX 2 — locked cinematic backgrounds for Europe and Egypt */
body.de-page-europe .de-property-hero-animated{background-image:url('../uploads/europe-luxury-hero/europe-hero-01-greece-mykonos-bay.webp')!important;background-size:cover!important;background-position:center!important;}
body.de-page-egypt .de-property-hero-animated,body.de-page-redsea .de-property-hero-animated{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-10-hurghada-resort-bay-sunset.webp')!important;background-size:cover!important;background-position:center!important;}
@keyframes deClientCinematicCycle{0%{opacity:0;transform:scale(1.04) translate3d(0,0,0)}3%{opacity:1}10%{opacity:1}13%{opacity:0;transform:scale(1.15) translate3d(-1.8%,-.8%,0)}100%{opacity:0;transform:scale(1.04) translate3d(0,0,0)}}
body.de-page-europe .de-bg-slide,body.de-page-egypt .de-bg-slide,body.de-page-redsea .de-bg-slide{animation-name:deClientCinematicCycle!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important;backface-visibility:hidden!important;transform-origin:center!important;}
body.de-page-europe .de-bg-slide.s1{background-image:url('../uploads/europe-luxury-hero/europe-hero-01-greece-mykonos-bay.webp')!important;opacity:1}
body.de-page-europe .de-bg-slide.s2{background-image:url('../uploads/europe-luxury-hero/europe-hero-03-greece-zakynthos-blue-cove.webp')!important}
body.de-page-europe .de-bg-slide.s3{background-image:url('../uploads/client-netherlands-hero/netherlands-client-18.webp')!important}
body.de-page-europe .de-bg-slide.s4{background-image:url('../uploads/client-netherlands-hero/netherlands-client-17.webp')!important}
body.de-page-europe .de-bg-slide.s5{background-image:url('../uploads/client-netherlands-hero/netherlands-client-19.webp')!important}
body.de-page-europe .de-bg-slide.s6{background-image:url('../uploads/europe-luxury-hero/europe-hero-07-italy-dolomites-chalet.webp')!important}
body.de-page-europe .de-bg-slide.s7{background-image:url('../uploads/europe-luxury-hero/europe-hero-08-italy-tuscany-villa-sunset.webp')!important}
body.de-page-europe .de-bg-slide.s8{background-image:url('../uploads/europe-luxury-hero/europe-hero-09-netherlands-windmill-canal-sunset.webp')!important}
body.de-page-europe .de-bg-slide.s9{background-image:url('../uploads/client-netherlands-hero/netherlands-client-01.webp')!important}
body.de-page-europe .de-bg-slide.s10{background-image:url('../uploads/europe-luxury-hero/europe-hero-11-netherlands-heather-sunrise.webp')!important}
body.de-page-europe .de-bg-slide.s11{background-image:url('../uploads/europe-luxury-hero/europe-hero-12-netherlands-dunes-sunset.webp')!important}
body.de-page-europe .de-bg-slide.s12{background-image:url('../uploads/europe-luxury-hero/europe-hero-13-swiss-alps-luxury-valley.webp')!important}
body.de-page-europe .de-bg-slide.s13{background-image:url('../uploads/europe-luxury-hero/europe-hero-14-alpine-lake-mountain-reflection.webp')!important}
body.de-page-europe .de-bg-slide.s14{background-image:url('../uploads/client-netherlands-hero/netherlands-client-16.webp')!important}
body.de-page-egypt .de-bg-slide.s1,body.de-page-redsea .de-bg-slide.s1{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-10-hurghada-resort-bay-sunset.webp')!important;opacity:1}
body.de-page-egypt .de-bg-slide.s2,body.de-page-redsea .de-bg-slide.s2{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-11-crystal-red-sea-coral-shore.webp')!important}
body.de-page-egypt .de-bg-slide.s3,body.de-page-redsea .de-bg-slide.s3{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-15-red-sea-sandy-luxury-beach.webp')!important}
body.de-page-egypt .de-bg-slide.s4,body.de-page-redsea .de-bg-slide.s4{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-14-el-gouna-marina-lagoon.webp')!important}
body.de-page-egypt .de-bg-slide.s5,body.de-page-redsea .de-bg-slide.s5{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-12-luxury-resort-sunset-bay.webp')!important}
body.de-page-egypt .de-bg-slide.s6,body.de-page-redsea .de-bg-slide.s6{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-13-luxury-resort-palm-promenade.webp')!important}
body.de-page-egypt .de-bg-slide.s7,body.de-page-redsea .de-bg-slide.s7{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-02-desert-safari-jeeps-sunset.webp')!important}
body.de-page-egypt .de-bg-slide.s8,body.de-page-redsea .de-bg-slide.s8{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-05-quad-safari-golden-desert.webp')!important}
body.de-page-egypt .de-bg-slide.s9,body.de-page-redsea .de-bg-slide.s9{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-06-red-sea-mountain-quad-view.webp')!important}
body.de-page-egypt .de-bg-slide.s10,body.de-page-redsea .de-bg-slide.s10{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-07-red-sea-mountain-coast.webp')!important}
body.de-page-egypt .de-bg-slide.s11,body.de-page-redsea .de-bg-slide.s11{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-08-red-sea-high-mountain-panorama.webp')!important}
body.de-page-egypt .de-bg-slide.s12,body.de-page-redsea .de-bg-slide.s12{background-image:url('../uploads/egypt-luxury-hero/egypt-hero-09-red-sea-sunset-coastline.webp')!important}
.de-client-cinematic-section .de-section-bg-rotator span{animation-name:deSectionBrightMotion!important;animation-duration:32s!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important;filter:saturate(1.18) brightness(1.06) contrast(1.04)!important}
.de-footer-legal-record{display:inline-block!important;max-width:100%;line-height:1.6!important;color:rgba(255,255,255,.72)!important}
