/* --- YLEISET JA MUUTTUJAT --- */
:root {
   --primary: #ff7fae;
  --primary-dark: #e65c85;
  --secondary: #b76a6a;
  --accent: #fc56bc;
  --navbar: rgb(250, 192, 214);

  --bg-main: #fff5f8;
  --bg-secondary: #f9f9f9;
  --bg-light: #ffffff;
  --bg-soft: #feedf583;
  --bg-footer: #ffeff6;
  --bg-contact: #fff5f9;
  --bg-gallery: #fff0f5;

  --text-dark: #1a1a1a;
  --text-light: #222;
  --text-muted: #6c757d;
  

  --border-light: rgba(255,127,174,0.2);
  --border-medium: rgba(255,127,174,0.3);

  --shadow-accent: rgba(255,127,174,.3);

}

/* NAvbar */
/* NAVBAR */
.navbar { background:var(--primary-dark);  color: #fff !important;}



.nav-link.active::after{
  content:"";
  position:absolute;
  bottom:-6px;
  left:0;
  width:100%;
  height:2px;
  background: var(--primary);
}


.nav-link.special{
white-space: nowrap;
background: var(--primary-dark) !important;
color: #ffffff !important;
font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
padding: 8px 12px;
border-radius: 3px;
transition: 0.2s ease-in-out;

}
.nav-link.special:hover
{
transform: translateY(-2px);
}
.nav-link.special.nav-link::after{
  display:none !important;
}



    /* Perusvärit */
    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg-secondary);
      color: #1a1a1a;
      overflow-x: hidden;
      margin: 0;
    }
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

html {
  scroll-behavior: smooth;
}
.etusivu{
  background-image: url(images/referenssi1.webp);
  /* https://images.pexels.com/photos/18794645/pexels-photo-18794645.jpeg?_gl=1*1tpodq2*_ga*OTMyNjQ5NTcwLjE3MzYyOTExMTU.*_ga_8JE65Q40S6*czE3Nzc0ODkzMjAkbzEyJGcxJHQxNzc3NDkzMDgyJGo0NyRsMCRoMA.. */
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
   position: relative;
   z-index: 1;
}

/* Kun näyttö pienenee */
@media screen and (max-width: 1200px) {
  .etusivu {
    background-position: center top;
  }
 
}
    h1, h2, h3, h5 {
      font-family: 'Playfair Display', serif;
    }

    .btn {
      font-family: 'Playfair Display', serif !important;
    }
    .fontDefault{
      font-family: 'Playfair Display', serif !important;
    }

    .accent {
      color: var(--primary); /* vaaleanpunainen aksentti */
    }

    .section {
      padding: 6rem 1rem;
      position: relative;
    }

    /* GLOW */
    .glow {
      position: absolute;
      width: 700px;
      height: 500px;
      border-radius: 99%  ;
      filter: blur(50px);
      opacity: 0.09;
      
      
    }
    @keyframes glowAnimateTop {
  from {top: -200px; left: -150px; filter: blur(20px);}
  to {top: 100px; left: 300px; filter: blur(50px);}
}
   @keyframes glowAnimateBottom {
  from {top: 100px; right: -150px; opacity: 0.25;}
  to {top: -100px;  right: 200px; opacity: 0.15;}
}
  

    .glow.top {
   animation: glowAnimateTop 10s infinite ease-in-out alternate;
      background: var(--accent);
    }

    .glow.bottom {
      animation: glowAnimateBottom 10s infinite ease-in-out alternate;
      
      background: var(--primary-dark);
      top: 100px; right: -150px
    }

    /* ANIMAATIOT */
    .animate {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease;
    }

    .animate.show {
      opacity: 1;
      transform: translateY(0);
    }

    /* CARDIT */
    .card {
      background: var(--bg-light);
      border: 1px solid rgba(255,127,174,0.2);
      border-radius: 1.25rem;
      transition: transform .3s ease, box-shadow .3s ease;
      min-height: 100%; 
      display: flex; 
      flex-direction: column;
      justify-content: start;
      align-items: start;
      text-align: left;
    }
  

    .card:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 40px rgba(255,127,174,.3);
    }

    /* FEATURE CARD */
    .feature-card {
      background: var(--bg-footer);
      border: 1px solid rgba(255,127,174,0.3);
      padding: 1.2rem 1rem;
      border-radius: 1.5rem;
      text-align: center;
      min-height: 350px;
      position: relative;
    }

    .feature-card i {
      font-size: 2rem;
      color: var(--primary);
      margin-bottom: 1rem;
    }

    .feature-card p, .feature-card h5 {
        color: #131313 !important;
    }
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.feature-item i {
  flex-shrink: 0;
  margin-top:1px;
}

