
:root{
  --gm-ink:#241c17;
  --gm-muted:#6e625b;
  --gm-brand:#b6a99a;
  --gm-brand-dark:#6f4f39;
  --gm-green:#84ab09;
  --gm-pink:#ffcccc;
  --gm-pink-text:#6b3f43;
  --gm-soft:#faf7f3;
  --gm-line:rgba(53,35,24,.11);
  --gm-gold:#c99b3b;
  --gm-white:#fff;
  --gm-shadow:0 24px 70px rgba(42,29,20,.10);
  --gm-radius:28px;
}
#to-gift-match,#to-gift-match *{box-sizing:border-box}
#to-gift-match{max-width:1380px;margin:0 auto;color:var(--gm-ink);font-family:inherit}
#to-gift-match a{text-decoration:none}
#to-gift-match button{font:inherit}
.gm-shell{overflow:hidden;background:#fff;border:1px solid var(--gm-line);border-radius:var(--gm-radius);box-shadow:var(--gm-shadow)}
.gm-hero{position:relative;display:grid;min-height:720px;grid-template-columns:1.04fr .96fr;background:radial-gradient(circle at 14% 8%,rgba(255,255,255,.96),transparent 34%),linear-gradient(125deg,#f4ebe3,#fff 64%)}
.gm-hero__copy{display:flex;padding:78px 68px;flex-direction:column;justify-content:center;position:relative;z-index:2}
.gm-kicker{display:inline-flex;width:max-content;padding:8px 12px;color:var(--gm-brand-dark);font-size:10px;font-weight:900;letter-spacing:.12em;background:#fff;border:1px solid var(--gm-line);border-radius:999px}
.gm-hero h1{max-width:760px;margin:18px 0 0;font-family:Georgia,serif;font-size:clamp(48px,6vw,84px);font-weight:600;line-height:1.02;letter-spacing:-.045em}
.gm-hero__copy>p{max-width:680px;margin:22px 0 0;color:var(--gm-muted);font-size:18px;line-height:1.7}
.gm-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.gm-btn{display:inline-flex;min-height:54px;padding:0 22px;align-items:center;justify-content:center;gap:9px;color:#fff;font-weight:800;background:var(--gm-green);border:0;border-radius:14px;box-shadow:0 11px 24px rgba(132,171,9,.22);cursor:pointer}
.gm-btn--soft{color:var(--gm-ink);background:#fff;border:1px solid var(--gm-line);box-shadow:none}
.gm-hero__proof{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:30px;padding-top:20px;border-top:1px solid var(--gm-line)}
.gm-hero__proof span{font-size:11px;font-weight:800}
.gm-hero__visual{position:relative;min-height:720px;overflow:hidden}
.gm-hero__visual img{width:100%;height:100%;display:block;object-fit:cover}
.gm-hero__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,20,16,.32),transparent 48%)}
.gm-hero__card{position:absolute;z-index:2;right:28px;bottom:28px;left:28px;padding:22px 24px;color:#fff;background:rgba(31,25,21,.80);border:1px solid rgba(255,255,255,.16);border-radius:20px;backdrop-filter:blur(10px)}
.gm-hero__card strong{display:block;font-size:17px}
.gm-hero__card small{display:block;margin-top:6px;color:rgba(255,255,255,.80);font-size:12px;line-height:1.5}

.gm-stage{position:relative;min-height:720px;padding:34px;background:linear-gradient(180deg,#fff,#fbf8f4)}
.gm-stage__top{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center}
.gm-back{display:inline-flex;padding:0;align-items:center;gap:6px;color:var(--gm-brand-dark);font-size:12px;font-weight:800;background:transparent;border:0;cursor:pointer}
.gm-progress{height:8px;overflow:hidden;background:#eee7e1;border-radius:999px}
.gm-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--gm-brand),var(--gm-green));border-radius:inherit;transition:width .35s ease}
.gm-step-count{font-size:12px;font-weight:800}
.gm-screen{display:none;min-height:610px;padding:40px 16px 20px;animation:gmIn .28s ease both}
.gm-screen.is-active{display:grid;align-content:center}
@keyframes gmIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.gm-question{text-align:center}
.gm-question span{color:var(--gm-brand-dark);font-size:10px;font-weight:900;letter-spacing:.12em}
.gm-question h2{max-width:920px;margin:10px auto 0;font-family:Georgia,serif;font-size:clamp(36px,4vw,58px);font-weight:600;line-height:1.12;letter-spacing:-.035em}
.gm-question p{max-width:760px;margin:14px auto 0;color:var(--gm-muted);font-size:15px;line-height:1.65}
.gm-options{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:34px auto 0;max-width:1100px}
.gm-option{display:grid;min-height:180px;padding:18px;align-content:end;justify-items:start;text-align:left;color:var(--gm-ink);background:#fff;border:1px solid var(--gm-line);border-radius:20px;box-shadow:0 10px 28px rgba(42,29,20,.04);cursor:pointer;transition:.2s ease}
.gm-option:hover,.gm-option.is-selected{transform:translateY(-4px);border-color:rgba(111,79,57,.34);background:var(--gm-soft);box-shadow:0 18px 36px rgba(42,29,20,.09)}
.gm-option__icon{display:grid;width:54px;height:54px;margin-bottom:18px;place-items:center;font-size:26px;background:#f4ede6;border-radius:50%}
.gm-option strong{font-size:15px;line-height:1.35}
.gm-option small{display:block;margin-top:6px;color:var(--gm-muted);font-size:11px;line-height:1.45}
.gm-stage__footer{display:flex;margin-top:26px;justify-content:center}
.gm-next{display:inline-flex;min-height:48px;padding:0 20px;align-items:center;justify-content:center;color:#fff;font-weight:800;background:var(--gm-green);border:0;border-radius:12px;cursor:pointer}
.gm-next[disabled]{opacity:.32;cursor:not-allowed}

.gm-origin{position:absolute;right:28px;bottom:28px;display:grid;width:min(360px,calc(100% - 56px));grid-template-columns:70px 1fr;gap:13px;padding:14px;background:#fff7f7;border:1px solid rgba(255,204,204,.95);border-radius:18px;box-shadow:0 16px 34px rgba(107,63,67,.11)}
.gm-origin img{width:70px;height:70px;display:block;object-fit:cover;object-position:center top;border:4px solid #fff;border-radius:50%;box-shadow:0 7px 18px rgba(107,63,67,.12)}
.gm-origin span{display:block;color:var(--gm-pink-text);font-family:"Brush Script MT",cursive;font-size:19px}
.gm-origin p{margin:4px 0 0;color:var(--gm-muted);font-size:11px;line-height:1.5}
.gm-origin button{grid-column:1/-1;display:inline-flex;min-height:40px;align-items:center;justify-content:center;color:var(--gm-pink-text);font-size:11px;font-weight:800;background:var(--gm-pink);border:0;border-radius:10px;cursor:pointer}

.gm-thinking{display:none;min-height:720px;padding:60px 24px;place-items:center;text-align:center;background:linear-gradient(180deg,#fff,#f7f1eb)}
.gm-thinking.is-active{display:grid}
.gm-spinner{width:66px;height:66px;border:5px solid rgba(111,79,57,.12);border-top-color:var(--gm-green);border-radius:50%;animation:gmSpin .8s linear infinite}
@keyframes gmSpin{to{transform:rotate(360deg)}}
.gm-thinking h2{margin:24px 0 0;font-family:Georgia,serif;font-size:38px}
.gm-thinking p{max-width:650px;margin:12px auto 0;color:var(--gm-muted);line-height:1.65}
.gm-thinking__steps{display:grid;gap:8px;margin-top:22px}
.gm-thinking__steps span{color:var(--gm-brand-dark);font-size:12px;font-weight:800}

.gm-results{display:none;padding:42px 34px 36px;background:linear-gradient(180deg,#fff,#fbf8f4)}
.gm-results.is-active{display:block}
.gm-results__head{text-align:center}
.gm-results__head span{color:var(--gm-brand-dark);font-size:10px;font-weight:900;letter-spacing:.12em}
.gm-results__head h2{margin:10px 0 0;font-family:Georgia,serif;font-size:clamp(34px,4vw,54px);font-weight:600}
.gm-results__head p{max-width:760px;margin:13px auto 0;color:var(--gm-muted);font-size:14px;line-height:1.65}
.gm-best{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;margin-top:34px;overflow:hidden;background:#fff;border:1px solid var(--gm-line);border-radius:24px;box-shadow:0 18px 48px rgba(42,29,20,.09)}
.gm-best__image{position:relative;min-height:520px;background:var(--gm-soft)}
.gm-best__image img{width:100%;height:100%;display:block;object-fit:contain;padding:24px}
.gm-best__badge{position:absolute;top:18px;left:18px;padding:8px 12px;color:#fff;font-size:10px;font-weight:900;background:var(--gm-green);border-radius:999px}
.gm-best__body{display:flex;padding:40px 36px;flex-direction:column;justify-content:center}
.gm-best__body h3{margin:0;font-family:Georgia,serif;font-size:34px;line-height:1.18}
.gm-best__price{display:block;margin-top:14px;font-family:Georgia,serif;font-size:28px}
.gm-best__body>p{margin:14px 0 0;color:var(--gm-muted);font-size:14px;line-height:1.65}
.gm-reasons{display:grid;gap:10px;margin-top:20px}
.gm-reason{display:grid;grid-template-columns:24px 1fr;gap:9px}
.gm-reason b{display:grid;width:24px;height:24px;place-items:center;color:var(--gm-green);background:rgba(132,171,9,.12);border-radius:50%}
.gm-reason span{font-size:12px;line-height:1.45}
.gm-best__cta{display:inline-flex;width:max-content;min-height:48px;margin-top:24px;padding:0 18px;align-items:center;justify-content:center;color:#fff;font-weight:800;background:var(--gm-green);border-radius:12px}
.gm-alt-title{margin:42px 0 16px;text-align:center;font-family:Georgia,serif;font-size:28px}
.gm-alts{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.gm-alt{display:grid;grid-template-columns:170px 1fr;overflow:hidden;background:#fff;border:1px solid var(--gm-line);border-radius:18px;box-shadow:0 11px 28px rgba(42,29,20,.05)}
.gm-alt img{width:170px;height:100%;display:block;object-fit:contain;padding:10px;background:var(--gm-soft)}
.gm-alt__body{padding:18px}
.gm-alt__body h4{margin:0;font-family:Georgia,serif;font-size:20px}
.gm-alt__body strong{display:block;margin-top:8px}
.gm-alt__body p{margin:8px 0 0;color:var(--gm-muted);font-size:11px;line-height:1.5}
.gm-alt__body a{display:inline-flex;margin-top:12px;color:var(--gm-green);font-size:11px;font-weight:800}
.gm-category-more{margin-top:38px;padding:28px;background:linear-gradient(120deg,#f6eee7,#fff);border:1px solid var(--gm-line);border-radius:22px}
.gm-category-more h3{margin:0;text-align:center;font-family:Georgia,serif;font-size:28px}
.gm-category-more p{max-width:760px;margin:10px auto 0;text-align:center;color:var(--gm-muted);font-size:12px;line-height:1.6}
.gm-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}
.gm-category{display:grid;grid-template-columns:42px 1fr 18px;gap:10px;padding:15px;align-items:center;color:var(--gm-ink);background:#fff;border:1px solid var(--gm-line);border-radius:14px}
.gm-category__icon{display:grid;width:42px;height:42px;place-items:center;background:var(--gm-soft);border-radius:50%}
.gm-category strong,.gm-category small{display:block}
.gm-category small{margin-top:3px;color:var(--gm-muted);font-size:9.5px;line-height:1.4}
.gm-results__restart{display:flex;margin-top:28px;justify-content:center}

.gm-trust{display:grid;gap:18px;padding:80px 0}
.gm-trust__item{display:grid;min-height:420px;grid-template-columns:1fr 1fr;overflow:hidden;background:#fff;border:1px solid var(--gm-line);border-radius:24px;box-shadow:0 16px 42px rgba(42,29,20,.06)}
.gm-trust__item:nth-child(even) .gm-trust__visual{order:2}
.gm-trust__visual img{width:100%;height:100%;display:block;object-fit:cover}
.gm-trust__copy{display:flex;padding:44px;flex-direction:column;justify-content:center}
.gm-trust__copy span{color:var(--gm-brand-dark);font-size:10px;font-weight:900;letter-spacing:.12em}
.gm-trust__copy h3{margin:9px 0 0;font-family:Georgia,serif;font-size:38px;line-height:1.18}
.gm-trust__copy p{margin:13px 0 0;color:var(--gm-muted);font-size:14px;line-height:1.7}
.gm-reviews{padding:48px;background:#211b17;color:#fff;border-radius:26px}
.gm-reviews__head{text-align:center}
.gm-reviews__head h2{margin:0;font-family:Georgia,serif;font-size:42px}
.gm-reviews__head p{margin:12px 0 0;color:rgba(255,255,255,.7)}
.gm-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.gm-review{padding:20px;color:var(--gm-ink);background:#fff;border-radius:16px}
.gm-review b{color:var(--gm-gold);letter-spacing:.08em}
.gm-review blockquote{margin:10px 0 0;font-family:Georgia,serif;font-size:14px;line-height:1.55}
.gm-review small{display:block;margin-top:8px;color:var(--gm-muted)}
.gm-reviews__cta{display:flex;margin-top:22px;justify-content:center}
.gm-reviews__cta a{display:inline-flex;min-height:44px;padding:0 16px;align-items:center;color:#fff;font-weight:800;background:var(--gm-green);border-radius:11px}

@media(max-width:1000px){
  .gm-hero{grid-template-columns:1fr}.gm-hero__visual{min-height:520px}
  .gm-options{grid-template-columns:repeat(2,1fr)}
  .gm-best{grid-template-columns:1fr}.gm-best__image{min-height:420px}
  .gm-alts{grid-template-columns:1fr}
  .gm-category-grid{grid-template-columns:repeat(2,1fr)}
  .gm-trust__item{grid-template-columns:1fr}.gm-trust__item:nth-child(even) .gm-trust__visual{order:0}.gm-trust__visual{min-height:320px}
  .gm-review-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .gm-shell{border-radius:20px}
  .gm-hero{min-height:0}.gm-hero__copy{padding:40px 20px}.gm-hero h1{font-size:44px}.gm-hero__copy>p{font-size:15px}.gm-hero__visual{min-height:420px}
  .gm-stage{min-height:760px;padding:18px 14px}.gm-stage__top{grid-template-columns:auto 1fr}.gm-step-count{grid-column:1/-1;text-align:center}
  .gm-screen{min-height:650px;padding:28px 0 110px}.gm-question h2{font-size:32px}.gm-options{grid-template-columns:1fr 1fr;gap:8px;margin-top:24px}
  .gm-option{min-height:145px;padding:14px}.gm-option__icon{width:46px;height:46px;margin-bottom:12px}
  .gm-origin{right:14px;bottom:14px;width:calc(100% - 28px)}
  .gm-results{padding:30px 14px}.gm-best__body{padding:25px 20px}.gm-best__body h3{font-size:27px}.gm-best__image{min-height:330px}
  .gm-alt{grid-template-columns:110px 1fr}.gm-alt img{width:110px}
  .gm-category-grid{grid-template-columns:1fr}
  .gm-trust{padding:52px 0}.gm-trust__copy{padding:28px 20px}.gm-trust__copy h3{font-size:30px}
  .gm-reviews{padding:32px 16px;border-radius:20px}.gm-reviews__head h2{font-size:32px}
}


/* ==========================================================
   GIFT MATCH V3 — FRIENDLY TVUJORIGINAL STYLE
   Pouze klasická šířka e-shopu, bez fullscreen režimu
   ========================================================== */

#to-gift-match {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 55px;
  padding: 0 18px;
}

#to-gift-match .gm-shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(44,33,26,.10);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(44,33,26,.07);
}

#to-gift-match .gm-hero {
  min-height: 560px;
  grid-template-columns: 1.05fr .95fr;
  background:
    radial-gradient(circle at 16% 10%, rgba(255,255,255,.96), transparent 34%),
    linear-gradient(125deg,#f7f1eb 0%,#fff 66%);
}

#to-gift-match .gm-hero__copy {
  padding: 58px 48px;
}

#to-gift-match .gm-kicker {
  color: #70533f;
  background: #fff;
  border-color: rgba(182,169,154,.30);
}

#to-gift-match .gm-hero h1 {
  max-width: 650px;
  margin-top: 16px;
  font-size: clamp(42px,5vw,66px);
  line-height: 1.04;
}

#to-gift-match .gm-hero__copy > p {
  max-width: 620px;
  margin-top: 18px;
  color: #6f655e;
  font-size: 16px;
  line-height: 1.65;
}

#to-gift-match .gm-btn {
  min-height: 50px;
  padding: 0 19px;
  border-radius: 11px;
}

#to-gift-match .gm-btn--soft {
  color: #6b3f43;
  background: #ffcccc;
  border-color: rgba(107,63,67,.11);
}

#to-gift-match .gm-hero__proof {
  gap: 10px 16px;
  margin-top: 24px;
  padding-top: 18px;
}

#to-gift-match .gm-hero__proof span {
  position: relative;
  padding-left: 15px;
  color: #5f554e;
  font-size: 10.5px;
}

#to-gift-match .gm-hero__proof span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #84ab09;
  font-weight: 900;
}

#to-gift-match .gm-hero__visual {
  min-height: 560px;
  background: #f6f1ec;
}

#to-gift-match .gm-hero__visual img {
  object-fit: contain;
  padding: 28px;
}

#to-gift-match .gm-hero__visual::after {
  display: none;
}

#to-gift-match .gm-hero__card {
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 17px 18px;
  color: #30251f;
  background: rgba(255,255,255,.91);
  border: 1px solid rgba(44,33,26,.09);
  border-radius: 14px;
  box-shadow: 0 9px 24px rgba(44,33,26,.09);
  backdrop-filter: blur(8px);
}

#to-gift-match .gm-hero__card small {
  color: #70655e;
}

#to-gift-match .gm-stage {
  min-height: 610px;
  padding: 26px;
  background:
    linear-gradient(180deg,#fff,#faf7f3);
}

#to-gift-match .gm-stage__top {
  padding: 0 6px 6px;
}

#to-gift-match .gm-screen {
  min-height: 515px;
  padding: 30px 10px 95px;
}

#to-gift-match .gm-question h2 {
  font-size: clamp(31px,3.8vw,47px);
}

#to-gift-match .gm-question p {
  font-size: 13.5px;
}

#to-gift-match .gm-options {
  max-width: 1060px;
  grid-template-columns: repeat(4,1fr);
  gap: 11px;
  margin-top: 27px;
}

#to-gift-match .gm-option {
  min-height: 155px;
  padding: 16px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 20px rgba(44,33,26,.035);
}

#to-gift-match .gm-option:hover,
#to-gift-match .gm-option.is-selected {
  transform: translateY(-2px);
  background: #faf6f1;
  border-color: rgba(182,169,154,.55);
  box-shadow: 0 12px 27px rgba(44,33,26,.075);
}

#to-gift-match .gm-option__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  font-size: 22px;
  background: #f2ebe4;
}

