body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #12161d;
    margin: 0;
    color: #ffffff;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px 16px 40px;
    background: linear-gradient(90deg, #1e293b 60%, #334155 100%);
    position: sticky;
    color: #fff;
    box-shadow: 0 2px 8px rgba(30,41,59,0.08);
    z-index: 1000;
}
.logo img {
            height: 60px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.10);
            background: #fff;
            padding: 4px;
        }
        .logo {
            display: flex;
            align-items: center;
        }

header .logo {
    font-weight: bold;
    font-size: 1.2em;
}
header h1 {
            font-size: 2rem;
            font-weight: 700;
            margin: 0 32px;
            letter-spacing: 1px;
            flex: 1;
            text-align: left;
        }

        nav {
            display: flex;
            gap: 24px;
        }
        nav a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 4px;
            transition: background 0.2s, color 0.2s;
        }
        nav a:hover, nav a:focus {
            background: #64748b;
            color: #fff;
        }
        @media (max-width: 700px) {
            header {
                flex-direction: column;
                align-items: flex-start;
                padding: 16px;
            }
            header h1 {
                margin: 16px 0 8px 0;
                text-align: left;
            }
            nav {
                gap: 12px;
                flex-wrap: wrap;
            }
        }
 a{
    text-decoration: none;
    color: inherit;}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px;
    flex-wrap: wrap;
}

