
/* Magic Glanz Core v0.1.10 */
:root{
  --mgc-primary:#0F4B3A;
  --mgc-accent:#20c7d7;
  --mgc-soft-bg:#FBFAF5;
  --mgc-ink:#0b1f33;
  --mgc-muted:#617185;
  --mgc-border:rgba(11,31,51,.10);
  --mgc-white:#ffffff;
  --mgc-radius:26px;
  --mgc-shadow:0 24px 70px rgba(7,26,44,.16);
  --mgc-green-dark:#043A27;
  --mgc-green:#075B38;
  --mgc-shadow-soft:0 16px 42px rgba(7,26,44,.10);
}
html,body{overflow-x:hidden;margin:0!important;padding:0!important;}
body:has(.mgc-header) .site-main,body:has(.mgc-header) #content,body:has(.mgc-header) .content-area,body:has(.mgc-header) main,body:has(.mgc-header) .page-content,body:has(.mgc-header) .entry-content{margin-top:0!important;padding-top:0!important;}
body:has(.mgc-header) .elementor-widget-shortcode{margin-top:0!important;}
.mgc-fullwidth{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  box-sizing:border-box;
}
.mgc-fullwidth *, .mgc-fullwidth *:before, .mgc-fullwidth *:after{box-sizing:border-box;}
.mgc-container{width:min(1180px,calc(100% - 40px));margin:0 auto;}
.mgc-section{padding:92px 0;position:relative;overflow:hidden;}
.mgc-section-head{max-width:790px;margin:0 auto 44px;text-align:center;}
.mgc-section-head h2{font-size:clamp(34px,4.3vw,56px);line-height:1.05;margin:10px 0 16px;color:var(--mgc-primary);letter-spacing:-.04em;}
.mgc-section-head p{font-size:18px;line-height:1.65;color:var(--mgc-muted);margin:0;}
.mgc-kicker,.mgc-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--mgc-accent);}
.mgc-grid{display:grid;gap:22px;}
.mgc-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.mgc-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.mgc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:850;text-decoration:none!important;line-height:1;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease;white-space:nowrap;}
.mgc-btn:hover{transform:translateY(-2px);}
.mgc-btn-primary{background:linear-gradient(135deg,var(--mgc-accent),#71edf2);color:#052132!important;box-shadow:0 18px 34px rgba(32,199,215,.28);}
.mgc-btn-primary:hover{background:linear-gradient(135deg,var(--mgc-green-dark),#138f7a);color:#fff!important;border-color:rgba(255,255,255,.22);box-shadow:0 22px 45px rgba(11,47,39,.30);}
.mgc-btn-ghost{background:rgba(255,255,255,.12);color:#fff!important;border-color:rgba(255,255,255,.28);backdrop-filter:blur(10px);}
.mgc-btn-ghost:hover{background:rgba(255,255,255,.92);color:var(--mgc-green-dark)!important;border-color:rgba(255,255,255,.70);box-shadow:0 18px 42px rgba(255,255,255,.18);}
.mgc-btn-ghost-light{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.30);}
.mgc-btn-ghost-light:hover{background:#fff;color:var(--mgc-green-dark)!important;border-color:#fff;}

/* Header */
.mgc-header{z-index:9999;position:sticky;top:0;margin-top:-1px!important;font-family:inherit;background:linear-gradient(135deg,#043A27 0%,#075B38 48%,#0A7044 100%);box-shadow:0 18px 46px rgba(5,31,26,.22);border-top:0!important;border-bottom:1px solid rgba(191,237,210,.18);}
.mgc-topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:9px;padding-bottom:8px;color:rgba(247,255,250,.86);font-size:13px;font-weight:760;letter-spacing:.01em;border-bottom:1px solid rgba(191,237,210,.16);}
.mgc-nav{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:18px;}
.mgc-logo{display:inline-flex;align-items:center;color:#fff!important;text-decoration:none!important;flex:0 0 auto;}
.mgc-logo-img{display:block;width:168px;max-width:168px;height:56px;object-fit:contain;border-radius:12px;background:#075B38;filter:drop-shadow(0 12px 22px rgba(0,0,0,.20));}
.mgc-menu{display:flex;align-items:center;justify-content:center;gap:17px;flex:1 1 auto;min-width:0;}
.mgc-menu a{color:rgba(255,255,255,.88)!important;text-decoration:none!important;font-weight:820;font-size:14px;transition:color .2s ease,transform .2s ease;white-space:nowrap;}
.mgc-menu a:hover{color:#78f2ec!important;transform:translateY(-1px);}
.mgc-header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto;}
.mgc-phone-pill{display:inline-flex;align-items:center;gap:11px;color:#fff!important;text-decoration:none!important;font-weight:950;white-space:nowrap;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(243,198,71,.22);box-shadow:0 14px 34px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.10);transition:transform .22s ease,background .22s ease,border-color .22s ease;}
.mgc-phone-pill:hover{transform:translateY(-2px);background:linear-gradient(135deg,rgba(243,198,71,.14),rgba(255,255,255,.06));border-color:rgba(243,198,71,.48);}
.mgc-phone-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;filter:drop-shadow(0 10px 18px rgba(0,0,0,.30));}
.mgc-phone-icon svg{width:32px;height:32px;display:block;fill:#F3C647;transition:transform .22s ease,fill .22s ease;}
.mgc-phone-pill:hover .mgc-phone-icon svg{transform:rotate(-8deg) scale(1.12);fill:#FFE08A;}
.mgc-phone-text{font-size:18px;color:#fff6d1;font-weight:980;letter-spacing:.01em;text-shadow:0 8px 20px rgba(0,0,0,.28);}
.mgc-header-cta{padding:13px 18px;font-size:14px;}
.mgc-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.26);color:inherit;font-size:14px;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.25);}
.mgc-header-cta:hover .mgc-btn-icon{background:rgba(255,255,255,.18);}
.mgc-menu-toggle{display:none!important;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;border-radius:14px;width:44px;height:44px;font-size:22px;line-height:1;}
@media(min-width:901px){.mgc-menu-toggle{display:none!important}.mgc-menu{display:flex!important}.mgc-header-actions{display:flex!important}}

/* Hero */
.mgc-hero{min-height:790px;background-size:cover;background-position:center center;display:flex;align-items:center;position:relative;color:#fff;overflow:hidden;}
.mgc-hero:after{content:"";position:absolute;inset:auto -10% -20% -10%;height:260px;background:linear-gradient(0deg,var(--mgc-soft-bg),rgba(251,250,245,0));pointer-events:none;}
.mgc-hero-inner{position:relative;z-index:2;width:100%;}
.mgc-hero-copy{max-width:760px;margin-left:clamp(70px,8vw,155px);padding:76px 0 106px;}
.mgc-hero h1{font-size:clamp(48px,5vw,72px);line-height:.98;letter-spacing:-.06em;margin:16px 0 18px;color:#fff;text-shadow:0 18px 44px rgba(0,0,0,.30);max-width:720px;}
.mgc-hero-marquee{width:min(720px,100%);overflow:hidden;border-radius:999px;border:1px solid rgba(174,238,201,.50);background:linear-gradient(180deg,rgba(15,75,58,.78),rgba(15,75,58,.46));box-shadow:0 20px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.15);backdrop-filter:blur(14px);padding:12px 0;margin:4px 0 12px;}
.mgc-hero-marquee-track{display:inline-flex;align-items:center;gap:16px;white-space:nowrap;will-change:transform;animation:mgc-marquee 20s linear infinite;padding-left:26px;}
.mgc-hero-marquee span{font-size:clamp(23px,2.45vw,32px);line-height:1.16;font-weight:950;letter-spacing:-.04em;color:#dff8e8;text-shadow:0 14px 34px rgba(0,0,0,.30);}
.mgc-hero-marquee b{font-size:20px;color:rgba(255,255,255,.70);font-weight:700;}
@keyframes mgc-marquee{0%{transform:translateX(0)}100%{transform:translateX(calc(-50% - 13px))}}
.mgc-hero p{font-size:clamp(18px,1.7vw,21px);line-height:1.58;color:rgba(255,255,255,.92);margin:24px 0 30px;max-width:660px;text-shadow:0 12px 30px rgba(0,0,0,.24);}
.mgc-actions{display:flex;flex-wrap:wrap;gap:14px;}
.mgc-hero-trust{margin-top:31px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:760px;}
.mgc-hero-trust span{border:1px solid rgba(255,255,255,.25);background:linear-gradient(180deg,rgba(255,255,255,.19),rgba(255,255,255,.09));box-shadow:0 20px 48px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.24);backdrop-filter:blur(16px);padding:14px 12px;border-radius:999px;color:#fff;font-weight:860;font-size:14px;line-height:1.1;text-align:center;white-space:nowrap;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;}
.mgc-hero-trust span:before{content:"✦";color:var(--mgc-accent);margin-right:8px;}
.mgc-hero-trust span:hover{transform:translateY(-4px);background:rgba(255,255,255,.24);border-color:rgba(120,242,236,.55);box-shadow:0 26px 58px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.26);}

/* Cards and sections */
.mgc-services{background:radial-gradient(circle at 12% 5%,rgba(32,199,215,.18),transparent 34%),radial-gradient(circle at 88% 16%,rgba(243,198,71,.12),transparent 28%),linear-gradient(180deg,var(--mgc-soft-bg),#ffffff 72%);padding-top:108px;}
.mgc-card{background:#fff;border:1px solid var(--mgc-border);border-radius:var(--mgc-radius);box-shadow:var(--mgc-shadow-soft);padding:30px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.mgc-card:hover{transform:translateY(-7px);box-shadow:var(--mgc-shadow);border-color:rgba(32,199,215,.34);}
.mgc-icon{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:26px;background:linear-gradient(135deg,#e8fbfe,#ffffff);box-shadow:inset 0 0 0 1px rgba(32,199,215,.18);margin-bottom:20px;}
.mgc-service-card h3{font-size:22px;color:var(--mgc-primary);margin:0 0 12px;letter-spacing:-.02em;}
.mgc-service-card p{font-size:16px;line-height:1.62;color:var(--mgc-muted);margin:0 0 18px;}
.mgc-service-card a{font-weight:850;color:var(--mgc-primary)!important;text-decoration:none!important;}
.mgc-service-card a:after{content:" →";color:var(--mgc-accent);}

.mgc-trust{background:radial-gradient(circle at 15% 5%,rgba(32,199,215,.18),transparent 36%),linear-gradient(135deg,var(--mgc-green-dark),#123c45);color:#fff;}
.mgc-section-head-light h2{color:#fff;}
.mgc-section-head-light p{color:rgba(255,255,255,.74);}
.mgc-trust-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:24px;min-height:138px;box-shadow:0 20px 60px rgba(0,0,0,.16);backdrop-filter:blur(14px);transition:transform .24s ease,background .24s ease;}
.mgc-trust-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.12);}
.mgc-trust-card strong{display:block;color:#fff;font-size:19px;margin-bottom:10px;}
.mgc-trust-card span{display:block;color:rgba(255,255,255,.76);line-height:1.55;}

.mgc-image-cards{background:linear-gradient(180deg,#ffffff,var(--mgc-soft-bg));}
.mgc-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.mgc-image-card{min-height:280px;background-size:cover;border-radius:24px;overflow:hidden;position:relative;box-shadow:var(--mgc-shadow-soft);display:flex;align-items:flex-end;padding:22px;transition:transform .25s ease,box-shadow .25s ease;}
.mgc-image-card:hover{transform:translateY(-7px);box-shadow:var(--mgc-shadow);}
.mgc-image-card h3{font-size:20px;color:#fff;margin:0 0 8px;}
.mgc-image-card p{color:rgba(255,255,255,.86);line-height:1.5;margin:0;font-size:14px;}

.mgc-process{background:#fff;}
.mgc-step-card{border-radius:24px;border:1px solid var(--mgc-border);background:linear-gradient(180deg,#fff,#f8fbfd);padding:26px;box-shadow:var(--mgc-shadow-soft);position:relative;overflow:hidden;}
.mgc-step-card:before{content:"";position:absolute;right:-35px;top:-35px;width:110px;height:110px;border-radius:999px;background:rgba(32,199,215,.12);}
.mgc-step-card span{display:inline-flex;width:48px;height:48px;border-radius:17px;align-items:center;justify-content:center;background:var(--mgc-primary);color:#fff;font-weight:900;margin-bottom:20px;}
.mgc-step-card h3{margin:0 0 10px;color:var(--mgc-primary);font-size:20px;}
.mgc-step-card p{margin:0;color:var(--mgc-muted);line-height:1.55;}

.mgc-region{background:radial-gradient(circle at 90% 15%,rgba(32,199,215,.12),transparent 30%),linear-gradient(135deg,var(--mgc-soft-bg),#fff);}
.mgc-region-box{background:#fff;border-radius:32px;border:1px solid var(--mgc-border);box-shadow:var(--mgc-shadow);padding:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;}
.mgc-region h2{font-size:clamp(31px,4vw,48px);line-height:1.06;letter-spacing:-.04em;color:var(--mgc-primary);margin:10px 0 18px;}
.mgc-region p{font-size:17px;line-height:1.7;color:var(--mgc-muted);margin:0 0 12px;}
.mgc-region p strong{color:var(--mgc-primary);}

.mgc-final-cta{background:radial-gradient(circle at 85% 10%,rgba(32,199,215,.22),transparent 34%),linear-gradient(135deg,var(--mgc-green-dark),#113554);color:#fff;padding:86px 0;position:relative;overflow:hidden;}
.mgc-final-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:34px;}
.mgc-final-cta h2{font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 16px;color:#fff;}
.mgc-final-cta p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.76);margin:0;max-width:650px;}
.mgc-final-cta .mgc-actions{justify-content:flex-end;}

.mgc-footer{background:radial-gradient(circle at 10% 0%,rgba(32,199,215,.14),transparent 26%),radial-gradient(circle at 86% 12%,rgba(243,198,71,.13),transparent 28%),linear-gradient(135deg,#031b16 0%,#05291f 47%,#073b2b 100%);color:rgba(255,255,255,.76);padding:0 0 24px;position:relative;overflow:hidden;}
.mgc-footer-glow{position:absolute;inset:auto -12% -220px -12%;height:420px;background:radial-gradient(circle,rgba(32,199,215,.15),transparent 58%);pointer-events:none;}
.mgc-footer-cta{position:relative;z-index:1;transform:translateY(-1px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:44px 0 42px;border-bottom:1px solid rgba(255,255,255,.13);}
.mgc-footer-cta h2{font-size:clamp(30px,3.5vw,48px);line-height:1.04;letter-spacing:-.045em;color:#fff;margin:10px 0 12px;max-width:780px;}
.mgc-footer-cta p{font-size:17px;line-height:1.62;color:rgba(255,255,255,.72);margin:0;max-width:720px;}
.mgc-footer-cta-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end;}
.mgc-footer-phone{display:inline-flex;align-items:center;gap:10px;color:#fff!important;text-decoration:none!important;font-weight:900;padding:12px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.11);transition:transform .22s ease,background .22s ease,border-color .22s ease;}
.mgc-footer-phone:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(243,198,71,.42);}
.mgc-footer-phone-icon{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;filter:drop-shadow(0 8px 16px rgba(0,0,0,.25));}
.mgc-footer-phone-icon svg{width:22px;height:22px;fill:#F3C647;}
.mgc-footer-main{position:relative;z-index:1;display:grid;grid-template-columns:1.45fr .9fr .9fr 1.05fr;gap:22px;padding:48px 0 34px;}
.mgc-footer-brand,.mgc-footer-card{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));box-shadow:0 24px 68px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(14px);border-radius:28px;padding:26px;}
.mgc-footer-logo{display:inline-flex!important;margin:0 0 16px!important;text-decoration:none!important;align-items:center;}
.mgc-footer-logo img{display:block;width:220px;max-width:100%;height:76px;object-fit:contain;border-radius:16px;background:rgba(7,91,56,.62);box-shadow:0 18px 42px rgba(0,0,0,.22);transition:transform .22s ease,box-shadow .22s ease;}
.mgc-footer-logo:hover img{transform:translateY(-2px) scale(1.01);box-shadow:0 22px 50px rgba(0,0,0,.28);}
.mgc-footer-brand p{line-height:1.68;margin:0 0 20px;color:rgba(255,255,255,.72);font-size:16px;}
.mgc-footer h3{font-size:17px;color:#fff;margin:0 0 18px;letter-spacing:-.01em;}
.mgc-footer-card a,.mgc-footer-card span{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.74)!important;text-decoration:none!important;margin:10px 0;line-height:1.45;font-weight:650;}
.mgc-footer-card a:before{content:"";width:7px;height:7px;border-radius:999px;background:linear-gradient(135deg,#F3C647,var(--mgc-accent));box-shadow:0 0 14px rgba(32,199,215,.40);flex:0 0 auto;}
.mgc-footer-card a:hover{color:#fff!important;transform:translateX(3px);}
.mgc-footer-contact span:before{content:"";width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.28);flex:0 0 auto;}
.mgc-socials{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px;}
.mgc-social{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;width:48px;height:48px;border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.15);box-shadow:0 18px 38px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.20);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;}
.mgc-social svg{width:22px;height:22px;fill:#F3C647;filter:drop-shadow(0 8px 14px rgba(0,0,0,.22));transition:fill .22s ease,transform .22s ease;}
.mgc-social:hover{transform:translateY(-4px) rotate(-1deg);border-color:rgba(32,199,215,.42);background:linear-gradient(145deg,rgba(32,199,215,.22),rgba(255,255,255,.08));box-shadow:0 26px 54px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.22);}
.mgc-social:hover svg{fill:#78f2ec;transform:scale(1.07);}
.mgc-footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;gap:20px;align-items:center;color:rgba(255,255,255,.58);font-size:14px;}
.mgc-footer-bottom nav{display:flex;gap:20px;flex-wrap:wrap;}
.mgc-footer-bottom a{color:rgba(255,255,255,.66)!important;text-decoration:none!important;margin:0;}
.mgc-footer-bottom a:hover{color:var(--mgc-accent)!important;}
@media(max-width:1100px){
  .mgc-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}
  .mgc-grid-4,.mgc-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .mgc-phone-text{display:none;}
  .mgc-menu{gap:12px;}
  .mgc-menu a{font-size:13px;}
  .mgc-logo-img{width:145px;max-width:145px;height:50px;}
  .mgc-hero{min-height:680px;background-position:60% center;}
  .mgc-final-inner,.mgc-region-box{grid-template-columns:1fr;}
  .mgc-final-cta .mgc-actions{justify-content:flex-start;}
  .mgc-footer-main{grid-template-columns:1fr 1fr;}
  .mgc-footer-cta{grid-template-columns:1fr;}
  .mgc-footer-cta-actions{justify-content:flex-start;}
}
@media(max-width:900px){
  .mgc-container{width:min(100% - 28px,1180px);}
  .mgc-topbar{display:none;}
  .mgc-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;}
  .mgc-menu{position:absolute;left:16px;right:16px;top:76px;display:none;flex-direction:column;align-items:flex-start;background:#062b24;border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px;box-shadow:var(--mgc-shadow);}
  .mgc-menu.is-open{display:flex;}
  .mgc-header-actions .mgc-btn,.mgc-phone-text{display:none;}
  .mgc-nav{min-height:74px;}
  .mgc-logo-img{width:138px;max-width:138px;height:48px;}
  .mgc-hero{min-height:auto;padding:90px 0 78px;background-position:64% center;}
  .mgc-hero-copy{padding:20px 0;max-width:100%;margin-left:0;}
  .mgc-hero h1{font-size:40px;}
  .mgc-hero-marquee{width:100%;}
  .mgc-hero-marquee span{font-size:22px;}
  .mgc-hero p{font-size:17px;}
  .mgc-section{padding:64px 0;}
  .mgc-grid-3,.mgc-grid-4,.mgc-image-grid{grid-template-columns:1fr;}
  .mgc-image-card{min-height:240px;}
  .mgc-region-box{padding:28px;}
  .mgc-final-cta{padding:64px 0;}
  .mgc-footer-main{grid-template-columns:1fr;}
  .mgc-footer-bottom{flex-direction:column;align-items:flex-start;}
  .mgc-footer-cta{padding:36px 0 34px;}
  .mgc-footer-brand,.mgc-footer-card{padding:22px;}
  .mgc-footer-logo img{width:190px;height:66px;}
  .mgc-actions{width:100%;}
  .mgc-actions .mgc-btn{width:100%;}
  .mgc-section-head{text-align:left;}
  .mgc-section-head p{font-size:16px;}
}

@media(max-width:900px){
  .mgc-hero-trust{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;}
  .mgc-hero-trust span{white-space:normal;font-size:14px;}
}
@media(max-width:520px){
  .mgc-hero-trust{grid-template-columns:1fr;}
}


/* Magic Glanz Core v0.1.10 - premium image service cards */
.mgc-services .mgc-container{width:min(1460px,calc(100% - 44px));}
.mgc-services .mgc-section-head{max-width:920px;margin-bottom:50px;}
.mgc-service-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;align-items:stretch;}
.mgc-service-photo-card{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(180deg,#073a2f 0%,#0a4b38 100%);border:1px solid rgba(243,198,71,.34);box-shadow:0 30px 80px rgba(7,26,44,.18),0 8px 0 rgba(7,56,47,.08),inset 0 1px 0 rgba(255,255,255,.16);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,filter .28s ease;}
.mgc-service-photo-card:before{content:"";position:absolute;inset:0;border-radius:34px;padding:1px;background:linear-gradient(145deg,rgba(243,198,71,.78),rgba(32,199,215,.38),rgba(255,255,255,.08));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.52;transition:opacity .26s ease;pointer-events:none;z-index:3;}
.mgc-service-photo-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 0%,rgba(243,198,71,.17),transparent 36%),linear-gradient(180deg,transparent 38%,rgba(0,0,0,.10));opacity:.82;pointer-events:none;z-index:1;}
.mgc-service-photo-card:hover{transform:translateY(-12px) scale(1.01);box-shadow:0 42px 100px rgba(7,26,44,.25),0 10px 0 rgba(7,56,47,.10);border-color:rgba(243,198,71,.66);filter:saturate(1.06);}
.mgc-service-photo-card:hover:before{opacity:.9;}
.mgc-service-media{position:relative;display:block;overflow:hidden;height:285px;background:#08382f;text-decoration:none!important;border-radius:34px 34px 0 0;}
.mgc-service-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.018);transition:transform .6s ease,filter .6s ease;filter:saturate(1.24) contrast(1.08) brightness(1.04);}
.mgc-service-photo-card:hover .mgc-service-media img{transform:scale(1.085);filter:saturate(1.34) contrast(1.11) brightness(1.07);}
.mgc-service-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,35,28,.00) 0%,rgba(4,35,28,.06) 38%,rgba(4,35,28,.34) 100%);pointer-events:none;}
.mgc-service-media-shine{position:absolute;inset:-45% auto auto -45%;width:70%;height:180%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:rotate(26deg) translateX(-120%);transition:transform .78s ease;z-index:2;pointer-events:none;}
.mgc-service-photo-card:hover .mgc-service-media-shine{transform:rotate(26deg) translateX(270%);}
.mgc-service-corner-icon{position:absolute;top:18px;right:18px;width:68px;height:68px;border-radius:23px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(4,58,39,.96),rgba(9,91,57,.86));border:1px solid rgba(243,198,71,.58);box-shadow:0 20px 48px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.15);z-index:4;backdrop-filter:blur(12px);transition:transform .24s ease,background .24s ease,border-color .24s ease;}
.mgc-service-corner-icon svg{width:38px;height:38px;display:block;fill:none;stroke:#F3C647;stroke-width:3.15;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 14px rgba(0,0,0,.28));}
.mgc-service-photo-card:hover .mgc-service-corner-icon{transform:translateY(-4px) rotate(-2deg) scale(1.05);background:linear-gradient(145deg,rgba(243,198,71,.23),rgba(8,56,47,.90));border-color:rgba(120,242,236,.52);}
.mgc-service-body{padding:29px 29px 31px;position:relative;z-index:2;background:linear-gradient(180deg,rgba(7,58,47,.98),rgba(5,46,38,.98));border-top:1px solid rgba(243,198,71,.32);min-height:235px;}
.mgc-service-body h3{font-size:27px;line-height:1.08;margin:0 0 14px;color:#fff6d1;letter-spacing:-.038em;text-shadow:0 12px 30px rgba(0,0,0,.22);}
.mgc-service-body p{font-size:16.5px;line-height:1.64;color:rgba(255,255,255,.82);margin:0 0 22px;}
.mgc-service-link{display:inline-flex;align-items:center;gap:8px;font-weight:950;color:#F3C647!important;text-decoration:none!important;transition:color .2s ease,gap .2s ease,transform .2s ease;}
.mgc-service-link:after{content:"→";color:#78f2ec;font-size:19px;line-height:1;transition:transform .2s ease,color .2s ease;}
.mgc-service-photo-card:hover .mgc-service-link{color:#fff6d1!important;gap:13px;transform:translateX(2px);}
.mgc-service-photo-card:hover .mgc-service-link:after{transform:translateX(3px);color:#F3C647;}

@media(max-width:1240px){.mgc-header-actions{gap:8px}.mgc-phone-text{font-size:16px}.mgc-phone-icon{width:31px;height:31px}.mgc-phone-icon svg{width:29px;height:29px}.mgc-header-cta{padding:12px 16px;font-size:13px}.mgc-menu{gap:13px}.mgc-menu a{font-size:13px}}
@media(max-width:1100px){.mgc-service-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.mgc-service-media{height:275px;}.mgc-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}.mgc-grid-4,.mgc-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.mgc-phone-text{display:none;}.mgc-menu{gap:12px;}.mgc-menu a{font-size:13px;}.mgc-logo-img{width:145px;max-width:145px;height:50px;}.mgc-hero{min-height:680px;background-position:60% center;}.mgc-final-inner,.mgc-region-box{grid-template-columns:1fr;}.mgc-final-cta .mgc-actions{justify-content:flex-start;}.mgc-footer-main{grid-template-columns:1fr 1fr;}.mgc-footer-cta{grid-template-columns:1fr;}.mgc-footer-cta-actions{justify-content:flex-start;}}
@media(max-width:900px){.mgc-container{width:min(100% - 28px,1180px);}.mgc-topbar{display:none;}.mgc-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;}.mgc-menu{position:absolute;left:16px;right:16px;top:76px;display:none;flex-direction:column;align-items:flex-start;background:#062b24;border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px;box-shadow:var(--mgc-shadow);}.mgc-menu.is-open{display:flex;}.mgc-header-actions .mgc-btn,.mgc-phone-text{display:none;}.mgc-nav{min-height:74px;}.mgc-logo-img{width:138px;max-width:138px;height:48px;}.mgc-hero{min-height:auto;padding:90px 0 78px;background-position:64% center;}.mgc-hero-copy{padding:20px 0;max-width:100%;margin-left:0;}.mgc-hero h1{font-size:40px;}.mgc-hero-marquee{width:100%;}.mgc-hero-marquee span{font-size:22px;}.mgc-hero p{font-size:17px;}.mgc-section{padding:64px 0;}.mgc-grid-3,.mgc-grid-4,.mgc-image-grid{grid-template-columns:1fr;}.mgc-image-card{min-height:240px;}.mgc-region-box{padding:28px;}.mgc-final-cta{padding:64px 0;}.mgc-footer-main{grid-template-columns:1fr;}.mgc-footer-bottom{flex-direction:column;align-items:flex-start;}.mgc-footer-cta{padding:36px 0 34px;}.mgc-footer-brand,.mgc-footer-card{padding:22px;}.mgc-footer-logo img{width:190px;height:66px;}.mgc-actions{width:100%;}.mgc-actions .mgc-btn{width:100%;}.mgc-section-head{text-align:left;}.mgc-section-head p{font-size:16px;}.mgc-service-photo-grid{grid-template-columns:1fr;gap:22px;}.mgc-service-media{height:265px;}.mgc-service-body{padding:24px;min-height:auto;}.mgc-service-body h3{font-size:24px;}.mgc-service-corner-icon{width:58px;height:58px;border-radius:19px;}.mgc-service-corner-icon svg{width:32px;height:32px;}}
@media(max-width:900px){.mgc-hero-trust{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;}.mgc-hero-trust span{white-space:normal;font-size:14px;}}
@media(max-width:520px){.mgc-hero-trust{grid-template-columns:1fr;}.mgc-service-media{height:225px;}.mgc-service-photo-card{border-radius:28px;}.mgc-service-media{border-radius:28px 28px 0 0;}.mgc-service-photo-card:before{border-radius:28px;}}

/* Magic Glanz Core v0.1.11 - ultra modern refresh */
:root{
  --mgc-deep:#06251f;
  --mgc-forest:#0a5a3d;
  --mgc-forest-live:#087647;
  --mgc-gold:#f5c84b;
  --mgc-gold-soft:#ffe9a6;
  --mgc-mint:#58f3dc;
}
body:has(.mgc-header) .site-footer,body:has(.mgc-footer) .site-footer,body:has(.mgc-footer) footer:not(.mgc-footer),body:has(.mgc-header) .wp-site-blocks>footer{display:none!important;}
body:has(.mgc-header) .elementor-widget-shortcode,body:has(.mgc-footer) .elementor-widget-shortcode{margin:0!important;padding:0!important;}
body:has(.mgc-header) .elementor-element:has(.mgc-header),body:has(.mgc-footer) .elementor-element:has(.mgc-footer){margin:0!important;padding:0!important;}
.mgc-header{background:linear-gradient(135deg,#062a23 0%,#087445 55%,#0a5f3f 100%)!important;border-bottom:1px solid rgba(245,200,75,.24)!important;box-shadow:0 22px 60px rgba(0,0,0,.22)!important;}
.mgc-header:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% -22%,rgba(88,243,220,.24),transparent 34%),radial-gradient(circle at 90% 0%,rgba(245,200,75,.20),transparent 24%);pointer-events:none;opacity:.85;}
.mgc-header .mgc-container{position:relative;z-index:1;}
.mgc-topbar-inner{padding-top:7px!important;padding-bottom:7px!important;border-bottom:1px solid rgba(255,255,255,.12)!important;color:rgba(255,255,255,.88)!important;font-size:12.5px!important;}
.mgc-nav{min-height:74px!important;}
.mgc-logo-img{width:172px!important;max-width:172px!important;height:58px!important;background:rgba(5,35,30,.24)!important;border:1px solid rgba(245,200,75,.18);box-shadow:0 18px 44px rgba(0,0,0,.20)!important;}
.mgc-menu a{color:#fff8dc!important;text-shadow:0 8px 18px rgba(0,0,0,.18);}
.mgc-menu a:hover{color:var(--mgc-mint)!important;}
.mgc-phone-pill{background:transparent!important;border:0!important;box-shadow:none!important;padding:4px 2px!important;gap:9px!important;}
.mgc-phone-icon{width:38px!important;height:38px!important;filter:drop-shadow(0 12px 18px rgba(0,0,0,.32)) drop-shadow(0 0 14px rgba(245,200,75,.28))!important;}
.mgc-phone-icon svg{width:36px!important;height:36px!important;fill:var(--mgc-gold)!important;}
.mgc-phone-text{font-size:18.5px!important;color:#fff3b9!important;text-shadow:0 8px 22px rgba(0,0,0,.32),0 0 18px rgba(245,200,75,.18)!important;}
.mgc-header-cta{padding:14px 21px!important;background:linear-gradient(135deg,#4cf5dd,#a8fff0)!important;color:#06251f!important;box-shadow:0 18px 42px rgba(88,243,220,.30)!important;}
.mgc-header-cta:hover{background:linear-gradient(135deg,var(--mgc-gold),#fff0aa)!important;color:#05231c!important;box-shadow:0 22px 54px rgba(245,200,75,.34)!important;}

.mgc-services-bento{padding:122px 0 112px!important;overflow:hidden;background:radial-gradient(circle at 7% 4%,rgba(88,243,220,.20),transparent 28%),radial-gradient(circle at 86% 14%,rgba(245,200,75,.18),transparent 28%),linear-gradient(135deg,#f9fbf3 0%,#f4f0df 44%,#f8fbf5 100%)!important;}
.mgc-services-orb{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none;z-index:0;}
.mgc-services-orb-one{width:380px;height:380px;left:-130px;top:70px;background:radial-gradient(circle,rgba(88,243,220,.20),transparent 70%);}
.mgc-services-orb-two{width:460px;height:460px;right:-160px;bottom:-100px;background:radial-gradient(circle,rgba(245,200,75,.18),transparent 68%);}
.mgc-services-bento-inner{position:relative;z-index:1;width:min(1540px,calc(100% - 46px))!important;display:grid;grid-template-columns:minmax(310px,440px) minmax(0,1fr);gap:44px;align-items:start;}
.mgc-services-intro{position:sticky;top:128px;align-self:start;padding:38px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.40));border:1px solid rgba(9,90,61,.16);box-shadow:0 30px 90px rgba(7,31,26,.13),inset 0 1px 0 rgba(255,255,255,.72);backdrop-filter:blur(16px);}
.mgc-services-intro:before{content:"";position:absolute;inset:14px;border-radius:30px;border:1px solid rgba(245,200,75,.18);pointer-events:none;}
.mgc-services-intro .mgc-kicker{color:#0b8b66!important;}
.mgc-services-intro h2{margin:13px 0 18px;font-size:clamp(40px,4.4vw,66px);line-height:.96;letter-spacing:-.065em;color:#06352b;}
.mgc-services-intro p{margin:0 0 26px;color:#405548;font-size:18px;line-height:1.72;}
.mgc-services-intro-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px;}
.mgc-btn-darkline{background:rgba(6,37,31,.06);border-color:rgba(6,37,31,.16);color:#06251f!important;}
.mgc-btn-darkline:hover{background:#06251f;color:#fff!important;border-color:#06251f;box-shadow:0 18px 42px rgba(6,37,31,.22);}
.mgc-services-mini-points{display:grid;gap:10px;margin-top:10px;}
.mgc-services-mini-points span{display:flex;align-items:center;gap:10px;font-weight:850;color:#0b483b;background:rgba(255,255,255,.46);border:1px solid rgba(9,90,61,.13);padding:12px 14px;border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.54);}
.mgc-services-mini-points span:before{content:"✦";color:var(--mgc-gold);filter:drop-shadow(0 4px 10px rgba(245,200,75,.24));}
.mgc-bento-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:230px;gap:22px;}
.mgc-bento-card{grid-column:span 2;position:relative;min-height:230px;border-radius:34px;overflow:hidden;box-shadow:0 30px 80px rgba(6,37,31,.18),0 10px 0 rgba(7,91,56,.06);transition:transform .28s ease,box-shadow .28s ease,filter .28s ease;}
.mgc-bento-card.mgc-bento-large{grid-column:span 3;grid-row:span 2;}
.mgc-bento-card.mgc-bento-wide{grid-column:span 3;}
.mgc-bento-card:before{content:"";position:absolute;inset:0;border-radius:34px;padding:1px;background:linear-gradient(145deg,rgba(245,200,75,.95),rgba(88,243,220,.55),rgba(255,255,255,.18));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.58;z-index:5;pointer-events:none;transition:opacity .28s ease;}
.mgc-bento-card:hover{transform:translateY(-12px) scale(1.012);box-shadow:0 48px 118px rgba(6,37,31,.28),0 12px 0 rgba(7,91,56,.08);filter:saturate(1.08);}
.mgc-bento-card:hover:before{opacity:1;}
.mgc-bento-image{position:absolute!important;inset:0;display:block;text-decoration:none!important;color:#fff!important;background:#06251f;}
.mgc-bento-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.34) contrast(1.10) brightness(1.08);transform:scale(1.02);transition:transform .7s ease,filter .7s ease;}
.mgc-bento-card:hover .mgc-bento-image img{transform:scale(1.105);filter:saturate(1.48) contrast(1.14) brightness(1.10);}
.mgc-bento-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,27,22,.00) 0%,rgba(3,27,22,.13) 38%,rgba(3,27,22,.76) 100%),radial-gradient(circle at 8% 10%,rgba(88,243,220,.18),transparent 38%);z-index:1;}
.mgc-bento-icon{position:absolute;top:18px;right:18px;width:64px;height:64px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(6,37,31,.82),rgba(9,90,61,.72));border:1px solid rgba(245,200,75,.62);box-shadow:0 18px 48px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.16);z-index:3;backdrop-filter:blur(14px);transition:transform .24s ease,border-color .24s ease;}
.mgc-bento-icon svg{width:36px;height:36px;fill:none;stroke:var(--mgc-gold);stroke-width:3.05;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 14px rgba(0,0,0,.26));}
.mgc-bento-card:hover .mgc-bento-icon{transform:translateY(-5px) rotate(-3deg) scale(1.06);border-color:rgba(88,243,220,.70);}
.mgc-bento-shine{position:absolute;inset:-55% auto auto -65%;width:70%;height:210%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transform:rotate(26deg) translateX(-110%);transition:transform .82s ease;z-index:4;pointer-events:none;}
.mgc-bento-card:hover .mgc-bento-shine{transform:rotate(26deg) translateX(310%);}
.mgc-bento-content{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:20px 20px 18px;border-radius:26px;background:linear-gradient(145deg,rgba(6,37,31,.82),rgba(9,90,61,.54));border:1px solid rgba(255,255,255,.15);box-shadow:0 18px 42px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(16px);}
.mgc-bento-content strong{font-size:clamp(22px,2vw,31px);line-height:1.03;letter-spacing:-.045em;color:#fff7ce;text-shadow:0 12px 30px rgba(0,0,0,.32);}
.mgc-bento-card:not(.mgc-bento-large) .mgc-bento-content strong{font-size:23px;}
.mgc-bento-content em{font-style:normal;font-size:15.5px;line-height:1.45;color:rgba(255,255,255,.84);max-width:96%;}
.mgc-bento-link{display:inline-flex;align-items:center;gap:8px;margin-top:2px;font-weight:950;color:var(--mgc-gold);}
.mgc-bento-link:after{content:"→";color:var(--mgc-mint);font-size:18px;transition:transform .2s ease;}
.mgc-bento-card:hover .mgc-bento-link:after{transform:translateX(4px);}

.mgc-footer{padding:0!important;background:radial-gradient(circle at 12% 0%,rgba(88,243,220,.20),transparent 28%),radial-gradient(circle at 82% 15%,rgba(245,200,75,.16),transparent 28%),linear-gradient(145deg,#021610 0%,#053528 48%,#087044 100%)!important;}
.mgc-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04),transparent 24%,rgba(255,255,255,.03));pointer-events:none;}
.mgc-footer .mgc-container{width:min(1440px,calc(100% - 46px))!important;}
.mgc-footer-cta{padding:70px 0 52px!important;border-bottom:1px solid rgba(255,255,255,.15)!important;}
.mgc-footer-cta h2{font-size:clamp(40px,4.8vw,70px)!important;max-width:860px;}
.mgc-footer-cta p{font-size:18px!important;}
.mgc-footer-main{grid-template-columns:1.35fr .86fr .82fr 1fr!important;gap:24px!important;padding:52px 0 42px!important;}
.mgc-footer-brand,.mgc-footer-card{border-radius:32px!important;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.045))!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 34px 90px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.14)!important;}
.mgc-footer-logo img{background:rgba(4,38,31,.42)!important;border:1px solid rgba(245,200,75,.22);}
.mgc-footer-bottom{padding:22px 0 28px!important;}

@media(max-width:1280px){
  .mgc-services-bento-inner{grid-template-columns:1fr;gap:32px;}
  .mgc-services-intro{position:relative;top:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:end;}
  .mgc-services-intro .mgc-kicker,.mgc-services-intro h2,.mgc-services-intro p{grid-column:1;}
  .mgc-services-intro-actions,.mgc-services-mini-points{grid-column:2;}
}
@media(max-width:1100px){
  .mgc-bento-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:300px;}
  .mgc-bento-card,.mgc-bento-card.mgc-bento-large,.mgc-bento-card.mgc-bento-wide{grid-column:span 1;grid-row:span 1;}
  .mgc-footer-main{grid-template-columns:1fr 1fr!important;}
}
@media(max-width:900px){
  .mgc-services-bento{padding:76px 0!important;}
  .mgc-services-bento-inner{width:min(100% - 28px,1180px)!important;}
  .mgc-services-intro{display:block;padding:28px;border-radius:30px;}
  .mgc-services-intro h2{font-size:40px;}
  .mgc-bento-grid{grid-template-columns:1fr;grid-auto-rows:310px;gap:18px;}
  .mgc-bento-content{left:16px;right:16px;bottom:16px;padding:17px;border-radius:22px;}
  .mgc-bento-icon{width:56px;height:56px;border-radius:20px;}
  .mgc-bento-icon svg{width:31px;height:31px;}
  .mgc-footer .mgc-container{width:min(100% - 28px,1180px)!important;}
  .mgc-footer-main{grid-template-columns:1fr!important;}
}
@media(max-width:520px){
  .mgc-bento-grid{grid-auto-rows:360px;}
  .mgc-bento-content em{font-size:14.5px;}
  .mgc-services-intro-actions .mgc-btn{width:100%;}
}

/* Magic Glanz Core v0.1.12 – Service Showcase v2 */
.mgc-services-showcase{
  position:relative!important;
  overflow:hidden!important;
  padding:118px 0 128px!important;
  background:
    radial-gradient(circle at 16% 10%,rgba(42,221,190,.18),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(245,200,75,.20),transparent 28%),
    linear-gradient(180deg,#fffaf0 0%,#f5f7e8 52%,#fbfaf2 100%)!important;
}
.mgc-services-showcase:before{
  content:"";position:absolute;left:0;right:0;top:0;height:310px;
  background:linear-gradient(135deg,#04251e 0%,#075b38 55%,#0c7d53 100%);
  clip-path:polygon(0 0,100% 0,100% 70%,0 100%);
  opacity:.98;z-index:0;
}
.mgc-services-showcase:after{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 100%),
    linear-gradient(180deg,rgba(255,255,255,.04) 0 1px,transparent 1px 100%);
  background-size:74px 74px;opacity:.17;
}
.mgc-services-bg-light,.mgc-services-bg-green{position:absolute;border-radius:999px;pointer-events:none;z-index:0;filter:blur(4px)}
.mgc-services-bg-light{width:620px;height:620px;right:-190px;top:120px;background:radial-gradient(circle,rgba(245,200,75,.28),transparent 66%)}
.mgc-services-bg-green{width:520px;height:520px;left:-170px;bottom:40px;background:radial-gradient(circle,rgba(42,221,190,.22),transparent 68%)}
.mgc-services-showcase-inner{position:relative;z-index:1;width:min(1500px,calc(100% - 48px))!important;}
.mgc-services-clipser-wrap{display:flex;justify-content:center;margin:0 0 26px;}
.mgc-services-clipser{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 30px;border-radius:999px;
  background:linear-gradient(135deg,#063127,#08623e 58%,#0a7d54 100%);
  color:#f7d46c;font-weight:950;text-transform:uppercase;letter-spacing:.14em;font-size:14px;
  border:1px solid rgba(247,212,108,.72);
  box-shadow:0 24px 66px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.18),0 0 0 6px rgba(247,212,108,.08);
  text-shadow:0 1px 18px rgba(247,212,108,.35);
}
.mgc-services-title-row{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:36px;align-items:end;margin:0 auto 50px;max-width:1260px;color:#fff;}
.mgc-services-title-row h2{margin:0;font-size:clamp(44px,5.2vw,82px);line-height:.92;letter-spacing:-.074em;color:#fff7df;text-shadow:0 22px 66px rgba(0,0,0,.34);max-width:900px;}
.mgc-services-title-row p{margin:0;font-size:20px;line-height:1.62;color:rgba(255,255,255,.86);font-weight:650;max-width:560px;}
.mgc-service-showcase-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:32px;align-items:stretch;}
.mgc-showcase-card{grid-column:span 4;min-height:350px;position:relative;border-radius:34px;overflow:hidden;box-shadow:0 34px 100px rgba(5,40,32,.18),0 12px 0 rgba(5,40,32,.06);transform:translateY(0);animation:mgcCardLift .75s ease both;animation-delay:var(--mgc-delay,0ms);}
.mgc-showcase-card.mgc-service-main{min-height:500px;}
.mgc-showcase-card.mgc-service-secondary{min-height:360px;}
.mgc-showcase-card:before{content:"";position:absolute;inset:0;border-radius:34px;padding:2px;background:linear-gradient(145deg,rgba(247,212,108,.98),rgba(42,221,190,.70),rgba(255,255,255,.28));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:6;pointer-events:none;opacity:.82;transition:opacity .3s ease,filter .3s ease;}
.mgc-showcase-link{position:absolute!important;inset:0;display:block;text-decoration:none!important;color:#fff!important;background:#05241d;}
.mgc-showcase-link img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.48) contrast(1.14) brightness(1.08);transform:scale(1.015);transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .75s ease;}
.mgc-showcase-link:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(2,20,16,.08) 32%,rgba(3,28,22,.72) 100%),radial-gradient(circle at 15% 10%,rgba(42,221,190,.20),transparent 38%);transition:opacity .35s ease;}
.mgc-showcase-icon{position:absolute;z-index:4;top:22px;right:22px;width:68px;height:68px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(4,37,30,.86),rgba(9,98,62,.78));border:1px solid rgba(247,212,108,.72);box-shadow:0 22px 58px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.18);backdrop-filter:blur(14px);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;}
.mgc-showcase-icon svg{width:37px;height:37px;fill:none;stroke:#f7d46c;stroke-width:3.05;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 9px 16px rgba(0,0,0,.28));}
.mgc-showcase-content{position:absolute;z-index:3;left:24px;right:24px;bottom:24px;padding:24px 24px 22px;border-radius:27px;background:linear-gradient(145deg,rgba(4,37,30,.82),rgba(8,91,57,.62));border:1px solid rgba(255,255,255,.20);box-shadow:0 22px 56px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.17);backdrop-filter:blur(18px);transform:translateY(0);transition:transform .32s ease,background .32s ease,border-color .32s ease;}
.mgc-showcase-content strong{display:block;margin:0 0 10px;font-size:clamp(28px,2.5vw,40px);line-height:1.02;letter-spacing:-.045em;color:#fff5c5;text-shadow:0 16px 42px rgba(0,0,0,.38);}
.mgc-service-secondary .mgc-showcase-content strong{font-size:clamp(24px,2vw,32px);}
.mgc-showcase-content em{display:block;font-style:normal;color:rgba(255,255,255,.90);font-size:17px;line-height:1.45;font-weight:680;max-width:96%;}
.mgc-service-secondary .mgc-showcase-content em{font-size:15.5px;}
.mgc-showcase-more{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#f7d46c;font-weight:950;font-size:15px;}
.mgc-showcase-more:after{content:"→";color:#58f3dc;font-size:20px;transition:transform .22s ease;}
.mgc-showcase-sheen{position:absolute;z-index:5;inset:-60% auto auto -80%;width:62%;height:230%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transform:rotate(26deg) translateX(-120%);transition:transform .88s ease;pointer-events:none;}
.mgc-showcase-card:hover{transform:translateY(-14px) scale(1.01);box-shadow:0 54px 136px rgba(5,40,32,.29),0 14px 0 rgba(5,40,32,.08);}
.mgc-showcase-card:hover:before{opacity:1;filter:drop-shadow(0 0 18px rgba(247,212,108,.28));}
.mgc-showcase-card:hover img{transform:scale(1.105);filter:saturate(1.62) contrast(1.18) brightness(1.10);}
.mgc-showcase-card:hover .mgc-showcase-content{transform:translateY(-7px);background:linear-gradient(145deg,rgba(4,37,30,.89),rgba(8,105,68,.70));border-color:rgba(247,212,108,.36);}
.mgc-showcase-card:hover .mgc-showcase-icon{transform:translateY(-6px) rotate(-4deg) scale(1.07);border-color:rgba(88,243,220,.76);box-shadow:0 28px 72px rgba(0,0,0,.38),0 0 0 8px rgba(88,243,220,.08);}
.mgc-showcase-card:hover .mgc-showcase-more:after{transform:translateX(6px);}
.mgc-showcase-card:hover .mgc-showcase-sheen{transform:rotate(26deg) translateX(360%);}
.mgc-services-bottom-cta{max-width:940px;margin:54px auto 0;padding:22px 26px;border-radius:999px;background:linear-gradient(135deg,rgba(6,49,39,.94),rgba(10,125,84,.86));border:1px solid rgba(247,212,108,.38);box-shadow:0 28px 80px rgba(5,40,32,.20),inset 0 1px 0 rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;gap:20px;color:#fff;font-size:18px;font-weight:850;}
.mgc-services-bottom-cta a{color:#06251f!important;background:linear-gradient(135deg,#58f3dc,#a8fff0);padding:13px 20px;border-radius:999px;text-decoration:none!important;font-weight:950;box-shadow:0 14px 36px rgba(88,243,220,.26);transition:transform .22s ease,background .22s ease;}
.mgc-services-bottom-cta a:hover{transform:translateY(-2px);background:linear-gradient(135deg,#f7d46c,#fff0a8);}
@keyframes mgcCardLift{from{opacity:0;transform:translateY(38px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:1180px){
  .mgc-services-title-row{grid-template-columns:1fr;gap:18px;text-align:center;}.mgc-services-title-row h2,.mgc-services-title-row p{margin-left:auto;margin-right:auto}.mgc-service-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.mgc-showcase-card,.mgc-showcase-card.mgc-service-main,.mgc-showcase-card.mgc-service-secondary{grid-column:span 1;min-height:420px;}
}
@media(max-width:760px){
  .mgc-services-showcase{padding:82px 0 86px!important;}.mgc-services-showcase:before{height:360px;clip-path:polygon(0 0,100% 0,100% 86%,0 100%)}.mgc-services-showcase-inner{width:min(100% - 28px,1180px)!important}.mgc-services-clipser{font-size:12px;padding:11px 20px}.mgc-services-title-row h2{font-size:42px}.mgc-services-title-row p{font-size:17px}.mgc-service-showcase-grid{grid-template-columns:1fr;gap:22px}.mgc-showcase-card,.mgc-showcase-card.mgc-service-main,.mgc-showcase-card.mgc-service-secondary{min-height:390px}.mgc-showcase-content{left:16px;right:16px;bottom:16px;padding:19px}.mgc-showcase-content strong{font-size:28px}.mgc-showcase-content em{font-size:15.5px}.mgc-showcase-icon{width:58px;height:58px;border-radius:20px}.mgc-showcase-icon svg{width:32px;height:32px}.mgc-services-bottom-cta{border-radius:28px;flex-direction:column;text-align:center;padding:20px;}
}

/* v0.1.13 – Premium Service Showcase v3 */
.mgc-services-v3{
  position:relative!important;
  overflow:hidden!important;
  padding:118px 0 124px!important;
  background:
    radial-gradient(circle at 10% 5%,rgba(40,216,194,.20),transparent 30%),
    radial-gradient(circle at 88% 10%,rgba(245,200,75,.18),transparent 28%),
    linear-gradient(135deg,#fffaf0 0%,#f5f0df 44%,#fbfff6 100%)!important;
}
.mgc-services-v3:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,.06) 42%,rgba(255,255,255,.40));
}
.mgc-services-v3-glow{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none;z-index:0;}
.mgc-services-v3-glow-left{width:430px;height:430px;left:-160px;top:140px;background:radial-gradient(circle,rgba(20,189,159,.19),transparent 70%);}
.mgc-services-v3-glow-right{width:520px;height:520px;right:-190px;bottom:-120px;background:radial-gradient(circle,rgba(245,200,75,.16),transparent 66%);}
.mgc-services-v3-inner{position:relative;z-index:1;width:min(1540px,calc(100% - 58px))!important;margin:0 auto!important;}
.mgc-services-v3-head{text-align:center;max-width:1040px;margin:0 auto 54px!important;}
.mgc-services-v3-clipser{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;margin:0 auto 22px;border-radius:999px;background:linear-gradient(135deg,#073426,#0a6541);border:1px solid rgba(245,200,75,.92);box-shadow:0 18px 48px rgba(7,52,38,.22),inset 0 1px 0 rgba(255,255,255,.16),0 0 0 7px rgba(245,200,75,.055);font-size:13px;font-weight:950;letter-spacing:.18em;text-transform:uppercase;color:#ffd86f;text-shadow:0 8px 20px rgba(0,0,0,.24);}
.mgc-services-v3-head h2{margin:0!important;font-size:clamp(48px,5.3vw,86px)!important;line-height:.94!important;letter-spacing:-.075em!important;color:#073426!important;text-shadow:0 14px 36px rgba(7,52,38,.10);}
.mgc-services-v3-head p{max-width:780px;margin:22px auto 0!important;color:#334b3f!important;font-size:19px!important;line-height:1.72!important;}
.mgc-services-v3-grid{display:grid!important;gap:34px!important;}
.mgc-services-v3-main-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-bottom:34px!important;}
.mgc-services-v3-secondary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:1360px;margin:0 auto!important;}
.mgc-service-v3-card{position:relative!important;min-width:0!important;border-radius:36px!important;overflow:visible!important;animation:mgcFadeUp .7s ease both;animation-delay:var(--mgc-delay,0ms);}
.mgc-service-v3-card a{position:relative!important;display:flex!important;flex-direction:column!important;min-height:100%!important;text-decoration:none!important;color:inherit!important;border-radius:36px!important;overflow:hidden!important;background:linear-gradient(145deg,#063426,#0b5d3c)!important;border:1px solid rgba(245,200,75,.50)!important;box-shadow:0 28px 70px rgba(5,37,29,.22),0 9px 0 rgba(7,52,38,.08),inset 0 1px 0 rgba(255,255,255,.16)!important;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease,filter .32s ease!important;}
.mgc-service-v3-card a:before{content:"";position:absolute;inset:0;border-radius:36px;padding:1px;background:linear-gradient(145deg,rgba(245,200,75,.95),rgba(75,245,218,.48),rgba(255,255,255,.10));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.35;pointer-events:none;z-index:6;transition:opacity .32s ease;}
.mgc-service-v3-card:hover a{transform:translateY(-13px) scale(1.012);box-shadow:0 48px 116px rgba(5,37,29,.30),0 12px 0 rgba(7,52,38,.08),0 0 0 7px rgba(245,200,75,.055)!important;border-color:rgba(245,200,75,.86)!important;filter:saturate(1.06);}
.mgc-service-v3-card:hover a:before{opacity:1;}
.mgc-service-v3-media{position:relative!important;display:block!important;overflow:hidden!important;background:#073426!important;min-height:285px!important;height:285px!important;}
.mgc-service-v3-main .mgc-service-v3-media{height:325px!important;min-height:325px!important;}
.mgc-service-v3-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:var(--mgc-img-pos,center center)!important;display:block!important;filter:saturate(1.42) contrast(1.12) brightness(1.08)!important;transform:scale(1.018)!important;transition:transform .72s ease,filter .72s ease!important;}
.mgc-service-v3-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,22,18,.03) 0%,rgba(3,22,18,.10) 62%,rgba(3,22,18,.36) 100%),radial-gradient(circle at 10% 8%,rgba(82,245,220,.16),transparent 34%);z-index:1;pointer-events:none;}
.mgc-service-v3-card:hover .mgc-service-v3-media img{transform:scale(1.095);filter:saturate(1.55) contrast(1.16) brightness(1.10)!important;}
.mgc-service-v3-icon{position:absolute!important;right:20px!important;top:20px!important;width:66px!important;height:66px!important;border-radius:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(145deg,rgba(6,52,38,.92),rgba(10,101,65,.76))!important;border:1px solid rgba(245,200,75,.78)!important;box-shadow:0 18px 45px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.18)!important;z-index:3!important;backdrop-filter:blur(13px);transition:transform .28s ease,background .28s ease!important;}
.mgc-service-v3-icon svg{width:37px!important;height:37px!important;fill:none!important;stroke:#ffd86f!important;stroke-width:3.1!important;stroke-linecap:round!important;stroke-linejoin:round!important;filter:drop-shadow(0 8px 14px rgba(0,0,0,.22));}
.mgc-service-v3-card:hover .mgc-service-v3-icon{transform:translateY(-5px) rotate(-3deg) scale(1.07);background:linear-gradient(145deg,#0a6541,#073426)!important;}
.mgc-service-v3-shine{position:absolute;inset:-70% auto auto -72%;width:74%;height:230%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transform:rotate(24deg) translateX(-120%);transition:transform .86s ease;z-index:4;pointer-events:none;}
.mgc-service-v3-card:hover .mgc-service-v3-shine{transform:rotate(24deg) translateX(325%);}
.mgc-service-v3-content{position:relative!important;display:flex!important;flex-direction:column!important;gap:11px!important;min-height:218px!important;padding:28px 30px 30px!important;background:linear-gradient(145deg,#062d23 0%,#0a5c3c 100%)!important;color:#fff!important;border-top:1px solid rgba(245,200,75,.36)!important;z-index:2!important;}
.mgc-service-v3-main .mgc-service-v3-content{min-height:235px!important;padding:32px 34px 34px!important;}
.mgc-service-v3-content:before{content:"";position:absolute;left:28px;right:28px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,200,75,.78),rgba(78,245,219,.62),transparent);}
.mgc-service-v3-content strong{display:block!important;font-size:clamp(25px,2.05vw,35px)!important;line-height:1.03!important;letter-spacing:-.045em!important;color:#fff3b9!important;text-shadow:0 13px 30px rgba(0,0,0,.34)!important;}
.mgc-service-v3-secondary .mgc-service-v3-content strong{font-size:clamp(23px,1.6vw,29px)!important;}
.mgc-service-v3-content em{display:block!important;font-style:normal!important;color:rgba(255,255,255,.89)!important;font-size:16.5px!important;line-height:1.58!important;max-width:96%!important;}
.mgc-service-v3-more{display:inline-flex!important;align-items:center!important;gap:9px!important;margin-top:auto!important;padding-top:7px!important;font-weight:950!important;color:#ffd86f!important;font-size:16px!important;text-shadow:0 8px 20px rgba(0,0,0,.22)!important;}
.mgc-service-v3-more:after{content:"→";font-size:19px;color:#58f3dc;transition:transform .23s ease;}
.mgc-service-v3-card:hover .mgc-service-v3-more:after{transform:translateX(6px);}
.mgc-services-v3-cta{display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;flex-wrap:wrap!important;margin:48px auto 0!important;padding:18px 22px!important;width:max-content!important;max-width:100%!important;border-radius:999px!important;background:rgba(255,255,255,.64)!important;border:1px solid rgba(9,90,61,.14)!important;box-shadow:0 24px 70px rgba(7,52,38,.12),inset 0 1px 0 rgba(255,255,255,.72)!important;}
.mgc-services-v3-cta span{font-weight:850!important;color:#073426!important;}
.mgc-services-v3-cta a{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:13px 20px!important;border-radius:999px!important;background:linear-gradient(135deg,#35e7d3,#b4fff3)!important;color:#05231c!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 16px 38px rgba(53,231,211,.24)!important;transition:transform .2s ease,background .2s ease!important;}
.mgc-services-v3-cta a:hover{transform:translateY(-2px);background:linear-gradient(135deg,#ffd86f,#fff0b0)!important;}

@media(max-width:1280px){
  .mgc-services-v3-main-grid,.mgc-services-v3-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .mgc-services-v3-secondary-grid{max-width:none!important;}
}
@media(max-width:820px){
  .mgc-services-v3{padding:82px 0 86px!important;}
  .mgc-services-v3-inner{width:min(100% - 28px,1180px)!important;}
  .mgc-services-v3-head{margin-bottom:34px!important;}
  .mgc-services-v3-head h2{font-size:44px!important;}
  .mgc-services-v3-head p{font-size:16.5px!important;}
  .mgc-services-v3-main-grid,.mgc-services-v3-secondary-grid{grid-template-columns:1fr!important;gap:22px!important;}
  .mgc-service-v3-media,.mgc-service-v3-main .mgc-service-v3-media{height:245px!important;min-height:245px!important;}
  .mgc-service-v3-content,.mgc-service-v3-main .mgc-service-v3-content{min-height:auto!important;padding:24px!important;}
  .mgc-services-v3-cta{width:100%!important;border-radius:28px!important;text-align:center!important;}
}

/* v0.1.17 – Magic Glanz service section refinement */
.mgc-services-v3{
  background:
    radial-gradient(circle at 8% 0%,rgba(242,199,92,.18),transparent 30%),
    radial-gradient(circle at 92% 18%,rgba(17,155,115,.13),transparent 32%),
    linear-gradient(135deg,#f7ecd8 0%,#f4e6cd 48%,#f8f0df 100%)!important;
  padding:116px 0 118px!important;
  margin:0!important;
}
.mgc-services-v3:before{
  background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0))!important;
}
.mgc-services-v3-inner{
  width:min(1680px,calc(100% - 46px))!important;
}
.mgc-services-v3-head{
  max-width:1120px!important;
  margin:0 auto 58px!important;
}
.mgc-services-v3-clipser{
  background:linear-gradient(135deg,#062d23,#075b38 68%,#0a7147)!important;
  border:2px solid #f2c75c!important;
  color:#f7d878!important;
  box-shadow:0 22px 58px rgba(6,45,35,.22),0 0 0 7px rgba(242,199,92,.10),inset 0 1px 0 rgba(255,255,255,.18)!important;
  padding:13px 28px!important;
  letter-spacing:.19em!important;
}
.mgc-services-v3-head h2{
  color:#062d23!important;
  font-size:clamp(50px,5.6vw,90px)!important;
  text-shadow:0 18px 48px rgba(6,45,35,.10)!important;
}
.mgc-services-v3-head p{
  color:#334236!important;
  font-weight:560!important;
  font-size:20px!important;
  max-width:860px!important;
}
.mgc-services-v3-grid{
  gap:38px!important;
}
.mgc-services-v3-main-grid{
  margin-bottom:38px!important;
}
.mgc-service-v3-card a{
  border:3px solid rgba(242,199,92,.92)!important;
  box-shadow:
    0 38px 86px rgba(35,25,12,.17),
    0 14px 0 rgba(6,45,35,.08),
    inset 0 1px 0 rgba(255,255,255,.22)!important;
  background:linear-gradient(145deg,#062d23,#087047)!important;
}
.mgc-service-v3-card a:before{
  opacity:.85!important;
  padding:2px!important;
  background:linear-gradient(145deg,#fff2b7,#f2c75c 44%,rgba(84,245,220,.55) 82%,rgba(255,255,255,.20))!important;
}
.mgc-service-v3-card:hover a{
  transform:translateY(-14px) scale(1.015)!important;
  border-color:#ffe28a!important;
  box-shadow:
    0 54px 122px rgba(35,25,12,.25),
    0 14px 0 rgba(6,45,35,.10),
    0 0 0 8px rgba(242,199,92,.12)!important;
}
.mgc-service-v3-media img{
  filter:saturate(1.28) contrast(1.06) brightness(1.06)!important;
}
.mgc-service-v3-card:hover .mgc-service-v3-media img{
  filter:saturate(1.40) contrast(1.10) brightness(1.09)!important;
}
.mgc-service-v3-media:after{
  background:linear-gradient(180deg,rgba(3,22,18,.00) 0%,rgba(3,22,18,.04) 56%,rgba(3,22,18,.22) 100%)!important;
}
.mgc-service-v3-icon{
  background:linear-gradient(145deg,#ffe28a,#f2c75c 55%,#c99322)!important;
  border:2px solid rgba(6,45,35,.92)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.26),0 0 0 6px rgba(242,199,92,.20),inset 0 1px 0 rgba(255,255,255,.42)!important;
}
.mgc-service-v3-icon svg{
  stroke:#071b15!important;
  filter:drop-shadow(0 6px 10px rgba(255,255,255,.16))!important;
}
.mgc-service-v3-card:hover .mgc-service-v3-icon{
  background:linear-gradient(145deg,#fff3b7,#f2c75c 55%,#d6a231)!important;
  transform:translateY(-5px) rotate(-3deg) scale(1.08)!important;
}
.mgc-service-v3-content{
  background:linear-gradient(145deg,#073426 0%,#0a6f45 100%)!important;
  border-top:2px solid rgba(242,199,92,.76)!important;
  min-height:205px!important;
}
.mgc-service-v3-main .mgc-service-v3-content{
  min-height:220px!important;
}
.mgc-service-v3-content strong{
  color:#ffe58b!important;
}
.mgc-service-v3-more{
  color:#ffe58b!important;
}
.mgc-services-v3-cta{
  display:none!important;
}
@media(max-width:900px){
  .mgc-services-v3{padding:76px 0 82px!important;}
  .mgc-services-v3-inner{width:min(100% - 28px,1180px)!important;}
  .mgc-services-v3-head p{font-size:17px!important;}
  .mgc-services-v3-grid{gap:24px!important;}
}


/* v0.1.18 – Champagne base, GTranslate header, stronger trust cards */
:root{
  --mgc-champagne:#F2E3CB;
  --mgc-champagne-2:#F7ECD8;
  --mgc-gold:#F2C75C;
  --mgc-gold-light:#FFE58B;
}
body:has(.mgc-header){background:var(--mgc-champagne)!important;}

/* GTranslate in header */
.mgc-lang-switcher{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:39px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.035))!important;
  border:1px solid rgba(242,199,92,.38)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.12)!important;
  color:#fff!important;
  max-width:150px!important;
  overflow:hidden!important;
}
.mgc-lang-switcher:empty{display:none!important;}
.mgc-lang-switcher select,
.mgc-lang-switcher .gt_selector,
.mgc-lang-switcher select.gt_selector{
  max-width:134px!important;
  height:28px!important;
  border:0!important;
  outline:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#fff6d1!important;
  font-weight:900!important;
  font-size:12px!important;
  padding:0 4px!important;
  box-shadow:none!important;
}
.mgc-lang-switcher option{color:#10251d!important;background:#fff!important;}
.mgc-lang-switcher img{border-radius:3px!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,.22));}
.mgc-lang-switcher a{color:#fff6d1!important;text-decoration:none!important;font-weight:900!important;}

/* Services champagne refinement */
.mgc-services-v3{
  background:
    radial-gradient(circle at 7% 5%,rgba(255,229,139,.27),transparent 31%),
    radial-gradient(circle at 94% 12%,rgba(14,144,102,.12),transparent 32%),
    linear-gradient(135deg,var(--mgc-champagne) 0%,#F6E9D5 42%,#EFDDBF 100%)!important;
}
.mgc-services-v3:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.28),transparent 28%,transparent 72%,rgba(255,255,255,.18));
  z-index:0;
}
.mgc-services-v3-inner{position:relative!important;z-index:1!important;}
.mgc-services-v3-head p{color:#263f34!important;font-weight:650!important;}

/* Trust block: keep layout, make cards premium */
.mgc-trust{
  background:
    radial-gradient(circle at 12% 8%,rgba(255,229,139,.20),transparent 34%),
    radial-gradient(circle at 88% 18%,rgba(75,242,220,.16),transparent 32%),
    linear-gradient(135deg,#052b22 0%,#075b38 45%,#064431 100%)!important;
  color:#fff!important;
  padding:104px 0 110px!important;
}
.mgc-trust .mgc-section-head h2{
  color:#fff8d9!important;
  text-shadow:0 18px 48px rgba(0,0,0,.28)!important;
}
.mgc-trust .mgc-section-head p{
  color:rgba(255,255,255,.86)!important;
  font-weight:650!important;
}
.mgc-trust .mgc-kicker{
  color:#FFE58B!important;
  background:linear-gradient(135deg,rgba(255,229,139,.13),rgba(255,255,255,.04))!important;
  border:1px solid rgba(242,199,92,.46)!important;
  border-radius:999px!important;
  padding:10px 18px!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18)!important;
}
.mgc-trust .mgc-grid-3{
  gap:28px!important;
}
.mgc-trust-card{
  position:relative!important;
  overflow:hidden!important;
  border:2px solid rgba(242,199,92,.72)!important;
  border-radius:28px!important;
  padding:34px 30px 30px!important;
  min-height:172px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.075)),
    radial-gradient(circle at 18% 0%,rgba(255,229,139,.15),transparent 35%)!important;
  box-shadow:
    0 32px 78px rgba(0,0,0,.24),
    0 9px 0 rgba(2,25,19,.24),
    inset 0 1px 0 rgba(255,255,255,.20)!important;
  backdrop-filter:blur(15px)!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease!important;
}
.mgc-trust-card:before{
  content:"✦";
  position:absolute;
  right:22px;
  top:22px;
  width:42px;
  height:42px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#FFE58B,#F2C75C 55%,#C99322);
  color:#08281f;
  font-size:20px;
  font-weight:950;
  border:1px solid rgba(7,52,38,.78);
  box-shadow:0 14px 32px rgba(0,0,0,.26),0 0 0 5px rgba(242,199,92,.15),inset 0 1px 0 rgba(255,255,255,.42);
}
.mgc-trust-card:after{
  content:"";
  position:absolute;
  inset:-55% auto auto -65%;
  width:58%;
  height:210%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);
  transform:rotate(24deg) translateX(-130%);
  transition:transform .78s ease;
  pointer-events:none;
}
.mgc-trust-card:hover{
  transform:translateY(-10px) scale(1.012)!important;
  border-color:#FFE58B!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.10)),
    radial-gradient(circle at 18% 0%,rgba(255,229,139,.21),transparent 35%)!important;
  box-shadow:
    0 46px 106px rgba(0,0,0,.31),
    0 10px 0 rgba(2,25,19,.26),
    0 0 0 7px rgba(242,199,92,.10),
    inset 0 1px 0 rgba(255,255,255,.24)!important;
}
.mgc-trust-card:hover:after{transform:rotate(24deg) translateX(330%);}
.mgc-trust-card strong{
  color:#FFE58B!important;
  font-size:22px!important;
  letter-spacing:-.025em!important;
  padding-right:54px!important;
  text-shadow:0 12px 28px rgba(0,0,0,.24)!important;
}
.mgc-trust-card span{
  color:rgba(255,255,255,.91)!important;
  font-size:16.5px!important;
  font-weight:580!important;
  line-height:1.62!important;
  padding-right:18px!important;
}
@media(max-width:1240px){
  .mgc-lang-switcher{max-width:108px!important;padding:4px 6px!important;}
  .mgc-lang-switcher select,.mgc-lang-switcher .gt_selector{max-width:96px!important;font-size:11px!important;}
}
@media(max-width:900px){
  .mgc-lang-switcher{display:none!important;}
  .mgc-trust{padding:76px 0 82px!important;}
  .mgc-trust .mgc-grid-3{gap:22px!important;}
  .mgc-trust-card{min-height:auto!important;padding:28px 24px!important;}
}

/* v0.1.19 – GTranslate premium header polish + process accordion */
.mgc-lang-switcher{
  background:linear-gradient(145deg,rgba(6,54,39,.94),rgba(9,104,67,.74))!important;
  border:1px solid rgba(242,199,92,.78)!important;
  border-radius:999px!important;
  box-shadow:0 13px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.16),0 0 0 5px rgba(242,199,92,.055)!important;
  padding:5px 8px!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.mgc-lang-switcher .gt_switcher,
.mgc-lang-switcher .gt_switcher .gt_selected,
.mgc-lang-switcher .gt_switcher .gt_selected a,
.mgc-lang-switcher select,
.mgc-lang-switcher .gt_selector,
.mgc-lang-switcher select.gt_selector{
  background:transparent!important;
  background-color:transparent!important;
  color:#fff2bd!important;
  border:0!important;
  box-shadow:none!important;
  font-weight:950!important;
  font-size:13px!important;
  min-height:30px!important;
}
.mgc-lang-switcher .gt_switcher .gt_selected a{padding:4px 8px!important;line-height:1.2!important;display:flex!important;align-items:center!important;gap:7px!important;}
.mgc-lang-switcher .gt_switcher .gt_selected a:after{border-top-color:#f2c75c!important;}
.mgc-lang-switcher .gt_switcher .gt_option{background:#073426!important;border:1px solid rgba(242,199,92,.40)!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 20px 48px rgba(0,0,0,.28)!important;}
.mgc-lang-switcher .gt_switcher .gt_option a{background:#073426!important;color:#fff2bd!important;font-weight:850!important;padding:8px 10px!important;}
.mgc-lang-switcher .gt_switcher .gt_option a:hover{background:#0a6a45!important;color:#fff!important;}
.mgc-lang-switcher img{border-radius:4px!important;box-shadow:0 4px 12px rgba(0,0,0,.28)!important;}

.mgc-process-accordion{
  position:relative!important;
  overflow:hidden!important;
  padding:112px 0 118px!important;
  background:
    radial-gradient(circle at 8% 8%,rgba(242,199,92,.23),transparent 28%),
    radial-gradient(circle at 86% 10%,rgba(35,219,190,.17),transparent 30%),
    linear-gradient(135deg,#f4e1c4 0%,#f7ead5 45%,#fff5e5 100%)!important;
}
.mgc-process-accordion:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.40),rgba(255,255,255,.08) 48%,rgba(255,255,255,.30));pointer-events:none;}
.mgc-process-glow{position:absolute;border-radius:999px;pointer-events:none;filter:blur(3px);z-index:0;}
.mgc-process-glow-a{width:480px;height:480px;left:-190px;bottom:-120px;background:radial-gradient(circle,rgba(10,106,69,.18),transparent 70%);}
.mgc-process-glow-b{width:540px;height:540px;right:-190px;top:70px;background:radial-gradient(circle,rgba(242,199,92,.20),transparent 68%);}
.mgc-process-wrap{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)!important;gap:58px!important;align-items:center!important;width:min(1460px,calc(100% - 58px))!important;}
.mgc-process-content{min-width:0!important;}
.mgc-process-clipser{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 24px!important;margin:0 0 24px!important;border-radius:999px!important;background:linear-gradient(135deg,#073426,#0a6541)!important;border:1px solid rgba(242,199,92,.92)!important;box-shadow:0 18px 46px rgba(7,52,38,.22),inset 0 1px 0 rgba(255,255,255,.16),0 0 0 7px rgba(242,199,92,.055)!important;color:#ffd86f!important;text-transform:uppercase!important;letter-spacing:.18em!important;font-size:13px!important;font-weight:950!important;}
.mgc-process-content h2{margin:0!important;font-size:clamp(44px,5vw,78px)!important;line-height:.96!important;letter-spacing:-.07em!important;color:#073426!important;text-shadow:0 16px 40px rgba(7,52,38,.10)!important;max-width:820px!important;}
.mgc-process-content>p{margin:22px 0 34px!important;max-width:740px!important;color:#314639!important;font-size:19px!important;line-height:1.68!important;font-weight:650!important;}
.mgc-accordion{display:grid!important;gap:16px!important;max-width:850px!important;}
.mgc-accordion-item{position:relative!important;border-radius:28px!important;background:linear-gradient(145deg,rgba(7,52,38,.96),rgba(9,91,57,.88))!important;border:2px solid rgba(242,199,92,.55)!important;box-shadow:0 24px 62px rgba(7,52,38,.18),0 7px 0 rgba(7,52,38,.10),inset 0 1px 0 rgba(255,255,255,.13)!important;overflow:hidden!important;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease!important;}
.mgc-accordion-item:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 0%,rgba(255,229,139,.16),transparent 34%),linear-gradient(120deg,rgba(255,255,255,.09),transparent 40%);pointer-events:none;}
.mgc-accordion-item.is-open{border-color:#ffd86f!important;box-shadow:0 32px 84px rgba(7,52,38,.24),0 8px 0 rgba(7,52,38,.12),0 0 0 7px rgba(242,199,92,.09),inset 0 1px 0 rgba(255,255,255,.18)!important;}
.mgc-accordion-item:hover{transform:translateY(-4px);}
.mgc-accordion-trigger{position:relative!important;z-index:1!important;width:100%!important;border:0!important;background:transparent!important;display:grid!important;grid-template-columns:auto auto minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;text-align:left!important;padding:22px 24px!important;cursor:pointer!important;color:#fff!important;font-family:inherit!important;}
.mgc-accordion-no{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:54px!important;height:54px!important;border-radius:19px!important;background:linear-gradient(145deg,#fff0a6,#f2c75c 60%,#c88f24)!important;color:#062c22!important;font-weight:950!important;font-size:18px!important;box-shadow:0 16px 34px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.55)!important;}
.mgc-accordion-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:50px!important;height:50px!important;border-radius:17px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(242,199,92,.34)!important;}
.mgc-accordion-icon svg{width:28px!important;height:28px!important;fill:none!important;stroke:#ffd86f!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.mgc-accordion-title{font-size:22px!important;font-weight:950!important;color:#fff4c9!important;letter-spacing:-.03em!important;}
.mgc-accordion-plus{position:relative!important;width:34px!important;height:34px!important;border-radius:999px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(242,199,92,.36)!important;}
.mgc-accordion-plus:before,.mgc-accordion-plus:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;border-radius:2px;background:#ffd86f;transform:translate(-50%,-50%);transition:transform .22s ease;}
.mgc-accordion-plus:after{transform:translate(-50%,-50%) rotate(90deg);}
.mgc-accordion-item.is-open .mgc-accordion-plus:after{transform:translate(-50%,-50%) rotate(0deg);}
.mgc-accordion-panel{position:relative!important;z-index:1!important;display:grid!important;grid-template-rows:0fr!important;transition:grid-template-rows .34s ease!important;}
.mgc-accordion-item.is-open .mgc-accordion-panel{grid-template-rows:1fr!important;}
.mgc-accordion-panel p{overflow:hidden!important;margin:0!important;padding:0 28px 0 148px!important;color:rgba(255,255,255,.88)!important;font-size:17px!important;line-height:1.65!important;max-width:760px!important;}
.mgc-accordion-item.is-open .mgc-accordion-panel p{padding-bottom:28px!important;}
.mgc-process-visual{position:relative!important;min-height:520px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.mgc-process-illustration{position:relative!important;width:min(100%,560px)!important;border-radius:44px!important;padding:12px!important;background:linear-gradient(145deg,rgba(255,255,255,.62),rgba(255,255,255,.18))!important;border:1px solid rgba(242,199,92,.45)!important;box-shadow:0 42px 110px rgba(7,52,38,.18),inset 0 1px 0 rgba(255,255,255,.70)!important;}
.mgc-process-illustration:before{content:"";position:absolute;inset:-18px;border-radius:58px;background:linear-gradient(145deg,rgba(242,199,92,.25),rgba(35,219,190,.13));filter:blur(18px);z-index:-1;}
.mgc-process-illustration svg{display:block!important;width:100%!important;height:auto!important;border-radius:34px!important;}
@media(max-width:1100px){.mgc-process-wrap{grid-template-columns:1fr!important;gap:34px!important}.mgc-process-visual{min-height:auto!important}.mgc-process-illustration{max-width:520px!important;margin:0 auto!important}.mgc-process-content{text-align:center!important}.mgc-process-content h2,.mgc-process-content>p,.mgc-accordion{margin-left:auto!important;margin-right:auto!important}.mgc-accordion-trigger{text-align:left!important}}
@media(max-width:720px){.mgc-process-accordion{padding:76px 0 82px!important}.mgc-process-wrap{width:min(100% - 28px,1180px)!important}.mgc-process-content h2{font-size:40px!important}.mgc-process-content>p{font-size:16.5px!important}.mgc-accordion-trigger{grid-template-columns:auto minmax(0,1fr) auto!important;gap:12px!important;padding:18px!important}.mgc-accordion-icon{display:none!important}.mgc-accordion-no{width:46px!important;height:46px!important;border-radius:16px!important}.mgc-accordion-title{font-size:19px!important}.mgc-accordion-panel p{padding-left:20px!important;padding-right:20px!important;font-size:16px!important}.mgc-process-visual{display:none!important}}

/* Magic Glanz Core v0.1.20 - process champagne accordion + stronger GTranslate integration */
:root{--mgc-champagne:#F1DEC0;--mgc-champagne-dark:#E5C590;--mgc-gold:#F0BF44;--mgc-gold-dark:#B87815;}

/* GTranslate: force it to look like part of the green header */
.mgc-header .mgc-lang-switcher{
  height:46px!important;
  min-width:112px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 11px!important;
  border-radius:17px!important;
  background:linear-gradient(145deg,rgba(5,54,39,.98),rgba(10,106,69,.82))!important;
  border:1.5px solid rgba(240,191,68,.78)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.12)!important;
  color:#fff1bd!important;
  overflow:visible!important;
}
.mgc-header .mgc-lang-switcher *{box-sizing:border-box!important;box-shadow:none!important;}
.mgc-header .mgc-lang-switcher select,
.mgc-header .mgc-lang-switcher .gt_selector,
.mgc-header .mgc-lang-switcher select.gt_selector{
  height:36px!important;
  min-height:36px!important;
  max-width:104px!important;
  color:#fff1bd!important;
  background:transparent!important;
  border:0!important;
  border-radius:12px!important;
  padding:0 22px 0 8px!important;
  font-weight:950!important;
  font-size:13px!important;
  letter-spacing:.01em!important;
  outline:none!important;
}
.mgc-header .mgc-lang-switcher option{background:#073426!important;color:#fff1bd!important;}
.mgc-header .mgc-lang-switcher .gt_switcher{width:auto!important;min-width:0!important;background:transparent!important;border:0!important;overflow:visible!important;font-family:inherit!important;line-height:1!important;}
.mgc-header .mgc-lang-switcher .gt_switcher .gt_selected{background:transparent!important;border:0!important;width:auto!important;overflow:visible!important;}
.mgc-header .mgc-lang-switcher .gt_switcher .gt_selected a,
.mgc-header .mgc-lang-switcher .gt_switcher .gt_selected a.open{
  background:transparent!important;
  border:0!important;
  color:#fff1bd!important;
  font-size:13px!important;
  font-weight:950!important;
  padding:0 7px!important;
  min-height:36px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  line-height:1!important;
}
.mgc-header .mgc-lang-switcher .gt_switcher .gt_selected a:after{border-top-color:#F0BF44!important;right:6px!important;}
.mgc-header .mgc-lang-switcher .gt_switcher .gt_option{
  top:46px!important;
  background:#063326!important;
  border:1px solid rgba(240,191,68,.58)!important;
  border-radius:16px!important;
  overflow:hidden!important;
  box-shadow:0 24px 58px rgba(0,0,0,.34)!important;
  min-width:130px!important;
}
.mgc-header .mgc-lang-switcher .gt_switcher .gt_option a{background:#063326!important;color:#fff1bd!important;font-weight:850!important;padding:10px 12px!important;}
.mgc-header .mgc-lang-switcher .gt_switcher .gt_option a:hover{background:#0a6a45!important;color:#fff!important;}
.mgc-header .mgc-lang-switcher img{border-radius:4px!important;box-shadow:0 4px 12px rgba(0,0,0,.25)!important;}

/* Process block: champagne cards instead of heavy green panels */
.mgc-process-accordion{
  background:radial-gradient(circle at 8% 15%,rgba(240,191,68,.19),transparent 30%),radial-gradient(circle at 85% 20%,rgba(10,106,69,.12),transparent 34%),linear-gradient(135deg,#F6EBDD 0%,#F1DEC0 48%,#EFD6A8 100%)!important;
  padding:104px 0 112px!important;
}
.mgc-process-wrap{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr)!important;align-items:stretch!important;}
.mgc-process-content h2{color:#073426!important;text-shadow:0 16px 38px rgba(7,52,38,.10)!important;}
.mgc-process-content>p{color:#3a2a18!important;}
.mgc-accordion{gap:18px!important;max-width:900px!important;}
.mgc-accordion-item{
  background:linear-gradient(145deg,#F9EEDB 0%,#EACB92 100%)!important;
  border:2px solid rgba(184,120,21,.82)!important;
  box-shadow:0 24px 70px rgba(67,43,7,.16),0 8px 0 rgba(110,72,16,.12),inset 0 1px 0 rgba(255,255,255,.70)!important;
  overflow:hidden!important;
}
.mgc-accordion-item:before{background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.60),transparent 34%),linear-gradient(120deg,rgba(240,191,68,.14),transparent 50%)!important;}
.mgc-accordion-item.is-open{
  border-color:#B87815!important;
  box-shadow:0 34px 90px rgba(67,43,7,.22),0 10px 0 rgba(110,72,16,.13),0 0 0 7px rgba(240,191,68,.13),inset 0 1px 0 rgba(255,255,255,.86)!important;
}
.mgc-accordion-trigger{color:#12251d!important;padding:21px 24px!important;}
.mgc-accordion-title{color:#10251d!important;text-shadow:none!important;font-size:23px!important;}
.mgc-accordion-no{background:linear-gradient(145deg,#073426,#0a6a45)!important;color:#ffd86f!important;border:1px solid rgba(240,191,68,.72)!important;box-shadow:0 16px 34px rgba(7,52,38,.18),inset 0 1px 0 rgba(255,255,255,.18)!important;}
.mgc-accordion-icon{background:rgba(7,52,38,.10)!important;border:1px solid rgba(184,120,21,.34)!important;}
.mgc-accordion-icon svg{stroke:#083c2b!important;fill:none!important;}
.mgc-accordion-plus{background:rgba(7,52,38,.08)!important;border:1px solid rgba(184,120,21,.34)!important;}
.mgc-accordion-plus:before,.mgc-accordion-plus:after{background:#083c2b!important;}
.mgc-accordion-panel p{color:#1f231b!important;font-weight:680!important;font-size:17.5px!important;}
.mgc-process-visual{min-height:100%!important;align-items:stretch!important;}
.mgc-process-illustration{
  width:100%!important;
  max-width:620px!important;
  min-height:100%!important;
  display:flex!important;
  align-items:center!important;
  border-radius:42px!important;
  padding:14px!important;
  background:linear-gradient(145deg,rgba(255,247,230,.88),rgba(238,205,144,.48))!important;
  border:2px solid rgba(184,120,21,.52)!important;
  box-shadow:0 42px 110px rgba(67,43,7,.18),inset 0 1px 0 rgba(255,255,255,.82)!important;
}
.mgc-process-illustration svg{height:100%!important;min-height:560px!important;object-fit:cover!important;}
@media(max-width:1100px){.mgc-process-wrap{grid-template-columns:1fr!important}.mgc-process-illustration{min-height:auto!important}.mgc-process-illustration svg{min-height:auto!important}}
@media(max-width:720px){.mgc-header .mgc-lang-switcher{display:none!important}.mgc-process-accordion{padding:74px 0 84px!important}.mgc-accordion-title{font-size:19px!important}.mgc-accordion-panel p{font-size:16px!important}}

/* Magic Glanz Core v0.1.21 - final polish for GTranslate + premium champagne process block */
:root{
  --mgc-champagne-rich:#EBC77F;
  --mgc-champagne-soft:#F7E7C8;
  --mgc-gold-strong:#FFD35A;
  --mgc-gold-deep:#B87815;
}

/* Strong GTranslate force: remove the white plugin box and make it one piece with the green header */
body .mgc-header .mgc-lang-switcher{
  height:46px!important;
  min-width:116px!important;
  padding:0 12px!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,#073426 0%,#0a6a45 100%)!important;
  background-color:#073426!important;
  border:2px solid rgba(255,211,90,.92)!important;
  box-shadow:0 15px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 4px rgba(255,211,90,.07)!important;
  overflow:visible!important;
}
body .mgc-header .mgc-lang-switcher,
body .mgc-header .mgc-lang-switcher *,
body .mgc-header .mgc-lang-switcher .gt_switcher,
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_selected,
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_selected a,
body .mgc-header .mgc-lang-switcher .gtranslate_wrapper,
body .mgc-header .mgc-lang-switcher .gt-current-lang,
body .mgc-header .mgc-lang-switcher select,
body .mgc-header .mgc-lang-switcher .gt_selector{
  background-color:transparent!important;
  background-image:none!important;
  color:#fff1bd!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
body .mgc-header .mgc-lang-switcher .gt_switcher{background:transparent!important;border:0!important;width:auto!important;min-width:0!important;overflow:visible!important;}
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_selected{background:transparent!important;border:0!important;width:auto!important;overflow:visible!important;}
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_selected a,
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_selected a.open{
  min-height:38px!important;
  padding:0 10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#fff1bd!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
  border:0!important;
}
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_selected a:after{border-top-color:#FFD35A!important;right:2px!important;}
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_option{
  top:48px!important;
  background:#073426!important;
  background-color:#073426!important;
  border:1px solid rgba(255,211,90,.82)!important;
  border-radius:16px!important;
  overflow:hidden!important;
  box-shadow:0 26px 60px rgba(0,0,0,.34)!important;
  min-width:132px!important;
}
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_option a{background:#073426!important;color:#fff1bd!important;font-weight:850!important;padding:10px 12px!important;}
body .mgc-header .mgc-lang-switcher .gt_switcher .gt_option a:hover{background:#0a6a45!important;color:#fff!important;}
body .mgc-header .mgc-lang-switcher select,
body .mgc-header .mgc-lang-switcher .gt_selector{
  height:38px!important;
  min-height:38px!important;
  color:#fff1bd!important;
  background:#073426!important;
  border:0!important;
  font-size:14px!important;
  font-weight:950!important;
}
body .mgc-header .mgc-lang-switcher img{border-radius:4px!important;box-shadow:0 4px 10px rgba(0,0,0,.28)!important;}

/* Process: richer champagne cards, stronger gold edges, stronger icons */
.mgc-process-accordion{
  background:
    radial-gradient(circle at 8% 15%,rgba(255,211,90,.24),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(10,106,69,.12),transparent 34%),
    linear-gradient(135deg,#F5E0B4 0%,#F8EBD2 42%,#EBC77F 100%)!important;
}
.mgc-accordion{gap:20px!important;}
.mgc-accordion-item{
  background:linear-gradient(145deg,#F6D99B 0%,#FFF0C5 42%,#E5BA67 100%)!important;
  border:3px solid rgba(184,120,21,.96)!important;
  box-shadow:0 26px 70px rgba(70,42,6,.22),0 9px 0 rgba(121,76,11,.20),inset 0 1px 0 rgba(255,255,255,.85),0 0 0 6px rgba(255,211,90,.10)!important;
}
.mgc-accordion-item:before{
  background:radial-gradient(circle at 11% 0%,rgba(255,255,255,.70),transparent 36%),linear-gradient(120deg,rgba(255,211,90,.25),transparent 48%)!important;
}
.mgc-accordion-item.is-open{
  border-color:#FFD35A!important;
  box-shadow:0 38px 98px rgba(70,42,6,.28),0 11px 0 rgba(121,76,11,.22),0 0 0 9px rgba(255,211,90,.16),inset 0 1px 0 rgba(255,255,255,.92)!important;
}
.mgc-accordion-title{color:#13241d!important;font-size:24px!important;font-weight:950!important;}
.mgc-accordion-panel p{color:#17231d!important;font-weight:760!important;font-size:18px!important;}
.mgc-accordion-no{
  background:linear-gradient(145deg,#FFD35A 0%,#F0BF44 58%,#B87815 100%)!important;
  color:#062b21!important;
  border:2px solid rgba(6,51,38,.72)!important;
  box-shadow:0 17px 35px rgba(75,42,0,.24),inset 0 1px 0 rgba(255,255,255,.60)!important;
}
.mgc-accordion-icon{
  background:linear-gradient(145deg,#FFD35A 0%,#F0BF44 60%,#B87815 100%)!important;
  border:2px solid rgba(6,51,38,.52)!important;
  box-shadow:0 14px 30px rgba(75,42,0,.18),inset 0 1px 0 rgba(255,255,255,.55)!important;
}
.mgc-accordion-icon svg{stroke:#062b21!important;stroke-width:2.5!important;}
.mgc-accordion-plus{
  background:linear-gradient(145deg,#FFD35A,#F0BF44)!important;
  border:2px solid rgba(6,51,38,.45)!important;
  box-shadow:0 10px 22px rgba(75,42,0,.18)!important;
}
.mgc-accordion-plus:before,.mgc-accordion-plus:after{background:#062b21!important;height:3px!important;}

/* Replace caricature-like SVG feeling with a premium real-photo team visual */
.mgc-process-photo-card{
  max-width:650px!important;
  padding:12px!important;
  border-radius:46px!important;
  background:linear-gradient(145deg,rgba(255,245,222,.92),rgba(230,190,112,.52))!important;
  border:3px solid rgba(184,120,21,.68)!important;
  box-shadow:0 46px 120px rgba(70,42,6,.22), inset 0 1px 0 rgba(255,255,255,.86), 0 0 0 9px rgba(255,211,90,.10)!important;
  overflow:hidden!important;
}
.mgc-process-team-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:560px!important;
  object-fit:cover!important;
  border-radius:34px!important;
}
.mgc-process-photo-label{
  position:absolute!important;
  left:38px!important;
  right:38px!important;
  bottom:34px!important;
  z-index:2!important;
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.mgc-process-photo-label span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  padding:10px 14px!important;
  background:linear-gradient(145deg,#073426,#0a6a45)!important;
  border:1px solid rgba(255,211,90,.86)!important;
  color:#fff1bd!important;
  font-weight:900!important;
  font-size:13px!important;
  box-shadow:0 12px 26px rgba(0,0,0,.22)!important;
}
.mgc-process-illustration svg{display:none!important;}
@media(max-width:1100px){.mgc-process-team-img{min-height:auto!important}.mgc-process-photo-card{max-width:620px!important;margin:0 auto!important}}

/* Magic Glanz Core v0.1.22 - WordPress menu, blue process accents, premium region block */
.mgc-menu .mgc-wp-menu,
.mgc-menu ul{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:17px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  flex-wrap:nowrap!important;
}
.mgc-menu li{margin:0!important;padding:0!important;list-style:none!important;position:relative!important;}
.mgc-menu li a{display:inline-flex!important;align-items:center!important;line-height:1.1!important;}
.mgc-menu .sub-menu{
  position:absolute!important;
  top:100%!important;
  left:0!important;
  display:none!important;
  min-width:210px!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:0!important;
  padding:12px!important;
  background:linear-gradient(145deg,#073426,#0a6a45)!important;
  border:1px solid rgba(255,211,90,.52)!important;
  border-radius:18px!important;
  box-shadow:0 26px 58px rgba(0,0,0,.30)!important;
}
.mgc-menu li:hover>.sub-menu{display:flex!important;}
.mgc-menu .sub-menu a{padding:10px 12px!important;border-radius:12px!important;width:100%!important;}
.mgc-menu .sub-menu a:hover{background:rgba(255,211,90,.12)!important;}

/* Process: blue numbers and blue image frame */
.mgc-accordion-no{
  background:linear-gradient(145deg,#E8FCFF 0%,#BDEFF7 52%,#76D5E6 100%)!important;
  color:#073426!important;
  border:2px solid rgba(15,139,157,.72)!important;
  box-shadow:0 17px 35px rgba(13,113,132,.20),inset 0 1px 0 rgba(255,255,255,.86),0 0 0 4px rgba(118,213,230,.16)!important;
}
.mgc-accordion-item.is-open .mgc-accordion-no{
  background:linear-gradient(145deg,#F0FDFF 0%,#AEEFFA 54%,#55C7DC 100%)!important;
  border-color:#55C7DC!important;
  box-shadow:0 19px 38px rgba(13,113,132,.26),inset 0 1px 0 rgba(255,255,255,.90),0 0 0 6px rgba(85,199,220,.18)!important;
}
.mgc-process-photo-card{
  border:3px solid rgba(85,199,220,.88)!important;
  box-shadow:0 46px 120px rgba(13,113,132,.18), inset 0 1px 0 rgba(255,255,255,.86), 0 0 0 9px rgba(85,199,220,.12), 0 0 0 1px rgba(255,211,90,.22)!important;
}
.mgc-process-team-img{
  border-radius:32px!important;
  outline:1px solid rgba(85,199,220,.30)!important;
  outline-offset:-1px!important;
}

/* Region / Einsatzgebiet premium block */
.mgc-region-v2{
  position:relative!important;
  background:
    radial-gradient(circle at 10% 12%,rgba(85,199,220,.18),transparent 30%),
    radial-gradient(circle at 92% 12%,rgba(255,211,90,.20),transparent 32%),
    linear-gradient(135deg,#F2DFC3 0%,#F7E9CF 45%,#EBD0A0 100%)!important;
  padding:104px 0!important;
}
.mgc-region-v2-glow{position:absolute;pointer-events:none;border-radius:999px;filter:blur(6px);opacity:.75;}
.mgc-region-v2-glow-a{width:360px;height:360px;left:-120px;top:30px;background:rgba(85,199,220,.18);}
.mgc-region-v2-glow-b{width:420px;height:420px;right:-140px;bottom:-110px;background:rgba(255,211,90,.18);}
.mgc-region-v2-layout{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.72fr)!important;
  gap:46px!important;
  align-items:center!important;
}
.mgc-region-v2-copy{
  background:linear-gradient(145deg,rgba(255,247,231,.66),rgba(255,255,255,.28))!important;
  border:2px solid rgba(184,120,21,.22)!important;
  box-shadow:0 32px 88px rgba(67,43,7,.12),inset 0 1px 0 rgba(255,255,255,.65)!important;
  border-radius:40px!important;
  padding:46px!important;
}
.mgc-region-clipser{margin-bottom:18px!important;}
.mgc-region-v2 h2{
  margin:0 0 20px!important;
  font-size:clamp(40px,5.2vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.06em!important;
  color:#073426!important;
  text-shadow:0 18px 40px rgba(7,52,38,.10)!important;
}
.mgc-region-v2 p{
  font-size:18px!important;
  line-height:1.72!important;
  color:#2a241d!important;
  margin:0 0 14px!important;
  max-width:760px!important;
}
.mgc-region-v2 p strong{color:#073426!important;font-weight:900!important;}
.mgc-region-v2-highlights{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:32px!important;
}
.mgc-region-v2-highlights span{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  column-gap:13px!important;
  row-gap:3px!important;
  min-height:112px!important;
  padding:18px 18px!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 88% 0%,rgba(91,213,235,.28),transparent 32%),
    linear-gradient(145deg,rgba(255,248,232,.96),rgba(239,210,158,.92))!important;
  border:2px solid rgba(220,164,58,.82)!important;
  color:#10251e!important;
  font-weight:900!important;
  box-shadow:0 24px 54px rgba(89,55,7,.18),0 0 0 7px rgba(220,164,58,.10),inset 0 1px 0 rgba(255,255,255,.82)!important;
  transform:translateY(0)!important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease!important;
}
.mgc-region-v2-highlights span:before{
  content:"";position:absolute;inset:-50% -35%;
  background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.45) 50%,transparent 58%);
  transform:translateX(-60%) rotate(10deg);
  opacity:.55;transition:transform .65s ease;pointer-events:none;
}
.mgc-region-v2-highlights span:hover{
  transform:translateY(-7px)!important;
  border-color:#FFD35A!important;
  box-shadow:0 36px 78px rgba(89,55,7,.25),0 0 0 9px rgba(255,211,90,.16),0 0 34px rgba(91,213,235,.18),inset 0 1px 0 rgba(255,255,255,.90)!important;
}
.mgc-region-v2-highlights span:hover:before{transform:translateX(66%) rotate(10deg)!important;}
.mgc-region-v2-highlights i{
  grid-row:1 / span 2!important;
  width:48px!important;height:48px!important;border-radius:17px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(145deg,#FFD35A,#D99B20)!important;
  border:2px solid rgba(7,52,38,.88)!important;
  box-shadow:0 14px 28px rgba(113,75,9,.24),inset 0 1px 0 rgba(255,255,255,.64)!important;
}
.mgc-region-v2-highlights svg{width:25px!important;height:25px!important;fill:#072C22!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,.12));}
.mgc-region-v2-highlights strong{
  display:block!important;
  color:#09291f!important;
  font-size:16px!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
}
.mgc-region-v2-highlights em{
  display:block!important;
  font-style:normal!important;
  color:#4b3f29!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
.mgc-region-v2-card{
  position:relative!important;
  overflow:hidden!important;
  border-radius:44px!important;
  padding:38px!important;
  background:linear-gradient(145deg,#0B5268 0%,#0E7890 52%,#063A4D 100%)!important;
  border:3px solid rgba(255,211,90,.88)!important;
  box-shadow:0 46px 118px rgba(5,58,75,.32),0 0 0 10px rgba(91,213,235,.14),0 0 0 1px rgba(255,255,255,.18),inset 0 1px 0 rgba(255,255,255,.22)!important;
  color:#fff!important;
}
.mgc-region-v2-card:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 82% 12%,rgba(255,211,90,.34),transparent 28%),radial-gradient(circle at 0% 100%,rgba(155,239,252,.28),transparent 33%);pointer-events:none;}
.mgc-region-map-mark{
  position:relative!important;
  z-index:1!important;
  width:96px!important;
  height:96px!important;
  border-radius:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(145deg,#E8FCFF,#76D5E6)!important;
  border:2px solid rgba(255,211,90,.72)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.80)!important;
  margin-bottom:24px!important;
}
.mgc-region-map-mark svg{width:62px;height:62px;fill:#073426;filter:drop-shadow(0 7px 12px rgba(0,0,0,.16));}
.mgc-region-card-kicker{
  position:relative!important;
  z-index:1!important;
  display:inline-flex!important;
  text-transform:uppercase!important;
  letter-spacing:.14em!important;
  color:#FFE58A!important;
  font-size:12px!important;
  font-weight:950!important;
  margin-bottom:10px!important;
}
.mgc-region-v2-card h3{
  position:relative!important;
  z-index:1!important;
  margin:0 0 22px!important;
  font-size:clamp(29px,3.2vw,44px)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  color:#FFFFFF!important;
}
.mgc-region-chips{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-bottom:28px!important;
}
.mgc-region-chips span{
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  padding:10px 14px!important;
  background:rgba(255,255,255,.20)!important;
  border:1.8px solid rgba(255,211,90,.72)!important;
  color:#fff9df!important;
  box-shadow:0 10px 24px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.24)!important;
  font-weight:850!important;
  font-size:13px!important;
  backdrop-filter:blur(10px)!important;
}
.mgc-region-contact-mini{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  gap:10px!important;
  padding-top:22px!important;
  border-top:1px solid rgba(255,211,90,.30)!important;
}
.mgc-region-contact-mini a{
  color:#fff!important;
  text-decoration:none!important;
  font-weight:950!important;
  font-size:16px!important;
}
.mgc-region-contact-mini a:hover{color:#FFD35A!important;}
@media(max-width:1100px){.mgc-region-v2-layout{grid-template-columns:1fr!important}.mgc-region-v2-card{max-width:640px!important;margin:0 auto!important}.mgc-region-v2-highlights{grid-template-columns:1fr!important}.mgc-menu .mgc-wp-menu,.mgc-menu ul{gap:12px!important}.mgc-menu li a{font-size:13px!important}}
@media(max-width:900px){.mgc-menu .mgc-wp-menu,.mgc-menu ul{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.mgc-menu .sub-menu{position:static!important;display:flex!important;box-shadow:none!important;margin-top:8px!important}.mgc-region-v2{padding:76px 0!important}.mgc-region-v2-copy,.mgc-region-v2-card{padding:28px!important;border-radius:30px!important}.mgc-region-v2 h2{font-size:42px!important}}

/* Magic Glanz Core v0.1.24 - premium strip + responsive polish */
:root{
  --mgc-champagne-strong:#F3E1C2;
  --mgc-champagne-bright:#FFF4DC;
  --mgc-champagne-deep:#E7C98F;
  --mgc-blue-soft:#BFEFFF;
}
.mgc-premium-strip{
  position:relative!important;
  overflow:hidden!important;
  min-height:118px!important;
  display:flex!important;
  align-items:center!important;
  background:
    radial-gradient(circle at 12% 15%,rgba(255,255,255,.78),transparent 30%),
    radial-gradient(circle at 88% 85%,rgba(255,211,90,.34),transparent 32%),
    linear-gradient(135deg,#FFF2D2 0%,#F3E1C2 44%,#EACB91 100%)!important;
  border-top:2px solid rgba(213,151,32,.68)!important;
  border-bottom:2px solid rgba(213,151,32,.68)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 -1px 0 rgba(255,255,255,.38),0 22px 70px rgba(80,52,12,.12)!important;
}
.mgc-premium-strip:before,
.mgc-premium-strip:after{
  content:""!important;position:absolute!important;top:0!important;bottom:0!important;width:130px!important;z-index:3!important;pointer-events:none!important;
}
.mgc-premium-strip:before{left:0!important;background:linear-gradient(90deg,#FFF2D2,rgba(255,242,210,0))!important;}
.mgc-premium-strip:after{right:0!important;background:linear-gradient(270deg,#EACB91,rgba(234,203,145,0))!important;}
.mgc-premium-strip-glow{position:absolute!important;inset:-40% -8%!important;background:linear-gradient(110deg,transparent 38%,rgba(255,255,255,.36) 50%,transparent 62%)!important;animation:mgcStripShine 7.5s ease-in-out infinite!important;pointer-events:none!important;}
.mgc-premium-strip-inner{width:100%!important;overflow:hidden!important;position:relative!important;z-index:2!important;padding:24px 0!important;}
.mgc-premium-strip-track{
  display:flex!important;align-items:center!important;gap:28px!important;width:max-content!important;white-space:nowrap!important;
  animation:mgcPremiumMarquee 42s linear infinite!important;
  will-change:transform!important;
}
.mgc-premium-strip:hover .mgc-premium-strip-track{animation-play-state:paused!important;}
.mgc-premium-strip-track span{
  font-size:clamp(28px,3.1vw,48px)!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important;
  color:#073426!important;text-shadow:0 2px 0 rgba(255,255,255,.35),0 18px 44px rgba(72,43,5,.18)!important;
}
.mgc-premium-strip-track i{
  font-style:normal!important;font-size:clamp(22px,2.1vw,36px)!important;color:#C99218!important;
  filter:drop-shadow(0 10px 18px rgba(156,103,12,.25))!important;transform:translateY(-1px)!important;
}
@keyframes mgcPremiumMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes mgcStripShine{0%,100%{transform:translateX(-34%);opacity:.22}50%{transform:translateX(34%);opacity:.56}}

/* responsive + spacing tightening across all Magic Glanz blocks */
.mgc-container{width:min(1440px,calc(100% - 56px))!important;}
.mgc-section{padding:clamp(70px,7vw,112px) 0!important;}
.mgc-services-v3,.mgc-process,.mgc-region-v2{background-color:var(--mgc-champagne-strong)!important;}
.mgc-service-photo-grid,.mgc-services-v3-main-grid,.mgc-services-v3-secondary-grid{gap:clamp(22px,2.5vw,38px)!important;}
.mgc-trust-grid,.mgc-region-v2-highlights{gap:clamp(18px,2vw,28px)!important;}
.mgc-header .mgc-container,.mgc-footer .mgc-container{width:min(1440px,calc(100% - 46px))!important;}
.mgc-header .mgc-nav{gap:clamp(10px,1.4vw,22px)!important;}
.mgc-menu .mgc-wp-menu,.mgc-menu ul{flex-wrap:wrap!important;}
.mgc-lang-switcher{
  min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;overflow:hidden!important;
}
.mgc-lang-switcher *{box-shadow:none!important;}

@media(max-width:1180px){
  .mgc-container,.mgc-header .mgc-container,.mgc-footer .mgc-container{width:min(100% - 34px,1180px)!important;}
  .mgc-header-actions{gap:8px!important;}
  .mgc-lang-switcher{min-height:40px!important;max-width:112px!important;}
  .mgc-header-cta{padding:11px 14px!important;}
  .mgc-service-media{height:clamp(230px,25vw,280px)!important;}
}
@media(max-width:900px){
  .mgc-container,.mgc-header .mgc-container,.mgc-footer .mgc-container{width:min(100% - 24px,980px)!important;}
  .mgc-section{padding:62px 0!important;}
  .mgc-premium-strip{min-height:90px!important;}
  .mgc-premium-strip-inner{padding:18px 0!important;}
  .mgc-premium-strip-track{gap:20px!important;animation-duration:32s!important;}
  .mgc-premium-strip:before,.mgc-premium-strip:after{width:66px!important;}
  .mgc-services-v3-head,.mgc-section-head{text-align:left!important;margin-left:0!important;margin-right:auto!important;}
  .mgc-process-wrap,.mgc-region-v2-layout{gap:28px!important;}
  .mgc-lang-switcher{display:none!important;}
  .mgc-header-actions{margin-left:auto!important;}
}
@media(max-width:640px){
  .mgc-container,.mgc-header .mgc-container,.mgc-footer .mgc-container{width:min(100% - 20px,620px)!important;}
  .mgc-section{padding:52px 0!important;}
  .mgc-premium-strip{min-height:76px!important;}
  .mgc-premium-strip-track span{font-size:26px!important;}
  .mgc-premium-strip-track i{font-size:22px!important;}
  .mgc-hero{padding:74px 0 64px!important;}
  .mgc-hero h1{font-size:clamp(34px,10vw,44px)!important;}
  .mgc-service-photo-card,.mgc-trust-card,.mgc-process-card,.mgc-region-v2-card,.mgc-region-v2-copy{border-radius:26px!important;}
  .mgc-footer-cta,.mgc-footer-main{gap:22px!important;}
}
@media(prefers-reduced-motion:reduce){.mgc-premium-strip-track,.mgc-premium-strip-glow{animation:none!important;}}


/* Magic Glanz Core v0.1.25 - final polish: premium strip + footer */
.mgc-premium-strip{
  min-height:124px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.mgc-premium-strip-inner{
  display:flex!important;
  align-items:center!important;
  padding:0!important;
  min-height:124px!important;
}
.mgc-premium-strip-track{
  align-items:center!important;
  margin-top:-7px!important;
}
.mgc-premium-strip-track span{
  line-height:1.05!important;
}
.mgc-footer-cta{
  position:relative!important;
  border-bottom:none!important;
  padding-bottom:62px!important;
}
.mgc-footer-cta:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(255,211,90,.82),rgba(88,243,220,.42),transparent)!important;
  box-shadow:0 0 28px rgba(255,211,90,.28)!important;
}
.mgc-footer-cta h2{
  color:#FFD35A!important;
  text-shadow:0 2px 0 rgba(0,0,0,.12),0 18px 48px rgba(255,211,90,.20)!important;
}
.mgc-footer-cta .mgc-kicker{
  color:#69f3df!important;
}
.mgc-footer-main{
  padding-top:54px!important;
}
.mgc-footer-area{
  color:#FFD35A!important;
  font-weight:950!important;
  text-shadow:0 12px 26px rgba(255,211,90,.16)!important;
}
.mgc-footer-area:before{
  background:linear-gradient(135deg,#FFD35A,#F0AA22)!important;
  box-shadow:0 0 18px rgba(255,211,90,.46)!important;
}
.mgc-footer-office{
  align-items:flex-start!important;
  flex-direction:column!important;
  gap:3px!important;
  color:rgba(255,255,255,.82)!important;
}
.mgc-footer-office:before{
  display:none!important;
}
.mgc-footer-office strong{
  color:#FFD35A!important;
  font-size:14px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.mgc-footer-office em{
  font-style:normal!important;
  color:rgba(255,255,255,.82)!important;
  font-weight:750!important;
}
.mgc-footer-contact a[href^="https://wa.me/"]{
  color:#69f3df!important;
  font-weight:900!important;
}
.mgc-footer-contact a[href^="https://wa.me/"]:hover{
  color:#FFD35A!important;
}
@media(max-width:1100px){
  .mgc-footer-cta{padding-bottom:46px!important;}
  .mgc-footer-cta h2{font-size:clamp(34px,7vw,58px)!important;}
}
@media(max-width:900px){
  .mgc-premium-strip{min-height:96px!important;}
  .mgc-premium-strip-inner{min-height:96px!important;}
  .mgc-premium-strip-track{margin-top:-5px!important;}
  .mgc-footer-cta{padding-top:50px!important;padding-bottom:42px!important;}
  .mgc-footer-cta-actions{width:100%!important;}
  .mgc-footer-cta-actions .mgc-btn,.mgc-footer-phone{width:100%!important;justify-content:center!important;}
}
@media(max-width:640px){
  .mgc-premium-strip{min-height:82px!important;}
  .mgc-premium-strip-inner{min-height:82px!important;}
  .mgc-premium-strip-track{margin-top:-4px!important;}
  .mgc-footer-cta h2{font-size:34px!important;}
}

/* Magic Glanz Core v0.1.26 - automatic subpage frame + strip/footer polish */
.mgc-premium-strip{
  min-height:124px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.mgc-premium-strip-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  min-height:124px!important;
  width:100%!important;
}
.mgc-premium-strip-track{
  align-items:center!important;
  margin-top:0!important;
  transform:translateY(0)!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.mgc-premium-strip-track span,
.mgc-premium-strip-track i{
  display:inline-flex!important;
  align-items:center!important;
  line-height:1!important;
}
.mgc-page-hero{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,211,90,.18),transparent 31%),
    radial-gradient(circle at 90% 18%,rgba(105,243,223,.20),transparent 30%),
    linear-gradient(135deg,#063225 0%,#075B38 58%,#0A7044 100%)!important;
  color:#fff!important;
  padding:clamp(58px,6vw,92px) 0 clamp(48px,5vw,78px)!important;
  border-bottom:2px solid rgba(255,211,90,.46)!important;
  box-shadow:0 20px 70px rgba(4,35,28,.18)!important;
}
.mgc-page-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(115deg,rgba(255,255,255,.10),transparent 35%,rgba(255,211,90,.08))!important;
  pointer-events:none!important;
}
.mgc-page-hero-glow{
  position:absolute!important;
  width:460px!important;
  height:460px!important;
  border-radius:50%!important;
  right:-130px!important;
  top:-220px!important;
  background:radial-gradient(circle,rgba(255,211,90,.34),transparent 66%)!important;
  filter:blur(4px)!important;
  pointer-events:none!important;
}
.mgc-page-hero-inner{
  position:relative!important;
  z-index:2!important;
  max-width:min(1120px,calc(100% - 56px))!important;
}
.mgc-page-hero-kicker{
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  padding:10px 16px!important;
  background:rgba(5,41,31,.58)!important;
  border:1.8px solid rgba(255,211,90,.74)!important;
  color:#FFD35A!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  box-shadow:0 14px 34px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.14)!important;
}
.mgc-page-hero h1{
  margin:18px 0 14px!important;
  color:#fff!important;
  font-size:clamp(38px,5.4vw,68px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  max-width:900px!important;
  text-shadow:0 18px 44px rgba(0,0,0,.24)!important;
}
.mgc-page-hero p{
  margin:0!important;
  max-width:850px!important;
  color:rgba(255,255,255,.90)!important;
  font-size:clamp(17px,1.6vw,21px)!important;
  line-height:1.6!important;
}
.mgc-auto-page-content{
  background:var(--mgc-champagne-strong,#F3E1C2)!important;
  padding:clamp(54px,6vw,92px) 0!important;
  position:relative!important;
}
.mgc-auto-page-inner{
  background:rgba(255,250,239,.66)!important;
  border:1.6px solid rgba(255,211,90,.38)!important;
  border-radius:34px!important;
  box-shadow:0 28px 80px rgba(80,52,12,.10),inset 0 1px 0 rgba(255,255,255,.62)!important;
  padding:clamp(28px,4vw,58px)!important;
  color:#0B251F!important;
}
.mgc-auto-page-inner:empty{display:none!important;}
.mgc-auto-page-inner h1,
.mgc-auto-page-inner h2,
.mgc-auto-page-inner h3{color:#073426!important;}
.mgc-auto-page-inner a{color:#075B38!important;font-weight:850!important;}
.mgc-auto-page-inner p,.mgc-auto-page-inner li{font-size:17px!important;line-height:1.72!important;}
.mgc-footer-office em:first-of-type{color:#fff9df!important;font-weight:900!important;}
.mgc-footer-office em:last-of-type{color:rgba(255,255,255,.84)!important;font-weight:760!important;}
.addtoany_share_save_container,
.addtoany_content,
.a2a_kit{
  position:relative!important;
  z-index:3!important;
}
.mgc-sharing-before-footer,
.addtoany_share_save_container.mgc-sharing-before-footer{
  width:min(1440px,calc(100% - 56px))!important;
  margin:0 auto!important;
  padding:24px 0!important;
  text-align:left!important;
}
body:has(.mgc-footer) .addtoany_share_save_container:not(.mgc-sharing-before-footer){
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:900px){
  .mgc-premium-strip{min-height:96px!important;}
  .mgc-premium-strip-inner{min-height:96px!important;}
  .mgc-page-hero{padding:46px 0 42px!important;}
  .mgc-page-hero-inner{max-width:min(100% - 28px,980px)!important;}
  .mgc-page-hero h1{font-size:clamp(34px,8vw,48px)!important;}
  .mgc-auto-page-inner{border-radius:26px!important;}
}
@media(max-width:640px){
  .mgc-premium-strip{min-height:82px!important;}
  .mgc-premium-strip-inner{min-height:82px!important;}
  .mgc-page-hero{padding:40px 0 36px!important;}
  .mgc-page-hero-kicker{font-size:11px!important;padding:9px 13px!important;}
  .mgc-auto-page-content{padding:34px 0!important;}
  .mgc-auto-page-inner{padding:24px 18px!important;}
  .mgc-sharing-before-footer,
  .addtoany_share_save_container.mgc-sharing-before-footer{width:min(100% - 24px,620px)!important;}
}

/* Magic Glanz Legal Pages v0.1.31 */
.mgc-legal-section{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 10% 5%, rgba(255,211,90,.20), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(64,193,202,.18), transparent 30%),
    linear-gradient(180deg, #F4E4C8 0%, #F8EEDC 45%, #F2E1C2 100%)!important;
  padding:clamp(58px,6vw,94px) 0!important;
  color:#10251f!important;
}
.mgc-legal-glow{
  position:absolute!important;
  border-radius:999px!important;
  pointer-events:none!important;
  filter:blur(3px)!important;
  opacity:.78!important;
}
.mgc-legal-glow-a{
  width:380px!important;
  height:380px!important;
  left:-150px!important;
  top:50px!important;
  background:radial-gradient(circle, rgba(7,91,56,.18), transparent 68%)!important;
}
.mgc-legal-glow-b{
  width:460px!important;
  height:460px!important;
  right:-180px!important;
  bottom:20px!important;
  background:radial-gradient(circle, rgba(255,211,90,.22), transparent 70%)!important;
}
.mgc-legal-wrap{
  position:relative!important;
  z-index:2!important;
  max-width:min(1180px, calc(100% - 56px))!important;
}
.mgc-legal-head{
  text-align:center!important;
  margin:0 auto clamp(28px,3.2vw,44px)!important;
  max-width:920px!important;
}
.mgc-legal-clipser{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:11px 18px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#063225,#075B38)!important;
  color:#FFD35A!important;
  border:2px solid rgba(255,211,90,.82)!important;
  box-shadow:0 14px 34px rgba(30,22,5,.18), inset 0 1px 0 rgba(255,255,255,.16)!important;
  font-size:12px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.14em!important;
}
.mgc-legal-head h2{
  margin:18px 0 10px!important;
  color:#073426!important;
  font-size:clamp(36px,5vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-.052em!important;
}
.mgc-legal-head p{
  margin:0 auto!important;
  max-width:760px!important;
  color:#385045!important;
  font-size:clamp(16px,1.55vw,20px)!important;
  line-height:1.65!important;
  font-weight:650!important;
}
.mgc-legal-card{
  position:relative!important;
  border-radius:34px!important;
  padding:clamp(26px,4vw,54px)!important;
  background:
    linear-gradient(145deg,rgba(255,251,241,.82),rgba(242,225,194,.72))!important;
  border:2px solid rgba(218,165,32,.68)!important;
  box-shadow:0 34px 90px rgba(78,54,11,.16), inset 0 1px 0 rgba(255,255,255,.72)!important;
  overflow:hidden!important;
}
.mgc-legal-card:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:linear-gradient(120deg, rgba(255,255,255,.40), transparent 34%, rgba(255,211,90,.09))!important;
}
.mgc-legal-grid{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  margin-bottom:clamp(26px,3vw,42px)!important;
}
.mgc-legal-grid-three{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.mgc-legal-box{
  position:relative!important;
  border-radius:24px!important;
  padding:22px 22px 20px!important;
  background:linear-gradient(145deg,#fffaf0,#f5e6c9)!important;
  border:1.8px solid rgba(255,211,90,.74)!important;
  box-shadow:0 20px 50px rgba(59,42,8,.11), inset 0 1px 0 rgba(255,255,255,.74)!important;
  overflow:hidden!important;
}
.mgc-legal-box:after{
  content:""!important;
  position:absolute!important;
  right:-28px!important;
  top:-28px!important;
  width:88px!important;
  height:88px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(7,91,56,.16),transparent 68%)!important;
}
.mgc-legal-box h3{
  margin:0 0 12px!important;
  color:#075B38!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:950!important;
}
.mgc-legal-box p,
.mgc-legal-box div{
  margin:0!important;
  color:#10251f!important;
  font-size:16px!important;
  line-height:1.68!important;
  font-weight:620!important;
}
.mgc-legal-box a,
.mgc-legal-text a{
  color:#075B38!important;
  font-weight:900!important;
  text-decoration:none!important;
  border-bottom:1px solid rgba(7,91,56,.35)!important;
}
.mgc-legal-text{
  position:relative!important;
  z-index:2!important;
  max-width:1000px!important;
  margin:0 auto!important;
}
.mgc-legal-text h3{
  margin:30px 0 10px!important;
  color:#073426!important;
  font-size:clamp(22px,2.4vw,30px)!important;
  line-height:1.18!important;
  letter-spacing:-.025em!important;
  font-weight:950!important;
}
.mgc-legal-text h3:first-child{margin-top:0!important;}
.mgc-legal-text p{
  margin:0 0 15px!important;
  color:#1b3029!important;
  font-size:clamp(16px,1.3vw,18px)!important;
  line-height:1.78!important;
}
.mgc-legal-stand{
  display:inline-flex!important;
  margin-top:18px!important;
  padding:10px 15px!important;
  border-radius:999px!important;
  background:#075B38!important;
  color:#FFD35A!important;
  border:1.6px solid rgba(255,211,90,.76)!important;
  font-weight:900!important;
  line-height:1.2!important;
}
@media(max-width:980px){
  .mgc-legal-grid,
  .mgc-legal-grid-three{grid-template-columns:1fr!important;}
  .mgc-legal-wrap{max-width:min(100% - 32px,900px)!important;}
}
@media(max-width:640px){
  .mgc-legal-section{padding:38px 0!important;}
  .mgc-legal-wrap{max-width:min(100% - 22px,620px)!important;}
  .mgc-legal-card{border-radius:24px!important;padding:22px 16px!important;}
  .mgc-legal-box{border-radius:20px!important;padding:18px!important;}
  .mgc-legal-head h2{font-size:34px!important;}
  .mgc-legal-text h3{font-size:22px!important;}
}

/* Magic Glanz About page v0.1.32 */
.mgc-about-page{
  position:relative!important;
  overflow:hidden!important;
  padding:72px 0 82px!important;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,211,90,.20), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(32,199,215,.14), transparent 32%),
    linear-gradient(135deg,#F4E5CF 0%,#F9F0E2 46%,#EED6B8 100%)!important;
}
.mgc-about-glow{position:absolute!important;pointer-events:none!important;border-radius:999px!important;filter:blur(22px)!important;opacity:.75!important;}
.mgc-about-glow-a{width:360px!important;height:360px!important;left:-120px!important;top:8%!important;background:rgba(7,91,56,.16)!important;}
.mgc-about-glow-b{width:420px!important;height:420px!important;right:-140px!important;bottom:4%!important;background:rgba(240,191,68,.18)!important;}
.mgc-about-wrap{position:relative!important;z-index:2!important;}
.mgc-about-clipser{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:100%!important;
  padding:10px 18px!important;
  border-radius:999px!important;
  background:linear-gradient(145deg,#073426,#0A6845)!important;
  color:#FFD35A!important;
  border:2px solid rgba(255,211,90,.82)!important;
  box-shadow:0 16px 36px rgba(7,52,38,.22), inset 0 1px 0 rgba(255,255,255,.18)!important;
  text-transform:uppercase!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  line-height:1.1!important;
}
.mgc-about-clipser-small{font-size:11px!important;padding:8px 15px!important;}
.mgc-about-intro{
  display:grid!important;
  grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr)!important;
  gap:36px!important;
  align-items:center!important;
}
.mgc-about-copy{
  padding:42px!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,rgba(255,249,239,.92),rgba(247,229,202,.72))!important;
  border:2px solid rgba(240,191,68,.62)!important;
  box-shadow:0 30px 90px rgba(7,52,38,.14), inset 0 1px 0 rgba(255,255,255,.82)!important;
}
.mgc-about-copy h2,
.mgc-about-section-head h2,
.mgc-about-values-head h2,
.mgc-about-cta h2{
  margin:18px 0 16px!important;
  color:#073426!important;
  font-weight:950!important;
  letter-spacing:-.055em!important;
  line-height:.98!important;
}
.mgc-about-copy h2{font-size:clamp(40px,4.8vw,74px)!important;max-width:780px!important;}
.mgc-about-copy p{margin:0 0 14px!important;color:#1a2b25!important;font-size:clamp(16px,1.32vw,19px)!important;line-height:1.72!important;font-weight:650!important;}
.mgc-about-copy .mgc-about-lead{font-size:clamp(18px,1.55vw,22px)!important;color:#0a3f30!important;font-weight:850!important;line-height:1.55!important;}
.mgc-about-mini{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:24px!important;}
.mgc-about-mini span{
  display:inline-flex!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  background:#075B38!important;
  color:#FFE2A2!important;
  border:1.7px solid rgba(255,211,90,.68)!important;
  font-weight:950!important;
  box-shadow:0 10px 22px rgba(7,52,38,.16)!important;
}
.mgc-about-visual{
  margin:0!important;
  position:relative!important;
  min-height:520px!important;
  border-radius:38px!important;
  overflow:hidden!important;
  border:3px solid rgba(255,211,90,.86)!important;
  box-shadow:0 38px 100px rgba(7,52,38,.22), 0 0 0 9px rgba(255,255,255,.32)!important;
  background:#073426!important;
}
.mgc-about-visual:before{
  content:""!important;
  position:absolute!important;inset:0!important;z-index:1!important;
  background:linear-gradient(180deg,rgba(7,52,38,.02),rgba(7,52,38,.50))!important;
  pointer-events:none!important;
}
.mgc-about-visual img{width:100%!important;height:100%!important;min-height:520px!important;object-fit:cover!important;object-position:center center!important;display:block!important;filter:saturate(1.05) contrast(1.03)!important;transform:scale(1.01)!important;transition:transform .65s ease,filter .65s ease!important;}
.mgc-about-visual:hover img{transform:scale(1.055)!important;filter:saturate(1.14) contrast(1.06)!important;}
.mgc-about-visual figcaption{
  position:absolute!important;z-index:2!important;left:22px!important;right:22px!important;bottom:22px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex-wrap:wrap!important;
  padding:16px 18px!important;border-radius:24px!important;
  background:linear-gradient(145deg,rgba(7,52,38,.92),rgba(9,111,74,.82))!important;
  border:1.7px solid rgba(255,211,90,.74)!important;
  box-shadow:0 18px 36px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.16)!important;
}
.mgc-about-visual figcaption strong{color:#FFD35A!important;font-size:18px!important;font-weight:950!important;}
.mgc-about-visual figcaption span{color:#fff7dd!important;font-weight:850!important;font-size:14px!important;}
.mgc-about-section-head{text-align:center!important;max-width:850px!important;margin:70px auto 30px!important;}
.mgc-about-section-head h2,.mgc-about-values-head h2,.mgc-about-cta h2{font-size:clamp(34px,4vw,58px)!important;}
.mgc-about-section-head p{margin:0 auto!important;color:#234139!important;font-size:18px!important;line-height:1.6!important;font-weight:700!important;}
.mgc-about-audience-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
.mgc-about-audience-card,.mgc-about-value-card{
  position:relative!important;
  border-radius:30px!important;
  border:2.4px solid rgba(255,211,90,.80)!important;
  background:linear-gradient(145deg,#075B38,#053B2B)!important;
  box-shadow:0 24px 60px rgba(7,52,38,.20), inset 0 1px 0 rgba(255,255,255,.16)!important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease!important;
}
.mgc-about-audience-card{padding:28px!important;min-height:255px!important;}
.mgc-about-audience-card:hover,.mgc-about-value-card:hover{transform:translateY(-8px)!important;box-shadow:0 34px 86px rgba(7,52,38,.30),0 0 0 6px rgba(255,211,90,.13)!important;border-color:#FFD35A!important;}
.mgc-about-card-icon,.mgc-about-value-icon{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#FFD35A,#F0A928)!important;
  color:#052f23!important;
  border:2px solid rgba(5,47,35,.28)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.45)!important;
}
.mgc-about-card-icon{width:62px!important;height:62px!important;margin-bottom:22px!important;}
.mgc-about-card-icon svg,.mgc-about-value-icon svg{width:35px!important;height:35px!important;stroke:currentColor!important;fill:none!important;stroke-width:3.5!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.mgc-about-audience-card h3,.mgc-about-value-card h3{margin:0 0 10px!important;color:#FFD35A!important;font-size:clamp(23px,2vw,31px)!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.035em!important;}
.mgc-about-audience-card p,.mgc-about-value-card p{margin:0!important;color:#fff6dd!important;font-size:16px!important;line-height:1.6!important;font-weight:700!important;}
.mgc-about-values{
  margin-top:34px!important;
  padding:34px!important;
  border-radius:38px!important;
  background:linear-gradient(145deg,rgba(255,249,239,.78),rgba(244,229,207,.60))!important;
  border:2px solid rgba(240,191,68,.48)!important;
  box-shadow:0 24px 70px rgba(7,52,38,.10), inset 0 1px 0 rgba(255,255,255,.75)!important;
}
.mgc-about-values-head{text-align:center!important;margin-bottom:28px!important;}
.mgc-about-values-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;}
.mgc-about-value-card{display:flex!important;gap:18px!important;align-items:flex-start!important;padding:22px!important;background:linear-gradient(145deg,#fff8ec,#F3E0C4)!important;border-color:rgba(240,191,68,.72)!important;box-shadow:0 18px 44px rgba(7,52,38,.12), inset 0 1px 0 rgba(255,255,255,.88)!important;}
.mgc-about-value-card h3{color:#073426!important;font-size:23px!important;}
.mgc-about-value-card p{color:#1f342d!important;font-weight:650!important;}
.mgc-about-value-icon{flex:0 0 54px!important;width:54px!important;height:54px!important;}
.mgc-about-value-icon svg{width:30px!important;height:30px!important;}
.mgc-about-cta{
  margin-top:34px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:24px!important;
  align-items:center!important;
  padding:34px!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,#073426,#075B38 62%,#0E5F78)!important;
  border:2.6px solid rgba(255,211,90,.76)!important;
  box-shadow:0 30px 80px rgba(7,52,38,.22), inset 0 1px 0 rgba(255,255,255,.14)!important;
}
.mgc-about-cta h2{color:#FFD35A!important;margin:13px 0 10px!important;}
.mgc-about-cta p{margin:0!important;color:#fff6df!important;font-size:17px!important;line-height:1.6!important;font-weight:750!important;}
@media(max-width:1120px){
  .mgc-about-intro{grid-template-columns:1fr!important;}
  .mgc-about-visual{min-height:460px!important;}
  .mgc-about-visual img{min-height:460px!important;}
}
@media(max-width:900px){
  .mgc-about-page{padding:52px 0 64px!important;}
  .mgc-about-audience-grid,.mgc-about-values-grid{grid-template-columns:1fr!important;}
  .mgc-about-cta{grid-template-columns:1fr!important;text-align:left!important;}
  .mgc-about-copy,.mgc-about-values,.mgc-about-cta{padding:26px!important;border-radius:28px!important;}
}
@media(max-width:640px){
  .mgc-about-page{padding:38px 0 48px!important;}
  .mgc-about-copy,.mgc-about-values,.mgc-about-cta{padding:20px!important;border-radius:24px!important;}
  .mgc-about-visual{min-height:360px!important;border-radius:26px!important;}
  .mgc-about-visual img{min-height:360px!important;}
  .mgc-about-visual figcaption{left:14px!important;right:14px!important;bottom:14px!important;border-radius:18px!important;}
  .mgc-about-audience-card{padding:22px!important;min-height:auto!important;border-radius:24px!important;}
  .mgc-about-value-card{padding:18px!important;border-radius:22px!important;}
}

/* v0.1.33 Leistungen page */
.mgc-leistungen-page{
  position:relative!important;
  overflow:hidden!important;
  padding:clamp(78px,7vw,128px) 0!important;
  background:
    radial-gradient(circle at 12% 12%,rgba(255,216,111,.23),transparent 34%),
    radial-gradient(circle at 88% 28%,rgba(38,199,215,.14),transparent 30%),
    linear-gradient(180deg,#F4E2C5 0%,#F8ECDD 48%,#F1DDC0 100%)!important;
}
.mgc-leistungen-page:before{
  content:"";position:absolute!important;inset:24px!important;border:1px solid rgba(174,127,38,.18)!important;border-radius:42px!important;pointer-events:none!important;
}
.mgc-leistungen-glow{position:absolute!important;border-radius:999px!important;filter:blur(2px)!important;pointer-events:none!important;z-index:0!important;}
.mgc-leistungen-glow-a{width:520px;height:520px;left:-220px;top:120px;background:radial-gradient(circle,rgba(11,95,70,.16),transparent 66%)!important;}
.mgc-leistungen-glow-b{width:620px;height:620px;right:-260px;bottom:6%;background:radial-gradient(circle,rgba(255,209,86,.18),transparent 68%)!important;}
.mgc-leistungen-wrap{position:relative!important;z-index:1!important;width:min(1500px,calc(100% - 54px))!important;margin:0 auto!important;}
.mgc-leistungen-head{text-align:center!important;max-width:1120px!important;margin:0 auto clamp(42px,5vw,74px)!important;}
.mgc-leistungen-clipser{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 24px!important;margin:0 0 22px!important;border-radius:999px!important;background:linear-gradient(135deg,#073426,#0b6845)!important;border:1.5px solid rgba(255,210,92,.95)!important;box-shadow:0 18px 44px rgba(7,52,38,.24),inset 0 1px 0 rgba(255,255,255,.18),0 0 0 7px rgba(255,210,92,.07)!important;color:#ffd86f!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-size:13px!important;}
.mgc-leistungen-head h2{margin:0!important;color:#073426!important;font-size:clamp(42px,5.3vw,82px)!important;line-height:.96!important;letter-spacing:-.07em!important;text-shadow:0 14px 34px rgba(7,52,38,.10)!important;}
.mgc-leistungen-head p{max-width:860px!important;margin:22px auto 0!important;color:#29463a!important;font-size:19px!important;line-height:1.72!important;font-weight:650!important;}
.mgc-leistungen-nav{display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin:30px auto 0!important;}
.mgc-leistungen-nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;padding:11px 16px!important;border-radius:999px!important;background:rgba(255,255,255,.46)!important;border:1px solid rgba(173,122,31,.32)!important;color:#073426!important;font-weight:900!important;font-size:14px!important;box-shadow:0 12px 28px rgba(7,52,38,.08),inset 0 1px 0 rgba(255,255,255,.64)!important;transition:transform .22s ease,background .22s ease,border-color .22s ease!important;}
.mgc-leistungen-nav a:hover{transform:translateY(-2px)!important;background:linear-gradient(135deg,#fff3d2,#f4c65c)!important;border-color:rgba(7,52,38,.24)!important;}
.mgc-leistungen-list{display:flex!important;flex-direction:column!important;gap:clamp(34px,4vw,62px)!important;}
.mgc-leistung-block{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;gap:clamp(28px,4vw,66px)!important;align-items:center!important;padding:clamp(18px,2vw,28px)!important;border-radius:38px!important;background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(255,246,229,.34))!important;border:2px solid rgba(199,145,43,.42)!important;box-shadow:0 34px 90px rgba(7,52,38,.14),0 10px 22px rgba(190,125,22,.10),inset 0 1px 0 rgba(255,255,255,.75)!important;position:relative!important;overflow:hidden!important;}
.mgc-leistung-block:before{content:"";position:absolute!important;inset:0!important;background:linear-gradient(110deg,transparent 38%,rgba(255,255,255,.28) 50%,transparent 62%)!important;transform:translateX(-120%)!important;transition:transform .85s ease!important;pointer-events:none!important;}
.mgc-leistung-block:hover:before{transform:translateX(120%)!important;}
.mgc-leistung-block.is-reverse{grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr)!important;}
.mgc-leistung-block.is-reverse .mgc-leistung-media{order:2!important;}
.mgc-leistung-block.is-reverse .mgc-leistung-copy{order:1!important;}
.mgc-leistung-media{margin:0!important;position:relative!important;border-radius:30px!important;overflow:hidden!important;min-height:390px!important;border:3px solid rgba(255,211,94,.82)!important;background:#073426!important;box-shadow:0 28px 70px rgba(7,52,38,.22),0 0 0 8px rgba(255,211,94,.09)!important;}
.mgc-leistung-media img{display:block!important;width:100%!important;height:100%!important;min-height:390px!important;object-fit:cover!important;object-position:center!important;filter:saturate(1.12) contrast(1.06) brightness(1.04)!important;transition:transform .75s ease,filter .75s ease!important;}
.mgc-leistung-block:hover .mgc-leistung-media img{transform:scale(1.055)!important;filter:saturate(1.2) contrast(1.08) brightness(1.06)!important;}
.mgc-leistung-media:after{content:"";position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(7,52,38,.02),rgba(7,52,38,.24))!important;pointer-events:none!important;}
.mgc-leistung-media-icon{position:absolute!important;right:18px!important;top:18px!important;width:62px!important;height:62px!important;border-radius:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(145deg,#ffd86f,#e7a92f)!important;border:2px solid rgba(7,52,38,.20)!important;box-shadow:0 18px 42px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.45)!important;z-index:2!important;}
.mgc-leistung-media-icon svg{width:34px!important;height:34px!important;fill:none!important;stroke:#052c21!important;stroke-width:3.3!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.mgc-leistung-copy{position:relative!important;z-index:2!important;padding:clamp(10px,2vw,28px)!important;}
.mgc-leistung-kicker{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0 0 18px!important;padding:10px 16px!important;border-radius:999px!important;background:#073426!important;border:1.5px solid rgba(255,216,111,.88)!important;color:#ffd86f!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:12px!important;box-shadow:0 12px 30px rgba(7,52,38,.18)!important;}
.mgc-leistung-copy h3{margin:0!important;color:#073426!important;font-size:clamp(34px,3.4vw,58px)!important;line-height:1!important;letter-spacing:-.055em!important;text-shadow:0 12px 28px rgba(7,52,38,.10)!important;}
.mgc-leistung-copy p{margin:18px 0 0!important;color:#263f34!important;font-size:18px!important;line-height:1.72!important;font-weight:650!important;max-width:640px!important;}
.mgc-leistung-points{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:26px 0 0!important;}
.mgc-leistung-points span{display:flex!important;align-items:center!important;gap:10px!important;padding:13px 14px!important;border-radius:18px!important;background:rgba(255,255,255,.56)!important;border:1.5px solid rgba(199,145,43,.34)!important;box-shadow:0 12px 30px rgba(7,52,38,.08),inset 0 1px 0 rgba(255,255,255,.72)!important;color:#073426!important;font-weight:900!important;font-size:14.5px!important;}
.mgc-leistung-points i{flex:0 0 auto!important;width:27px!important;height:27px!important;border-radius:9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(145deg,#ffd86f,#e7a92f)!important;box-shadow:0 9px 18px rgba(190,125,22,.18)!important;}
.mgc-leistung-points svg{width:15px!important;height:15px!important;fill:#073426!important;}
.mgc-leistung-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:26px!important;padding:14px 22px!important;border-radius:999px!important;text-decoration:none!important;background:linear-gradient(135deg,#073426,#0b704b)!important;color:#fff2c2!important;border:1.5px solid rgba(255,216,111,.86)!important;font-weight:950!important;box-shadow:0 18px 46px rgba(7,52,38,.20)!important;transition:transform .22s ease,box-shadow .22s ease,background .22s ease!important;}
.mgc-leistung-link:after{content:"→";margin-left:9px!important;color:#35e7d3!important;}
.mgc-leistung-link:hover{transform:translateY(-3px)!important;background:linear-gradient(135deg,#0b704b,#073426)!important;box-shadow:0 24px 60px rgba(7,52,38,.28)!important;}
@media(max-width:1024px){
  .mgc-leistung-block,.mgc-leistung-block.is-reverse{grid-template-columns:1fr!important;gap:24px!important;}
  .mgc-leistung-block.is-reverse .mgc-leistung-media,.mgc-leistung-block.is-reverse .mgc-leistung-copy{order:initial!important;}
  .mgc-leistung-media,.mgc-leistung-media img{min-height:330px!important;}
  .mgc-leistung-points{grid-template-columns:1fr 1fr!important;}
}
@media(max-width:680px){
  .mgc-leistungen-page{padding:66px 0!important;}
  .mgc-leistungen-page:before{inset:12px!important;border-radius:28px!important;}
  .mgc-leistungen-wrap{width:min(100% - 24px,760px)!important;}
  .mgc-leistungen-head{text-align:left!important;margin-bottom:34px!important;}
  .mgc-leistungen-head h2{font-size:39px!important;}
  .mgc-leistungen-head p{font-size:16px!important;line-height:1.62!important;}
  .mgc-leistungen-nav{justify-content:flex-start!important;gap:8px!important;}
  .mgc-leistungen-nav a{font-size:12.5px!important;padding:9px 12px!important;}
  .mgc-leistung-block{padding:14px!important;border-radius:28px!important;gap:18px!important;}
  .mgc-leistung-media,.mgc-leistung-media img{min-height:245px!important;border-radius:22px!important;}
  .mgc-leistung-media-icon{width:50px!important;height:50px!important;border-radius:16px!important;right:12px!important;top:12px!important;}
  .mgc-leistung-media-icon svg{width:28px!important;height:28px!important;}
  .mgc-leistung-copy{padding:8px 6px 10px!important;}
  .mgc-leistung-copy h3{font-size:33px!important;}
  .mgc-leistung-copy p{font-size:15.5px!important;}
  .mgc-leistung-points{grid-template-columns:1fr!important;gap:10px!important;margin-top:18px!important;}
  .mgc-leistung-points span{font-size:13.5px!important;padding:11px 12px!important;}
}

/* v0.1.34 Leistungen fine polish: stronger 3D cards, blue CTA, better tablet/mobile spacing */
.mgc-leistungen-page{
  padding:clamp(86px,7vw,136px) 0!important;
}
.mgc-leistungen-list{
  gap:clamp(42px,4.8vw,78px)!important;
}
.mgc-leistung-block{
  border:3px solid rgba(228,169,47,.78)!important;
  background:
    linear-gradient(135deg,rgba(255,249,235,.78),rgba(245,226,196,.44))!important;
  box-shadow:
    0 42px 110px rgba(7,52,38,.18),
    0 18px 42px rgba(167,108,23,.14),
    0 0 0 1px rgba(255,236,177,.54) inset,
    inset 0 1px 0 rgba(255,255,255,.86)!important;
  transform:translateZ(0)!important;
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease!important;
}
.mgc-leistung-block:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(255,210,92,.98)!important;
  box-shadow:
    0 52px 128px rgba(7,52,38,.22),
    0 22px 55px rgba(185,121,25,.18),
    0 0 0 1px rgba(255,240,190,.70) inset,
    0 0 0 8px rgba(255,210,92,.08)!important;
}
.mgc-leistung-media{
  border:4px solid rgba(255,210,92,.92)!important;
  box-shadow:
    0 32px 80px rgba(7,52,38,.24),
    0 12px 30px rgba(173,110,19,.18),
    0 0 0 9px rgba(255,210,92,.10)!important;
}
.mgc-leistung-media-icon{
  background:linear-gradient(145deg,#ffe289,#f1b43b 58%,#c98519)!important;
  border:2.5px solid rgba(4,42,34,.34)!important;
  box-shadow:
    0 20px 46px rgba(0,0,0,.26),
    0 0 0 6px rgba(255,220,120,.16),
    inset 0 2px 0 rgba(255,255,255,.55)!important;
}
.mgc-leistung-points{
  gap:14px!important;
}
.mgc-leistung-points span{
  min-height:58px!important;
  padding:15px 16px!important;
  border:2px solid rgba(208,149,36,.56)!important;
  background:linear-gradient(135deg,rgba(255,250,238,.88),rgba(245,225,190,.64))!important;
  box-shadow:
    0 18px 40px rgba(7,52,38,.11),
    0 8px 18px rgba(185,121,25,.10),
    inset 0 1px 0 rgba(255,255,255,.86)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease!important;
}
.mgc-leistung-points span:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(255,206,82,.90)!important;
  background:linear-gradient(135deg,#fff7df,#f6dfa9)!important;
  box-shadow:0 24px 52px rgba(7,52,38,.15),0 10px 22px rgba(185,121,25,.14)!important;
}
.mgc-leistung-points i{
  width:32px!important;
  height:32px!important;
  border-radius:11px!important;
  background:linear-gradient(145deg,#ffe289,#f1b43b 58%,#c98519)!important;
  border:1.5px solid rgba(7,52,38,.20)!important;
  box-shadow:0 12px 24px rgba(180,111,18,.22),inset 0 1px 0 rgba(255,255,255,.55)!important;
}
.mgc-leistung-points svg{
  width:16px!important;
  height:16px!important;
  fill:#062f25!important;
}
.mgc-leistung-link{
  background:linear-gradient(135deg,#063e69,#0b6882)!important;
  color:#fff7db!important;
  border:2px solid rgba(255,216,111,.90)!important;
  box-shadow:
    0 20px 48px rgba(6,62,105,.28),
    0 0 0 6px rgba(11,104,130,.10),
    inset 0 1px 0 rgba(255,255,255,.20)!important;
}
.mgc-leistung-link:after{
  color:#ffd86f!important;
}
.mgc-leistung-link:hover{
  background:linear-gradient(135deg,#0b6882,#063e69)!important;
  color:#fff!important;
  box-shadow:
    0 28px 66px rgba(6,62,105,.34),
    0 0 0 8px rgba(255,216,111,.13),
    inset 0 1px 0 rgba(255,255,255,.24)!important;
}
@media(max-width:1180px) and (min-width:681px){
  .mgc-leistungen-wrap{width:min(100% - 34px,980px)!important;}
  .mgc-leistung-block{gap:28px!important;padding:22px!important;border-radius:34px!important;}
  .mgc-leistung-media,.mgc-leistung-media img{min-height:320px!important;}
  .mgc-leistung-copy h3{font-size:clamp(38px,4.8vw,52px)!important;}
  .mgc-leistung-copy p{font-size:16.5px!important;line-height:1.65!important;}
  .mgc-leistung-points span{font-size:14px!important;min-height:56px!important;}
}
@media(max-width:680px){
  .mgc-leistungen-list{gap:32px!important;}
  .mgc-leistung-block{border-width:2.5px!important;border-radius:30px!important;padding:13px!important;box-shadow:0 26px 70px rgba(7,52,38,.16),0 10px 24px rgba(167,108,23,.12)!important;}
  .mgc-leistung-media{border-width:3px!important;box-shadow:0 22px 52px rgba(7,52,38,.21),0 0 0 6px rgba(255,210,92,.09)!important;}
  .mgc-leistung-link{width:100%!important;min-height:48px!important;margin-top:22px!important;}
}

/* Magic Glanz Footer Polish v0.1.35 */
.mgc-footer-logo img{
  background:linear-gradient(145deg,rgba(4,54,42,.96),rgba(5,87,61,.86))!important;
  border:1px solid rgba(255,211,90,.38)!important;
  box-shadow:0 20px 54px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.12)!important;
}
.mgc-footer h3,
.mgc-footer-card h3{
  color:#FFD35A!important;
  text-shadow:0 10px 28px rgba(255,211,90,.18)!important;
}
.mgc-footer-card a{
  transition:transform .22s ease,color .22s ease,text-shadow .22s ease!important;
}
.mgc-footer-card a:hover{
  color:#FFD35A!important;
  text-shadow:0 0 18px rgba(255,211,90,.22)!important;
}
.mgc-footer-services a{
  margin:8px 0!important;
}
.mgc-footer-area{
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
  border:1px solid rgba(255,211,90,.28)!important;
  border-radius:999px!important;
  padding:8px 0!important;
  background:rgba(255,211,90,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 14px 32px rgba(0,0,0,.12)!important;
}
.mgc-footer-area:before{display:none!important;}
.mgc-footer-area-track{
  display:flex!important;
  width:max-content!important;
  gap:34px!important;
  white-space:nowrap!important;
  animation:mgc-footer-area-slide 22s linear infinite!important;
  will-change:transform!important;
}
.mgc-footer-area-track em{
  display:inline-block!important;
  font-style:normal!important;
  color:#FFD35A!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
  padding:0 8px!important;
}
.mgc-footer-area:hover .mgc-footer-area-track{animation-play-state:paused!important;}
@keyframes mgc-footer-area-slide{
  from{transform:translateX(0);}
  to{transform:translateX(calc(-50% - 17px));}
}
@media(max-width:1100px){
  .mgc-footer-services a{font-size:14px!important;}
}
@media(max-width:640px){
  .mgc-footer-services a{margin:7px 0!important;}
  .mgc-footer-area-track{animation-duration:18s!important;}
}