#to-gift-match .gm-origin {
  right: 22px;
  bottom: 18px;
  width: min(350px,calc(100% - 44px));
  padding: 13px;
  background: linear-gradient(110deg,#fff2f2,#fff);
  border-radius: 15px;
}

#to-gift-match .gm-origin span {
  color: #6b3f43;
}

#to-gift-match .gm-origin button {
  background: #ffcccc;
  color: #6b3f43;
}

#to-gift-match .gm-thinking {
  min-height: 580px;
  background: linear-gradient(180deg,#fff,#faf7f3);
}

#to-gift-match .gm-results {
  padding: 34px 26px 30px;
  background: linear-gradient(180deg,#fff,#faf7f3);
}

#to-gift-match .gm-results__head h2 {
  font-size: clamp(31px,3.7vw,47px);
}

#to-gift-match .gm-best {
  gap: 18px;
  margin-top: 28px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(44,33,26,.065);
}

#to-gift-match .gm-best__image {
  min-height: 430px;
}

#to-gift-match .gm-best__image img {
  padding: 26px;
}

#to-gift-match .gm-best__body {
  padding: 32px 28px;
}

#to-gift-match .gm-best__body h3 {
  font-size: 29px;
}

#to-gift-match .gm-best__price {
  font-size: 25px;
}

