.gg-aw{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#0f172a;
}

.gg-aw__card{
  max-width:1180px;
  width:calc(100% - 40px);
  margin:0 auto;
  border:1px solid rgba(15,23,42,.10);
  border-radius:28px;
  padding:28px;
  background:#fff;
  box-shadow:0 10px 30px rgba(2,8,23,.05);
}

.gg-aw__head{
  margin-bottom:18px;
  text-align:center;
}

.gg-aw__title{
  font-size:18px;
  font-weight:500;
  color:#374151;
  margin:0;
}

.gg-aw__sub{
  font-size:18px;
  color:#6b7280;
  margin-top:8px;
}

.gg-aw__address{
  margin-top:12px;
  font-size:14px;
  color:#6b7280;
  line-height:1.45;
}

.gg-aw__row{
  display:grid;
  gap:8px;
  margin:14px 0;
}

.gg-aw__input,
.gg-aw select.gg-aw__input{
  width:100%;
  box-sizing:border-box;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.16);
  font-size:16px;
  background:#fff;
}

.gg-aw__actions{
  display:flex;
  gap:12px;
  margin-top:16px;
  flex-wrap:wrap;
}

.gg-aw__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:.01em;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  color:#0f2650;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.gg-aw__btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(2,8,23,.06);
}

.gg-aw__btn--primary{
  background:linear-gradient(180deg, rgba(15,38,80,.98), rgba(33,58,106,.98));
  border-color:rgba(15,38,80,.35);
  color:#fff;
}

.gg-aw__hint{
  margin-top:12px;
  min-height:20px;
  color:#b91c1c;
}

.gg-aw__loading{
  padding:24px 0;
  color:#6b7280;
}

.gg-aw__summary-card{
  background:#fafafa;
  border:1px solid rgba(15,23,42,.06);
  border-radius:18px;
  padding:18px;
}

.gg-aw__summary-card h3{
  margin:0 0 12px;
  font-size:24px;
  color:#0f172a;
}

.gg-aw__summary-card h4{
  margin:14px 0 8px;
  font-size:18px;
}

.gg-aw__stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin:16px 0;
}

.gg-aw__stat{
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:16px;
  padding:14px;
}

.gg-aw__stat span{
  display:block;
  font-size:13px;
  color:#6b7280;
  margin-bottom:6px;
}

.gg-aw__stat strong{
  font-size:24px;
  color:#374151;
}

.gg-aw__note{
  font-size:14px;
  color:#4b5563;
  line-height:1.5;
}

.gg-aw__small{
  font-size:13px;
  color:#6b7280;
}

.gg-aw__edit-block{
  margin-top:16px;
  display:grid;
  gap:8px;
}

.gg-aw__warn{
  margin-top:12px;
  padding:12px 14px;
  background:#fff7ed;
  border:1px solid #fdba74;
  border-radius:14px;
  color:#9a3412;
}

.gg-aw__summary-card--product{
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

/* ===== Productkaart zoals categoriepagina ===== */

.gg-awp-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(15,23,42,.10);
  border-radius:26px;
  box-shadow:0 14px 40px rgba(2,8,23,.08);
  overflow:hidden;
}

.gg-awp-card__grid{
  display:grid;
  grid-template-columns:320px 1fr 360px;
  gap:18px;
  padding:18px;
  align-items:stretch;
}

.gg-awp-media{
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(248,250,252,.9);
  border:1px solid rgba(15,23,42,.10);
  border-radius:22px;
  padding:14px;
}

.gg-awp-media__inner{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  text-decoration:none;
}

.gg-awp-img{
  width:100%;
  height:220px;
  object-fit:contain;
  display:block;
}

.gg-awp-main{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  text-align: left;
}

.gg-awp-meta{
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
  align-items:center;
  flex-direction: row;
  justify-content: flex-start;
}

.gg-awp-badge{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(15,38,80,.06);
  border:1px solid rgba(15,38,80,.14);
  color:#0f2650;
  font-weight:900;
  font-size:13px;
  line-height:1;
}

.gg-awp-date{
  color:rgba(71,85,105,.9);
  font-weight:800;
  font-size:13px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.70);
}

.gg-awp-title{
  margin:6px 0 6px;
  font-size:18px;
  line-height:1.12;
  letter-spacing:-0.02em;
  font-weight:800;
}

.gg-awp-title a{
  display:block;
  color:#0f172a !important; 
  text-decoration:none;
  font-size: 18px;
  line-height:inherit;
}

.gg-awp-title a:hover{
  text-decoration:underline;
}

