:root{
  --axel-dark:#1E1B18;
  --axel-dark-hero:#151311;
  --axel-cream:#F7F3EE;
  --axel-sand:#D8C3A5;
  --axel-green:#6E7C63;
  --axel-brown:#5A4032;
  --axel-soft:#EFE7DC;
  --header-height:74px;
}
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  background:#F7F3EE;
  color:#1E1B18;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%;}
button,a{-webkit-tap-highlight-color:transparent;}

.skip-link{
  position:fixed;z-index:10000;left:12px;top:12px;transform:translateY(-150%);
  padding:10px 14px;border-radius:999px;background:#fff;color:#111;
  font:600 13px/1 'DM Sans',sans-serif;text-decoration:none;
}
.skip-link:focus{transform:translateY(0);}

/* HEADER */
.site-header{position:sticky;top:0;z-index:1000;width:100%;background:#1E1B18;color:#F7F3EE;transition:transform .35s ease;}
.site-header.is-hidden{transform:translateY(-100%);}
.site-header-inner{
  min-height:var(--header-height);padding:0 2vw;display:grid;
  grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);
  align-items:center;gap:24px;
}
.site-title{justify-self:start;color:#F7F3EE;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;white-space:nowrap;}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:24px;}
.desktop-nav a{color:rgba(247,243,238,.82);text-decoration:none;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;white-space:nowrap;transition:color .25s ease;}
.desktop-nav a:hover,.desktop-nav a.active{color:#fff;}
.header-actions{justify-self:end;display:flex;align-items:center;gap:14px;}
.header-cta,.mobile-menu-cta{
  display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:999px;
  background:#F7F3EE;color:#1E1B18;text-decoration:none;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;white-space:nowrap;
}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;padding:10px;cursor:pointer;}
.menu-toggle span{display:block;width:100%;height:1px;margin:6px 0;background:#F7F3EE;transform-origin:center;transition:transform .25s ease;}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg);}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg);}
.mobile-menu{background:#1E1B18;padding:16px 24px 26px;border-top:1px solid rgba(255,255,255,.08);}
.mobile-menu nav{display:grid;}
.mobile-menu nav a{padding:13px 0;color:rgba(247,243,238,.86);text-decoration:none;font-family:'DM Sans',sans-serif;font-size:16px;border-bottom:1px solid rgba(255,255,255,.07);}
.mobile-menu-cta{margin-top:18px;width:100%;}
@media(max-width:1180px){
  .desktop-nav{display:none;}
  .site-header-inner{grid-template-columns:1fr auto;}
  .menu-toggle{display:block;}
  .header-cta{display:none;}
}

/* HERO */
.axel-contact-hero-v1{
  position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:#151311;padding:90px 7vw 90px;
}
.axel-contact-hero-bg{
  position:absolute;inset:0;
  background-image:
    linear-gradient(to top,rgba(21,19,17,0.96) 10%,rgba(21,19,17,0.72) 45%,rgba(21,19,17,0.30) 100%),
    url('https://images.unsplash.com/photo-1583511655826-05700d52f4d9?q=80&w=1800&auto=format&fit=crop');
  background-size:cover;background-position:center center;transform:scale(1.04);animation:contactHeroZoom 14s ease-in-out infinite alternate;
}
@keyframes contactHeroZoom{from{transform:scale(1.04)}to{transform:scale(1.10)}}
.axel-contact-hero-glow{position:absolute;width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,.14) 0%,rgba(216,195,165,0) 70%);top:-320px;right:-320px;pointer-events:none;}
.axel-contact-hero-content{position:relative;z-index:2;max-width:980px;}
.axel-contact-hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#D8C3A5;font-size:11px;margin-bottom:28px;font-weight:700;}
.axel-contact-hero-eyebrow::before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:#D8C3A5;}
.axel-contact-hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(52px,8vw,110px);line-height:.92;color:#F7F3EE;margin:0 0 34px;font-weight:600;letter-spacing:-.05em;max-width:980px;}
.axel-contact-hero-title em{color:#D8C3A5;font-style:italic;font-weight:500;}
.axel-contact-hero-text{max-width:720px;font-family:'DM Sans',sans-serif;font-size:18px;line-height:2;color:rgba(247,243,238,.76);font-weight:300;}
.axel-contact-hero-card{position:absolute;right:7vw;bottom:70px;z-index:3;width:280px;padding:30px;border-radius:30px;background:rgba(255,255,255,.08);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.08);}
.axel-contact-hero-card-number{font-family:'Cormorant Garamond',serif;font-size:62px;line-height:1;color:#F7F3EE;margin-bottom:10px;}
.axel-contact-hero-card-text{font-family:'DM Sans',sans-serif;font-size:14px;line-height:1.9;color:rgba(247,243,238,.70);font-weight:300;}
.axel-contact-hero-scroll{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:4;}
.axel-contact-hero-line{width:1px;height:70px;background:linear-gradient(to bottom,rgba(247,243,238,0),rgba(247,243,238,.7),rgba(247,243,238,0));animation:contactScroll 2s infinite;}
@keyframes contactScroll{0%{opacity:0;transform:translateY(-10px)}50%{opacity:1}100%{opacity:0;transform:translateY(10px)}}

/* CONTACT INFO */
.axel-contact-info-v1{position:relative;padding:20px 7vw;overflow:hidden;background:#F7F3EE;}
.axel-contact-info-light{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,.16) 0%,rgba(216,195,165,0) 70%);top:-200px;right:-200px;pointer-events:none;}
.axel-contact-info-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;}
.axel-contact-info-left{display:flex;flex-direction:column;gap:28px;}
.axel-contact-info-eyebrow{font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#6E7C63;font-size:12px;font-weight:600;margin-bottom:8px;}
.axel-contact-info-title{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,3.8vw,58px);line-height:1.05;color:#1E1B18;margin:0 0 40px;font-weight:600;letter-spacing:-.03em;}
.axel-contact-info-title em{color:#6E7C63;font-style:italic;font-weight:500;}
.axel-contact-card{padding:30px;border-radius:22px;background:white;box-shadow:0 14px 36px rgba(0,0,0,.04);display:flex;gap:18px;align-items:flex-start;transition:all .4s ease;}
.axel-contact-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.07);}
.axel-contact-card-icon{width:48px;height:48px;border-radius:14px;background:#EFE7DC;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;}
.axel-contact-card-content strong{display:block;font-family:'Cormorant Garamond',serif;font-size:20px;color:#1E1B18;font-weight:600;margin-bottom:6px;}
.axel-contact-card-content p{font-family:'DM Sans',sans-serif;font-size:14px;line-height:1.85;color:#5A4032;font-weight:300;margin:0;}
.axel-contact-card-content a{color:#6E7C63!important;text-decoration:none!important;font-weight:500;}
.axel-contact-card-content a:hover{text-decoration:underline!important;}
.axel-contact-right{padding:42px;border-radius:28px;background:white;box-shadow:0 20px 50px rgba(0,0,0,.05);position:sticky;top:40px;}
.axel-contact-right-title{font-family:'Cormorant Garamond',serif;font-size:28px;color:#1E1B18;font-weight:600;margin-bottom:28px;}
.axel-contact-hours{display:flex;flex-direction:column;gap:0;margin-bottom:28px;}
.axel-contact-hour-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(90,64,50,.07);}
.axel-contact-hour-row:last-child{border-bottom:none;}
.axel-contact-hour-day,.axel-contact-hour-time{font-family:'DM Sans',sans-serif;font-size:14px;}
.axel-contact-hour-day{color:#5A4032;font-weight:400;}
.axel-contact-hour-time{color:#1E1B18;font-weight:600;}
.axel-contact-note{padding:18px 22px;border-radius:14px;background:#EFE7DC;font-family:'DM Sans',sans-serif;font-size:13px;line-height:1.85;color:#5A4032;font-weight:300;margin-bottom:28px;}
.axel-contact-note strong{color:#1E1B18;font-weight:600;}
.axel-contact-phone{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-radius:14px;background:#1E1B18;font-family:'Cormorant Garamond',serif;font-size:24px;color:#F7F3EE;font-weight:600;text-decoration:none!important;transition:all .35s ease;}
.axel-contact-phone:hover{background:#000;transform:translateY(-2px);}

/* QUESTIONNAIRE BLOCK */
.axel-form-v1{position:relative;padding:20px 7vw;overflow:hidden;background:#1E1B18;}
.axel-form-light{position:absolute;width:1000px;height:1000px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,.10) 0%,rgba(216,195,165,0) 70%);top:-500px;right:-420px;pointer-events:none;}
.axel-form-wrap{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:stretch;}
.axel-form-left{padding:70px;border-radius:34px;background:rgba(255,255,255,.03);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);}
.axel-form-eyebrow{font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#A7B39A;font-size:12px;font-weight:600;margin-bottom:22px;}
.axel-form-title{font-family:'Cormorant Garamond',serif;font-size:clamp(42px,4vw,66px);line-height:.95;color:#F7F3EE;margin:0 0 30px;font-weight:600;letter-spacing:-.04em;}
.axel-form-title em{color:#D8C3A5;font-style:italic;font-weight:500;}
.axel-form-text{font-family:'DM Sans',sans-serif;font-size:16px;line-height:2;color:rgba(247,243,238,.74);font-weight:300;margin-bottom:46px;max-width:620px;}
.axel-form-questions{display:flex;flex-direction:column;gap:22px;}
.axel-form-question{padding:26px 28px;border-radius:24px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.04);font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.9;color:rgba(247,243,238,.82);font-weight:400;transition:transform .35s ease,background .35s ease,border .35s ease;}
.axel-form-question:hover{transform:translateY(-3px);background:rgba(255,255,255,.04);border-color:rgba(216,195,165,.10);}
.axel-form-right{position:relative;overflow:hidden;border-radius:34px;min-height:820px;}
.axel-form-right::before{
  content:'';position:absolute;inset:0;
  background:
    linear-gradient(to top,rgba(21,19,17,.95) 8%,rgba(21,19,17,.50) 45%,rgba(21,19,17,.16) 100%),
    url('https://images.unsplash.com/photo-1583511655857-d19b40a7a54e?q=80&w=1800&auto=format&fit=crop');
  background-size:cover;background-position:center;transform:scale(1.03);
}
.axel-form-content{position:absolute;left:48px;right:48px;bottom:48px;z-index:2;}
.axel-form-content h3{font-family:'Cormorant Garamond',serif;font-size:60px;line-height:.92;color:#F7F3EE;margin:0 0 26px;font-weight:600;letter-spacing:-.04em;}
.axel-form-content p{font-family:'DM Sans',sans-serif;font-size:16px;line-height:2;color:rgba(247,243,238,.76);font-weight:300;margin-bottom:36px;max-width:520px;}
.axel-form-btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 36px;border-radius:100px;background:#F7F3EE;color:#1E1B18!important;text-decoration:none!important;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:600;transition:transform .35s ease,background .35s ease,box-shadow .35s ease;box-shadow:0 18px 40px rgba(0,0,0,.10);}
.axel-form-btn:hover{transform:translateY(-4px);background:white;box-shadow:0 24px 60px rgba(0,0,0,.18);}

/* REVIEWS */
.axel-contact-reviews{position:relative;padding:20px 7vw;overflow:hidden;background:#F7F3EE;}
.axel-contact-reviews-light{position:absolute;width:700px;height:700px;border-radius:50%;top:-280px;left:-280px;pointer-events:none;}
.axel-contact-reviews-inner{position:relative;z-index:2;max-width:1400px;margin:0 auto;text-align:center;}
.axel-contact-reviews-kicker{display:inline-flex;align-items:center;gap:10px;font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#6E7C63;font-size:11px;font-weight:700;margin-bottom:22px;}
.axel-contact-reviews-kicker::before{content:"";width:7px;height:7px;border-radius:50%;background:#6E7C63;}
.axel-contact-reviews-title{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,3.8vw,58px);line-height:.95;color:#1E1B18;font-weight:600;letter-spacing:-.04em;max-width:900px;margin:0 auto 24px;}
.axel-contact-reviews-title em{color:#6E7C63;font-style:italic;font-weight:500;}
.axel-contact-reviews-text{max-width:760px;font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.95;color:#5A4032;font-weight:300;margin:0 auto 70px;}
.axel-contact-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.axel-contact-review-card{padding:34px;border-radius:28px;background:white;box-shadow:0 16px 40px rgba(0,0,0,.04);transition:all .4s ease;}
.axel-contact-review-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.07);}
.axel-contact-review-stars{font-size:18px;margin-bottom:18px;}
.axel-contact-review-text{font-family:'DM Sans',sans-serif;font-size:15px;line-height:2;color:#5A4032;font-weight:300;margin-bottom:28px;}
.axel-contact-review-author{font-family:'Cormorant Garamond',serif;font-size:24px;color:#1E1B18;font-weight:600;}
.axel-contact-review-bottom{margin-top:60px;text-align:center;}
.axel-contact-review-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 34px;border-radius:100px;background:#1E1B18;color:#F7F3EE!important;text-decoration:none!important;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:600;transition:all .35s ease;}
.axel-contact-review-link:hover{transform:translateY(-3px);background:#000;}

/* FAQ */
.axel-faq-v1{position:relative;padding:20px 7vw;background:#6E7C63;overflow:hidden;}
.axel-faq-light{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,.08) 0%,rgba(216,195,165,0) 70%);top:-300px;right:-300px;pointer-events:none;}
.axel-faq-wrap{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.4fr;gap:90px;align-items:start;}
.axel-faq-left{position:sticky;top:40px;}
.axel-faq-eyebrow{font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#D8C3A5;font-size:12px;margin-bottom:22px;font-weight:600;}
.axel-faq-title{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,3.8vw,58px);line-height:1.05;color:#F7F3EE;margin:0 0 26px;font-weight:600;letter-spacing:-.03em;}
.axel-faq-title em{color:#D8C3A5;font-style:italic;font-weight:500;}
.axel-faq-text{font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.95;color:rgba(247,243,238,.60);font-weight:300;margin-bottom:36px;}
.axel-faq-contact{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:100px;border:1px solid rgba(216,195,165,.25);color:#D8C3A5!important;text-decoration:none!important;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em;transition:all .35s ease;}
.axel-faq-contact:hover{background:rgba(216,195,165,.08);border-color:rgba(216,195,165,.45);}
.axel-faq-list{display:flex;flex-direction:column;gap:0;}
.axel-faq-item{border-bottom:1px solid rgba(247,243,238,.07);overflow:hidden;}
.axel-faq-item:first-child{border-top:1px solid rgba(247,243,238,.07);}
.axel-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 0;cursor:pointer;user-select:none;background:none;border:0;text-align:left;}
.axel-faq-question-text{font-family:'Cormorant Garamond',serif;font-size:22px;line-height:1.2;color:#F7F3EE;font-weight:600;transition:color .3s ease;}
.axel-faq-item.active .axel-faq-question-text{color:#D8C3A5;}
.axel-faq-icon{width:36px;height:36px;border-radius:50%;border:1px solid rgba(247,243,238,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .4s ease;color:rgba(247,243,238,.60);font-size:18px;line-height:1;}
.axel-faq-item.active .axel-faq-icon{background:rgba(216,195,165,.12);border-color:rgba(216,195,165,.30);color:#D8C3A5;transform:rotate(45deg);}
.axel-faq-answer{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .4s ease;}
.axel-faq-item.active .axel-faq-answer{max-height:400px;}
.axel-faq-answer-inner{padding:0 0 26px;font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.95;color:rgba(247,243,238,.62);font-weight:300;}

/* FINAL CTA */
.axel-contact-cta{position:relative;padding:140px 7vw;overflow:hidden;background:#151311;}
.axel-contact-cta-bg{
  position:absolute;inset:0;
  background-image:
    linear-gradient(to top,rgba(21,19,17,.92),rgba(21,19,17,.76)),
    url('https://images.unsplash.com/photo-1517849845537-4d257902454a?q=80&w=1800&auto=format&fit=crop');
  background-size:cover;background-position:center;
}
.axel-contact-cta-inner{position:relative;z-index:2;max-width:980px;margin:0 auto;text-align:center;}
.axel-contact-cta-kicker{display:inline-flex;align-items:center;gap:10px;font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#D8C3A5;font-size:11px;font-weight:700;margin-bottom:26px;}
.axel-contact-cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(48px,5vw,82px);line-height:.95;color:#F7F3EE;font-weight:600;letter-spacing:-.05em;margin:0 0 28px;}
.axel-contact-cta-title em{color:#D8C3A5;font-style:italic;font-weight:500;}
.axel-contact-cta-text{max-width:760px;margin:0 auto 50px;font-family:'DM Sans',sans-serif;font-size:17px;line-height:2;color:rgba(247,243,238,.75);font-weight:300;}
.axel-contact-cta-buttons{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;}
.axel-contact-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 34px;border-radius:100px;text-decoration:none!important;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:600;transition:all .35s ease;}
.axel-contact-cta-btn-main{background:#F7F3EE;color:#1E1B18!important;}
.axel-contact-cta-btn-main:hover{background:white;transform:translateY(-3px);}
.axel-contact-cta-btn-outline{border:1px solid rgba(255,255,255,.16);color:#F7F3EE!important;backdrop-filter:blur(10px);}
.axel-contact-cta-btn-outline:hover{background:rgba(255,255,255,.08);transform:translateY(-3px);}

/* FOOTER */
.axel-footer-v2{position:relative;background:#F7F3EE;overflow:hidden;padding:13px 7vw 40px;border-top:1px solid rgba(30,27,24,.08);}
.axel-footer-light{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,.14) 0%,rgba(216,195,165,0) 70%);top:-350px;right:-350px;pointer-events:none;}
.axel-footer-top{position:relative;z-index:2;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:70px;padding-bottom:60px;border-bottom:1px solid rgba(30,27,24,.07);}
.axel-footer-brand h2{font-family:'Cormorant Garamond',serif;font-size:clamp(34px,3.5vw,48px);line-height:1.05;color:#1E1B18;margin:0 0 22px;font-weight:600;letter-spacing:-.02em;}
.axel-footer-brand p{max-width:420px;font-family:'DM Sans',sans-serif;font-size:14px;line-height:1.95;color:#5A4032;font-weight:300;opacity:.85;}
.axel-footer-socials{display:flex;gap:10px;margin-top:28px;}
.axel-footer-social{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:white;border:1px solid rgba(30,27,24,.08);color:#1E1B18!important;text-decoration:none!important;transition:all .35s ease;font-size:13px;}
.axel-footer-social:hover{transform:translateY(-4px);background:#1E1B18;color:#F7F3EE!important;}
.axel-footer-col h4{font-family:'DM Sans',sans-serif;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#6E7C63;margin-bottom:22px;font-weight:600;}
.axel-footer-links{display:flex;flex-direction:column;gap:12px;}
.axel-footer-links a{font-family:'DM Sans',sans-serif;font-size:14px;color:rgba(90,64,50,.75)!important;text-decoration:none!important;transition:all .3s ease;}
.axel-footer-links a:hover{color:#1E1B18!important;transform:translateX(4px);}
.axel-footer-bottom{position:relative;z-index:2;padding-top:30px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;}
.axel-footer-copy{font-family:'DM Sans',sans-serif;font-size:12px;color:rgba(30,27,24,.45);line-height:2;}
.axel-footer-copy strong{color:#1E1B18;font-weight:600;}
.axel-footer-signature{display:inline-flex;align-items:center;gap:6px;color:rgba(110,124,99,.80)!important;text-decoration:none!important;font-size:12px;transition:all .3s ease;}
.axel-footer-signature:hover{opacity:.6;}
.axel-footer-mini{display:flex;gap:20px;flex-wrap:wrap;}
.axel-footer-mini a{font-family:'DM Sans',sans-serif;font-size:12px;color:rgba(30,27,24,.38)!important;text-decoration:none!important;transition:all .3s ease;}
.axel-footer-mini a:hover{color:#1E1B18!important;}

@media screen and (max-width:1100px){
  .axel-footer-top{grid-template-columns:1fr 1fr;}
}
@media screen and (max-width:980px){
  .axel-contact-info-grid,.axel-form-wrap,.axel-faq-wrap{grid-template-columns:1fr;}
  .axel-contact-right,.axel-faq-left{position:relative;top:auto;}
  .axel-form-right{min-height:560px;}
  .axel-contact-reviews-grid{grid-template-columns:1fr;}
  .axel-faq-wrap{gap:50px;}
}
@media screen and (max-width:768px){
  .axel-contact-hero-v1{min-height:auto;padding:120px 24px 80px;overflow:hidden;}
  .axel-contact-hero-glow{width:360px;height:360px;right:-160px;top:-160px;}
  .axel-contact-hero-title{font-size:clamp(42px,11vw,58px);line-height:.95;}
  .axel-contact-hero-title br{display:none;}
  .axel-contact-hero-text{font-size:15px;line-height:1.9;}
  .axel-contact-hero-card,.axel-contact-hero-scroll{display:none;}

  .axel-contact-info-v1,.axel-form-v1,.axel-contact-reviews,.axel-faq-v1{padding:20px 24px;}
  .axel-contact-right{padding:28px 24px;border-radius:22px;}
  .axel-contact-card{padding:24px;border-radius:18px;}

  .axel-form-left{padding:36px 28px;border-radius:24px;}
  .axel-form-title{font-size:44px;line-height:.96;}
  .axel-form-title br{display:none;}
  .axel-form-text{font-size:15px;line-height:1.9;}
  .axel-form-question{padding:22px;border-radius:20px;font-size:14px;line-height:1.8;}
  .axel-form-right{min-height:480px;border-radius:24px;}
  .axel-form-content{left:28px;right:28px;bottom:28px;}
  .axel-form-content h3{font-size:42px;}
  .axel-form-content p{font-size:15px;line-height:1.9;}
  .axel-form-btn{width:100%;}

  .axel-contact-reviews-title{font-size:clamp(38px,11vw,56px);}
  .axel-contact-reviews-text{font-size:15px;}
  .axel-contact-review-card{padding:28px 24px;border-radius:22px;}

  .axel-faq-question-text{font-size:19px;}
  .axel-faq-answer-inner{font-size:14px;}

  .axel-contact-cta{padding:110px 24px;}
  .axel-contact-cta-title{font-size:clamp(42px,11vw,58px);}
  .axel-contact-cta-text{font-size:15px;}
  .axel-contact-cta-buttons{flex-direction:column;}

  .axel-footer-v2{padding:9px 24px 30px;}
  .axel-footer-top{grid-template-columns:1fr;gap:44px;padding-bottom:44px;}
  .axel-footer-brand h2{font-size:36px;}
  .axel-footer-bottom{flex-direction:column;align-items:flex-start;}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important;}
}