.feature-item span {
  display: block;
}
    .most-popular {
      position: absolute;
      top: -12px;
      left: 50%;

      transform: translateX(-50%);
      background: var(--primary);
      color: #fff;
      font-weight: 600;
      padding: 0.3rem 2.2rem;
      border-radius: 50px;
      font-size: 0.85rem;
      box-shadow: 0 4px 10px rgba(255,127,174,.3);
    }

    /* PRICING */
    .pricing {
      background-color: var(--bg-soft);
    }

    .pricing .card.featured {
      border: 1px solid var(--primary);
      box-shadow: 0 0 40px rgba(255,127,174,.15);
    }

    /* BUTTONS */
    .btn-accent {
      background: var(--secondary);
      color: #ffffff;
      border-radius: 50px;
      padding: 0.75rem 2rem;
      border: none;
    }
   
    footer{
      background-color: var(--bg-footer);
      border-top: 1px solid var(--primary);
    
    }
#yhteysNappi{
  position: relative;
  display: inline-block;
  width: 250px;
  height: 40px;
  text-align: center;
  background-color: #e399d52a !important;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--text-light);
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.3s;
  border: 0px solid var(--accent);
  border-radius: 10px;
    border: 1px solid transparent;
  box-shadow: inset 0 0 0 0 var(--accent);

       }
    #yhteysNappi:hover {
        color: var(--text-light);
        border: 1px solid var(--secondary);
     
    }
    #yhteysNappi:active {
  transform: scale(0.97);
}
    img{
       user-select: none !important;
    }
    /* PROFILE */
    .profile-img {
      width: 100%;
      max-width: 300px;
      height: 300px;
      border-radius: 1.5rem;
      box-shadow: 0 20px 40px rgba(255,127,174,.2);
    
      object-fit: cover;
    }