.hero-text h2 {
    font-size: 2.5em;
}
.hero-text .dot {
    color: #ff6b5b;
}
.hero-text h3 {
    font-size: 1.8em;
    margin-top: 0;
}
.hero-text h1 {
    font-size: 3em;
    font-weight: bold;
}
.buttons {
    margin-top: 20px;
}
.btn {
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.primary {
    background: #ff6b5b;
    color: #fff;
}
.secondary {
    border: 2px solid #ff6b5b;
    color: #ff6b5b;
}

.hero-image img {
    width: 300px;
    border-radius: 50%;
    box-shadow: 0 0 20px #ff6b5b55;
}

.skills {
    margin: 48px auto 0 auto;
    max-width: 900px;
    background: rgba(30,41,59,0.96);
    border-radius: 22px;
    box-shadow: 0 4px 24px rgba(30,41,59,0.18);
    padding: 40px 48px;
    position: relative;
    z-index: 1;
    border: 1.5px solid #334155;
    backdrop-filter: blur(2px);
}

.skills ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 36px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.skills ul li {
    background: linear-gradient(90deg, #ff6b5b 0%, #ffb86b 100%);
    color: #fff;
    padding: 16px 36px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 1.18rem;
    box-shadow: 0 2px 12px rgba(255,107,91,0.13);
    letter-spacing: 1.2px;
    transition: 
        transform 0.18s cubic-bezier(.4,2,.6,1),
        box-shadow 0.18s,
        background 0.22s,
        color 0.18s;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0;
    text-shadow: 0 1px 4px #ffb86b55;
    position: relative;
    overflow: hidden;
}

.skills ul li::after {
    content: '';
    position: absolute;
    left: 50%; top: 50%;
    width: 0; height: 0;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
    z-index: 0;
}

.skills ul li:hover, .skills ul li:focus {
    transform: translateY(-6px) scale(1.08) rotate(-1deg);
    box-shadow: 0 8px 32px rgba(255,107,91,0.22);
    background: linear-gradient(90deg, #ffb86b 0%, #ff6b5b 100%);
    color: #1e293b;
}

.skills ul li:hover::after, .skills ul li:focus::after {
    width: 180%;
    height: 180%;
}

/*  Página para exibir blog*/
.galeria {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px;
  background-color: #f8f8f8;
  justify-content: center;
}

.galeria .item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  max-width: 300px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
}

.galeria .item:hover {
  transform: translateY(-5px);
}

.galeria img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.galeria h3 {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #333;
}

.galeria p {
  font-size: 0.95rem;
  color: #666;
}

.resumo-destaque {
  background-color: #f8fafd;
  border-left: 6px solid #007acc;
  padding: 25px 30px;
  margin: 30px auto;
  max-width: 900px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  text-align: justify;
}

.resumo-destaque strong {
  color: #0a5ea8;
  font-weight: 600;
}

@media (max-width: 700px) {
    .skills {
        padding: 18px 8px;
        border-radius: 14px;
    }
    .skills ul {
        gap: 12px 8px;
    }
    .skills ul li {
        font-size: 1rem;
        padding: 10px 16px;
    }
}

.about {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 900px;
    margin: 48px auto 0 auto;
    background: rgba(30,41,59,0.96);
    border-radius: 22px;
    box-shadow: 0 4px 24px rgba(30,41,59,0.18);
    padding: 40px 48px 32px 48px;
    border: 1.5px solid #334155;
    backdrop-filter: blur(2px);
    align-items: flex-start;
}

.services {
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 12px;
}

.services div {
    background: linear-gradient(90deg, #ffb86b 0%, #ff6b5b 100%);
    color: #fff;
    border-radius: 12px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 1.13em;
    box-shadow: 0 2px 8px rgba(255,184,107,0.10);
    transition: transform 0.15s, box-shadow 0.15s;
    cursor: pointer;
}
.services div:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 6px 24px rgba(255,184,107,0.18);
    background: linear-gradient(90deg, #ff6b5b 0%, #ffb86b 100%);
    color: #1e293b;
}
.services span {
    font-size: 1.7em;
    margin-right: 10px;
}

.about-text {
    flex: 2 1 350px;
    max-width: 500px;
}

.about-text h2 {
    font-size: 2em;
    margin-bottom: 12px;
    color: #ffb86b;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-text p {
    font-size: 1.13em;
    color: #e2e8f0;
    margin-bottom: 18px;
    line-height: 1.6;
}

.stats {
    display: flex;
    gap: 32px;
    margin-top: 12px;
    justify-content: flex-start;
}
.stats div {
    background: #fff;
    color: #ff6b5b;
    border-radius: 10px;
    padding: 16px 24px;
    text-align: center;
    font-weight: 700;
    min-width: 90px;
    box-shadow: 0 1px 4px rgba(255,184,107,0.10);
    font-size: 1.05em;
    transition: transform 0.15s, box-shadow 0.15s;
}
.stats div:hover {
    transform: scale(1.06) rotate(-1deg);
    box-shadow: 0 4px 16px rgba(255,107,91,0.13);
    color: #fff;
    background: linear-gradient(90deg, #ffb86b 0%, #ff6b5b 100%);
}
.stats strong {
    font-size: 1.5em;
    display: block;
    margin-bottom: 4px;
    color: #ff6b5b;
}

@media (max-width: 900px) {
    .about {
        flex-direction: column;
        padding: 24px 12px 16px 12px;
        gap: 24px;
    }
    .about-text {
        max-width: 100%;
    }
    .stats {
        justify-content: center;
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .hero, .about {
        flex-direction: column;
        text-align: center;
    }
    .hero-image img {
        margin-top: 30px;
    }
}

.site-footer {
    background: #1e293b;
    color: #fff;
    padding: 32px 0 18px 0;
    text-align: center;
    border-top: 2px solid #ff6b5b;
    margin-top: 48px;
}

.footer-content {
    max-width: 900px;
    margin: 0 auto;
}

.site-footer p {
    margin: 0;
    font-size: 1.08em;
    letter-spacing: 1px;
}

.footer-links {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ff6b5b;
    background: #fff;
    padding: 8px 18px;
    border-radius: 22px;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(30,41,59,0.08);
    border: 1.5px solid #ffb86b;
    transition: 
        background 0.18s,
        color 0.18s,
        border-color 0.18s,
        box-shadow 0.18s;
    display: inline-block;
}

.footer-links a:hover,
.footer-links a:focus {
    background: #ffb86b;
    color: #fff;
    border-color: #ff6b5b;
    box-shadow: 0 4px 16px rgba(255,107,91,0.13);
    text-decoration: none;
}

.about-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #1e293b 60%, #334155 100%);
    padding: 64px 0;
}

.about-container {
    background: rgba(255,255,255,0.97);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(30,41,59,0.13);
    max-width: 440px;
    width: 100%;
    padding: 48px 32px 36px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffb86b;
}

.about-container::before {
    content: '';
    position: absolute;
    top: -60px; left: -60px;
    width: 140px; height: 140px;
    background: radial-gradient(circle, #ffb86b55 60%, transparent 100%);
    z-index: 0;
}

.about-container h2 {
    color: #ff6b5b;
    font-size: 2.3em;
    margin-bottom: 18px;
    font-weight: 800;
    letter-spacing: 1.5px;
    z-index: 1;
    position: relative;
}

.about-container p {
    color: #ff6b5b;
    font-size: 1.13em;
    margin-bottom: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.about-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
    border: 4px solid #ffb86b;}
    
.portfolio-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #1e293b 60%, #334155 100%);
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}

.portfolio-page::before {
    content: '';
    position: absolute;
    top: -80px; left: -80px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, #ffb86b33 60%, transparent 100%);
    z-index: 0;
}

.portfolio-container {
    background: rgba(255,255,255,0.98);
    border-radius: 32px;
    box-shadow: 0 12px 40px rgba(30,41,59,0.18);
    max-width: 1150px;
    width: 100%;
    padding: 56px 40px 40px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #ffb86b33;
}

.portfolio-container h2 {
    color: #ff6b5b;
    font-size: 2.4em;
    margin-bottom: 14px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 8px #ffb86b22;
}

.portfolio-container p {
    color: #334155;
    font-size: 1.18em;
    margin-bottom: 32px;
}

.portfolio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 32px;
    z-index: 1;
}

.portfolio-item {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 6px 24px rgba(30,41,59,0.13);
    width: 320px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
    border: 2.5px solid #ffb86b22;
    position: relative;
}

.portfolio-item:hover {
    transform: translateY(-10px) scale(1.045);
    box-shadow: 0 16px 48px rgba(255,107,91,0.16);
    border-color: #ffb86b;
}

.portfolio-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 2px solid #ffb86b;
    background: #f1f5f9;
    transition: filter 0.2s;
}
.portfolio-item:hover img {
    filter: brightness(0.95) saturate(1.2);
}

.portfolio-info {
    padding: 26px 20px 28px 20px;
    width: 100%;
}

.portfolio-info h3 {
    color: #ff6b5b;
    font-size: 1.25em;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.portfolio-info p {
    color: #334155;
    font-size: 1.07em;
    margin-bottom: 18px;
}

.portfolio-info .btn.secondary {
    background: #fff;
    color: #ff6b5b;
    border: 2px solid #ffb86b;
    padding: 10px 24px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.05em;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 2px 8px rgba(255,107,91,0.08);
}

.portfolio-info .btn.secondary:hover {
    background: #ffb86b;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255,184,107,0.18);
}

@media (max-width: 1150px) {
    .portfolio-list {
        gap: 24px;
    }
    .portfolio-container {
        padding: 28px 8px 20px 8px;
    }
}

@media (max-width: 700px) {
    .portfolio-list {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .portfolio-item {
        width: 98vw;
        max-width: 340px;
    }
    .portfolio-container {
        padding: 18px 2vw 10px 2vw;
    }

     
    
   
}

.contact-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #1e293b 60%, #334155 100%);
    padding: 64px 0;
}

.contact-container {
    background: rgba(255,255,255,0.98);
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(30,41,59,0.13);
    max-width: 420px;
    width: 90%;
    padding: 48px 32px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffb86b33;
}

.contact-container h2 {
    color: #ff6b5b;
    font-size: 2.1em;
    margin-bottom: 14px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.contact-container p {
    color: #334155;
    font-size: 1.08em;
    margin-bottom: 18px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px 14px;
    border-radius: 8px;
    border: 1.5px solid #ffb86b;
    font-size: 1em;
    background: #f8fafc;
    color: #334155;
    resize: none;
    transition: border 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 4px #ffb86b22;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1.5px solid #ff6b5b;
    outline: none;
    box-shadow: 0 2px 8px #ff6b5b33;
}

.contact-form button {
    margin-top: 6px;
    width: 100%;
}

.contact-social {
    margin-top: 28px;
    display: flex;
    gap: 22px;
    justify-content: center;
}

.contact-social .btn.social {
    background: #fff;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 2px 12px rgba(30,41,59,0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 
        background 0.18s, 
        box-shadow 0.18s, 
        transform 0.18s, 
        border-color 0.18s;
    border: 2.5px solid #ffb86b;
    width: 54px;
    height: 54px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.contact-social .btn.social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 50%;
    transition: filter 0.18s;
    padding: 10%;
}

.contact-social .btn.social.whatsapp { border-color: #25d366; }
.contact-social .btn.social.instagram { border-color: #e1306c; }
.contact-social .btn.social.facebook { border-color: #1877f3; }

.contact-social .btn.social.whatsapp:hover { background: #e8f5e9; }
.contact-social .btn.social.instagram:hover { background: #fce4ec; }
contact-social .btn.social.facebook:hover { background: #e3f2fd; }

.contact-social .btn.social:hover img {
    filter: brightness(0.7) saturate(1.3);
}

.contact-social .btn.social:hover {
    box-shadow: 0 6px 24px rgba(255,184,107,0.18);
    transform: scale(1.13) rotate(-4deg);
}

/* Responsividade especial */
@media (max-width: 600px) {
    .contact-page {
        padding: 24px 0;
    }
    .contact-container {
        padding: 28px 16px 20px;
        max-width: 96%;
        border-radius: 20px;
    }
    .contact-container h2 {
        font-size: 1.8em;
    }
    .contact-container p {
        font-size: 1em;
    }
    .contact-form input,
    .contact-form textarea {
        font-size: 0.95em;
        padding: 10px 12px;
    }
    .contact-social .btn {
        padding: 8px 18px;
        font-size: 1em;
    }
}

/* Hamburger menu styles */
    .hamburger {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        cursor: pointer;
        z-index: 1000000 !important;
        position: fixed;
        top: 22px;
        right: 22px;
        background: #fff;
        border: 2px solid #ffb86b;
        border-radius: 50%;
        box-shadow: 0 2px 12px rgba(30,41,59,0.13);
        transition: background 0.2s, box-shadow 0.2s, border-color 0.2s;
    }

    .hamburger:hover, .hamburger.active {
        background: #ffb86b;
        border-color: #ff6b5b;
        box-shadow: 0 4px 24px rgba(255,107,91,0.13);
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 26px;
        height: 4px;
        background: #ff6b5b;
        border-radius: 2px;
        transition: all 0.35s cubic-bezier(.77,0,.18,1);
    }

    .hamburger span:nth-child(1) {
        top: 14px;
        left: 11px;
    }
    .hamburger span:nth-child(2) {
        top: 22px;
        left: 11px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
        left: 11px;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
        background: #fff;
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0.5);
    }
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
        background: #fff;
    }

    @media (max-width: 900px) {
        .hamburger {
            display: flex;
        }
    }

nav.menu-mobile {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 70vw;
    max-width: 320px;
    height: 100vh;
    background: #1e293b;
    box-shadow: -2px 0 16px rgba(30,41,59,0.12);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 32px 32px 32px;
    gap: 24px;
    transition: right 0.35s cubic-bezier(.77,0,.18,1);
    z-index: 99999;
}

nav.menu-mobile.open {
    right: 0;
}

@media (max-width: 900px) {
    nav:not(.menu-mobile) {
        display: none !important;
    }
    nav.menu-mobile {
        display: flex !important;
       
       
    }
    .hamburger {
        display: flex;
        
    }
}
@media (min-width: 901px) {
    nav.menu-mobile {
        display: none !important;
    }
}

/* Estilo para a página de Política de Privacidade */
.privacy-policy {
    min-height: 80vh;
    background: linear-gradient(120deg, #f8fafc 60%, #e0e7ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.privacy-policy .container {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(30,41,59,0.13);
    max-width: 700px;
    width: 96%;
    padding: 48px 36px 36px 36px;
    margin: 0 auto;
    position: relative;
    border: 2px solid #ffb86b33;
}

.privacy-policy h1 {
    color: #ff6b5b;
    font-size: 2.2em;
    font-weight: 900;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 2px 8px #ffb86b22;
}

.privacy-policy h2 {
    color: #334155;
    font-size: 1.3em;
    margin-top: 32px;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.privacy-policy p {
    color: #334155;
    font-size: 1.08em;
    margin-bottom: 18px;
    line-height: 1.7;
}

.privacy-policy ul {
    margin: 0 0 18px 18px;
    padding: 0 0 0 18px;
    color: #334155;
    font-size: 1.08em;
    line-height: 1.7;
}

.privacy-policy ul li {
    margin-bottom: 8px;
    list-style: disc inside;
}

.privacy-policy a {
    color: #ff6b5b;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
}

.privacy-policy a:hover {
    color: #ffb86b;
}

 .back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #ffb86b;
            text-decoration: none;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .back-link:hover {
            color: #ff6b5b;
        }


 /* Article */
        .article-header {
            margin-bottom: 30px;
        }

        .article-title {
            font-size: 2.8rem;
            color: #ffb86b;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .article-meta {
            display: flex;
            align-items: center;
            gap: 20px;
            color: #94a3b8;
            margin-bottom: 25px;
            flex-wrap: wrap;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .author-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }

        .featured-image {
            width: 100%;
            border-radius: 12px;
            margin-bottom: 30px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        }

        .article-content {
            font-size: 1.1rem;
            line-height: 1.8;
        }

        .article-content p {
            margin-bottom: 24px;
        }

        .article-content h2 {
            color: #ffb86b;
            margin: 40px 0 20px 0;
            font-size: 1.8rem;
        }

        .article-content h3 {
            color: #ffb86b;
            margin: 30px 0 15px 0;
            font-size: 1.4rem;
        }

        .article-content blockquote {
            border-left: 4px solid #ff6b5b;
            padding-left: 20px;
            margin: 30px 0;
            font-style: italic;
            color: #94a3b8;
        }

        .article-content img {
            max-width: 100%;
            border-radius: 8px;
            margin: 25px 0;
        }
        
        /* Tags */
        .tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 40px 0;
        }

        .tag {
            background: linear-gradient(90deg, #ff6b5b 0%, #ffb86b 100%);
            color: #fff;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
        }
 /* Social Share */
        .social-share {
            display: flex;
            gap: 15px;
            margin: 40px 0;
        }

        .social-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            color: white;
            font-size: 1.2rem;
            transition: transform 0.3s;
        }

        .social-btn:hover {
            transform: translateY(-3px);
        }

        .facebook {
            background: #3b5998;
        }

        .twitter {
            background: #1da1f2;
        }

        .linkedin {
            background: #0077b5;
        }

        .whatsapp {
            background: #25d366;
        }

        /* Related Posts */
        .related-posts {
            margin-top: 60px;
            padding-top: 40px;
            border-top: 2px solid #334155;
        }

        .section-title {
            font-size: 1.8rem;
            color: #ffb86b;
            margin-bottom: 30px;
        }

        .posts-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
        }

        .post-card {
            background: rgba(30,41,59,0.96);
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .post-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .post-card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .post-card-content {
            padding: 20px;
        }

        .post-card-title {
            font-size: 1.2rem;
            color: #ffb86b;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .post-card-excerpt {
            color: #94a3b8;
            font-size: 0.95rem;
            margin-bottom: 15px;
        }

        .post-card-meta {
            display: flex;
            justify-content: space-between;
            color: #64748b;
            font-size: 0.85rem;
        }

@media (max-width: 700px) {
    .privacy-policy .container {
        padding: 22px 6vw 18px 6vw;
        border-radius: 14px;
    }
    .privacy-policy h1 {
        font-size: 1.4em;
    }
    .privacy-policy h2 {
        font-size: 1.08em;
    }
}


