 
    :root{
      --primaryc:#1F2844;
      --brand: #CD75AB; 
      --accent: #5E6478; 
      --text: #111827;   
      --muted: #6b7280; 
      --bg:#FCF7FA;
      --cta: #CD75AB;
      --fontf1:'Exo';
      --fontf2:'Montserrat';

          --pad: 0px;          /* inner padding from the viewport edge */
    --thick: 5px;         /* border thickness */
    --edge:300ms;        /* speed per edge (your "300") */
    --lap: calc(var(--edge) * 4);  /* full loop */

    --bg: #FFF;       /* page background */
    --content: #FFF;  /* inner content background */
    --c1: #CD75AB;        /* snake color 1 (purple) */
    --c2: #FFFFFF;        /* snake color 2 (cyan) */
    --track: #FFF;
      /* ...your vars... */
  --wait: 4s;                  /* pause length */
  --cycle: calc(var(--lap) + var(--wait));

  /***button ripple **/
--accent2: #CD75AB; /* brand hue */
--accent-50: #FBE9F3; /* very light tint */
--accent-100: #F6D3E6; /* light tint */
--text: #222;
--ring: rgba(205,117,171,.35); /* ripple color (from #CD75AB) */
--ring-fade: rgba(205,117,171,0);
--dur: .9s; /* single ripple duration */
--size: 48px; /* base height */
--spread-mid: 22px; /* mid ripple radius outside */
--spread-max: 48px; /* max ripple radius outside */
--page: #fbfbfc;

/** Fields **/
                /* brand hue */
  --ring: rgba(205,117,171,.40);     /* ripple ring */
  --ring-soft: rgba(205,117,171,.18);
  --text: #222;
  --dur: .8s;                        /* ripple duration */
  --field-radius: 12px;
  --btn-size: 48px;
  --btn-dur: .9s;                    /* button ripple duration */
  --spread-mid: 22px;                /* button ripple spread */
  --spread-max: 48px;
    }

    * { box-sizing: border-box; }
    html, body { height: 100%; }
    body {
      margin: 0;
      font-family: var( --fontf2);
      color: var(--text);
      background: var(--bg);
    }
 
   main {
    width: 100%;
    padding-block: 2rem;
    position: relative;
    z-index: 999;
    }

  @media (height >= 1040px) {
    main{
 
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; 
  } 
 }
 @media(max-width:1440px){
    main{
 
    padding-block: 1.5rem;
 } 
 }
 @media(max-width:720px){
    main{
 
    padding:1.5rem 0 3rem 0;
 } 
 }
     main section.hero{
        width:inherit;
        
    }

        main  section.hero .container{
        width:70%;
        margin:0 auto;
        box-sizing: border-box;
     display: block;;
        
    }

            @media(max-width:834px){
       main  section.hero .container{
        width:90%;
  
        
    }

}
         main    section.hero .container header{
        width:100%;
     margin: 0 0 clamp(1.5rem, 1rem + 1vw, 3rem) 0;
        padding:0;

      
        
    }
        @media(max-width:768px){
             main    section.hero .container header .logo{
  text-align: center;

      
        
    }
}
     main  section.hero .container footer{
        width:100%;
   text-align: center;
     display: block;
                width:100%;
    text-align: center;
    font-size: 0.9rem;
   

      color:var(--accent);
    }


               @media(max-width:1440px){
 main  section.hero .container footer{
  font-size: 0.75rem;
   }
    }
           main  section.hero .container .cta-band{
        width:100%;
    text-align: center;
        padding:0;
display: block;
margin-top: 2rem;
      
        
    }

                   @media(max-width:1440px){
   main  section.hero .container .cta-band{
  margin-top:2rem;
   }
    }
          main  section.hero .container .cta-band p{
        width:100%;
    text-align: center;
   
    font-size: 0.9rem;
      color:var(--accent);
        line-height: 1.5em;
    }
           @media(max-width:1440px){
   main  section.hero .container .cta-band p{
  font-size: 0.65rem;
   }
    }
       main    section.hero .container .grid{
        width:100%;
        margin:0;
        padding:0;
      display: grid;
      grid-template-columns: 60% 40%;
        
    }

           @media(max-width:920px){
  main    section.hero .container .grid{

  grid-template-columns: 100%;

 
  }
.forms { order: 2;margin:0 auto; }
.arts { order: 1; }
           }
   main    section.hero .container .grid div h1{
  width: max-content;
  margin: 0;
  padding: 0;
  color: var(--primaryc);
  display: grid;
  grid-template-columns: 60% 40%;
  font-family: var(--fontf1);
 font-size:  3rem;
  line-height: 1em;
  font-weight:bolder;
  white-space: nowrap;
 
    }