@media screen and (max-width: 768px) {
  .profile-img {
    max-width: 100%;
    height: 350px;
  }
.meistaContent{
  display: flex; 
  justify-content: center; 
  flex-direction: column-reverse !important;
  align-items: center;
}

  
}
    /* REFERENSSIOSIO */
    .reference-mockup {
      background: #151f40;
      border-radius: 1.5rem;
      padding: 1.5rem;
      border: 1px solid rgba(160,216,241,0.3);
      box-shadow: 0 20px 50px rgba(160,216,241,0.2);
      max-width: 720px;
      margin: 0 auto;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .reference-mockup:hover {
      transform: translateY(-6px);
      box-shadow: 0 30px 60px rgba(225, 245, 255, 0.3);
    }

    .browser-bar {
      display: flex;
      gap: 6px;
      margin-bottom: 0.75rem;
    }

    .browser-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #aaa;
    }

    .browser-dot.red { background: #ff5f57; }
    .browser-dot.yellow { background: #febc2e; }
    .browser-dot.green { background: #28c840; }

    .reference-frame {
      background: #ffffff;
      border-radius: 0.75rem;
      overflow: hidden;
      max-width: 100%;
    }

    .reference-frame img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .reference-link {
      color: var(--primary);
      text-decoration: none;
      font-weight: 500;
    }

    .reference-link:hover {
      text-decoration: underline;
    }

    .reference-text {
      color: var(--text-dark);
      font-size: 0.95rem;
      margin-top: 1rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

   

    h5{
      color: var(--text-dark); 
    }

 #kortit{
     
      gap: 25px;
      border: 2px solid #e65c8505;
      padding-top: 50px;
      padding-bottom: 50px;
      border-radius: 1.5rem;
    }
    #keskimmainen{
          border: 1.5px solid var(--primary) ;
          box-shadow: 0 0 50px #e65c8513;
        }
    @media screen and (max-width: 768px) {
      .contactRow{
        flex-direction: column;
      }
      
      .mobileHide{
        display: none !important;
      }
        
        .navContainer{
          justify-content: center !important;
        }
        .linkki{
          z-index: 99;
          white-space: nowrap;
          font-size: 0.75rem;
        }
        header{
           background-color: var(--bg-header);
          
        }
        .divContainer{
     
      display: flex; flex-direction: row; gap: 14px; align-items : center; justify-content: center!important;
     
    
    }
        
    }
    .navbar-brand {
      color: #222 !important; 
    }
    .linkki{
      color: #b76a6a; text-decoration: none; font-size: 0.85rem;
     
    }
    .linkki:hover{
      text-decoration: underline !important;
    }
    
    .divContainer{
    
      display: flex; 
      flex-direction: row; 
      gap: 24px; ;
      align-items : center;
      justify-content: flex-end;

    }
    input:focus,textarea:focus{
      border: 2px solid var(--primary) !important;
      outline: none !important;
    }
    #laheta, #laheta, 
#laheta:link, 
#laheta:visited{
       background: var(--secondary) !important;
      color: #ffffff !important;
      border-radius: 50px;
      padding: 0.75rem 2rem;
      border: none;
      -webkit-appearance: none !important;  
  -moz-appearance: none !important;
  appearance: none !important;          
  
  background-image: none !important;
  
  display: inline-block;
  text-align: center;

    }
    #laheta:hover{
      background: var(--primary) !important;
      color: #fff !important;
    }
    .kortti{
      border-radius: 20px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      max-width: 400px
    }
    #palveluboksi{
      min-height : 450px !important;
    }
    .btn-accent:hover{
      background: var(--accent) !important;
      color: #fff !important;
    }
.modern-navbar {
  z-index: 999;
  background: transparent ;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Logo */
.brand-glow {
  color: #ffffff;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
.brand-glow:hover {
  color: #f838df;
  text-shadow: 0 0 10px rgba(255, 186, 252, 0.6);
}

/* Linkit */
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-links .nav-link {
   color: #252525;
  position: relative;
  transition: 0.3s;
   font-family: 'Inter', sans-serif;;
   font-weight: 500;
   font-size: 1.125rem;
   
}

.nav-links .nav-link:hover {
  color: var(--text-dark);
}

/* underline animaatio */
.nav-links .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: var(--primary);
  transition: 0.3s;
}

.nav-links .nav-link:hover::after {
  width: 100%;
}

/* Active link */
.nav-links .active {
  color: #3e3e3e ;
}

/* Kielinapit */
.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.05);
}

.lang-btn:hover {
  background: rgba(56, 189, 248, 0.15);
  transform: scale(1.05);
}

.custom-toggler {
  border: none;
  z-index: 1999;
  background: transparent;
  width: 40px;
  height: 50px;
  position: relative;
}

.custom-toggler span {
  display: block;
  height: 2px;
  width: 100%;
  background: #000000 !important;
  
  border-radius: 2px;
  transition: 0.3s;
}

.valiViiva{
  height: 1px; 
  width: 100%;
  background: #b4b4b43c;
  display: block;
  margin: 20px 0 ;

}
.custom-toggler span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  margin: 6px 0;
  transition: 0.3s;
}

.custom-toggler:focus {
  box-shadow: none;
}


