@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

:root{
  --bg:#f7f7f7;
  --text:#1f2937;
  --brand:#FFA5DA;
  --dark:#132238;
  --footer:#132238;
  --container:90%;
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{
  font-family: 'Work Sans', sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
}

body.project-page{
  background: #ffffff;
  min-height: 100vh;
}
.container{
  width:var(--container);
  max-width:1200px;
  margin:0 auto;
}

/* Header */
.header{
  background:var(--dark);
  color:#fff;
  padding:18px 0;
  position:sticky;
  top:0;
  z-index:1000;
}
.nav{display:flex;justify-content:space-between;align-items:center;position:relative}
.logo{font-weight:600;letter-spacing:1px;font-size:32px;transition:opacity 0.2s ease}
.logo:hover{opacity:0.85}
nav{position:relative}
nav ul{display:flex;gap:30px;list-style:none}
nav a{color:#fff;text-decoration:none;font-weight:500;font-size:16px;padding:8px;min-height:44px;display:inline-flex;align-items:center}
.btn-small{background:var(--brand);padding:10px 16px;border-radius:6px;color:#fff;min-height:44px;display:inline-flex;align-items:center}
.header-icon{width:24px;height:24px;display:block}

/* Menu Mobile */
.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:28px;cursor:pointer;padding:8px;min-width:44px;min-height:44px;align-items:center;justify-content:center;position:relative;z-index:1001}
.menu-toggle:focus{outline:2px solid var(--brand);outline-offset:2px}
.menu-toggle span{display:block;line-height:1}

/* HERO */
.hero{padding:100px 0;background:linear-gradient(90deg,#f6f6f6,#ffd6e787)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}
.tag{color:var(--brand);font-weight:600;letter-spacing:2px;font-size:20px}
.hero h1{font-size:120px;line-height:1.05;margin:10px 0;font-weight:600;}
.dot{color:var(--brand)}
.hero p{margin:20px 0;max-width:648px;font-weight:400; font-size:18px;color:#556070}
.hero-image img{width:100%;border-radius:20px;display:block;max-width:536px;}
.hero-buttons{display:flex;gap:20px}
.btn-primary{background:var(--brand);padding:12px 22px;border-radius:4px;text-decoration:none;color:#fff;font-weight:500;display:inline-flex;align-items:center;justify-content:center;min-height:44px}
.btn-outline{border:1px solid var(--brand);padding:10px 20px;border-radius:4px;color:var(--brand);text-decoration:none;font-weight:500;display:inline-flex;align-items:center;justify-content:center;min-height:44px}

/* ABOUT */
.sobre{padding:0 0 60px;background:linear-gradient(90deg,#f6f6f6,#ffd6e787);position:relative}
.sobre-card{background:#fff;border-radius:14px;box-shadow:0 20px 40px rgba(15,41,66,0.08);padding:112px;max-width:1320px;margin:0 auto;position:relative;z-index:10;margin-bottom:-170px}
.sobre-grid{display:grid;grid-template-columns:324px 1fr;gap:170px;align-items:center}
.sobre img{width:100%;border-radius:8px;display:block}
.sobre h2{margin-bottom:12px;font-size:38px;font-weight:600}
.small-tag{display:block;color:var(--brand);font-size:20px;font-weight:600;letter-spacing:2px;margin-bottom:14px}
.sobre-text p{font-weight:400;font-size:18px;font-style:normal; color:#697484;}
.buttons{margin-top:20px;display:flex;gap:16px}

/* PROCESS */
.processo{background:#f1f1f1;padding:80px 0 80px;position:relative;z-index:1}
.processo h2{margin-bottom:20px}
.processo-desc{max-width:700px;margin:0 auto}
.processo-grid{margin-top:112px;display:flex;align-items:center;}
.processo-left{ display:flex; align-items:center; justify-content:center }
.left-square{ border-radius:12px; padding:36px; max-width:560px; width:560px }
.left-square h2{ font-size:48px; margin-bottom:12px; font-weight:600 }
.left-square .processo-desc{ color:#697484; opacity:0.95; margin-bottom:8px; font-size:18px; font-weight:400 }
.processo-right{ display:flex; align-items:center; justify-content:center }
.right-square{ background:transparent; padding:12px; border-radius:12px; width:420px }
.cards-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:420px }
.processo-card{background:#fff;padding:32px;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,0.06);text-align:left;display:flex;flex-direction:column;gap:8px;max-width:276px;width:100%;height:276px;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}
.processo-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px rgba(0,0,0,0.1)}
.processo-card h3{margin:0;font-size:15px}
.processo-card p{margin:0;font-size:13px;color:var(--brand);color: #6b7280}
.icon-box{width:112px;height:112px;border-radius:8px;background:var(--pink-soft);display:flex;align-items:center;justify-content:center;padding:0px 20px 20px 0}
.icon-box svg{width:20px;height:20px;stroke:var(--pink);fill:none;stroke-width:1.6}
.icon-box img{width:72px;height:72px;display:block;}

/* PORTFOLIO */
.portfolio-section{background:var(--bg);padding:72px 0 96px}
.portfolio-header{max-width:760px;margin:0 auto 48px;text-align:center}
.portfolio-header h2{font-size:48px;font-weight:600;margin-bottom:12px}
.portfolio-header p{color:#6b7280;font-size:18px;font-weight:400}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.project-card{background:#fff;border-radius:12px;box-shadow:0 12px 30px rgba(15,41,66,0.06);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}
.project-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,41,66,0.08)}
.project-thumb{width:100%;height:180px;background-color:#f4f4f6;background-position:center;background-size:cover}
.project-body{padding:18px 20px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.project-meta{text-transform:uppercase;font-size:11px;letter-spacing:1.2px;color:#9ca3af;font-weight:600}
.project-title{font-size:16px;font-weight:700;color:var(--text);margin-top:6px}
.project-desc{color:#6b7280;font-size:13px;line-height:1.45;margin-top:6px;flex:1}
.project-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;align-self:flex-start;border:1.5px solid var(--brand);color:var(--brand);padding:10px 16px;border-radius:4px;text-decoration:none;font-weight:600;font-size:13px;min-height:44px;transition:background .15s ease,color .15s ease}
.project-cta:hover{background:var(--brand);color:#fff}

/* CTA */
.cta{background:var(--dark);color:#fff;padding:100px 0;text-align:center}
.cta h2{font-weight:600;font-size:48px;margin-bottom:12px}
.cta p{margin:15px 0;font-weight:400;font-size:18px}
.cta .btn-primary{width:219px;height:48px;padding:12px 24px;border-radius:4px}

/* FOOTER */
.footer{background:var(--footer);color:#fff;padding:40px 0}
.footer-grid{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footer ul{display:flex;gap:20px;list-style:none;flex-wrap:wrap}
.footer a{color:#fff;text-decoration:none;padding:8px;min-height:44px;display:inline-flex;align-items:center}
.footer-icon{width:24px;height:24px;display:block}

/* Responsivo */
@media(max-width:1024px){
  .hero-grid,.sobre-grid{grid-template-columns:1fr;text-align:center}
  .hero p{margin:auto}
  .processo-grid{flex-direction:column;gap:20px}
  .left-square,.right-square{width:100%;max-width:760px}
  .portfolio-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:768px){
  .menu-toggle{display:flex !important}
  .header-icon{display:none}
  .logo{font-size:26px;order:1}
  .menu-toggle{order:3}
  nav{order:2;flex:1;display:flex;justify-content:flex-end}
  nav ul{position:fixed;top:70px;left:0;right:0;background:var(--dark);flex-direction:column;padding:20px;gap:0;transform:translateX(-100%);transition:transform 0.3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.15);max-height:calc(100vh - 70px);overflow-y:auto;z-index:999}
  nav ul.active{transform:translateX(0)}
  nav ul li{width:100%;border-bottom:1px solid rgba(255,255,255,0.1)}
  nav ul li:last-child{border-bottom:none}
  nav a{padding:16px 12px;width:100%;display:flex;min-height:56px;justify-content:flex-start}
}

@media(max-width:600px){
  .hero h1{font-size:42px}
  .portfolio-grid{grid-template-columns:1fr}
  .processo-grid{flex-direction:column;gap:14px}
  .left-square,.right-square{width:100%;max-width:100%}
  .cards-grid{grid-template-columns:1fr;gap:16px}
  .processo-card{width:100%;max-width:100%;height:auto;min-height:240px}
  .container{width:92%;padding:0 4%}
  .hero{padding:48px 0}
  .sobre{padding:48px 0 32px}
  .sobre-card{padding:32px 24px;margin-bottom:-40px}
  .sobre-grid{gap:32px}
  .left-square{padding:24px}
  .project-nav{padding:32px 0}
  .project-nav a{margin:6px;padding:12px 20px;font-size:15px;width:calc(100% - 12px);max-width:320px}
}


/* Estilos específicos para página de projeto */
.project-hero {
  padding: 88px 0 78px;
  background: linear-gradient(90deg, #f6f6f6, #ffd6e787);
}

.project-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 48px;
}

.project-hero-content {
  max-width: 620px;
}

.project-hero .tag {
  display: block;
  margin-bottom: 18px;
  color: var(--brand);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
}

.project-hero h1 {
  margin-bottom: 22px;
  font-size: 74px;
  line-height: 1.02;
  font-weight: 600;
}

.project-hero .project-intro,
.project-hero .project-description {
  font-size: 18px;
  line-height: 1.55;
  color: #5f6b7b;
  margin-bottom: 14px;
  max-width: 610px;
}

.project-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-hero-image img {
  width: min(640px, 100%);
  height: auto;
  display: block;
}

.project-section {
  padding: 80px 0;
  background: transparent;
}

.project-section.alt {
  background: transparent;
}

/* Primeira section após hero - começa no rosa claro do hero e clareia */
.project-hero + .project-section {
  background: #ffffff;
}

/* Showcase section - clareia mais */
.project-showcase {
  padding: 100px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Section Processo - mais claro ainda */
main > .project-section:nth-of-type(3) {
  background: linear-gradient(to bottom, #fdfbfc 0%, #fefefe 100%);
}

/* Section Solução - praticamente branco */
main > .project-section:nth-of-type(4) {
  background: linear-gradient(to bottom, #fefefe 0%, #ffffff 100%);
}

.project-section h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--text);
}
.project-section h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 56px;
  margin-bottom: 20px;
  color: var(--text);
}
.project-section p {
  font-size: 18px;
  line-height: 1.7;
  color: #697484;
  margin-bottom: 16px;
  max-width: 1320px;
}
.project-list {
  font-size: 18px;
  line-height: 1.8;
  color: #697484;
  margin: 24px 0 24px 24px;
  max-width: 900px;
}

.project-list li {
  margin-bottom: 12px;
  padding-left: 8px;
}

.section-label {
  display: block;
  color: var(--brand);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.project-showcase .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase-image {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase-image img {
  width: 100%;
  height: auto;
}
.mockup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.mockup-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.project-nav {
  padding: 40px 0;
  background: transparent;
  text-align: center;
}

.project-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  padding: 14px 24px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  min-height: 48px;
  transition: all 0.2s ease;
}

.project-nav a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 165, 218, 0.3);
}

.project-nav a.secondary {
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
}

.project-nav a.secondary:hover {
  background: var(--brand);
  color: #fff;
}

@media(max-width: 1024px) {
  .project-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .project-hero-content {
    max-width: 100%;
  }

  .project-hero .tag {
    font-size: 18px;
  }

  .project-hero h1 {
    font-size: 58px;
  }

  .project-hero .project-intro,
  .project-hero .project-description {
    max-width: 100%;
  }
}

@media(max-width: 768px) {
  .project-hero {
    padding: 64px 0 56px;
  }

  .project-hero h1 {
    font-size: 44px;
  }

  .project-section {
    padding: 56px 0;
  }

  .project-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .project-section h3 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .project-section p {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .project-list {
    font-size: 16px;
    margin-left: 20px;
    line-height: 1.7;
  }

  .project-showcase {
    padding: 56px 0;
  }

  .mockup-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media(max-width: 480px) {
  .logo{font-size:24px}
  .hero h1{font-size:36px;line-height:1.1}
  .project-hero{padding:48px 0 40px}
  .project-hero h1{font-size:38px;line-height:1.08;margin-bottom:18px}
  .project-hero .tag{font-size:16px;letter-spacing:1.5px;margin-bottom:14px}
  .project-hero .project-intro,.project-hero .project-description{font-size:16px;line-height:1.6;margin-bottom:12px}
  .project-section{padding:40px 0}
  .project-section h2{font-size:28px;margin-bottom:18px}
  .project-section h3{font-size:24px;margin-top:36px;margin-bottom:14px}
  .project-section p{font-size:16px;line-height:1.6}
  .project-list{font-size:15px;margin-left:18px;line-height:1.65}
  .project-showcase{padding:40px 0}
  .cta{padding:64px 0}
  .cta h2{font-size:32px}
  .cta p{font-size:16px}
}