@media(max-width:1440px){
     main    section.hero .container .grid div h1{
     font-size: 2.7rem;    
   }
    }
    @media(max-width:920px){
     main    section.hero .container .grid div h1{
     font-size: 2.3rem;  
     margin-top:1.5rem;
     
   }
    }
       @media(max-width:460px){
     main    section.hero .container .grid div h1{
     font-size: 1.9rem;  
    
     
   }
    }
        @media(max-width:380px){
     main    section.hero .container .grid div h1{
     font-size: 1.7rem;  
    
     
   }
    }
         @media(max-width:320px){
     main    section.hero .container .grid div h1{
     font-size: 1.5rem;  
    
     
   }
    }
   main   section.hero .container .grid ul.subpoints{
    margin-block: 2rem;padding:0;
        list-style: none;
    }

       @media(max-width:1440px){
    main   section.hero .container .grid ul.subpoints{
 margin: 2rem 0 1.5rem 0;
   }
    }
  main   section.hero .container .grid ul.subpoints li{
    position: relative;
    display: block;
    margin-block:1rem;padding:0 0 0 2rem;
    font-size:  1.2rem; 
     font-family: var(--fontf2);
     color: var(--primaryc);
     font-weight:400;
  
        
    }

    @media(max-width:1440px){
   main   section.hero .container .grid ul.subpoints li{
      font-size:  0.8rem;    
   }
    }
      main   section.hero .container .grid ul.subpoints li strong{
 
    
     font-family:inherit;
     color:#414860;
     font-weight:bold;
  
        
    }
      main   section.hero .container .grid ul li::after{   
        content:'';
        position: absolute;
        top:0;
        left:0;
    background: url(../images/pow.png) no-repeat top left;
  
    background-size: contain;    
width: 24px;
  height: 24px;  
    }


    @media(max-width:1440px){
           main   section.hero .container .grid ul li::after{   
  
        top:-6px;
 
    }

    }
    
  main   section.hero .container .grid .signup{
    display: block;
width: 100%;
  }

  
               @media(max-width:920px){
    
  main   section.hero .container .grid .signup{
    display: block;
width: 100%;
  }

    }
               @media(max-width:1440px){
  main   section.hero .container .grid .signup{
margin-top: 2rem;
   }
    }
  main   section.hero .container .grid .signup form{
    display: flex;
    flex-direction: column;
    gap:1rem;
margin-top:1.5rem;
  }

       @media(max-width:1440px){
  main   section.hero .container .grid .signup form{
   gap:0.5rem;
   }
    }
  main   section.hero .container .grid .signup form input{
display: block;
padding: 0.8rem;
border-radius: 8px;
border:1px solid #D2D5DF;
  }
         @media(max-width:1440px){

  main   section.hero .container .grid .signup form input{
padding: 0.6rem;
   }
    }

             @media(max-width:520px){

  main   section.hero .container .grid .signup form input{
display: block;
width: 100%;
padding: 0.8rem;
   }
    }
  main   section.hero .container .grid .signup h2{
     width: max-content;
  margin: 0;
  padding: 0;
  color: var(--primaryc);
  display: grid;
  grid-template-columns: 60% 40%;
  font-family: var(--fontf1);
    font-size: 1.3rem; 
  line-height: 1em;
  font-weight:500;
  white-space: nowrap; 
  }

         @media(max-width:1440px){
 main   section.hero .container .grid .signup h2{
  font-size: 1.4rem; 
   }
    }
             @media(max-width:380px){
 main   section.hero .container .grid .signup h2{
  font-size: 1.1rem; 
   }
    }
  main   section.hero .container .grid .signup form .field .name-row  {
display: grid;
grid-template-columns:repeat(2,1fr);
grid:1rem;
width: 100%;
grid-gap: 1.5rem;
  }

               @media(max-width:520px){
  main   section.hero .container .grid .signup form .field .name-row  {
grid-template-columns:100%;
grid-gap: 0.5rem;
   }
    }
  main   section.hero .container .grid .signup form .field .name-row div {
display: flex;
flex-direction: column;
gap:0.4rem;
  }
  main   section.hero .container .grid .signup form .field .name-row div label {
 font-size: 0.9rem;
  }

 main   section.hero .container .grid .signup form .field-2{
    display: block;
     width: 100%;
 }
  main   section.hero .container .grid .signup form .field-2 label{
    display: block;
    margin-bottom:0.3rem;
    font-size: 0.9rem;
   
 }
  main   section.hero .container .grid .signup form .field-2 input[type=email]{
    display: block;
  width:inherit;
 }

  main   section.hero .container .grid .signup form .actions{
 
 }
   main   section.hero .container .grid .signup form .actions button{
 
background: #CD75AA;
  
  padding: 0.8rem 3em;
  border: none;
  color: var( --bg);
  display: flex;
  gap: 0.2rem;
  border-radius: 3rem;
  cursor: pointer;

 }
    main   section.hero .container .grid .signup form .actions button span:first-child{
 
 display: inline-block;
 width: 16px;
 height: 16px;
 background: url(../images/send.png) no-repeat center center;
 background-size: contain;


 
 }
     main   section.hero .container .grid .signup form .actions button span {
 
 color:White;
 

 
 }

           main    section.hero .container .grid  .art {
              display: block;
padding-top: 2rem;

           }

                 main    section.hero .container .grid  .art  #videobox{
   position: relative;
