:root{
  --shirtify-ink:#171717;
  --shirtify-muted:#6e6e6e;
  --shirtify-line:#e8e8e8;
  --shirtify-soft:#f7f7f5;
  --shirtify-accent:#ff5a36;
  --shirtify-accent-dark:#e64625;
  --shirtify-white:#fff;
}

.shirtify-home{color:var(--shirtify-ink);font-family:inherit;background:#fff}
.shirtify-home *{box-sizing:border-box}
.shirtify-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.shirtify-section{padding:76px 0}
.shirtify-section-soft{background:var(--shirtify-soft)}
.shirtify-eyebrow{display:inline-block;margin-bottom:12px;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--shirtify-accent)}
.shirtify-home h1,.shirtify-home h2,.shirtify-home h3{color:var(--shirtify-ink);margin-top:0}
.shirtify-home h1{font-size:clamp(44px,7vw,86px);line-height:.94;letter-spacing:-.055em;max-width:760px;margin-bottom:24px}
.shirtify-home h2{font-size:clamp(32px,4vw,52px);line-height:1.02;letter-spacing:-.04em;margin-bottom:0}
.shirtify-home h3{font-size:22px;line-height:1.15;margin-bottom:10px}
.shirtify-home p{color:var(--shirtify-muted);font-size:17px;line-height:1.7}

.shirtify-hero{padding:74px 0 84px;background:linear-gradient(135deg,#fff 0%,#fff 55%,#f6f1ed 100%);overflow:hidden;border-bottom:1px solid var(--shirtify-line)}
.shirtify-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:70px}
.shirtify-hero-copy>p{max-width:680px;font-size:20px;margin:0 0 28px}
.shirtify-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 22px}
.shirtify-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-weight:800;text-decoration:none!important;transition:.2s ease;border:1px solid transparent}
.shirtify-btn-primary{background:var(--shirtify-accent);color:#fff!important}
.shirtify-btn-primary:hover{background:var(--shirtify-accent-dark);transform:translateY(-1px)}
.shirtify-btn-secondary{background:#fff;color:var(--shirtify-ink)!important;border-color:#d8d8d8}
.shirtify-btn-secondary:hover{border-color:#aaa}
.shirtify-benefits{display:flex;gap:20px;flex-wrap:wrap;color:#4d4d4d;font-size:14px;font-weight:650}

.shirtify-hero-visual{position:relative;min-height:430px}
.shirtify-shirt-card{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:290px;height:340px;border-radius:28px;box-shadow:0 22px 60px rgba(0,0,0,.14);font-family:Arial,sans-serif;text-transform:uppercase}
.shirtify-shirt-card:before{content:"";position:absolute;top:-42px;width:110px;height:70px;border-radius:50% 50% 18px 18px;background:inherit;border:16px solid rgba(255,255,255,.08);border-bottom:0}
.shirtify-shirt-card-front{right:24px;top:65px;background:#191919;color:#fff;transform:rotate(4deg);z-index:2}
.shirtify-shirt-card-back{left:4px;top:15px;background:#fff;color:#191919;transform:rotate(-8deg);border:1px solid #e5e5e5}
.shirtify-shirt-card strong{font-size:38px;letter-spacing:-.04em;margin:6px 0}
.shirtify-shirt-card span{font-size:84px;font-weight:900;line-height:.9;color:var(--shirtify-accent)}
.shirtify-shirt-card small{font-weight:800;letter-spacing:.15em;font-size:10px}
.shirtify-shirt-card-back span{font-size:64px}

.shirtify-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:32px}
.shirtify-text-link{font-weight:800;color:var(--shirtify-ink)!important;text-decoration:none!important;white-space:nowrap}
.shirtify-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.shirtify-category-card{min-height:190px;padding:24px;border:1px solid var(--shirtify-line);border-radius:20px;background:#fff;text-decoration:none!important;color:var(--shirtify-ink)!important;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s ease}
.shirtify-category-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(0,0,0,.07);border-color:#d7d7d7}
.shirtify-category-icon{font-size:36px;margin-bottom:auto;font-weight:900;color:var(--shirtify-accent)}
.shirtify-category-card strong{font-size:19px;margin-bottom:5px}
.shirtify-category-card small{color:var(--shirtify-muted);font-size:13px;line-height:1.4}

.shirtify-center-head{text-align:center;max-width:720px;margin:0 auto 38px}
.shirtify-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.shirtify-steps article{padding:32px;border-radius:22px;background:#fff;border:1px solid var(--shirtify-line)}
.shirtify-steps article>span{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--shirtify-ink);color:#fff;font-weight:900;margin-bottom:22px}
.shirtify-steps p{font-size:15px;margin-bottom:0}

.shirtify-cta-section{padding-top:20px}
.shirtify-cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:46px;border-radius:28px;background:#171717;color:#fff}
.shirtify-cta-box h2{color:#fff;max-width:760px}
.shirtify-cta-box p{color:#cfcfcf;margin-bottom:0}

.shirtify-personalization{margin:24px 0;padding:22px;border:1px solid var(--shirtify-line);border-radius:16px;background:#fafafa}
.shirtify-personalization h3{margin:0 0 4px;font-size:20px}
.shirtify-personalization-help{margin:0 0 18px;color:var(--shirtify-muted);font-size:14px}
.shirtify-personalization label{display:block;font-weight:700;margin:0 0 14px}
.shirtify-personalization input{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid #ccc;border-radius:10px;background:#fff}
.shirtify-personalization-note{font-size:12px!important;line-height:1.45!important;color:#777!important;margin:4px 0 0!important}

@media(max-width:900px){
  .shirtify-hero-grid{grid-template-columns:1fr;gap:30px}
  .shirtify-hero-visual{min-height:360px;max-width:520px;width:100%;margin:0 auto}
  .shirtify-category-grid{grid-template-columns:repeat(2,1fr)}
  .shirtify-steps{grid-template-columns:1fr}
  .shirtify-cta-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .shirtify-container{width:min(100% - 24px,1180px)}
  .shirtify-section{padding:54px 0}
  .shirtify-hero{padding:48px 0 58px}
  .shirtify-category-grid{grid-template-columns:1fr}
  .shirtify-section-head{align-items:flex-start;flex-direction:column}
  .shirtify-hero-visual{min-height:310px}
  .shirtify-shirt-card{width:220px;height:270px}
  .shirtify-shirt-card-front{right:4px;top:55px}
  .shirtify-shirt-card-back{left:2px}
  .shirtify-shirt-card span{font-size:62px}
  .shirtify-shirt-card strong{font-size:28px}
  .shirtify-cta-box{padding:30px 24px}
}
