:root{
  --line:rgba(255,255,255,.16); --text:#fbf7ef; --muted:#ebe2d5;
  --accent:#7ad4ff; --accent2:#85ffd8; --glass:rgba(73,82,92,.22); --shadow:0 18px 36px rgba(0,0,0,.20); --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:transparent;color:var(--text);position:relative;min-height:100vh;isolation:isolate}
body::before{content:'';position:fixed;inset:0;background:url('uploads/hero/hero.jpg') center center/cover no-repeat;z-index:-2;transform:translateZ(0);will-change:transform}
body::after{content:'';position:fixed;inset:0;background:linear-gradient(180deg,rgba(34,39,44,.10),rgba(34,39,44,var(--overlay-opacity,.24)));z-index:-1;pointer-events:none}
body.rtl{direction:rtl}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}

.mobile-lang{display:none}
.mobile-lang-label{display:block;font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:#efe7da;margin:0 0 .18rem .1rem;opacity:.82}
.mobile-lang-select{width:100%;appearance:none;-webkit-appearance:none;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:var(--text);padding:.72rem 2.5rem .72rem .95rem;font:inherit;font-weight:600;backdrop-filter:blur(10px);box-shadow:var(--shadow);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:18px}
.mobile-lang-select:focus{outline:none;border-color:rgba(255,255,255,.28);background-color:rgba(255,255,255,.12)}

.topbar{position:sticky;top:0;z-index:30;display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 1.3rem;background:rgba(42,47,53,var(--topbar-opacity,.30));backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.brand{display:flex;gap:.85rem;align-items:center}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#032235;font-weight:900}
.brand strong{display:block;font-size:1.1rem}.brand small,.section-head p,.hero-note p,.footer small{color:var(--muted);text-shadow:0 1px 10px rgba(0,0,0,.18)}
.nav{display:flex;gap:1.1rem;flex-wrap:wrap}
.nav a,.lang-switch a{padding:.55rem .9rem;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid transparent;transition:.2s ease}
.nav a:hover,.lang-switch a:hover,.lang-switch a.active{border-color:var(--line);background:rgba(255,255,255,.08)}
.lang-switch{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end;max-width:560px}
.hero{min-height:88vh;position:relative;display:flex;align-items:flex-end;padding:4.5rem 1.3rem 2rem;background:linear-gradient(110deg,rgba(38,42,47,.08),rgba(38,42,47,.03) 35%,rgba(38,42,47,.10) 85%), var(--hero) center/cover no-repeat;}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 80% 22%, rgba(250,216,127,.16), transparent 22%),linear-gradient(180deg, rgba(37,41,47,.10), rgba(39,43,49,.28) 85%);}
.hero-grid,.section,.footer{position:relative;z-index:1;max-width:1240px;margin:0 auto;width:100%}
.hero-grid{display:grid;grid-template-columns:1.6fr .85fr;gap:1.3rem;align-items:end}
.eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;color:#f1e9dc;text-shadow:0 2px 14px rgba(0,0,0,.22)}
.hero h1{font-size:clamp(2.5rem,6vw,5.2rem);line-height:1.02;max-width:11ch;margin:.3rem 0 1rem;text-shadow:0 10px 30px rgba(0,0,0,.32)}
.lead{max-width:60ch;font-size:1.06rem;line-height:1.78;color:#f7f1e6;text-shadow:0 2px 18px rgba(0,0,0,.22)}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin:1.3rem 0 1rem}.hero-scroll{margin-top:.7rem;color:#efe7da}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.25rem;border-radius:999px;border:1px solid var(--line);font-weight:700;box-shadow:var(--shadow);transition:transform .2s ease, background .2s ease}
.btn:hover{transform:translateY(-2px)} .btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#05202e;border:none} .btn-secondary{background:rgba(255,255,255,.06)} .btn-block{width:100%}
.glass{background:rgba(73,82,92,var(--card-opacity,.18));border:1px solid var(--line);backdrop-filter:blur(12px);box-shadow:var(--shadow);border-radius:var(--radius)}
.hero-note{padding:1.2rem 1.2rem 1.3rem}.micro-badges,.chips{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:1rem}
.micro-badges span,.chips span{border-radius:999px;padding:.48rem .78rem;background:rgba(255,255,255,.07);border:1px solid var(--line);color:#eef7fd;font-size:.92rem}
.section{padding:4rem 1.3rem}.section-head{max-width:760px;margin-bottom:1.4rem}.section-head h2{font-size:clamp(1.8rem,4vw,3rem);margin:.25rem 0 .75rem}.section-head p:last-child{font-size:1.02rem;line-height:1.8}
.trust-grid,.region-grid,.gallery-grid,.testimonial-grid,.service-grid{display:grid;gap:1rem}.trust-grid{grid-template-columns:repeat(4,1fr)} .trust-card{padding:1rem 1.1rem;font-weight:700}
.service-grid{grid-template-columns:repeat(2,1fr)} .service-card{overflow:hidden}.service-card img{height:280px;width:100%;object-fit:cover}.service-body{padding:1.1rem 1.15rem 1.3rem}.service-body h3{margin:.35rem 0 .6rem;font-size:1.5rem}.service-body p{color:#f7f3ea;line-height:1.75;text-shadow:0 1px 10px rgba(0,0,0,.12)}.service-body ul{padding-left:1rem;color:#ece4d8;line-height:1.7}.package-box{margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--line)}
.region-grid{grid-template-columns:repeat(3,1fr)} .region-card{padding:1rem 1.1rem}.region-card strong{display:block;font-size:1.1rem;margin-bottom:.45rem;color:#fbf7ef}.region-card p{margin:0;color:#eee6db;line-height:1.7}
.gallery-grid{grid-template-columns:repeat(3,1fr)} .gallery-card{overflow:hidden}.gallery-card img{width:100%;height:280px;object-fit:cover;transition:transform .6s ease}.gallery-card:hover img{transform:scale(1.06)}
.testimonial-grid{grid-template-columns:repeat(3,1fr)} .testimonial-grid blockquote{margin:0;padding:1.2rem}.testimonial-grid p{font-size:1.03rem;line-height:1.8}.testimonial-grid footer{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);margin-top:1rem}
.contact-grid{display:grid;grid-template-columns:1fr .95fr;gap:1rem}.contact-copy,.contact-form{padding:1.2rem}.contact-links{display:flex;flex-direction:column;gap:.7rem;margin-top:1rem}.contact-link{width:100%;min-height:62px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow);overflow:hidden}.whatsapp-box{background:linear-gradient(135deg,#11b76d,#35e48b)}.telegram-box{background:linear-gradient(135deg,#1e83ea,#52caff)}.contact-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex:0 0 28px}.contact-icon svg{width:100% !important;height:100% !important;max-width:28px;max-height:28px;display:block}.contact-form{display:grid;gap:.8rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.95rem 1rem;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.10);color:var(--text);outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#f1e8db;opacity:.98}.contact-form option{color:#111}
.footer{text-align:center;padding:0 1.3rem 2.5rem}.footer p{font-size:1.06rem;max-width:800px;margin:0 auto .9rem}.footer-contact{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.45rem 1.2rem;padding:.25rem 0 0;margin:0 auto 1rem;max-width:980px}.footer-contact-item{display:block;padding:.12rem 0;border:none;background:transparent;font-weight:600;color:var(--text);letter-spacing:.01em}.footer-phone{color:#f2fbf7}.boxed-footer-contact{display:grid;grid-template-columns:minmax(220px,280px) minmax(380px,1fr) minmax(220px,280px);align-items:center;gap:1rem;max-width:1180px;margin:0 auto 1.1rem}.footer-box{background:rgba(73,82,92,var(--footer-opacity,.18));padding:1rem 1.15rem;border-radius:18px}.footer-note-inline{margin:0;max-width:none;font-size:1.02rem;line-height:1.65;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-side{min-width:0}.footer-side-left{text-align:left}.footer-side-right{text-align:right}
.floating-messengers{position:fixed;right:1rem;bottom:1rem;display:flex;flex-direction:column;gap:.8rem;z-index:35}.messenger{display:flex;align-items:center;gap:.7rem;padding:.72rem 1rem;border-radius:999px;color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 30px rgba(0,0,0,.24)}.messenger .icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex:0 0 24px;background:rgba(255,255,255,.18);border-radius:999px;padding:4px}.messenger .icon svg{width:100% !important;height:100% !important;max-width:16px;max-height:16px;display:block}.messenger em{font-style:normal;font-weight:700;font-size:.95rem}.whatsapp{background:linear-gradient(135deg,#11b76d,#35e48b)}.telegram{background:linear-gradient(135deg,#1e83ea,#52caff)}
.toast{position:fixed;right:1rem;top:5.4rem;background:#22b36a;color:#fff;padding:.95rem 1rem;border-radius:16px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-12px);transition:.25s;z-index:50}.toast.show{opacity:1;transform:translateY(0)}
.site-shell{position:relative;z-index:1}
.glass,.trust-card,.region-card,.service-card,.testimonial-grid blockquote,.contact-copy,.contact-form{backdrop-filter:blur(12px)}
.service-body h3,.section-head h2,.contact-copy h2,.testimonial-grid p,.hero-note p,.contact-copy p,.contact-form,.hero-note,.chips span,.micro-badges span{color:var(--text)}
.small,.service-body li,.section-head p,.footer small{color:var(--muted)}
.admin-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#081521;color:#f2f7fb}.admin-side{padding:1.2rem;border-right:1px solid var(--line);background:rgba(0,0,0,.18)}.admin-main{padding:1.2rem}.admin-card{padding:1.1rem;margin-bottom:1rem}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.admin-form-grid textarea{min-height:120px}
.flash{padding:.9rem 1rem;border-radius:14px;margin-bottom:1rem}.flash.success{background:rgba(34,179,106,.18);border:1px solid rgba(34,179,106,.4)}.flash.error{background:rgba(211,74,74,.16);border:1px solid rgba(211,74,74,.4)}
.small{font-size:.9rem;color:var(--muted)} .admin-tabs{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem}.admin-tabs a{padding:.55rem .85rem;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--line)}
@media (max-width:1100px){.hero-grid,.contact-grid,.service-grid,.gallery-grid,.testimonial-grid,.region-grid,.trust-grid,.admin-layout,.admin-form-grid{grid-template-columns:1fr}.nav{display:none}}
@media (max-width:680px){.topbar{align-items:flex-start;flex-direction:column}.messenger em{display:none}.gallery-card img,.service-card img{height:220px}.contact-link{min-height:58px}}

.contact-link *,.messenger *{max-width:none}
.contact-link svg,.messenger svg{overflow:visible}


@media (max-width:680px){
  body::before{background-position:center 30%;background-size:cover}
  .topbar{position:sticky;top:0;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:.48rem .85rem .5rem;gap:.34rem}
  .brand{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);gap:.65rem;align-items:center}
  .brand strong{font-size:.96rem;line-height:1.02}
  .brand small{display:block;font-size:.74rem;line-height:1.05;margin-top:.06rem}
  .brand-mark{width:38px;height:38px;border-radius:12px;flex:0 0 38px}
  .lang-switch{display:none}
  .mobile-lang{display:block;width:100%}
  .mobile-lang-label{display:none}
  .mobile-lang-select{font-size:.94rem;padding:.6rem 2.2rem .6rem .88rem}
  .hero{min-height:78vh;padding:1.15rem 1rem 1.45rem;background-position:center 28%;background-attachment:scroll}
  .hero-grid{gap:.9rem;align-items:end}
  .hero h1{max-width:9.8ch}
  .hero-note{padding:1rem}
  .floating-messengers{right:.8rem;bottom:.9rem;gap:.72rem}
  .messenger{padding:.72rem .78rem}
  .messenger .icon{width:28px;height:28px;flex-basis:28px}
  .messenger .icon svg{max-width:18px;max-height:18px}
  .footer-contact{grid-template-columns:1fr;gap:.18rem;padding:0 .1rem}
  .footer-contact-item{width:100%;font-size:.98rem;padding:.06rem 0}
}


/* v11 fixes */
.contact-form option{background:rgba(39,46,54,.98);color:var(--text)}
.contact-form select{color:var(--text)}
.section-head{max-width:820px;margin-bottom:1.5rem;padding:1.1rem 1.2rem;border-radius:20px;background:rgba(70,80,90,.18);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);box-shadow:var(--shadow)}
.section-head p:last-child{margin-bottom:0}
.footer{padding:0 1.3rem 2.5rem}
.footer-contact-layout{display:grid;grid-template-columns:minmax(240px,1fr) auto minmax(240px,1fr);align-items:center;gap:1.2rem;max-width:1240px;margin:0 auto 1rem}
.footer-side{display:flex;flex-direction:column;gap:.35rem}
.footer-side-left{align-items:flex-start;text-align:left}
.footer-side-right{align-items:flex-end;text-align:right}
.footer-note-inline{margin:0;text-align:center;white-space:nowrap;font-size:1.04rem}
.footer-contact-item{display:block;font-weight:600;color:var(--text);letter-spacing:.01em}
.footer-phone{color:#f2fbf7}
@media (max-width:900px){
  .footer-contact-layout{grid-template-columns:1fr;gap:.8rem}
  .footer-side-left,.footer-side-right{align-items:center;text-align:center}
  .footer-note-inline{white-space:normal}
}
@media (max-width:680px){
  .mobile-lang-select{font-size:.9rem;padding:.52rem 2rem .52rem .82rem;border-radius:14px}
  .topbar{padding:.42rem .8rem .44rem;gap:.26rem}
  .brand{grid-template-columns:36px minmax(0,1fr);gap:.58rem}
  .brand strong{font-size:.92rem}
  .brand small{font-size:.72rem}
  .brand-mark{width:36px;height:36px;border-radius:11px}
  .footer-contact-layout{gap:.5rem}
}

/* v12 admin + footer + branding */
.hero-overlay{background:linear-gradient(180deg, rgba(34,40,44,var(--overlay-opacity,0.32)) 0%, rgba(38,44,48,calc(var(--overlay-opacity,0.32) + .06)) 100%)}
.brand-logo-wrap{overflow:hidden;padding:0;background:rgba(255,255,255,.06)}
.brand-logo-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.admin-login-card{width:min(480px,100%);padding:1.5rem;background:rgba(9,18,29,.72)}
.admin-side{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));backdrop-filter:blur(14px)}
.admin-card{background:rgba(14,25,38,.58)}
.admin-menu{display:grid;gap:.45rem;margin:1rem 0 1.2rem}
.admin-menu a{display:block;padding:.75rem .95rem;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid var(--line);color:var(--text);font-weight:700}
.admin-menu a:hover{background:rgba(255,255,255,.1)}
.admin-main{display:grid;gap:1rem}
.admin-card h2{margin-top:0}
.admin-form-grid label{display:grid;gap:.42rem;color:var(--text);font-weight:600}
.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:var(--text);padding:.85rem .95rem;border-radius:16px}
.admin-form-grid textarea{min-height:120px;resize:vertical}
.admin-preview-stack{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-start}
.boxed-footer-contact{align-items:stretch;gap:1.1rem}
.footer-box{padding:.9rem 1.05rem;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:rgba(70,80,90,.18)}
.footer-box .footer-contact-item{padding:.1rem 0}
.footer-note-inline{padding:0 .4rem}
@media (max-width:900px){.boxed-footer-contact{gap:.8rem}.footer-box{padding:.85rem 1rem}}
@media (max-width:680px){.boxed-footer-contact{grid-template-columns:1fr;gap:.65rem}.footer-note-inline{font-size:.98rem}}


/* v13 admin polish */
.admin-section-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}
.admin-section-head h2{margin:.1rem 0 .3rem}
.admin-live-chip{padding:.7rem 1rem;border-radius:999px;background:rgba(92,231,210,.12);border:1px solid rgba(92,231,210,.24);font-weight:700;color:#dffaf6;white-space:nowrap}
.admin-preview-hero{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.1rem;border-radius:22px;margin-bottom:1rem;background:linear-gradient(135deg,rgba(71,125,176,.22),rgba(18,132,128,.24));border:1px solid rgba(255,255,255,.12)}
.admin-preview-copy{max-width:560px;color:var(--text);line-height:1.7}
.admin-menu a.active{background:linear-gradient(135deg,rgba(102,194,255,.18),rgba(115,240,195,.18));border-color:rgba(255,255,255,.18)}
.admin-form-grid input:focus,.admin-form-grid select:focus,.admin-form-grid textarea:focus{border-color:rgba(115,240,195,.55);box-shadow:0 0 0 3px rgba(115,240,195,.12)}
.admin-card img{box-shadow:var(--shadow)}
@media (max-width:900px){.admin-section-head,.admin-preview-hero{flex-direction:column;align-items:flex-start}.admin-live-chip{white-space:normal}}

body{--overlay-opacity:.24;--topbar-opacity:.30;--card-opacity:.18;--footer-opacity:.18}
.footer-at-view .floating-messengers{opacity:.08;pointer-events:none;transform:translateY(6px)}
.floating-messengers{transition:opacity .22s ease,transform .22s ease}
.brand-logo-wrap{overflow:hidden;padding:0;background:rgba(255,255,255,.16)}
.brand-logo-wrap img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.admin-login-card{width:min(100%,520px);padding:1.25rem}
.contact-form select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:2.8rem}
@media (max-width:980px){.boxed-footer-contact{grid-template-columns:1fr;gap:.8rem}.footer-note-inline{white-space:normal}.footer-side-left,.footer-side-right{text-align:center}}
@media (max-width:768px){.mobile-lang{display:block;flex:1 1 100%}.lang-switch{display:none}.topbar{align-items:flex-start;flex-wrap:wrap}.brand{max-width:calc(100% - 8px)}.nav{display:none}.hero{background-position:center 42%}.boxed-footer-contact{grid-template-columns:1fr}.floating-messengers{right:.75rem;bottom:.8rem}.messenger{padding:.62rem .88rem}.messenger .icon{width:26px;height:26px}.contact-link{min-height:58px}}


/* v15 footer + phone field */
.phone-field{display:grid;grid-template-columns:150px minmax(0,1fr);gap:.7rem;width:100%}
.phone-field select,.phone-field input{width:100%}
.footer{padding:0 1.3rem 1.6rem}
.boxed-footer-contact{grid-template-columns:180px minmax(0,1fr) 180px;align-items:center;column-gap:1.4rem;max-width:1280px;margin:0 auto .5rem}
.footer-side-left{justify-self:start}
.footer-side-right{justify-self:end}
.footer-box{width:100%;padding:.82rem .95rem}
.footer-box .footer-contact-item{font-size:1.02rem;font-weight:700;line-height:1.45}
.footer-note-inline{font-size:.95rem;font-weight:700;line-height:1.35;white-space:nowrap;overflow:visible;text-overflow:clip;padding:0 .2rem;margin:0}
.footer small{display:block;font-size:1.02rem;font-weight:700;line-height:1.2;margin-top:.15rem;color:#f2ece0}
@media (max-width:1220px){
  .boxed-footer-contact{grid-template-columns:170px minmax(0,1fr) 170px;column-gap:1rem}
  .footer-note-inline{font-size:.88rem}
}
@media (max-width:980px){
  .boxed-footer-contact{grid-template-columns:1fr;gap:.8rem}
  .footer-side-left,.footer-side-right{justify-self:stretch;text-align:center;align-items:center}
  .footer-note-inline{white-space:normal;font-size:1rem}
}
@media (max-width:680px){
  .phone-field{grid-template-columns:120px minmax(0,1fr);gap:.55rem}
}

/* v16 desktop footer layout polish */
.footer-copy-desktop{display:none}
.footer-copy-mobile{display:block}
@media (min-width: 981px){
  .footer{padding:0 1.2rem 1.25rem}
  .boxed-footer-contact{
    grid-template-columns: 210px minmax(320px, 520px) 210px;
    justify-content:space-between;
    align-items:center;
    column-gap:2.2rem;
    max-width:1360px;
    margin:0 auto .15rem;
  }
  .footer-side-left{justify-self:start; transform:translateX(-18px)}
  .footer-side-right{justify-self:end; transform:translateX(18px)}
  .footer-box{padding:.88rem 1rem}
  .footer-box .footer-contact-item{font-size:1rem; line-height:1.36}
  .footer-note-inline{
    max-width:520px;
    margin:0 auto;
    padding:0;
    white-space:normal;
    text-wrap:balance;
    overflow:visible;
    text-overflow:clip;
    font-size:.92rem;
    line-height:1.45;
    font-weight:800;
    text-align:center;
  }
  .footer-copy-desktop{
    display:block;
    margin-top:.38rem;
    font-size:1.05rem;
    font-weight:800;
    line-height:1.15;
    color:#f2ece0;
    text-shadow:0 1px 10px rgba(0,0,0,.18);
  }
  .footer-copy-mobile{display:none}
}
@media (max-width:980px){
  .footer-copy-desktop{display:none}
  .footer-copy-mobile{display:block}
}


/* v17 desktop footer overlap fix */
@media (min-width: 981px){
  .footer{padding:0 1.4rem 1.4rem}
  .footer-contact-layout.boxed-footer-contact{
    width:min(1460px, calc(100vw - 56px));
    max-width:none;
    grid-template-columns:240px minmax(320px, 430px) 240px;
    justify-content:space-between;
    align-items:start;
    column-gap:3.2rem;
    margin:0 auto .2rem;
  }
  .footer-side-left{justify-self:start;transform:translateX(-34px)}
  .footer-side-right{justify-self:end;transform:translateX(34px)}
  .footer-box{padding:1rem 1.15rem}
  .footer-box .footer-contact-item{font-size:1rem;line-height:1.38}
  .footer-note-inline{
    display:block;
    max-width:430px;
    width:100%;
    margin:.15rem auto 0;
    padding:0;
    text-align:center;
    font-size:.92rem;
    line-height:1.56;
    font-weight:800;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    text-wrap:pretty;
    word-break:normal;
  }
  .footer-copy-desktop{
    display:block !important;
    margin-top:.55rem;
    font-size:1.02rem;
    font-weight:800;
    line-height:1.2;
    text-align:right;
  }
  .footer-copy-mobile{display:none !important}
}


/* v18 SEO + footer center panel */
.footer-center-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(73,82,92,var(--footer-opacity,.22));border:1px solid var(--line);backdrop-filter:blur(12px);box-shadow:var(--shadow);border-radius:22px;padding:.95rem 1.05rem;min-width:0}
.footer-note-inline{margin:0;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;text-wrap:pretty;word-break:normal;max-width:none}
.footer-copy-desktop{display:none}
.footer-copy-mobile{display:block}
@media (min-width:981px){
  .footer-contact-layout.boxed-footer-contact{width:min(1380px,calc(100vw - 64px));grid-template-columns:260px minmax(420px,560px) 260px;column-gap:2rem;align-items:center}
  .footer-side-left{justify-self:start;transform:translateX(-20px)}
  .footer-side-right{justify-self:end;transform:translateX(20px)}
  .footer-center-panel{justify-self:center;width:100%;max-width:560px;padding:1rem 1.2rem}
  .footer-note-inline{font-size:.96rem;line-height:1.52;font-weight:800;text-align:center}
  .footer-copy-desktop{display:block !important;margin-top:.45rem;font-size:1rem;font-weight:800;line-height:1.15;color:#f2ece0;text-align:center}
  .footer-copy-mobile{display:none !important}
}
@media (max-width:980px){
  .footer-contact-layout.boxed-footer-contact{grid-template-columns:1fr;gap:.8rem}
  .footer-center-panel{order:2;padding:.85rem 1rem}
  .footer-side-left,.footer-side-right{justify-self:stretch;text-align:center;align-items:center;transform:none !important}
  .footer-copy-desktop{display:none !important}
  .footer-copy-mobile{display:block !important}
}