display: block;
box-sizing: border-box;
width: 100%;
height: 100%;
           }

              @media(max-width:920px){
                 main    section.hero .container .grid  .art  #videobox{
text-align: center;

           }
   }
           main    section.hero .container .grid  .art video{
  border-radius: 50%;
  position: relative;
        
    }
       @media (min-width:1920px) and  (max-width:3840px) {
           main    section.hero .container .grid  .art video{
/* width:80% !important; */

           }
   }
   @media(max-width:1440px){
           main    section.hero .container .grid  .art video{
width:100% !important;

           }
   }
     @media(max-width:920px){
           main    section.hero .container .grid  .art video{
width:70% !important;

           }
   }

        @media(max-width:520px){
           main    section.hero .container .grid  .art video{
width:100% !important;

           }
   }
               main    section.hero .container .grid  .art #videobox::before{
  content:'';
  position: absolute;
  top:-3rem;
  right:4rem;
  background: url(../images/paw.png) no-repeat center center;
  background-size: contain;
  width:125px;
  height: 126px;
  z-index: 999;
        
    }

   @media(max-width:1440px){
        main    section.hero .container .grid  .art #videobox::before{

 width:95px;
  height: 96px;
        }

   }
@media(max-width:920px){
        main    section.hero .container .grid  .art #videobox::before{
  right:4rem;  top:-1rem;
 width:135px;
  height:136px;
        }

   }

   @media(max-width:768px){
        main    section.hero .container .grid  .art #videobox::before{
  right:4rem;  top:-1rem;
 width:115px;
  height:116px;
        }

   }
      @media(max-width:460px){
        main    section.hero .container .grid  .art #videobox::before{
  right:2rem;  top:-2rem;
 width:75px;
  height: 76px;
        }

   }
               main    section.hero .container .grid  .art #videobox::after{
   content:'';
  position: absolute;
  top:3rem;
  left:-1rem;
  background: url(../images/craw.png) no-repeat center center;
  background-size: contain;
  width:125px;
  height: 126px;
  z-index: 999;
        
    }

       @media(max-width:1440px){
 main    section.hero .container .grid  .art #videobox::after{

 width:95px;
  height: 96px;
 }

       }
              @media(max-width:920px){
 main    section.hero .container .grid  .art #videobox::after{
  top:3rem;
  left:0rem;
 width:135px;
  height:136px;
 }

       }

                     @media(max-width:768px){
 main    section.hero .container .grid  .art #videobox::after{
  top:3rem;
  left:2rem;
 width:105px;
  height:106px;
 }

       }
              @media(max-width:460px){
 main    section.hero .container .grid  .art #videobox::after{
  top:3rem;
  left:-2rem;
 width:75px;
  height: 76px;
 }

       }
    .hidden { display: none !important; }
        /* preloader overlay */
    .overlay {
      position: fixed; inset: 0; background: rgba(255,255,255,.8);
      display: flex; align-items: center; justify-content: center;
      z-index: 9999; backdrop-filter: blur(2px);
    }
    .spinner {
      width: 56px; height: 56px; border: 6px solid #ddd; border-top-color: #333;
      border-radius: 50%; animation: spin 1s linear infinite;
    }
    @keyframes spin { to { transform: rotate(360deg); } }

    /* message area */