#to-gift-match .gm-best__cta {
  border-radius: 10px;
}

#to-gift-match .gm-alt-title {
  margin-top: 34px;
  font-size: 25px;
}

#to-gift-match .gm-alts {
  gap: 13px;
}

#to-gift-match .gm-alt {
  grid-template-columns: 145px 1fr;
  border-radius: 15px;
}

#to-gift-match .gm-alt img {
  width: 145px;
  background: #f8f4f0;
}

#to-gift-match .gm-category-more {
  margin-top: 30px;
  padding: 23px;
  border-radius: 17px;
  background:
    linear-gradient(120deg,#f7f0e9,#fff);
}

#to-gift-match .gm-category-grid {
  gap: 8px;
}

#to-gift-match .gm-category {
  min-height: 85px;
  padding: 13px;
  border-radius: 12px;
}

#to-gift-match .gm-trust {
  gap: 14px;
  padding: 58px 0;
}

#to-gift-match .gm-trust__item {
  min-height: 330px;
  border-radius: 18px;
  box-shadow: 0 11px 30px rgba(44,33,26,.045);
}

#to-gift-match .gm-trust__visual {
  background: #f8f4f0;
}

#to-gift-match .gm-trust__visual img {
  object-fit: contain;
  padding: 22px;
}

#to-gift-match .gm-trust__copy {
  padding: 34px;
}