@media (max-width: 992px) {
  .navbar-collapse {
   background: rgba(255, 239, 246, 0.95); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    width: 100%;
    padding: 24px;
    margin-top: 15px;
    border-radius: 20px;
    
    border: 1px solid rgba(255, 127, 174, 0.1);
    box-shadow: 0 15px 35px rgba(255, 127, 174, 0.1);
    
    /* Sisällön asettelu */
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  #btn-hero-cta{
    width: 100% !important;
  }
  .modern-navbar{
     height: 100px; 
  }
  .nav-links {
  gap: 15px;
   
}
   .hero-section {
      margin-top: -100px !important;
      padding-top: 100px !important;
      
  }
}
#btn-hero-cta{
  background: var(--primary) !important;
  color: #fff;
  height: 40px; padding: 8px 12px; white-space: nowrap;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  border: none;
}
#btn-hero-cta:hover{
  background: var(--accent) !important;
  transform: translateY(2px);
}
/* TARINALAATIKKO 8*/
.about-box {
  background: var(--bg-light);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--border-light);
  box-shadow: 0 10px 30px rgba(255,127,174,0.1);
}
.white-space-nowrap{
    white-space: nowrap;
}
.about-box p {
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.7;
}

/* TIIMIKORTTI */
.team-card {
  background: var(--bg-light);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--border-light);
  transition: 0.3s;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(255,127,174,0.2);
}

/* PYÖREÄ KUVA */
.team-img-wrapper {
  display: flex;
  justify-content: center;
}

.team-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
 
}

/* YHTEYSTIEDOT */
.team-contact a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 0.9rem;
}

.team-contact a:hover {
  color: var(--primary);
}

/* MOBILE */
@media (max-width: 768px) {
  .about-box {
    padding: 25px;
  }
}


#loader.hide {
  opacity: 0;
  visibility: hidden;
}

/* Spinner */
.spinner {
  width: 50px;
  height: 50px;
  position: fixed; 
  top: 50%;
  left : 50%;
  z-index: 19999;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(255,127,174,0.2);
  border-top: 4px solid var(--primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  to {
    transform:  translate(-50%, -50%) rotate(360deg);
  }
}

.loader-content p {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-align: center;
}

/* CTA */
.cta-btn {
  display: inline-block;
  background: #ff4d8d;
  color: white;
  padding:5px 50px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #e63c7a;
  transform: translateY(2px)
}


.accent { color: var(--primary); }
.primary-color { color: var(--primary); }
.spacing-wide { letter-spacing: 2px; }
.serif-font { font-family: 'Playfair Display', serif; }
.max-w-500 { max-width: 500px; }

/* --- HERO SECTION --- */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff5f8 0%, #ffffff 100%) !important;
    

}

.hero-content-z { z-index: 15; }

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
}

.hero-image-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.hero-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.hero-img:hover {
    transform: translateY(-6px) scale(1.02);
}

.feature-separator {
    margin: 0 8px;
    color: #ced4da;
}

/* --- TAUSTA-GLOW EFEKTIT --- */
.glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
}

.glow-top { top: -200px; left: -100px; opacity: 0.1; }
.glow-bottom { bottom: -200px; right: -100px; opacity: 0.1; }
.glow-low-opacity { opacity: 0.05; }

/* --- PALVELUKORTIT --- */
.service-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}