.notice {
    margin-top: 0;
    padding: .8rem;
    border-radius: .5rem;
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    z-index:9999;
}
    .notice.ok { background: #e8fff1; color: #106a3b; border: 1px solid #b9f3d2; }
    .notice.err { background: #ffefef; color: #7a1d1d; border: 1px solid #f7c5c5; }
    .break{
     display: block;     /* turns the break into a block box */
 
    }

 /** Animation **/
  /* Fullscreen frame with inner padding for the content area */
  .frame{ position: fixed; inset: 0; padding: var(--pad); }

  /* The content area (your UI lives here) */
 

  /* ===== Animated edges ===== */
  .edge{
    position: fixed; z-index: 9999; pointer-events: none;
    opacity: 0; /* driven by phase animation */
    animation: phase var(--lap) linear infinite;
    /* glow */
 
    /* subtle track so you always see the border rail */
    background-color: var(--track);
  }

  /* Top: left -> right */
.edge.top{
  left: var(--pad); right: var(--pad); top: var(--pad); height: var(--thick);
  background:
    linear-gradient(-90deg,
      rgba(0,0,0,0) 0%,
      rgba(124,58,237,0) 35%,
      var(--c1) 48%,
      var(--c2) 52%,
      rgba(34,211,238,0) 65%,
      rgba(0,0,0,0) 100%);
  background-size: 200% 100%;
  background-position: 0% 0;

  /* move left -> right */
  animation: move-xx var(--cycle) linear infinite, phase var(--cycle) linear infinite;
  animation-delay: 0s, 0s; /* STARTS at top-left */
}

  /* Right: top -> bottom */
  .edge.right{ top: var(--pad); bottom: var(--pad); right: var(--pad); width: var(--thick); }
  .edge.right{ background:
      linear-gradient(180deg,
        rgba(0,0,0,0) 0%,
        rgba(124,58,237,0) 35%,
        var(--c1) 48%,
        var(--c2) 52%,
        rgba(34,211,238,0) 65%,
        rgba(0,0,0,0) 100%);
    background-size: 100% 200%; background-position: 0 0%;
 animation: move-yy var(--cycle) linear infinite, phase var(--cycle) linear infinite;
    animation-delay: calc(var(--edge) * 4), calc(var(--edge) * 4);
  }

  /* Bottom: right -> left */
  .edge.bottom{ left: var(--pad); right: var(--pad); bottom: var(--pad); height: var(--thick); }
  .edge.bottom{ background:
      linear-gradient(270deg,
        rgba(0,0,0,0) 0%,
        rgba(124,58,237,0) 35%,
        var(--c1) 48%,
        var(--c2) 52%,
        rgba(34,211,238,0) 65%,
        rgba(0,0,0,0) 100%);
    background-size: 200% 100%; background-position: 0% 0;
  animation: move-x var(--cycle) linear infinite, phase var(--cycle) linear infinite;
    animation-delay: calc(var(--edge) * 3), calc(var(--edge) * 3);
  }

  /* Left: bottom -> top */
  .edge.lefts{ top: var(--pad); bottom: var(--pad); left: var(--pad); width: var(--thick); }
  .edge.lefts{  background:
 linear-gradient(180deg,
        rgba(0,0,0,0) 0%,
        rgba(124,58,237,0) 35%,
        var(--c1) 48%,
        var(--c2) 52%,
        rgba(34,211,238,0) 65%,
        rgba(0,0,0,0) 100%);
    background-size: 100% 200%; background-position: 0 0%;
 animation: move-yyyy var(--cycle) linear infinite, phase var(--cycle) linear infinite;
  animation-delay:  calc(var(--edge) * 2), calc(var(--edge) * 2);
 
  }

  /* ===== Keyframes ===== */
/* define keyframes OUTSIDE the rule */
@keyframes move-xx{
  0%   { background-position:   0% 0; }
  40%  { background-position: 200% 0; }  /* finish movement at 40% of cycle */
  100% { background-position: 200% 0; }  /* hold (pause) for the rest */
}
@keyframes move-x{
  0%   { background-position: 200% 0; }
  40%  { background-position:   0% 0; }  /* finish by 40% */
  100% { background-position:   0% 0; }  /* hold */
}
@keyframes move-yyyy{
100%   { background-position: 200%   0; }
    40%  { background-position: 200% 0%; }
  0% { background-position: 0 100%; }
}
@keyframes move-yy{
  0%   { background-position: 0   0%; }
  40%  { background-position: 0 200%; }
  100% { background-position: 0 200%; }
}
  /* visible during its own 25% window with fade */
  @keyframes phase{
    0%   { opacity: 0 }
    6%   { opacity: 1 }    /* quick fade in */
    19%  { opacity: 1 }    /* stay visible */
    25%  { opacity: 0 }    /* fade out before next edge */
    100% { opacity: 0 }
  }

 

 /*** Button ripple Effect **/
.btn{
--bg: linear-gradient(180deg, var(--accent-50), var(--accent-100));
position: relative; display:inline-grid; place-items:center;
height: var(--size); padding:0 1.25rem; border:0; border-radius:999px;
background: var(--bg); color:#FFF; letter-spacing:.2px;
box-shadow: 0 4px 14px -8px rgba(0,0,0,.24), inset 0 -1px 0 rgba(0,0,0,.05);
cursor:pointer; outline:none; isolation:isolate;
transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
overflow: visible; /* let outside ripple show */
}
.btn:hover{ transform: translateY(-1px); filter: saturate(1.02); }
.btn:active{ transform: translateY(0); }


/* INFINITE OUTSIDE RIPPLE ------------------------------------
Two pseudo-elements run the same animation with a phase offset.
That creates a seamless, continuous series of waves while hovered.
The waves inherit border-radius, so shape stays consistent.
Hover out resets to normal (animation removed).
----------------------------------------------------------------*/
.btn::after,
.btn::before{
content:""; position:absolute; inset:0; border-radius: inherit;
box-shadow: 0 0 0 0 var(--ring);
opacity: 0; pointer-events:none; z-index: 0;
animation: none; /* idle = reset */
}


/* start infinite ripples on interaction */
.btn:is(:hover, :focus-visible, :active)::after,
.btn:is(:hover, :focus-visible, :active)::before{
animation: ripple-out var(--dur) ease-out infinite;
}
/* offset the second wave for continuous flow */
.btn::before{ animation-delay: calc(var(--dur) * .45); }


@keyframes ripple-out{
0% { box-shadow: 0 0 0 0 var(--ring); opacity: 0; }
10% { opacity: 1; }
70% { box-shadow: 0 0 0 var(--spread-mid) rgba(205,117,171,.18); opacity: .35; }
100% { box-shadow: 0 0 0 var(--spread-max) var(--ring-fade); opacity: 0; }
}


/* Size + shape variants */
.btn.sm{ --size: 40px; font-size:14px; }
.btn.lg{ --size: 56px; font-size:18px; padding:0 1.5rem; }
.btn.square{ border-radius: 12px; }
.btn.round{ width: var(--size); padding:0; border-radius: 50%; }


/* Accessibility */
@media (prefers-reduced-motion: reduce){
.btn::after,.btn::before{ animation:none !important; }
.btn{ transition:none; }
}

 
/* one extra wave via a lightweight child element */
.waves{ position:absolute; inset:0; border-radius:inherit; pointer-events:none; z-index:0; }
.waves i{ position:absolute; inset:0; border-radius:inherit; box-shadow:0 0 0 0 var(--ring); opacity:0; }
/* idle: reset */
.waves i{ animation:none; }
/* run on hover/focus/press */
.btn:is(:hover, :focus-visible, :active) .waves i{ animation: ripple-out var(--dur) ease-out infinite; animation-delay: calc(var(--dur) * .22); }
 
/* Accessibility */
@media (prefers-reduced-motion: reduce){
.btn::after,.btn::before{ animation:none !important; }
.btn{ transition:none; }
}

/** Input field ripple **/

/* ==== Inputs: one-shot ripple on focus/click ==== */
 .ripple { position: relative; border-radius: var(--field-radius); display: block;
  width: 100%;} 

/* base input look (optional; keep yours if you already have it) */
.ripple input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e6d7df;
  border-radius: inherit;
  padding: 12px 14px;
  font: inherit; color: var(--text); background: #fff;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  position: relative; border-radius: var(--field-radius);
}
.ripple input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(205,117,171,.20);
}

