: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%;}
a,button{-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,opacity .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 nav a.active{color:#fff;}
.mobile-menu-cta{margin-top:18px;width:100%;}

/* HERO */
.axel-quest-hero-v1{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:#151311;padding:90px 7vw 90px;}
.axel-quest-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-1583511655857-d19b40a7a54e?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center center;transform:scale(1.04);animation:questHeroZoom 14s ease-in-out infinite alternate;}
@keyframes questHeroZoom{from{transform:scale(1.04);}to{transform:scale(1.10);}}
.axel-quest-hero-glow{position:absolute;width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,0.14) 0%,rgba(216,195,165,0) 70%);top:-320px;right:-320px;pointer-events:none;}
.axel-quest-hero-content{position:relative;z-index:2;max-width:980px;}
.axel-quest-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-quest-hero-eyebrow::before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:#D8C3A5;}
.axel-quest-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-quest-hero-title em{color:#D8C3A5;font-style:italic;font-weight:500;}
.axel-quest-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-quest-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-quest-hero-card-number{font-family:'Cormorant Garamond',serif;font-size:62px;line-height:1;color:#F7F3EE;margin-bottom:10px;}
.axel-quest-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-quest-hero-scroll{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:4;}
.axel-quest-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:questScroll 2s infinite;}
@keyframes questScroll{0%{opacity:0;transform:translateY(-10px);}50%{opacity:1;}100%{opacity:0;transform:translateY(10px);}}

/* INTRO */
.axel-quest-intro-v1{position:relative;padding:20px 7vw;overflow:hidden;background:#F7F3EE;}
.axel-quest-intro-light{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,.16) 0%,rgba(216,195,165,0) 70%);top:-250px;left:-250px;pointer-events:none;}
.axel-quest-intro-wrap{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;margin-bottom:80px;}
.axel-quest-intro-eyebrow{font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#6E7C63;font-size:12px;margin-bottom:22px;font-weight:600;}
.axel-quest-intro-title{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,3.8vw,58px);line-height:1.05;color:#1E1B18;margin:0 0 28px;font-weight:600;letter-spacing:-.03em;}
.axel-quest-intro-title em{color:#6E7C63;font-style:italic;font-weight:500;}
.axel-quest-intro-text{font-family:'DM Sans',sans-serif;font-size:16px;line-height:2;color:#5A4032;font-weight:300;opacity:.88;margin-bottom:20px;}
.axel-quest-intro-quote{margin-top:32px;padding:24px 28px;border-radius:16px;background:#EFE7DC;border-left:3px solid #6E7C63;}
.axel-quest-intro-quote p{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.5;color:#1E1B18;font-weight:500;font-style:italic;margin:0;}
.axel-quest-intro-steps{display:flex;flex-direction:column;gap:0;}
.axel-quest-intro-step{display:flex;gap:22px;padding:26px 0;border-bottom:1px solid rgba(90,64,50,.08);align-items:flex-start;}
.axel-quest-intro-step:last-child{border-bottom:none;}
.axel-quest-intro-step-number{font-family:'Cormorant Garamond',serif;font-size:48px;line-height:1;color:rgba(216,195,165,.50);font-weight:600;flex-shrink:0;width:48px;}
.axel-quest-intro-step-content strong{display:block;font-family:'Cormorant Garamond',serif;font-size:22px;color:#1E1B18;font-weight:600;margin-bottom:6px;}
.axel-quest-intro-step-content p{font-family:'DM Sans',sans-serif;font-size:14px;line-height:1.85;color:#5A4032;font-weight:300;opacity:.85;margin:0;}
.axel-quest-intro-warning{position:relative;z-index:2;padding:46px 50px;border-radius:28px;background:#1E1B18;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;overflow:hidden;}
.axel-quest-intro-warning::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,.08),transparent 70%);right:-150px;top:-150px;}
.axel-quest-intro-warning-left{position:relative;z-index:2;}
.axel-quest-intro-warning-title{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,2.8vw,40px);line-height:1.05;color:#F7F3EE;margin:0 0 18px;font-weight:600;}
.axel-quest-intro-warning-title em{color:#D8C3A5;font-style:italic;}
.axel-quest-intro-warning-text{font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.9;color:rgba(247,243,238,.65);font-weight:300;margin:0;}
.axel-quest-intro-warning-right{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px;}
.axel-quest-intro-warning-item{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);}
.axel-quest-intro-warning-item-icon{font-size:18px;flex-shrink:0;}
.axel-quest-intro-warning-item-text{font-family:'DM Sans',sans-serif;font-size:13px;line-height:1.8;color:rgba(247,243,238,.70);font-weight:300;}
.axel-quest-intro-warning-item-text strong{display:block;color:#D8C3A5;font-weight:600;margin-bottom:2px;font-size:14px;}

/* AFTER */
.axel-quest-after-v1{position:relative;padding:20px 7vw;overflow:hidden;background:#1E1B18;}
.axel-quest-after-light{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(216,195,165,.10) 0%,rgba(216,195,165,0) 70%);top:-300px;right:-300px;pointer-events:none;}
.axel-quest-after-head{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;margin-bottom:70px;}
.axel-quest-after-eyebrow{font-family:'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.18em;color:#D8C3A5;font-size:12px;font-weight:600;}
.axel-quest-after-title{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,3.8vw,58px);line-height:1.05;color:#F7F3EE;margin:0;font-weight:600;letter-spacing:-.03em;}
.axel-quest-after-title em{color:#D8C3A5;font-style:italic;font-weight:500;}
.axel-quest-after-text{max-width:580px;font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.95;color:rgba(247,243,238,.65);font-weight:300;margin:0 auto;}
.axel-quest-after-steps{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:60px;}
.axel-quest-after-step{position:relative;padding:36px 28px;text-align:center;}
.axel-quest-after-step:not(:last-child)::after{content:'';position:absolute;top:48px;right:0;width:1px;height:50px;background:rgba(247,243,238,.08);}
.axel-quest-after-step-icon{width:60px;height:60px;border-radius:50%;background:rgba(216,195,165,.10);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 20px;}
.axel-quest-after-step-title{font-family:'Cormorant Garamond',serif;font-size:22px;color:#F7F3EE;font-weight:600;margin-bottom:10px;line-height:1.1;}
.axel-quest-after-step-desc{font-family:'DM Sans',sans-serif;font-size:13px;line-height:1.85;color:rgba(247,243,238,.55);font-weight:300;}
.axel-quest-after-note{position:relative;z-index:2;padding:30px 36px;border-radius:26px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;}
.axel-quest-after-note-text{flex:1;min-width:200px;}
.axel-quest-after-note-text strong{display:block;font-family:'Cormorant Garamond',serif;font-size:20px;color:#F7F3EE;font-weight:600;margin-bottom:6px;}
.axel-quest-after-note-text p{font-family:'DM Sans',sans-serif;font-size:12px;line-height:1.85;color:rgba(247,243,238,.55);font-weight:300;margin:0;}
.axel-quest-after-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 26px;border-radius:100px;border:1px solid rgba(247,243,238,.18);color:#F7F3EE!important;font-family:'DM Sans',sans-serif;font-size:12px;font-weight:600;text-decoration:none!important;transition:all .35s ease;white-space:nowrap;flex-shrink:0;}
.axel-quest-after-btn:hover{background:rgba(255,255,255,.06);border-color:rgba(247,243,238,.35);transform:translateY(-2px);}

/* 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:1050px){
  .desktop-nav{gap:15px;}
  .desktop-nav a{font-size:12px;}
}

@media screen and (max-width:980px){
  .site-header-inner{grid-template-columns:1fr auto;}
  .desktop-nav,.header-cta{display:none;}
  .menu-toggle{display:block;}

  .axel-quest-intro-wrap{grid-template-columns:1fr;gap:60px;}
  .axel-quest-intro-warning{grid-template-columns:1fr;gap:36px;padding:34px 30px;}
  .axel-quest-after-steps{grid-template-columns:repeat(2,1fr);}
  .axel-quest-after-step:not(:last-child)::after{display:none;}
  .axel-quest-after-step:nth-child(1),.axel-quest-after-step:nth-child(2){border-bottom:1px solid rgba(247,243,238,.06);}
}

@media screen and (max-width:768px){
  .site-header-inner{padding:0 18px;min-height:68px;}
  .site-title{font-size:17px;}

  .axel-quest-hero-v1{min-height:auto;padding:120px 24px 80px;overflow:hidden;}
  .axel-quest-hero-glow{width:360px;height:360px;right:-160px;top:-160px;}
  .axel-quest-hero-title{font-size:clamp(42px,11vw,58px);line-height:.95;}
  .axel-quest-hero-title br{display:none;}
  .axel-quest-hero-text{font-size:15px;line-height:1.9;}
  .axel-quest-hero-card,.axel-quest-hero-scroll{display:none;}

  .axel-quest-intro-v1{padding:20px 24px;}
  .axel-quest-intro-warning{padding:28px 24px;border-radius:22px;}

  .axel-quest-after-v1{padding:20px 24px;}
  .axel-quest-after-steps{grid-template-columns:1fr;}
  .axel-quest-after-step:nth-child(1),.axel-quest-after-step:nth-child(2){border-bottom:none;}
  .axel-quest-after-step{padding:28px 0;border-bottom:1px solid rgba(247,243,238,.06);text-align:left;display:flex;gap:20px;align-items:flex-start;}
  .axel-quest-after-step:last-child{border-bottom:none;}
  .axel-quest-after-step-icon{margin:0;flex-shrink:0;width:48px;height:48px;font-size:20px;}
  .axel-quest-after-note{padding:24px 20px;border-radius:20px;flex-direction:column;}
  .axel-quest-after-btn{width:100%;}

  .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){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}
}


/* MODULO QUESTIONARIO COMPLETO */
.axel-form-page-v1{
  position:relative;
  padding:100px 7vw;
  background:#F7F3EE;
  overflow:hidden;
}

.axel-form-page-light{
  position:absolute;
  width:700px;
  height:700px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(216,195,165,0.16) 0%, rgba(216,195,165,0) 70%);
  top:-250px;
  right:-250px;
  pointer-events:none;
}

.axel-form-page-light-2{
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(110,124,99,0.08) 0%, rgba(110,124,99,0) 70%);
  bottom:-200px;
  left:-200px;
  pointer-events:none;
}

.axel-form-guide{
  position:relative;
  z-index:2;
  margin-bottom:70px;
  padding:40px 46px;
  border-radius:28px;
  background:white;
  box-shadow:0 20px 50px rgba(0,0,0,0.05);
  display:grid;
  grid-template-columns:auto 1fr;
  gap:30px;
  align-items:center;
}

.axel-form-guide-icon{
  font-size:48px;
  line-height:1;
}

.axel-form-guide-title{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  color:#1E1B18;
  font-weight:600;
  margin-bottom:10px;
  line-height:1.1;
}

.axel-form-guide-text{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.9;
  color:#5A4032;
  font-weight:300;
  margin:0;
}

.axel-form-guide-text strong{
  color:#6E7C63;
  font-weight:600;
}

.axel-form-progress{
  position:relative;
  z-index:2;
  margin-bottom:60px;
  display:flex;
  gap:0;
  overflow-x:auto;
  padding-bottom:4px;
}

.axel-form-progress-step{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  flex:1;
  min-width:80px;
  opacity:0.40;
  transition:opacity .3s ease;
}

.axel-form-progress-step.active{
  opacity:1;
}

.axel-form-progress-dot{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#EFE7DC;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  position:relative;
  transition:all .3s ease;
}

.axel-form-progress-step.active .axel-form-progress-dot{
  background:#6E7C63;
}

.axel-form-progress-step:not(:last-child) .axel-form-progress-dot::after{
  content:'';
  position:absolute;
  left:100%;
  top:50%;
  transform:translateY(-50%);
  width:calc(100% + 16px);
  height:1px;
  background:rgba(90,64,50,0.12);
  margin-left:8px;
}

.axel-form-progress-label{
  font-family:'DM Sans',sans-serif;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:0.10em;
  color:#5A4032;
  font-weight:600;
  text-align:center;
  white-space:nowrap;
}

.axel-form-page-wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1.8fr;
  gap:80px;
  align-items:start;
}

.axel-form-page-left{
  position:sticky;
  top:40px;
}

.axel-form-page-eyebrow{
  font-family:'DM Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#6E7C63;
  font-size:12px;
  margin-bottom:22px;
  font-weight:600;
}

.axel-form-page-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,3.8vw,58px);
  line-height:1.05;
  color:#1E1B18;
  margin:0 0 24px;
  font-weight:600;
  letter-spacing:-0.03em;
}

.axel-form-page-title em{
  color:#6E7C63;
  font-style:italic;
  font-weight:500;
}

.axel-form-page-text{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.95;
  color:#5A4032;
  font-weight:300;
  opacity:0.85;
  margin-bottom:24px;
}

.axel-form-page-warning{
  padding:22px 26px;
  border-radius:16px;
  background:#1E1B18;
  border-left:3px solid #D8C3A5;
  margin-bottom:28px;
}

.axel-form-page-warning p{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  line-height:1.9;
  color:rgba(247,243,238,0.80);
  font-weight:300;
  margin:0;
}

.axel-form-page-warning strong{
  color:#D8C3A5;
  font-weight:600;
  display:block;
  margin-bottom:6px;
  font-size:14px;
}

.axel-form-page-paws{
  display:flex;
  gap:6px;
  margin-top:28px;
  opacity:0.25;
}

.axel-form-page-paws span{
  font-size:18px;
}

.axel-form-page-form{
  display:flex;
  flex-direction:column;
  gap:0;
}

.axel-form-block{
  margin-bottom:16px;
  border-radius:24px;
  background:white;
  box-shadow:0 8px 30px rgba(0,0,0,0.04);
  overflow:hidden;
  border:1px solid rgba(90,64,50,0.06);
}

.axel-form-block-header{
  padding:28px 36px;
  display:flex;
  align-items:center;
  gap:16px;
  border-bottom:1px solid rgba(90,64,50,0.06);
  background:#FDFAF7;
}

.axel-form-block-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  background:#EFE7DC;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  flex-shrink:0;
}

.axel-form-block-title{
  font-family:'Cormorant Garamond',serif;
  font-size:24px;
  color:#1E1B18;
  font-weight:600;
  line-height:1;
  margin-bottom:4px;
}

.axel-form-block-subtitle{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:rgba(90,64,50,0.55);
  font-weight:300;
}

.axel-form-block-body{
  padding:32px 36px;
  display:flex;
  flex-direction:column;
  gap:24px;
}

.axel-form-divider{
  display:flex;
  align-items:center;
  gap:16px;
  margin:4px 0;
}

.axel-form-divider-line{
  flex:1;
  height:1px;
  background:rgba(90,64,50,0.08);
}

.axel-form-divider-text{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  color:rgba(90,64,50,0.40);
  font-weight:600;
  white-space:nowrap;
}

.axel-form-group{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.axel-form-label{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-weight:600;
  color:#1E1B18;
  letter-spacing:0.02em;
  line-height:1.4;
}

.axel-form-label .required{
  color:#C0392B;
  margin-left:3px;
}

.axel-form-hint{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:rgba(90,64,50,0.50);
  font-weight:300;
  font-style:italic;
  margin-top:-4px;
}

.axel-form-input,
.axel-form-select,
.axel-form-textarea{
  width:100%;
  padding:14px 18px;
  border-radius:14px;
  border:1.5px solid rgba(90,64,50,0.12);
  background:#FDFAF7;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  color:#1E1B18;
  font-weight:300;
  transition:all .3s ease;
  outline:none;
  appearance:none;
  -webkit-appearance:none;
  line-height:1.6;
}

.axel-form-input:focus,
.axel-form-select:focus,
.axel-form-textarea:focus{
  border-color:#6E7C63;
  background:white;
  box-shadow:0 0 0 3px rgba(110,124,99,0.08);
}

.axel-form-textarea{
  resize:vertical;
  min-height:110px;
  line-height:1.8;
}

.axel-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.axel-form-options{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.axel-form-options.horizontal{
  flex-direction:row;
  flex-wrap:wrap;
  gap:10px;
}

.axel-form-option{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  padding:12px 16px;
  border-radius:12px;
  border:1.5px solid rgba(90,64,50,0.10);
  background:#FDFAF7;
  transition:all .25s ease;
}

.axel-form-option:hover{
  border-color:rgba(110,124,99,0.30);
  background:rgba(110,124,99,0.04);
}

.axel-form-options.horizontal .axel-form-option{
  flex:1;
  min-width:80px;
  justify-content:center;
}

.axel-form-option input[type="radio"],
.axel-form-option input[type="checkbox"]{
  width:18px;
  height:18px;
  border-radius:4px;
  border:1.5px solid rgba(90,64,50,0.25);
  background:white;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  flex-shrink:0;
  position:relative;
  transition:all .2s ease;
}

.axel-form-option input[type="radio"]{
  border-radius:50%;
}

.axel-form-option input[type="radio"]:checked,
.axel-form-option input[type="checkbox"]:checked{
  background:#6E7C63;
  border-color:#6E7C63;
}

.axel-form-option:has(input:checked){
  border-color:#6E7C63;
  background:rgba(110,124,99,0.06);
}

.axel-form-option input[type="radio"]:checked::after{
  content:'';
  position:absolute;
  width:6px;
  height:6px;
  border-radius:50%;
  background:white;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.axel-form-option input[type="checkbox"]:checked::after{
  content:'✓';
  position:absolute;
  font-size:11px;
  color:white;
  font-weight:700;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.axel-form-option-label{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  color:#5A4032;
  font-weight:300;
  line-height:1.4;
}

.axel-form-mid-photo{
  position:relative;
  z-index:2;
  height:280px;
  border-radius:24px;
  overflow:hidden;
  margin:16px 0;
}

.axel-form-mid-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.axel-form-mid-photo-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgba(21,19,17,0.80) 0%, rgba(21,19,17,0.30) 60%);
  display:flex;
  align-items:center;
  padding:40px;
}

.axel-form-mid-photo-text{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  color:#F7F3EE;
  font-weight:500;
  font-style:italic;
  line-height:1.3;
  max-width:420px;
}

.axel-form-mid-photo-text em{
  color:#D8C3A5;
}

.axel-form-submit-wrap{
  margin-top:16px;
  border-radius:24px;
  background:white;
  box-shadow:0 8px 30px rgba(0,0,0,0.04);
  border:1px solid rgba(90,64,50,0.06);
  overflow:hidden;
}

.axel-form-submit-header{
  padding:32px 36px;
  background:#FDFAF7;
  border-bottom:1px solid rgba(90,64,50,0.06);
  text-align:center;
}

.axel-form-submit-header h3{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  color:#1E1B18;
  font-weight:600;
  margin-bottom:8px;
}

.axel-form-submit-header p{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.85;
  color:#5A4032;
  font-weight:300;
  opacity:0.80;
  margin:0;
}

.axel-form-submit-body{
  padding:32px 36px;
}

.axel-form-privacy-box{
  padding:20px 24px;
  border-radius:14px;
  background:#EFE7DC;
  margin-bottom:16px;
}

.axel-form-privacy-box p{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  line-height:1.85;
  color:#5A4032;
  font-weight:300;
  margin:0;
}

.axel-form-privacy-box strong{
  font-weight:600;
  color:#1E1B18;
}

.axel-form-privacy-box a{
  color:#6E7C63 !important;
  text-decoration:underline !important;
}

.axel-form-privacy-check{
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
  padding:14px 18px;
  border-radius:12px;
  border:1.5px solid rgba(110,124,99,0.20);
  background:rgba(110,124,99,0.04);
  margin-bottom:24px;
  transition:all .25s ease;
}

.axel-form-privacy-check:hover{
  border-color:rgba(110,124,99,0.40);
  background:rgba(110,124,99,0.08);
}

.axel-form-privacy-check input{
  width:18px;
  height:18px;
  border-radius:4px;
  border:1.5px solid rgba(90,64,50,0.25);
  background:white;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  flex-shrink:0;
  margin-top:2px;
  position:relative;
  transition:all .2s ease;
}

.axel-form-privacy-check input:checked{
  background:#6E7C63;
  border-color:#6E7C63;
}

.axel-form-privacy-check input:checked::after{
  content:'✓';
  position:absolute;
  font-size:11px;
  color:white;
  font-weight:700;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.axel-form-privacy-check-label{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  color:#5A4032;
  font-weight:400;
  line-height:1.7;
}

.axel-form-privacy-check-label a{
  color:#6E7C63 !important;
  text-decoration:underline !important;
}

.axel-form-declaration{
  padding:26px 30px;
  border-radius:18px;
  background:#1E1B18;
  margin-bottom:24px;
}

.axel-form-declaration p{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  line-height:1.9;
  color:rgba(247,243,238,0.72);
  font-weight:300;
  margin:0 0 14px;
}

.axel-form-declaration p:last-of-type{
  margin-bottom:0;
}

.axel-form-declaration strong{
  color:#D8C3A5;
  font-weight:600;
}

.axel-form-accept{
  margin-top:16px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
  padding:16px;
  border-radius:12px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
}

.axel-form-accept input{
  width:20px;
  height:20px;
  border-radius:6px;
  border:1.5px solid rgba(247,243,238,0.30);
  background:rgba(255,255,255,0.08);
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  flex-shrink:0;
  margin-top:2px;
  position:relative;
  transition:all .2s ease;
}

.axel-form-accept input:checked{
  background:#6E7C63;
  border-color:#6E7C63;
}

.axel-form-accept input:checked::after{
  content:'✓';
  position:absolute;
  font-size:12px;
  color:white;
  font-weight:700;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.axel-form-accept-label{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  color:rgba(247,243,238,0.75);
  font-weight:300;
  line-height:1.7;
}

.axel-form-submit-footer{
  margin-top:24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
}

.axel-form-submit{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  padding:18px 36px;
  border-radius:100px;
  background:#1E1B18;
  color:#F7F3EE;
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  font-weight:600;
  border:none;
  cursor:pointer;
  transition:all .35s ease;
}

.axel-form-submit:hover{
  background:#000;
  transform:translateY(-3px);
}

.axel-form-submit-note{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:rgba(90,64,50,0.45);
  font-weight:300;
  text-align:center;
}

.axel-form-success{
  display:none;
  padding:50px 40px;
  border-radius:24px;
  background:#6E7C63;
  text-align:center;
}

.axel-form-success-icon{
  font-size:48px;
  margin-bottom:20px;
}

.axel-form-success h3{
  font-family:'Cormorant Garamond',serif;
  font-size:38px;
  color:#F7F3EE;
  font-weight:600;
  margin-bottom:16px;
  line-height:1.1;
}

.axel-form-success p{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  color:rgba(247,243,238,0.80);
  font-weight:300;
  line-height:1.9;
  max-width:520px;
  margin:0 auto;
}

.axel-form-success strong{
  color:#D8C3A5;
  font-weight:600;
}

@media screen and (max-width:980px){

.axel-form-page-wrap{
  grid-template-columns:1fr;
  gap:50px;
}

.axel-form-page-left{
  position:relative;
  top:auto;
}

.axel-form-guide{
  grid-template-columns:1fr;
  gap:16px;
  padding:28px;
}

.axel-form-progress-label{ font-size:9px; }

}

@media screen and (max-width:768px){

.axel-form-page-v1{ padding:80px 24px; }
.axel-form-guide{ padding:24px 20px; }
.axel-form-block-header{ padding:22px 24px; }
.axel-form-block-body{ padding:24px; gap:20px; }
.axel-form-row{ grid-template-columns:1fr; }
.axel-form-block-title{ font-size:22px; }
.axel-form-mid-photo{ height:200px; border-radius:18px; }
.axel-form-mid-photo-overlay{ padding:24px; }
.axel-form-mid-photo-text{ font-size:20px; }
.axel-form-submit-header{ padding:24px; }
.axel-form-submit-body{ padding:24px; }
.axel-form-submit-header h3{ font-size:24px; }
.axel-form-declaration{ padding:20px; border-radius:14px; }

.axel-form-options.horizontal{
  flex-direction:column;
}

.axel-form-options.horizontal .axel-form-option{
  justify-content:flex-start;
}

}