:root{
  --gdf-purple:#7a0b8f;
  --gdf-purple-dark:#4d0b60;
  --gdf-orange:#ff650f;
  --gdf-dark:#28152e;
  --gdf-bg:#fffdfb;
  --gdf-soft:#f8effa;
  --gdf-soft-orange:#fff5ee;
  --gdf-muted:#6f6673;
  --gdf-border:#e9ddea;
  --gdf-shadow:0 12px 34px rgba(77,11,96,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.gdf-site{margin:0;background:var(--gdf-bg);color:var(--gdf-dark);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{transition:.2s ease}
.gdf-wrap{width:min(1320px,calc(100% - 72px));margin:auto}

/* Header */
.gdf-header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(122,11,143,.08)}
.gdf-header-row{min-height:112px;display:flex;align-items:center;gap:34px}
.gdf-logo{display:flex;align-items:center;flex:0 0 auto}
.gdf-logo img{width:190px;height:auto;display:block}
.gdf-nav{display:flex;gap:30px;align-items:center;margin-left:auto}
.gdf-nav a{position:relative;color:var(--gdf-dark);text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}
.gdf-nav a:not(.cta):hover,.gdf-nav a.is-active{color:var(--gdf-orange)}
.gdf-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:3px;border-radius:9px;background:var(--gdf-orange)}
.gdf-search-dot{width:34px;height:34px;border:3px solid var(--gdf-purple);border-radius:50%;position:relative;margin-left:6px;flex:0 0 auto}
.gdf-search-dot:after{content:"";position:absolute;width:12px;height:3px;background:var(--gdf-purple);right:-8px;bottom:1px;transform:rotate(45deg);border-radius:2px}
.gdf-nav .cta{background:var(--gdf-orange);color:#fff;padding:13px 22px;border-radius:999px;box-shadow:0 8px 18px rgba(255,101,15,.18)}
.gdf-nav .cta:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(255,101,15,.23)}

/* Hero */
.gdf-hero{background:#fff;position:relative;overflow:hidden}
.gdf-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:30px;background:#fff;clip-path:polygon(0 70%,18% 100%,50% 76%,76% 98%,100% 68%,100% 100%,0 100%)}
.gdf-hero-grid{display:grid;grid-template-columns:38% 62%;min-height:540px;width:100%;max-width:none;margin:0}
.gdf-hero-copy{padding:58px 46px 70px max(48px,calc((100vw - 1320px)/2));display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,#fffdfa 0%,#fff7f2 100%)}
.gdf-hero h1{font-size:68px;line-height:.98;letter-spacing:-3px;color:var(--gdf-purple);margin:0 0 22px;font-weight:900;max-width:550px}
.gdf-hero h1 em{display:block;font-style:normal;color:var(--gdf-orange)}
.gdf-hero p{font-size:19px;line-height:1.48;max-width:530px;margin:0;color:#33263a}
.gdf-hero-image{min-height:540px;background:url('../images/hero-dogs.jpeg') center 57%/cover no-repeat;position:relative}
.gdf-hero-image:after{content:"Viagens são melhores com dogs ♡";position:absolute;right:52px;top:42px;color:#fff;font-size:27px;line-height:1.08;font-weight:800;font-family:"Segoe Print","Bradley Hand",cursive;max-width:220px;text-align:center;transform:rotate(-4deg);text-shadow:0 2px 12px rgba(0,0,0,.16)}
.gdf-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}
.gdf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:15px 24px;text-decoration:none;font-size:15px;font-weight:900;background:var(--gdf-orange);color:#fff;border:2px solid transparent;box-shadow:0 7px 18px rgba(255,101,15,.16)}
.gdf-btn:hover{transform:translateY(-1px)}
.gdf-btn.alt{background:#fff;color:var(--gdf-purple);border-color:var(--gdf-purple);box-shadow:none}

/* Categories */
.gdf-categories{background:#fff;border-bottom:1px solid var(--gdf-border)}
.gdf-category-row{display:grid;grid-template-columns:repeat(5,1fr) 1.45fr;align-items:stretch;min-height:118px}
.gdf-cat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--gdf-purple);font-size:14px;font-weight:800;text-align:center}
.gdf-cat svg{width:31px;height:31px;stroke:var(--gdf-purple);fill:none;stroke-width:1.9}
.gdf-cat-message{border-left:1px solid #d8cadb;display:flex;align-items:center;padding-left:42px;color:var(--gdf-purple);font-size:18px;font-weight:900;font-style:italic;line-height:1.25;position:relative}
.gdf-cat-message:after{content:"";position:absolute;left:42px;bottom:25px;width:220px;height:4px;border-radius:99px;background:var(--gdf-orange);transform:rotate(-1.5deg)}

/* Sections */
.gdf-section{padding:54px 0}
.gdf-section.soft{background:linear-gradient(90deg,#fbf3fc,#fff7f1)}
.gdf-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.gdf-section h2{font-size:40px;line-height:1.05;letter-spacing:-1.2px;color:var(--gdf-purple);margin:0 0 7px;font-weight:900}
.gdf-sub{color:var(--gdf-muted);font-size:17px;margin:0}
.gdf-section-more{color:var(--gdf-purple);font-weight:900;text-decoration:none;font-size:15px;border-bottom:1px solid var(--gdf-purple);padding-bottom:2px;white-space:nowrap}

/* Coupon */
.gdf-coupon{margin:30px auto 6px;background:linear-gradient(90deg,#fff0df,#ffe7c9);border:1px solid #ffd5a9;border-radius:22px;padding:23px 28px;display:grid;grid-template-columns:1.3fr auto auto;gap:24px;align-items:center;box-shadow:0 10px 30px rgba(255,101,15,.08)}
.gdf-coupon strong{color:var(--gdf-purple);font-size:28px;letter-spacing:-.6px}
.gdf-code{padding:11px 18px;background:#fff;border:2px dashed var(--gdf-orange);border-radius:12px;color:var(--gdf-orange);font-size:21px;font-weight:900;letter-spacing:.6px}

/* Highlight cards */
.gdf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.gdf-card{background:#fff;border:1px solid var(--gdf-border);border-radius:13px;overflow:hidden;box-shadow:var(--gdf-shadow);transition:.2s ease}
.gdf-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(77,11,96,.12)}
.gdf-card-media{height:175px;position:relative;overflow:hidden;background:#f2edf3}
.gdf-card img{width:100%;height:100%;object-fit:cover;display:block}
.gdf-tag{position:absolute;left:14px;bottom:12px;display:inline-block;background:var(--gdf-purple);color:#fff;border-radius:7px;padding:7px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.25px}
.gdf-tag.cat-gastronomia{background:var(--gdf-orange)}
.gdf-card-body{padding:15px 16px 17px}
.gdf-card h3{font-size:19px;line-height:1.15;margin:0 0 8px;color:#35163e}
.gdf-location{color:var(--gdf-purple);font-size:14px;font-weight:700;margin:0 0 10px}
.gdf-card p{color:var(--gdf-muted);line-height:1.43;font-size:14px;margin:0 0 12px}
.gdf-link{color:var(--gdf-purple);font-weight:900;text-decoration:none;font-size:14px}

/* Stats */
.gdf-stats-band{padding:0;background:linear-gradient(90deg,#fbf4fc 0%,#fff9f5 60%,#f4eafa 100%);position:relative;overflow:hidden}
.gdf-stats-wrap{min-height:196px;display:grid;grid-template-columns:1fr 1fr 1.25fr;align-items:center;gap:42px}
.gdf-stat{display:grid;grid-template-columns:68px 1fr;align-items:center;gap:18px}
.gdf-stat-icon{width:58px;height:58px;border:4px solid var(--gdf-purple);border-radius:20px;transform:rotate(45deg);position:relative}
.gdf-stat-icon.pin{border-radius:50% 50% 50% 0}
.gdf-stat strong{font-size:41px;line-height:1;color:var(--gdf-purple);display:block;letter-spacing:-1.2px}
.gdf-stat span{font-size:18px;font-weight:900;color:var(--gdf-purple)}
.gdf-stat small{display:block;color:var(--gdf-muted);font-size:14px;margin-top:6px}
.gdf-stats-image{height:196px;background:linear-gradient(90deg,rgba(255,255,255,.8),rgba(255,255,255,0)),url('../images/hero-dogs.jpeg') 50% 58%/cover no-repeat;position:relative;border-radius:0 0 0 70px}
.gdf-stats-image:after{content:"Explorar o mundo de patas dadas ♡";position:absolute;right:28px;top:34px;max-width:190px;color:var(--gdf-purple);font:800 22px/1.08 "Segoe Print","Bradley Hand",cursive;transform:rotate(-5deg);text-align:center}

/* Editions */
.gdf-editions{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.gdf-edition{display:grid;grid-template-columns:110px 1fr;gap:16px;background:transparent;border:0;padding:0;align-items:start}
.gdf-edition .cover{height:185px;background:linear-gradient(135deg,#e9d5f1,#fff1e6);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--gdf-purple);font-weight:900;font-size:26px;overflow:hidden;box-shadow:0 10px 22px rgba(34,10,44,.12)}
.gdf-edition .cover img{width:100%;height:100%;object-fit:cover}
.gdf-edition h3{font-size:16px;line-height:1.2;margin:4px 0 8px;color:#35163e}
.gdf-edition p{font-size:13px;line-height:1.35;color:var(--gdf-muted);margin:0 0 10px}
.gdf-edition p strong{font-size:18px;color:var(--gdf-purple);line-height:1.05;display:block}
.gdf-edition .gdf-link{display:inline-flex;border:1.5px solid var(--gdf-purple);border-radius:999px;padding:8px 12px;font-size:12px}

/* News */
.gdf-news{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gdf-news article{background:#fff;border:1px solid var(--gdf-border);border-radius:14px;overflow:hidden;box-shadow:var(--gdf-shadow)}
.gdf-news img{width:100%;height:170px;object-fit:cover}
.gdf-news .body{padding:16px}
.gdf-news h3{font-size:17px;line-height:1.3;margin:0 0 12px}

/* Support */
.gdf-support-section{padding:30px 0;background:#fff}
.gdf-support-row{display:grid;grid-template-columns:170px 1fr auto;gap:32px;align-items:center}
.gdf-support-title{font-size:17px;font-weight:900;color:#35163e}
.gdf-support{display:flex;flex-wrap:wrap;gap:38px;align-items:center}
.gdf-support img{max-width:175px;max-height:62px;object-fit:contain}
.gdf-support-cta{border:1.5px solid var(--gdf-purple);border-radius:999px;padding:13px 19px;color:var(--gdf-purple);font-weight:900;text-decoration:none;font-size:14px}

/* Footer */
.gdf-footer{position:relative;background:linear-gradient(135deg,#4f0c63 0%,#310541 100%);color:#fff;padding:70px 0 20px;margin-top:30px}
.gdf-footer:before{content:"";position:absolute;left:0;right:0;top:-43px;height:62px;background:linear-gradient(135deg,#4f0c63 0%,#310541 100%);clip-path:polygon(0 55%,12% 24%,30% 44%,48% 23%,66% 42%,83% 20%,100% 43%,100% 100%,0 100%)}
.gdf-footer-main{display:grid;grid-template-columns:240px 1fr auto;gap:48px;align-items:center}
.gdf-footer-logo{width:205px!important;height:auto;background:#fff;border-radius:10px;padding:7px}
.gdf-footer-copy strong{font-size:18px}
.gdf-footer-copy p{margin:7px 0 0;max-width:560px;color:rgba(255,255,255,.83);line-height:1.5}
.gdf-social{display:flex;gap:17px;align-items:center;margin-top:14px}
.gdf-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.5);border-radius:50%;text-decoration:none;font-weight:900}
.gdf-footer-links{text-align:right;line-height:1.9}
.gdf-footer a{color:#fff;text-decoration:none}
.gdf-footer-bottom{margin-top:31px;border-top:1px solid rgba(255,255,255,.18);padding-top:18px;font-size:12px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.82)}

/* Internal pages */
.gdf-page-hero{padding:70px 0;background:linear-gradient(135deg,#fff1e8,#f7edf9)}
.gdf-page-hero h1{font-size:50px;color:var(--gdf-purple);margin:0 0 12px}
.gdf-prose{font-size:19px;line-height:1.7}
.gdf-filters{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 34px}
.gdf-filters a{padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--gdf-border);color:var(--gdf-purple);text-decoration:none;font-weight:700}
.gdf-media-list{display:grid;gap:16px}
.gdf-media-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--gdf-border);padding:16px;border-radius:16px}
.gdf-media-item img{width:120px;height:80px;object-fit:cover;border-radius:10px}

@media(max-width:1120px){
  .gdf-wrap{width:min(100% - 42px,1320px)}
  .gdf-nav{gap:17px}.gdf-nav a{font-size:13px}.gdf-logo img{width:165px}
  .gdf-hero h1{font-size:57px}.gdf-hero-grid{grid-template-columns:43% 57%}
  .gdf-category-row{grid-template-columns:repeat(5,1fr)}.gdf-cat-message{display:none}
  .gdf-grid{grid-template-columns:repeat(2,1fr)}
  .gdf-editions{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .gdf-nav,.gdf-search-dot{display:none}.gdf-header-row{min-height:84px}.gdf-logo img{width:155px}
  .gdf-hero-grid{grid-template-columns:1fr}.gdf-hero-copy{padding:46px 28px 42px}.gdf-hero h1{font-size:50px}.gdf-hero-image{min-height:420px}.gdf-hero-image:after{font-size:22px;right:20px}
  .gdf-category-row{grid-template-columns:repeat(3,1fr);padding:14px 0}.gdf-cat{min-height:90px}
  .gdf-coupon{grid-template-columns:1fr}.gdf-stats-wrap{grid-template-columns:1fr 1fr}.gdf-stats-image{display:none}
  .gdf-news{grid-template-columns:1fr}.gdf-support-row{grid-template-columns:1fr}.gdf-footer-main{grid-template-columns:1fr}.gdf-footer-links{text-align:left}
}
@media(max-width:560px){
  .gdf-wrap{width:min(100% - 28px,1320px)}
  .gdf-hero h1{font-size:43px;letter-spacing:-2px}.gdf-hero p{font-size:17px}.gdf-hero-image{min-height:330px}
  .gdf-category-row{grid-template-columns:repeat(2,1fr)}
  .gdf-grid,.gdf-editions,.gdf-stats-wrap{grid-template-columns:1fr}
  .gdf-section{padding:42px 0}.gdf-section h2{font-size:33px}.gdf-section-head{align-items:flex-start;flex-direction:column}
  .gdf-edition{grid-template-columns:95px 1fr}.gdf-edition .cover{height:160px}
  .gdf-footer-bottom{flex-direction:column}.gdf-media-item{grid-template-columns:1fr}
}

/* v1.2.2 — CTA + banner Petz mais fino e com cupom no bloco azul */
.gdf-hero .gdf-btn:not(.alt),
.gdf-hero .gdf-btn:not(.alt):visited,
.gdf-hero .gdf-btn:not(.alt):hover,
.gdf-coupon .gdf-btn,
.gdf-coupon .gdf-btn:visited,
.gdf-coupon .gdf-btn:hover{color:#fff!important}

.gdf-coupon{
  position:relative;
  overflow:hidden;
  min-height:104px;
  display:grid;
  grid-template-columns:170px minmax(390px,1fr) minmax(420px,.92fr);
  align-items:center;
  gap:24px;
  padding:14px 28px;
  border:0;
  border-radius:25px;
  background:#ffb81c;
  box-shadow:0 10px 26px rgba(17,45,76,.10);
}
.gdf-coupon:before{
  content:"";
  position:absolute;
  width:44%;
  height:100%;
  right:0;
  top:0;
  background:#082f59;
  clip-path:polygon(13% 0,100% 0,100% 100%,0 100%);
}
.gdf-coupon:after{
  content:"";
  position:absolute;
  left:-54px;
  bottom:-88px;
  width:145px;
  height:145px;
  border-radius:58% 42% 50% 50%;
  background:#ff7558;
  transform:rotate(20deg);
}
.gdf-coupon>*{position:relative;z-index:2}

.gdf-coupon-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:66px;
  padding:8px 13px;
  border-radius:17px;
  background:#fff;
  box-shadow:0 3px 0 rgba(8,47,89,.08);
}
.gdf-petz-logo{
  display:block;
  width:142px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.gdf-coupon-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  color:#082f59;
  max-width:690px;
}
.gdf-coupon-copy strong{
  font-size:29px;
  line-height:1.02;
  letter-spacing:-.7px;
  color:#082f59;
}
.gdf-coupon-copy>span{
  font-size:18px;
  font-weight:800;
  line-height:1.18;
  margin-top:4px;
  color:#082f59;
}
.gdf-coupon-actions{
  justify-self:stretch;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:22px;
  padding-left:34px;
}
.gdf-coupon-code-line{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0;
  font-size:17px;
  font-weight:800;
  color:#fff;
  white-space:nowrap;
}
.gdf-coupon-code-line b{
  background:#fff;
  color:#082f59;
  border:2px solid rgba(255,255,255,.45);
  padding:7px 13px;
  border-radius:10px;
  font-size:19px;
  letter-spacing:.5px;
}
.gdf-coupon-button{
  flex:0 0 auto;
  min-width:196px;
  justify-content:center;
  background:var(--gdf-orange)!important;
  color:#fff!important;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(245,106,19,.22);
  padding-top:13px;
  padding-bottom:13px;
}

@media(max-width:1180px){
  .gdf-coupon{
    grid-template-columns:145px minmax(300px,1fr) minmax(350px,.9fr);
    gap:18px;
    padding:14px 20px;
  }
  .gdf-coupon:before{width:43%}
  .gdf-coupon-copy strong{font-size:25px}
  .gdf-coupon-copy>span{font-size:16px}
  .gdf-coupon-actions{gap:14px;padding-left:22px}
  .gdf-coupon-code-line{font-size:15px}
  .gdf-coupon-code-line b{font-size:17px;padding:6px 10px}
  .gdf-coupon-button{min-width:165px;padding-left:16px;padding-right:16px}
}
@media(max-width:900px){
  .gdf-coupon{
    grid-template-columns:135px 1fr;
    min-height:0;
    padding:16px 20px 18px;
    gap:16px 20px;
  }
  .gdf-coupon:before{
    width:100%;
    height:72px;
    top:auto;
    bottom:0;
    clip-path:none;
  }
  .gdf-coupon-copy strong{font-size:24px}
  .gdf-coupon-copy>span{font-size:16px}
  .gdf-coupon-actions{
    grid-column:1/-1;
    justify-content:center;
    padding-left:0;
    gap:18px;
  }
}
@media(max-width:620px){
  .gdf-coupon{
    grid-template-columns:1fr;
    text-align:center;
    padding:18px 18px 20px;
  }
  .gdf-coupon:before{height:132px}
  .gdf-coupon-brand{justify-self:center;width:185px}
  .gdf-coupon-copy{align-items:center;justify-self:center}
  .gdf-coupon-copy strong{font-size:26px}
  .gdf-coupon-copy>span{font-size:17px}
  .gdf-coupon-actions{
    grid-column:1;
    flex-direction:column;
    gap:12px;
  }
  .gdf-coupon-code-line{justify-content:center}
  .gdf-coupon-button{min-width:220px}
}



/* v1.2.3 — Notícias Pet em 4 pílulas */
.gdf-news-section{background:#fbf7fc}
.gdf-news-pills{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.gdf-news-pill{
  min-height:150px;
  display:flex;
  align-items:flex-start;
  padding:30px 28px;
  border-radius:28px;
  background:#171717;
  border:1px solid #353535;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:none;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.gdf-news-pill:hover{
  transform:translateY(-2px);
  border-color:#6e138a;
  background:#211923;
}
.gdf-news-pill span{
  display:block;
  font-size:22px;
  line-height:1.28;
  font-weight:800;
  color:#fff;
}
.gdf-news-empty{
  grid-column:1/-1;
  margin:0;
  color:#5f5664;
}
@media(max-width:1100px){
  .gdf-news-pills{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .gdf-news-pills{grid-template-columns:1fr}
  .gdf-news-pill{min-height:118px;padding:24px}
  .gdf-news-pill span{font-size:20px}
}


/* v1.2.4 — Notícias mais discretas e compactas */
.gdf-news-pills{
  gap:14px;
  margin-top:20px;
}
.gdf-news-pill{
  min-height:88px;
  padding:18px 20px;
  border-radius:18px;
  background:#1b1b1b;
  border:1px solid #2f2f2f;
}
.gdf-news-pill:hover{
  transform:translateY(-1px);
  background:#201b21;
}
.gdf-news-pill span{
  font-size:17px;
  line-height:1.3;
  font-weight:700;
}
@media(max-width:1100px){
  .gdf-news-pill{min-height:82px}
}
@media(max-width:620px){
  .gdf-news-pill{
    min-height:74px;
    padding:16px 18px;
  }
  .gdf-news-pill span{font-size:16px}
}


/* v1.2.6 — Na Mídia: layout editorial limpo, sem filtros */
.gdf-media-filters,
.gdf-filters,
.gdf-media-filter,
.gdf-filter-bar{
  display:none!important;
}

.gdf-media-list,
.gdf-midia-list,
.gdf-media-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}

.gdf-media-card,
.gdf-midia-card,
.gdf-media-item{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  width:auto!important;
  min-height:220px!important;
  padding:28px!important;
  border:1px solid #eadfed!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(77,25,89,.05)!important;
  overflow:hidden!important;
}

.gdf-media-card h2,
.gdf-media-card h3,
.gdf-midia-card h2,
.gdf-midia-card h3,
.gdf-media-item h2,
.gdf-media-item h3{
  margin:0 0 12px!important;
  max-width:none!important;
  width:auto!important;
  font-size:25px!important;
  line-height:1.18!important;
  color:#2f2034!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}

.gdf-media-card p,
.gdf-midia-card p,
.gdf-media-item p{
  margin:0 0 20px!important;
  max-width:none!important;
  color:#766c79!important;
  font-size:16px!important;
  line-height:1.5!important;
}

.gdf-media-card .gdf-tag,
.gdf-midia-card .gdf-tag,
.gdf-media-item .gdf-tag,
.gdf-media-type{
  position:static!important;
  display:inline-flex!important;
  align-self:flex-start!important;
  margin:0 0 16px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#f5ecf7!important;
  color:#6e138a!important;
  font-size:12px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.03em!important;
}

.gdf-media-card .gdf-btn,
.gdf-midia-card .gdf-btn,
.gdf-media-item .gdf-btn,
.gdf-media-card a[href],
.gdf-midia-card a[href],
.gdf-media-item a[href]{
  margin-top:auto!important;
}

.gdf-media-card .gdf-btn,
.gdf-midia-card .gdf-btn,
.gdf-media-item .gdf-btn{
  align-self:flex-start!important;
  width:auto!important;
  min-width:0!important;
  padding:11px 18px!important;
  border-radius:999px!important;
  border:1.5px solid #6e138a!important;
  background:#fff!important;
  color:#6e138a!important;
  font-size:15px!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.gdf-media-card .gdf-btn:hover,
.gdf-midia-card .gdf-btn:hover,
.gdf-media-item .gdf-btn:hover{
  background:#6e138a!important;
  color:#fff!important;
}

@media(max-width:820px){
  .gdf-media-list,
  .gdf-midia-list,
  .gdf-media-grid{
    grid-template-columns:1fr!important;
  }
  .gdf-media-card,
  .gdf-midia-card,
  .gdf-media-item{
    min-height:0!important;
    padding:22px!important;
  }
}


/* v1.3.0 — Sobre o Guia editorial */
.gdf-about-hero{
  padding:74px 0 66px;
  background:linear-gradient(135deg,#fff8f1 0%,#faf1fc 100%);
}
.gdf-about-hero h1{max-width:900px;margin:.15em 0 .18em}
.gdf-about-hero .gdf-sub{max-width:760px}
.gdf-eyebrow,.gdf-kicker{
  display:inline-block;
  color:var(--gdf-orange);
  font-weight:900;
  letter-spacing:.12em;
  font-size:12px;
}
.gdf-about-page{background:#fff}
.gdf-about-story,.gdf-about-cred,.gdf-about-award,.gdf-about-team{padding:76px 0}
.gdf-about-story--guide{background:#fbf7fc}
.gdf-about-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:58px;
  align-items:center;
}
.gdf-about-split--reverse .gdf-about-copy{order:1}
.gdf-about-split--reverse .gdf-about-photo{order:2}
.gdf-about-photo{
  border-radius:34px;
  overflow:hidden;
  background:#eee;
  box-shadow:0 18px 46px rgba(55,20,64,.10);
}
.gdf-about-photo img{
  display:block;
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
}
.gdf-about-copy h2,.gdf-section-intro h2{
  color:#501062;
  font-size:clamp(34px,4vw,54px);
  line-height:1.02;
  letter-spacing:-.035em;
  margin:10px 0 24px;
}
.gdf-richcopy{color:#5d5660;font-size:18px;line-height:1.72}
.gdf-richcopy p{margin:0 0 18px}
.gdf-about-pull{
  margin-top:26px;
  padding:18px 22px;
  border-left:5px solid var(--gdf-orange);
  background:#fff7ee;
  color:#5b166b;
  font-size:20px;
  font-weight:800;
  border-radius:0 18px 18px 0;
}
.gdf-about-pull--purple{border-left-color:#6e138a;background:#f8effa}
.gdf-about-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
}
.gdf-about-metrics div{
  padding:18px 15px;
  border:1px solid #eadfed;
  border-radius:18px;
  background:#fff;
}
.gdf-about-metrics strong{display:block;color:#6e138a;font-size:27px}
.gdf-about-metrics span{display:block;color:#716a73;font-size:13px;margin-top:3px}
.gdf-about-cred{
  background:linear-gradient(180deg,#fff 0%,#fff8f1 100%);
}
.gdf-section-intro{max-width:880px;margin-bottom:34px}
.gdf-section-intro--center{text-align:center;margin:0 auto 38px}
.gdf-section-intro--center p{max-width:760px;margin:0 auto;color:#6a626d;font-size:18px}
.gdf-about-feature{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:42px;
  align-items:center;
}
.gdf-about-photo--wide img{min-height:500px}
.gdf-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.gdf-badges span{
  border:1px solid #eadfed;
  background:#fff;
  color:#6e138a;
  border-radius:999px;
  padding:9px 13px;
  font-weight:800;
  font-size:13px;
}
.gdf-about-award{background:#f7f1f8}
.gdf-about-award-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:center;
  background:#fff;
  border:1px solid #eadfed;
  border-radius:34px;
  padding:28px;
  box-shadow:0 18px 45px rgba(80,16,98,.06);
}
.gdf-about-award-card .gdf-about-copy{padding:20px 24px 20px 0}
.gdf-about-team{background:#fff}
.gdf-team-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.gdf-team-card{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:22px;
  align-items:center;
  padding:20px;
  border:1px solid #eadfed;
  border-radius:26px;
  background:#fff;
  box-shadow:0 8px 24px rgba(55,20,64,.045);
}
.gdf-team-card img{
  width:150px;height:150px;object-fit:cover;border-radius:50%;
  border:5px solid #fbf3fc;
}
.gdf-team-card h3{margin:0;color:#35163d;font-size:26px}
.gdf-team-card strong{display:block;color:#6e138a;margin:4px 0 10px}
.gdf-team-card p{margin:0;color:#6e626e;line-height:1.5}
@media(max-width:900px){
  .gdf-about-story,.gdf-about-cred,.gdf-about-award,.gdf-about-team{padding:54px 0}
  .gdf-about-split,.gdf-about-feature,.gdf-about-award-card{grid-template-columns:1fr}
  .gdf-about-split--reverse .gdf-about-copy,.gdf-about-split--reverse .gdf-about-photo{order:initial}
  .gdf-about-photo img,.gdf-about-photo--wide img{min-height:360px}
  .gdf-about-award-card .gdf-about-copy{padding:6px 8px 14px}
  .gdf-team-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .gdf-about-hero{padding:54px 0 46px}
  .gdf-about-split{gap:30px}
  .gdf-about-photo{border-radius:24px}
  .gdf-about-photo img,.gdf-about-photo--wide img{min-height:280px}
  .gdf-about-metrics{grid-template-columns:1fr}
  .gdf-about-award-card{padding:16px;border-radius:24px}
  .gdf-team-card{grid-template-columns:92px 1fr;padding:15px}
  .gdf-team-card img{width:92px;height:92px;border-width:4px}
  .gdf-team-card h3{font-size:22px}
}


/* v1.3.1 — Sobre o Guia: hero compacto e turminha em destaque */
.gdf-about-hero{
  padding:34px 0 30px!important;
  min-height:0!important;
}
.gdf-about-hero .gdf-wrap{
  padding-top:0!important;
  padding-bottom:0!important;
}
.gdf-about-hero h1{
  margin:.12em 0 .14em!important;
  font-size:clamp(42px,5vw,68px)!important;
}
.gdf-about-hero .gdf-sub{
  margin:0!important;
  font-size:20px!important;
}
.gdf-about-team{
  padding-top:52px!important;
}
@media(max-width:700px){
  .gdf-about-hero{padding:28px 0 24px!important}
  .gdf-about-hero h1{font-size:42px!important}
  .gdf-about-hero .gdf-sub{font-size:18px!important}
}


/* v1.3.2 — Instagram da turminha */
.gdf-team-instagram{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:4px 0 10px;
  color:#6e138a!important;
  text-decoration:none!important;
  font-weight:800;
}
.gdf-team-instagram:hover{
  color:var(--gdf-orange)!important;
}
.gdf-team-instagram strong{
  display:inline!important;
  margin:0!important;
  color:inherit!important;
}
.gdf-instagram-icon{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid currentColor;
  border-radius:7px;
  font-size:15px;
  line-height:1;
}


/* v1.3.4 — Home: edições em 3 colunas sem espaço vazio */
.gdf-editions{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:28px!important;
  align-items:stretch!important;
}
.gdf-edition{
  display:grid!important;
  grid-template-columns:150px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:start!important;
  min-width:0!important;
}
.gdf-edition .cover{
  width:150px!important;
  min-width:150px!important;
}
.gdf-edition .cover img{
  width:150px!important;
  height:250px!important;
  object-fit:cover!important;
}
@media(max-width:1100px){
  .gdf-editions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:700px){
  .gdf-editions{
    grid-template-columns:1fr!important;
  }
  .gdf-edition{
    grid-template-columns:120px minmax(0,1fr)!important;
  }
  .gdf-edition .cover{
    width:120px!important;
    min-width:120px!important;
  }
  .gdf-edition .cover img{
    width:120px!important;
    height:200px!important;
  }
}


/* v1.3.5 — Notícias em pílulas claras e discretas */
.gdf-news-section{
  background:#fbf7fc!important;
}
.gdf-news-pills{
  gap:14px!important;
  margin-top:20px!important;
}
.gdf-news-pill{
  min-height:76px!important;
  padding:16px 18px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #e7d7ec!important;
  color:#3a2440!important;
  box-shadow:none!important;
}
.gdf-news-pill:hover{
  transform:translateY(-1px)!important;
  background:#f7eff9!important;
  border-color:#d6bddf!important;
}
.gdf-news-pill span{
  color:#3a2440!important;
  font-size:16px!important;
  line-height:1.28!important;
  font-weight:700!important;
}
@media(max-width:620px){
  .gdf-news-pill{
    min-height:68px!important;
    padding:14px 16px!important;
  }
  .gdf-news-pill span{
    font-size:15px!important;
  }
}


/* v1.3.6 — Sobre o Guia: título menor + ícone Instagram confiável */
.gdf-about-hero h1{
  font-size:clamp(38px,4.2vw,58px)!important;
  line-height:1.02!important;
  max-width:900px!important;
}
.gdf-instagram-icon{
  width:24px!important;
  height:24px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:0!important;
  line-height:1!important;
  flex:0 0 24px!important;
}
.gdf-instagram-icon svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  overflow:visible!important;
}
@media(max-width:700px){
  .gdf-about-hero h1{
    font-size:clamp(34px,10vw,46px)!important;
  }
}


/* v1.3.7 — Menu em roxo, item ativo em laranja */
.gdf-nav a,
.gdf-nav a:visited{
  color:#6e138a!important;
}
.gdf-nav a:hover{
  color:#8a18a8!important;
}
.gdf-nav a.active,
.gdf-nav a[aria-current="page"],
.gdf-nav .current-menu-item > a,
.gdf-nav .current_page_item > a{
  color:#f56a13!important;
}


/* v1.3.8 — Menu simplificado, CTA branco e busca expansível */
.gdf-nav .cta,
.gdf-nav .cta:visited,
.gdf-nav .cta:hover,
.gdf-nav .cta:focus{
  color:#fff!important;
}
.gdf-search{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:42px;
}
.gdf-search-toggle{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:transparent;
  color:#6e138a;
  padding:7px;
  border-radius:999px;
  cursor:pointer;
  transition:background .18s ease;
  z-index:2;
}
.gdf-search-toggle:hover{
  background:#f7eff9;
}
.gdf-search-toggle svg{
  width:28px;
  height:28px;
  display:block;
}
.gdf-search-form{
  width:0;
  opacity:0;
  overflow:hidden;
  pointer-events:none;
  transition:width .22s ease, opacity .18s ease;
  margin-left:0;
}
.gdf-search.is-open .gdf-search-form{
  width:230px;
  opacity:1;
  pointer-events:auto;
  margin-left:8px;
}
.gdf-search-form input[type="search"]{
  width:100%;
  height:42px;
  border:1px solid #decde4;
  border-radius:999px;
  padding:0 16px;
  outline:none;
  background:#fff;
  color:#3a2440;
  font-size:15px;
}
.gdf-search-form input[type="search"]::placeholder{
  color:#8b7d91;
}
.gdf-search-form input[type="search"]:focus{
  border-color:#6e138a;
  box-shadow:0 0 0 3px rgba(110,19,138,.08);
}
@media(max-width:980px){
  .gdf-search.is-open .gdf-search-form{width:180px}
}
@media(max-width:760px){
  .gdf-search{
    width:100%;
    justify-content:center;
    margin-top:10px;
  }
  .gdf-search.is-open .gdf-search-form{
    width:min(280px,80vw);
  }
}


/* v1.4.0 — Edições como página estrela */
.gdf-editions-hero{
  padding:54px 0 48px;
  background:linear-gradient(135deg,#fff7ed 0%,#fbf1fc 100%);
}
.gdf-editions-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px;
  gap:40px;
  align-items:end;
}
.gdf-editions-hero h1{
  margin:10px 0 14px;
  max-width:980px;
  color:#6e138a;
  font-size:clamp(44px,5vw,72px);
  line-height:.98;
  letter-spacing:-.045em;
}
.gdf-editions-hero p{
  max-width:820px;
  margin:0;
  color:#706873;
  font-size:20px;
  line-height:1.5;
}
.gdf-editions-hero-stat{
  text-align:center;
  padding:20px 16px;
  border:1px solid #eadfed;
  border-radius:24px;
  background:rgba(255,255,255,.72);
}
.gdf-editions-hero-stat strong{
  display:block;
  color:#f56a13;
  font-size:48px;
  line-height:1;
}
.gdf-editions-hero-stat span{
  display:block;
  margin-top:6px;
  color:#5f5664;
  font-size:13px;
  font-weight:700;
}

.gdf-featured-edition-section{
  padding:74px 0;
  background:#fff;
}
.gdf-featured-edition{
  display:grid;
  grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);
  gap:68px;
  align-items:center;
  max-width:1180px;
  margin:0 auto;
  padding:42px;
  border:1px solid #eadfed;
  border-radius:38px;
  background:linear-gradient(135deg,#fff 0%,#fffaf5 100%);
  box-shadow:0 22px 55px rgba(61,16,73,.08);
}
.gdf-featured-cover{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:500px;
}
.gdf-featured-cover img{
  display:block;
  width:min(100%,340px);
  max-height:500px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 24px 45px rgba(42,23,48,.16);
}
.gdf-featured-label{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:#fff0e4;
  color:#f56a13;
  font-size:12px;
  font-weight:900;
  letter-spacing:.11em;
}
.gdf-featured-copy h2{
  margin:15px 0 16px;
  color:#4a1554;
  font-size:clamp(38px,4.4vw,64px);
  line-height:1;
  letter-spacing:-.035em;
}
.gdf-featured-desc{
  max-width:650px;
  margin:0;
  color:#716873;
  font-size:19px;
  line-height:1.6;
}
.gdf-featured-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:28px 0;
}
.gdf-featured-meta>div{
  padding:18px;
  border:1px solid #eadfed;
  border-radius:20px;
  background:#fff;
}
.gdf-featured-meta strong{
  display:block;
  color:#6e138a;
  font-size:26px;
}
.gdf-featured-meta span{
  display:block;
  margin-top:4px;
  color:#7d7280;
  font-size:13px;
}
.gdf-featured-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 22px;
  border-radius:999px;
  background:#f56a13;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
  box-shadow:0 10px 24px rgba(245,106,19,.18);
}
.gdf-featured-btn:hover{
  transform:translateY(-1px);
}
.gdf-featured-note{
  margin:16px 0 0;
  color:#8a808d;
  font-size:13px;
}

.gdf-editions-archive{
  padding:78px 0;
  background:#faf7fb;
}
.gdf-editions-archive .gdf-section-intro p{
  color:#746a77;
  font-size:18px;
}
.gdf-editions-premium-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}
.gdf-premium-edition-card{
  overflow:hidden;
  border:1px solid #eadfed;
  border-radius:26px;
  background:#fff;
  box-shadow:0 10px 28px rgba(56,26,62,.05);
}
.gdf-premium-edition-cover{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:360px;
  padding:28px 24px;
  background:linear-gradient(180deg,#fbf3fc 0%,#fff9f3 100%);
}
.gdf-premium-edition-cover img{
  display:block;
  width:min(100%,220px);
  height:320px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 16px 32px rgba(42,23,48,.13);
}
.gdf-edition-year{
  position:absolute;
  top:18px;
  right:18px;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  color:#6e138a;
  font-size:12px;
  font-weight:900;
  box-shadow:0 4px 12px rgba(55,20,64,.08);
}
.gdf-premium-edition-body{
  padding:24px;
}
.gdf-premium-edition-body h3{
  margin:0 0 10px;
  color:#381641;
  font-size:26px;
}
.gdf-premium-edition-body>p{
  min-height:48px;
  margin:0 0 20px;
  color:#756b78;
  line-height:1.5;
}
.gdf-premium-edition-count{
  display:flex;
  flex-direction:column;
  margin-bottom:20px;
}
.gdf-premium-edition-count strong{
  color:#6e138a;
  font-size:22px;
}
.gdf-premium-edition-count span{
  color:#877d89;
  font-size:13px;
}
.gdf-premium-edition-body>a{
  color:#6e138a!important;
  text-decoration:none!important;
  font-weight:900;
}
.gdf-premium-edition-body>a:hover{
  color:#f56a13!important;
}

.gdf-editions-closing{
  padding:56px 0;
  background:#fff;
}
.gdf-editions-closing .gdf-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:34px 38px;
  border-radius:28px;
  background:#4e1259;
  color:#fff;
}
.gdf-editions-closing h2{
  max-width:760px;
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(26px,3vw,42px);
  line-height:1.08;
}
.gdf-editions-closing a{
  flex:0 0 auto;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
}

.gdf-edition-placeholder{
  width:220px;
  height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(180deg,#f1dff4,#fff0e7);
  color:#6e138a;
  font-size:44px;
  font-weight:900;
}

@media(max-width:980px){
  .gdf-editions-hero-grid{grid-template-columns:1fr}
  .gdf-editions-hero-stat{max-width:180px}
  .gdf-featured-edition{grid-template-columns:1fr;gap:30px;padding:28px}
  .gdf-featured-cover{min-height:0}
  .gdf-editions-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .gdf-editions-hero{padding:38px 0 34px}
  .gdf-editions-hero h1{font-size:44px}
  .gdf-featured-edition-section,.gdf-editions-archive{padding:48px 0}
  .gdf-featured-edition{padding:20px;border-radius:26px}
  .gdf-featured-cover img{max-height:420px}
  .gdf-featured-meta{grid-template-columns:1fr}
  .gdf-editions-premium-grid{grid-template-columns:1fr}
  .gdf-editions-closing .gdf-wrap{
    align-items:flex-start;
    flex-direction:column;
    padding:28px;
  }
}


/* v1.4.1 — Na Mídia: hero com foto real + alinhamento consistente */
.gdf-media-hero{
  background:linear-gradient(135deg,#fff7ef 0%,#faf1fc 100%);
  overflow:hidden;
}
.gdf-media-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  align-items:stretch;
  min-height:360px;
}
.gdf-media-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:48px 42px 48px 0;
}
.gdf-media-hero-copy h1{
  margin:9px 0 16px;
  color:#6e138a;
  font-size:clamp(44px,5vw,68px);
  line-height:.98;
  letter-spacing:-.04em;
}
.gdf-media-hero-copy p{
  max-width:720px;
  margin:0;
  color:#716873;
  font-size:20px;
  line-height:1.5;
}
.gdf-media-hero-photo{
  position:relative;
  min-height:360px;
  overflow:hidden;
}
.gdf-media-hero-photo:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:90px;
  z-index:1;
  background:linear-gradient(90deg,#faf2f5 0%,rgba(250,242,245,0) 100%);
}
.gdf-media-hero-photo img{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center 48%;
}

.gdf-media-section{
  padding-top:58px!important;
}
.gdf-media-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
.gdf-media-item{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  min-height:250px!important;
  padding:28px!important;
  border:1px solid #eadfed!important;
  border-radius:24px!important;
  background:#fff!important;
  text-align:left!important;
}
.gdf-media-content{
  width:100%!important;
  text-align:left!important;
}
.gdf-media-item h3{
  width:100%!important;
  max-width:none!important;
  margin:14px 0 12px!important;
  color:#302034!important;
  font-size:25px!important;
  line-height:1.22!important;
  text-align:left!important;
}
.gdf-media-vehicle{
  margin:0!important;
  color:#7a707d!important;
  font-size:16px!important;
  line-height:1.45!important;
  text-align:left!important;
}
.gdf-media-type{
  position:static!important;
  display:inline-flex!important;
  margin:0!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  background:#f5ecf7!important;
  color:#6e138a!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
}
.gdf-media-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  margin-top:auto!important;
  padding:11px 18px!important;
  border:1.5px solid #6e138a!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#6e138a!important;
  text-decoration:none!important;
  font-size:15px!important;
  font-weight:900!important;
  align-self:flex-start!important;
}
.gdf-media-button:hover{
  background:#6e138a!important;
  color:#fff!important;
}

@media(max-width:980px){
  .gdf-media-hero-grid{
    grid-template-columns:1fr;
  }
  .gdf-media-hero-copy{
    padding:40px 0 30px;
  }
  .gdf-media-hero-photo{
    min-height:340px;
    border-radius:24px 24px 0 0;
  }
  .gdf-media-hero-photo:before{display:none}
}
@media(max-width:760px){
  .gdf-media-list{
    grid-template-columns:1fr!important;
  }
  .gdf-media-item{
    min-height:0!important;
    padding:22px!important;
  }
  .gdf-media-hero-copy h1{
    font-size:42px;
  }
}


/* v1.4.2 — Faixa de apoio institucional antes do rodapé */
.gdf-institutional-band{
  padding:34px 0 28px;
  background:#fff;
  border-top:1px solid #efe7f0;
}
.gdf-institutional-grid{
  display:grid;
  grid-template-columns:minmax(260px,.95fr) minmax(320px,1.1fr) minmax(360px,1fr);
  gap:36px;
  align-items:center;
}
.gdf-institutional-logo{
  display:flex;
  align-items:center;
  justify-content:center;
}
.gdf-institutional-logo img{
  display:block;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.gdf-institutional-logo--gov img{
  max-height:95px;
}
.gdf-institutional-logos-right{
  display:grid;
  grid-template-columns:minmax(210px,1fr) 150px;
  gap:24px;
  align-items:center;
}
.gdf-institutional-logos-right .gdf-institutional-logo:first-child img{
  max-height:82px;
}
.gdf-institutional-logo--cidade img{
  max-height:82px;
}
.gdf-institutional-copy{
  text-align:center;
  color:#737073;
  line-height:1.55;
}
.gdf-institutional-copy span,
.gdf-institutional-copy strong,
.gdf-institutional-copy b{
  display:block;
}
.gdf-institutional-copy span{
  font-size:16px;
  font-weight:800;
}
.gdf-institutional-copy strong{
  margin-top:7px;
  font-size:15px;
  font-weight:700;
}
.gdf-institutional-copy b{
  margin-top:7px;
  font-size:17px;
  color:#625d63;
}
@media(max-width:980px){
  .gdf-institutional-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .gdf-institutional-logo--gov img{max-height:84px}
  .gdf-institutional-logos-right{
    grid-template-columns:1fr 130px;
    width:min(100%,520px);
    margin:0 auto;
  }
}
@media(max-width:620px){
  .gdf-institutional-band{padding:28px 0 22px}
  .gdf-institutional-logos-right{
    grid-template-columns:1fr;
    gap:18px;
  }
  .gdf-institutional-logo--gov img{max-height:72px}
  .gdf-institutional-logos-right .gdf-institutional-logo:first-child img,
  .gdf-institutional-logo--cidade img{
    max-height:68px;
  }
  .gdf-institutional-copy span{font-size:15px}
  .gdf-institutional-copy strong{font-size:14px}
  .gdf-institutional-copy b{font-size:16px}
}


/* v1.4.3 — Menu Redes Sociais */
.gdf-nav-socials{
  position:relative;
  display:flex;
  align-items:center;
}
.gdf-nav-socials-toggle{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0;
  border:0;
  background:transparent;
  color:#6e138a;
  font:inherit;
  font-size:inherit;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
}
.gdf-nav-socials-toggle:hover,
.gdf-nav-socials.is-open .gdf-nav-socials-toggle{
  color:#f56a13;
}
.gdf-nav-chevron{
  font-size:14px;
  line-height:1;
  transform:translateY(-1px);
  transition:transform .18s ease;
}
.gdf-nav-socials.is-open .gdf-nav-chevron{
  transform:rotate(180deg) translateY(1px);
}
.gdf-nav-socials-menu{
  position:absolute;
  z-index:1000;
  top:calc(100% + 18px);
  left:50%;
  width:290px;
  padding:18px;
  border:1px solid #eadfed;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 40px rgba(55,20,64,.13);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,8px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.gdf-nav-socials-menu:before{
  content:"";
  position:absolute;
  top:-8px;
  left:50%;
  width:15px;
  height:15px;
  background:#fff;
  border-left:1px solid #eadfed;
  border-top:1px solid #eadfed;
  transform:translateX(-50%) rotate(45deg);
}
.gdf-nav-socials:hover .gdf-nav-socials-menu,
.gdf-nav-socials:focus-within .gdf-nav-socials-menu,
.gdf-nav-socials.is-open .gdf-nav-socials-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0);
}
.gdf-socials-block{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.gdf-socials-label{
  display:block;
  margin-bottom:6px;
  color:#f56a13;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gdf-nav-socials-menu a,
.gdf-nav-socials-menu a:visited{
  display:flex!important;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  padding:9px 10px!important;
  border-radius:12px;
  color:#4a2452!important;
  font-size:14px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.gdf-nav-socials-menu a:hover,
.gdf-nav-socials-menu a:focus{
  background:#f8f0fa;
  color:#6e138a!important;
}
.gdf-nav-socials-menu small{
  color:#8b7d91;
  font-size:11px;
  font-weight:600;
}
.gdf-socials-divider{
  height:1px;
  margin:12px 0;
  background:#eee4f0;
}

@media(max-width:1120px){
  .gdf-nav-socials-toggle{
    font-size:13px;
  }
  .gdf-nav-socials-menu{
    width:270px;
  }
}


/* v1.4.4 — Dropdown Redes Sociais clicável e estável */
.gdf-nav-socials{
  padding-bottom:18px;
  margin-bottom:-18px;
}
.gdf-nav-socials:after{
  content:"";
  position:absolute;
  left:-12px;
  right:-12px;
  top:100%;
  height:22px;
  background:transparent;
}
.gdf-nav-socials-menu{
  top:calc(100% + 2px)!important;
}
.gdf-nav-socials-menu a{
  position:relative;
  z-index:2;
  pointer-events:auto!important;
  cursor:pointer!important;
}


/* v1.4.5 — Imagem e textos da faixa de estatísticas editáveis */
.gdf-stats-image{
  background-position:50% 58%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.gdf-stats-image:after{
  content:none!important;
  display:none!important;
}
.gdf-stats-caption{
  position:absolute;
  right:28px;
  top:34px;
  max-width:200px;
  color:var(--gdf-purple);
  font:800 22px/1.08 "Segoe Print","Bradley Hand",cursive;
  transform:rotate(-5deg);
  text-align:center;
}
@media(max-width:900px){
  .gdf-stats-caption{display:none}
}


/* v1.4.6 — Menu padronizado e AgitoSP sem pílula */
.gdf-nav{
  align-items:center!important;
}
.gdf-nav a,
.gdf-nav a:visited,
.gdf-nav-socials-toggle{
  font-family:inherit!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:0!important;
}

.gdf-nav .cta,
.gdf-nav .cta:visited,
.gdf-nav .cta:hover,
.gdf-nav .cta:focus{
  display:inline-flex!important;
  align-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#6e138a!important;
  font-family:inherit!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.gdf-nav .cta:hover,
.gdf-nav .cta:focus{
  color:#f56a13!important;
}

.gdf-nav-socials-toggle{
  color:#6e138a!important;
}

@media(max-width:1120px){
  .gdf-nav a,
  .gdf-nav-socials-toggle,
  .gdf-nav .cta{
    font-size:13px!important;
  }
}


/* v1.5.1 — Legenda da faixa de estatísticas abaixo da foto */
.gdf-stats-wrap{
  align-items:stretch!important;
}
.gdf-stats-visual{
  display:flex;
  flex-direction:column;
  min-width:0;
  align-self:stretch;
}
.gdf-stats-visual .gdf-stats-image{
  flex:1 1 auto;
  min-height:196px;
  height:auto!important;
  border-radius:0 0 0 70px;
}
.gdf-stats-caption{
  position:static!important;
  right:auto!important;
  top:auto!important;
  max-width:none!important;
  padding:12px 18px 4px;
  color:var(--gdf-purple)!important;
  font:800 19px/1.2 "Segoe Print","Bradley Hand",cursive!important;
  transform:none!important;
  text-align:center!important;
  background:transparent;
}
@media(max-width:900px){
  .gdf-stats-caption{
    display:block!important;
    font-size:17px!important;
    padding:10px 14px 0;
  }
}


/* v1.5.6 — Sobre o Guia: imagens um pouco menores e mais simétricas */
.gdf-about-split{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  gap:52px!important;
}

.gdf-about-split--reverse{
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
}

.gdf-about-photo{
  width:100%;
  max-width:560px;
  justify-self:center;
  border-radius:28px!important;
}

.gdf-about-photo img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:520px!important;
  object-fit:cover!important;
  object-position:center!important;
}

.gdf-about-feature{
  grid-template-columns:minmax(0,1fr) minmax(0,.95fr)!important;
  gap:48px!important;
}

.gdf-about-feature .gdf-about-photo{
  max-width:600px;
}

.gdf-about-photo--wide img{
  min-height:0!important;
  max-height:520px!important;
}

.gdf-about-award-card{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  gap:46px!important;
}

.gdf-about-award-card .gdf-about-photo{
  max-width:540px;
}

.gdf-about-story--guide .gdf-about-photo img{
  max-height:500px!important;
}

.gdf-about-story--welcome .gdf-about-photo img{
  max-height:500px!important;
}

@media(max-width:980px){
  .gdf-about-split,
  .gdf-about-split--reverse,
  .gdf-about-feature,
  .gdf-about-award-card{
    grid-template-columns:1fr!important;
  }

  .gdf-about-photo,
  .gdf-about-feature .gdf-about-photo,
  .gdf-about-award-card .gdf-about-photo{
    max-width:680px;
  }

  .gdf-about-photo img,
  .gdf-about-photo--wide img{
    max-height:480px!important;
  }
}

@media(max-width:600px){
  .gdf-about-photo{
    max-width:100%;
    border-radius:22px!important;
  }

  .gdf-about-photo img,
  .gdf-about-photo--wide img{
    max-height:380px!important;
  }
}