/* one-shot ripple rail (outside-only; shape-aware) */
.ripple::after {
  content:"";
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: 0 0 0 0 var(--ring);
  opacity: 0; z-index: 1; /* render above input border */
}

/* play once when any input inside gains focus */
.ripple:focus-within::after{
  animation: field-ripple var(--dur) ease-out 1 both;
}

@keyframes field-ripple{
  0%   { box-shadow: 0 0 0 0   var(--ring);        opacity: 0; }
  10%  {                                           opacity: 1; }
  70%  { box-shadow: 0 0 0 28px var(--ring-soft);  opacity: .35; }
  100% { box-shadow: 0 0 0 60px rgba(205,117,171,0); opacity: 0; }
}


/** Preloader **/

/* Preloader styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 4px solid #3498db;
    border-top: 4px solid #f1c40f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

/* Loading spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide preloader when the content is fully loaded */
body.loaded .preloader {
    display: none;
}



 @media(max-width:1920px){
              main  section.hero .container{
        width:80% !important;
              }
              main section.hero .container .grid .signup {
  display: block;
  width: 100% !important;
}


main section.hero .container .grid .signup form .field .name-row {
 
  width: 95%;
 
}

.ripple input {
 
  font-size: 0.9rem !important;
 
}
    }
    @media(max-width:1600px){
              main  section.hero .container{
        width:90% !important;
              }
              main section.hero .container .grid .signup {
  display: block;
  width: 100% !important;
}

main section.hero .container .grid .signup form .field .name-row {
 
  width:100%;
 
}
    }
     @media(max-width:1080px){
main section.hero .container .grid .signup form .field .name-row {
 
  grid-template-columns:100% !important;
 
}
main section.hero .container .grid {
  width: 60%;
 
  grid-template-columns: 100%;
  margin: 0 auto;
}
  .forms {
    order: 2;
    margin: 0 auto;
  }
    }
        @media(max-width:1024px){
              main  section.hero .container{
        width:90% !important;
              }
              main section.hero .container .grid .signup {
  display: block;
  width: 100% !important;
}
    }

    @media (max-width:720px) {
    main section.hero .container .grid {
        width: 96% !important;
   
    }
}