#to-gift-match .gm-trust__copy h3 {
  font-size: 31px;
}

#to-gift-match .gm-reviews {
  padding: 38px 30px;
  color: #2d231e;
  background:
    linear-gradient(125deg,#f4ece5,#fff);
  border: 1px solid rgba(44,33,26,.10);
  border-radius: 20px;
}

#to-gift-match .gm-reviews__head h2 {
  color: #2d231e;
  font-size: 34px;
}

#to-gift-match .gm-reviews__head p {
  color: #6f655e;
}

#to-gift-match .gm-review-grid {
  gap: 11px;
}

#to-gift-match .gm-review {
  border: 1px solid rgba(44,33,26,.09);
  box-shadow: 0 7px 19px rgba(44,33,26,.035);
}

#to-gift-match .gm-reviews__cta a {
  border-radius: 10px;
}

@media (max-width: 1000px) {
  #to-gift-match .gm-hero {
    grid-template-columns: 1fr;
  }

  #to-gift-match .gm-hero__copy {
    padding: 45px 28px 36px;
  }

  #to-gift-match .gm-hero__visual {
    min-height: 470px;
  }

  #to-gift-match .gm-options {
    grid-template-columns: repeat(2,1fr);
  }

  #to-gift-match .gm-best {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  #to-gift-match {
    padding: 0 8px;
    margin-bottom: 32px;
  }

  #to-gift-match .gm-shell {
    border-radius: 14px;
  }

  #to-gift-match .gm-hero__copy {
    padding: 34px 18px 28px;
  }

  #to-gift-match .gm-hero h1 {
    font-size: 39px;
  }

  #to-gift-match .gm-hero__copy > p {
    font-size: 14px;
  }

  #to-gift-match .gm-hero__visual {
    min-height: 360px;
  }

  #to-gift-match .gm-hero__visual img {
    padding: 14px;
  }

  #to-gift-match .gm-stage {
    min-height: 720px;
    padding: 15px 11px;
  }

  #to-gift-match .gm-screen {
    min-height: 610px;
    padding-bottom: 105px;
  }

  #to-gift-match .gm-question h2 {
    font-size: 28px;
  }

  #to-gift-match .gm-options {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  #to-gift-match .gm-option {
    min-height: 132px;
    padding: 12px;
  }

  #to-gift-match .gm-origin {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }

  #to-gift-match .gm-results {
    padding: 27px 11px;
  }

  #to-gift-match .gm-best__image {
    min-height: 300px;
  }

  #to-gift-match .gm-best__body {
    padding: 23px 18px;
  }

  #to-gift-match .gm-alt {
    grid-template-columns: 105px 1fr;
  }

  #to-gift-match .gm-alt img {
    width: 105px;
  }

  #to-gift-match .gm-trust {
    padding: 40px 0;
  }

  #to-gift-match .gm-trust__copy {
    padding: 24px 18px;
  }

  #to-gift-match .gm-reviews {
    padding: 28px 13px;
    border-radius: 15px;
  }
}