.card-1 { border-top: 6px solid #6366f1; } 
.card-2 { border-top: 6px solid #ff4d8d; }
.card-3 { border-top: 6px solid #00d2ff; } 

.badge-hot {
    background: linear-gradient(45deg, #ff4d8d, #ff8a00);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 20px;
}

.price {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 0;
    background: linear-gradient(45deg, #1a1a1a, #4a4a4a);
    -webkit-background-clip: text;
    font-family: 'Inter', sans-serif;
    -webkit-text-fill-color: transparent;
}

.card-2 .price {
    background: linear-gradient(45deg, #ff4d8d, #ff8a00);
    -webkit-background-clip: text;
}

.subprice {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 25px;
    display: block;
}

.service-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
    color: #444;
    display: flex;
    align-items: center;
}

.service-list li i {
    margin-right: 12px;
    font-size: 1.1rem;
}

.card-1 li i { color: #6366f1; }
.card-2 li i { color: #ff4d8d; }
.card-3 li i { color: #00d2ff; }

/* --- YRITYSKUVAUS-BOKSI --- */
.extra-service-card {
    background: #fff;
    border-radius: 24px;
    border-left: 6px solid var(--primary);
    transition: 0.3s;
}

.icon-primary { color: var(--primary); }

/* --- MIKSI-KORTIT --- */
.miksi-card {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    padding: 40px 30px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.miksi-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px var(--shadow-accent);
    border-color: var(--primary);
}

.miksi-card.highlight-border {
    border: 1px solid var(--primary);
    background: linear-gradient(180deg, #ffffff 0%, #fff5f8 100%);
}

.miksi-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--primary);
    font-size: 2rem;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.miksi-card:hover .miksi-icon {
    background: var(--primary);
    color: #fff;
    transform: scale(1.1) rotate(5deg);
}

/* --- MEISTÄ & TIIMI --- */
.story-quote {
    border-left: 3px solid var(--primary);
    padding-left: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: var(--text-dark);
}

.team-member-card {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(255, 127, 174, 0.1);
    transition: 0.3s;
    max-width: 380px;
    border: 1px solid var(--border-light);
}

.team-member-card:hover {
    transform: scale(1.03);
}

.member-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Inter', sans-serif;
}

.member-img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    object-fit: cover;
}


.member-contact-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}




.member-info  p{
  color: var(--primary-dark);
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
.placeholder-img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 2rem;
    color: var(--primary);
}

/* --- CTA & PAINIKKEET --- */
.cta-btn {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 12px 35px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    border: none;
}

.cta-btn:hover {
    background: #e63c7a;
    transform: translateY(-3px);
    color: white;
}

.btn-accent {
    background-color: var(--primary);
    color: white;
    border-radius: 999px;
    padding: 10px 25px;
    font-weight: 600;
}

.btn-accent:hover {
    background-color: #e63c7a;
    color: white;
}

.accent-italic {
    font-style: italic;
    color: var(--primary);
}

.py-10 { padding: 100px 0; }

/* --- RESPONSIVISUUS --- */
@media (max-width: 992px) {
    .hero-title { font-size: 2.5rem; }
    .hero-section { text-align: center; padding: 60px 0; }
    .team-member-card { margin-left: 0 !important; max-width: 100%; }
}

@media (max-width: 768px) {
    .hero-title { font-size: 2rem; }
    .price { font-size: 2.2rem; }
    .py-10 { padding: 60px 0; }
}



.cookie-banner {
    position: fixed;
    bottom: -100%; /* Piilotettu aluksi */
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -10px 40px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 25px 0;
    transition: bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cookie-banner.show {
    bottom: 0;
}

.cookie-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 300px;
}

.cookie-icon {
    font-size: 2rem;
    color: var(--primary);
    background: rgba(255, 127, 174, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

.cookie-text h5 {
    margin: 0 0 5px 0;
    font-weight: 700;
    font-size: 1.1rem;
}

.cookie-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
}

.btn-primary-style {
    background: var(--primary);
    color: white;
}

.btn-primary-style:hover {
    background: #ff4d8d;
    transform: translateY(-2px);
}

.btn-outline-style {
    background: #f8f9fa;
    color: #333;
}

.btn-outline-style:hover {
    background: #eee;
}

@media (max-width: 768px) {
    .cookie-container { flex-direction: column; text-align: center; }
    .cookie-content { flex-direction: column; }
    .cookie-actions { width: 100%; }
    .cookie-btn { flex: 1; }
}