/*** Checkbox **/

/* You can tweak this to match brand color */
:root {
  --cm-primary: #CD75AA;   /* example teal */
  --cm-primary-soft: rgba(35, 168, 154, 0.15);
}

.consent-field {
 
}

/* Wrapper */
.pretty-checkbox {
  display: inline-block;
}

/* Hide native box, keep focus/keyboard */
.pretty-checkbox-input {
  position: absolute;
  opacity: 0;
}

/* Label layout */
.pretty-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #222;
}

/* Custom box */
.pretty-checkbox-box {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1.5px solid #c6ccd5;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.1s ease;
  position: relative;
}

/* Tick */
.pretty-checkbox-box::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.15s ease-out;
}

/* Hover */
.pretty-checkbox-label:hover .pretty-checkbox-box {
  border-color: var(--cm-primary);
  box-shadow: 0 0 0 3px var(--cm-primary-soft);
}

/* Checked state */
.pretty-checkbox-input:checked + .pretty-checkbox-label .pretty-checkbox-box {
  background: var(--cm-primary);
  border-color: var(--cm-primary);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  transform: translateY(0.5px);
}

.pretty-checkbox-input:checked + .pretty-checkbox-label .pretty-checkbox-box::after {
  transform: rotate(-45deg) scale(1);
}

/* Focus (keyboard) */
.pretty-checkbox-input:focus-visible + .pretty-checkbox-label .pretty-checkbox-box {
  box-shadow: 0 0 0 3px #CD75AA;
}

/* Text */
.pretty-checkbox-text {
  display: inline-block;
}


.form-message {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.form-message.error {
  color: #d93025;
}

.form-message.success {
  color: #188038;
}

.consent-field.has-error .pretty-checkbox-box {
  border-color: #d93025;
  box-shadow: 0 0 0 2px rgba(217, 48, 37, 0.15);
}

.field-error {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: #d93025;
}


.notice.hidden {
  display: none;
}

.notice.success {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #e6ffed;
  color: #0b5d1e;
  font-weight: 500;
}