/* ==========================================================
   GIFT MATCH V4 — CELÁ ŠÍŘKA E-SHOPU
   Ne fullscreen. Využívá pouze celý dostupný obsahový prostor.
   ========================================================== */

body #to-gift-match {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* Zrušení zbytečného vnitřního omezení pouze u stránky Gift Match */
body:has(#to-gift-match) .article-detail,
body:has(#to-gift-match) .article-content,
body:has(#to-gift-match) .content-inner,
body:has(#to-gift-match) .content-wrapper-in,
body:has(#to-gift-match) main .content {
  width: 100%;
  max-width: none;
}

/* Komponenta vyplní přesně prostor, který jí Shoptet poskytne */
body #to-gift-match .gm-shell,
body #to-gift-match .gm-hero,
body #to-gift-match .gm-stage,
body #to-gift-match .gm-thinking,
body #to-gift-match .gm-results,
body #to-gift-match .gm-trust,
body #to-gift-match .gm-reviews {
  width: 100%;
  max-width: none;
}

/* Na širokém desktopu lépe využijeme horizontální prostor */
@media (min-width: 1250px) {
  body #to-gift-match .gm-hero__copy {
    padding-right: 58px;
    padding-left: 58px;
  }

  body #to-gift-match .gm-options {
    width: 100%;
    max-width: 1180px;
  }

  body #to-gift-match .gm-results {
    padding-right: 34px;
    padding-left: 34px;
  }
}

/* Na mobilu zůstane malé bezpečné odsazení */
@media (max-width: 650px) {
  body #to-gift-match {
    padding-right: 0;
    padding-left: 0;
  }
}