.gg-awp-desc{
  margin:0;
  color:#475569;
  line-height:1.15;
  max-width:78ch;
  font-size:13px;
  display:-webkit-box;
  -webkit-line-clamp:7;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.gg-awp-desc p{
  margin:0 0 8px;
}

.gg-awp-desc p:last-child{
  margin-bottom:0;
}

.gg-awp-desc ul,
.gg-awp-desc ol{
  margin:8px 0 8px 18px;
}

.gg-awp-desc li{
  margin:4px 0;
}

.gg-awp-actions{
  margin-top:16px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.gg-awp-prices{
  display:flex;
  align-items:stretch;
  text-align: left;
}

.gg-awp-pricebox{
  width:100%;
  border:1px solid rgba(15,23,42,.10);
  border-radius:22px;
  background:rgba(255,255,255,.88);
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.gg-awp-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(248,250,252,.92);
}

.gg-awp-row--soft{
  background:rgba(59,130,246,.06);
  border-color:rgba(59,130,246,.18);
}

.gg-awp-label{
  color:rgba(71,85,105,.95);
  font-weight:850;
  font-size:13px;
  align-content:center;
}

.gg-awp-value{
  color:#0f172a;
  font-weight:950;
  font-size:22px;
  letter-spacing:-.02em;
  white-space:nowrap;
}

/* ===== Responsive ===== */

@media (max-width:1100px){
  .gg-aw__card{
    width:calc(100% - 28px);
    padding:22px;
  }

  .gg-awp-card__grid{
    grid-template-columns:280px 1fr;
    grid-template-areas:
      "media main"
      "prices prices";
  }

  .gg-awp-media{
    grid-area:media;
  }

  .gg-awp-main{
    grid-area:main;
  }

  .gg-awp-prices{
    grid-area:prices;
  }
}

@media (max-width:820px){
  .gg-aw__card{
    width:calc(100% - 20px);
    padding:18px;
    border-radius:18px;
  }

  .gg-aw__title{
    font-size:16px;
  }

  .gg-aw__sub{
    font-size:16px;
  }

  .gg-aw__stats{
    grid-template-columns:1fr;
  }

  .gg-aw__stat strong{
    font-size:22px;
  }

  .gg-awp-card__grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "media"
      "main"
      "prices";
  }

  .gg-awp-img{
    height:200px;
  }

  .gg-awp-value{
    font-size:20px;
  }
  .gg-awp-title{
  margin:0 !important;
  line-height:1.2 !important;
}
}
.gg-aw__notice {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  margin-top: 10px;
  align-items: flex-start;
}

.gg-aw__notice--apartment {
  background: #f5f7fa;
  border: 1px solid #d6dde5;
}

.gg-aw__notice-icon {
  font-size: 24px;
  line-height: 1;
}

.gg-aw__notice-content strong {
  display: block;
  margin-bottom: 6px;
}

.gg-aw__notice-content p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}
.gg-aw__notice--business {
  background: #eef6ff;
  border: 1px solid #cfe2ff;
}

.gg-aw__notice--warning {
  background: #fff4e5;
  border: 1px solid #ffd59e;
}

.gg-aw__notice--warning .gg-aw__notice-icon {
  color: #d97706;
}
.gg-aw__choice {
  margin-top: 20px;
}

.gg-aw__choice-grid--auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  width: 100%;
}

@media (max-width: 768px) {
  .gg-aw__choice-grid--3 {
    grid-template-columns: 1fr !important;
  }

  .gg-aw__choice-grid--2 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .gg-aw__choice-grid--auto {
    grid-template-columns: 1fr;
  }
}

.gg-aw__choice-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  width: 100%;
  margin: 5px 0;
}

.gg-aw__choice-card:hover {
  border-color: #2563eb;
  transform: translateY(-2px);
}

.gg-aw__choice-card.active {
  border: 2px solid #2563eb;
  background: #f0f6ff;
}

.gg-aw__choice-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.gg-aw__choice-title {
  margin-top: 8px;
  font-weight: 600;
  text-align: center;
}
.gg-awp-title-main {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.gg-aw__choice-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.gg-aw__choice-icon {
  font-size: 28px;
  text-align: center;
  margin-bottom: 8px;
}
.gg-aw__grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .gg-aw__grid-2 {
    grid-template-columns: 1fr;
  }
}

.gg-aw__sub {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 4px;
}

.gg-aw__cost-preview {
  margin: 12px 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  background: #f7fbff;
  font-size: 14px;
}

.gg-aw__upsell-card {
  margin-top: 30px;
  text-align: center;
}

.gg-aw__upsell-form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.gg-aw__upsell-form input {
  flex: 1;
}
.gg-aw__progress {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}

.gg-aw__progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #1e88e5, #1565c0);
  transition: width 0.3s ease;
}
.gg-aw__choice {
  animation: slideIn 0.25s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gg-aw__choice-card.is-selected {
  transform: scale(0.97);
  opacity: 0.7;
}

.gg-aw__notice-card {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
}
.gg-aw__input--invalid {
  border-color: #e7a7a7 !important;
  background: #fff6f6 !important;
  box-shadow: 0 0 0 3px rgba(220, 80, 80, 0.10);
}

input.gg-aw__input--invalid,
select.gg-aw__input--invalid {
  border-color: #e7a7a7 !important;
  background: #fff6f6 !important;
}

.gg-aw__notice-card--warning {
  background: #fff8e8;
  border: 1px solid #f0d28b;
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.gg-aw__usp-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 20px;
}

.gg-aw__usp-item {
  background: #f7f9fc;
  border: 1px solid #e5ebf3;
  border-radius: 12px;
  padding: 12px 14px;
}

.gg-aw__trust-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gg-aw__trust-lines span {
  background: #f7f9fc;
  border: 1px solid #e5ebf3;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
}
