:root{
  --bg:#f5f3ee;
  --surface:#ffffff;
  --text:#171a1d;
  --muted:#666b70;
  --line:#dedbd2;
  --accent:#1f6f5c;
  --accent-dark:#154c40;
  --soft:#e6efe9;
  --old:#8a745e;
  --shadow:0 24px 60px rgba(20,25,23,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--bg);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
}
a{color:inherit}
.site-header{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-weight:800;
  letter-spacing:-.03em;
  font-size:20px;
}
.brand-mark{
  display:grid;
  place-items:center;
  width:42px;height:42px;
  border-radius:12px;
  color:#fff;
  background:var(--accent);
  font-size:12px;
  letter-spacing:.08em;
}
.language-switch{
  display:flex;
  gap:8px;
  align-items:center;
  color:#96928a;
  font-weight:700;
  font-size:13px;
}
.language-switch button{
  border:0;
  padding:6px;
  background:transparent;
  color:#96928a;
  cursor:pointer;
  font:inherit;
}
.language-switch button.active{color:var(--text)}
.hero{
  width:min(1180px,calc(100% - 40px));
  margin:44px auto 90px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:72px;
  align-items:center;
  min-height:520px;
}
.eyebrow{
  margin:0 0 16px;
  color:var(--accent);
  letter-spacing:.15em;
  font-size:12px;
  font-weight:800;
}
.hero h1{
  max-width:720px;
  margin:0;
  font-size:clamp(48px,6vw,88px);
  line-height:.98;
  letter-spacing:-.065em;
}
.hero-text{
  max-width:640px;
  margin:28px 0 32px;
  color:var(--muted);
  font-size:clamp(18px,2vw,22px);
}
.primary-button,.secondary-button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:50px;
  padding:0 22px;
  border-radius:100px;
  text-decoration:none;
  font-weight:750;
  transition:.2s ease;
}
.primary-button{background:var(--accent);color:#fff}
.primary-button:hover{background:var(--accent-dark);transform:translateY(-1px)}
.primary-button.small{min-height:46px}
.secondary-button{border:1px solid var(--line);background:#fff}
.secondary-button:hover{border-color:#aaa59b;transform:translateY(-1px)}
.hero-card{
  padding:22px;
  border-radius:34px;
  background:linear-gradient(145deg,#dce8e2,#f6eee4);
  box-shadow:var(--shadow);
  transform:rotate(1.5deg);
}
.mini-browser,.site-preview{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:20px;
  box-shadow:0 16px 45px rgba(25,28,26,.13);
}
.browser-bar,.preview-browser-bar{
  height:38px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 14px;
  background:#f1f1ee;
  border-bottom:1px solid #e5e3df;
}
.browser-bar i,.preview-browser-bar span{
  width:8px;height:8px;border-radius:50%;background:#c5c2bb
}
.preview-browser-bar small{margin-left:auto;color:#87837c;font-size:10px}
.mini-page{padding:38px 34px 40px}
.mini-logo{font-size:13px;font-weight:900;letter-spacing:-.04em}
.mini-logo span{color:var(--accent)}
.mini-title{width:76%;height:48px;margin:54px 0 12px;border-radius:10px;background:#1b211f}
.mini-subtitle{width:58%;height:10px;border-radius:10px;background:#aeb7b2}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:58px}
.mini-grid b{height:102px;border-radius:14px;background:linear-gradient(160deg,#cadbd2,#e9e3d8)}
.comparison-section{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto 95px;
}
.section-heading{max-width:760px;margin-bottom:38px}
.section-heading h2,.contact-section h2{
  margin:0 0 16px;
  font-size:clamp(36px,4vw,58px);
  line-height:1.04;
  letter-spacing:-.05em;
}
.section-heading>p:last-child,.contact-section>p{
  margin:0;
  color:var(--muted);
  font-size:18px;
}
.comparison-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
.comparison-card{
  position:relative;
  padding:18px;
  border:1px solid var(--line);
  border-radius:28px;
  background:rgba(255,255,255,.62);
}
.comparison-card.featured{
  background:#fff;
  box-shadow:var(--shadow);
}
.card-label{
  position:absolute;
  z-index:2;
  top:30px;
  left:30px;
  padding:7px 10px;
  border-radius:100px;
  font-size:10px;
  letter-spacing:.12em;
  font-weight:900;
}
.card-label.old{background:#ede6df;color:#6d5947}
.card-label.new{background:var(--soft);color:var(--accent-dark)}
.site-preview{border-radius:17px;box-shadow:none}
.legacy-page{
  min-height:340px;
  padding:58px 26px 28px;
  background:#f0ebdc;
  color:#1a1a1a;
  font-family:"Times New Roman",serif;
}
.legacy-title{
  text-align:center;
  color:#a31b1b;
  font-size:28px;
  font-style:italic;
  font-weight:bold;
}
.legacy-nav{
  margin:20px 0;
  padding:7px;
  text-align:center;
  color:#003c89;
  background:#ddd3b7;
  font-size:12px;
  text-decoration:underline;
}
.legacy-content{
  display:grid;
  grid-template-columns:38% 1fr;
  gap:18px;
  align-items:start;
  font-size:14px;
}
.legacy-box{
  aspect-ratio:4/3;
  border:5px double #8a826d;
  background:
    linear-gradient(135deg,rgba(255,255,255,.4),transparent),
    repeating-linear-gradient(45deg,#b9ab85,#b9ab85 7px,#d8ceb1 7px,#d8ceb1 14px);
}
.legacy-lines{
  height:70px;
  opacity:.55;
  background:repeating-linear-gradient(to bottom,#333 0,#333 1px,transparent 1px,transparent 14px);
}
.modern-page{min-height:340px;background:#faf8f2}
.modern-nav{
  height:56px;padding:0 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #ece8df
}
.modern-nav b{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:var(--accent);color:#fff}
.modern-nav em{width:38px;height:5px;margin-left:auto;border-radius:5px;background:#d2d0ca}
.modern-nav em+em{margin-left:0}
.modern-hero{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  padding:34px 24px 24px;
}
.modern-hero small{font-size:8px;letter-spacing:.12em;color:var(--accent);font-weight:800}
.modern-hero strong{display:block;margin:12px 0 16px;font-size:29px;line-height:1.04;letter-spacing:-.04em}
.modern-hero i{display:block;width:88%;height:7px;margin:7px 0;border-radius:4px;background:#c9c8c3}
.modern-hero i.short{width:62%}
.modern-hero button{
  margin-top:17px;border:0;border-radius:30px;padding:9px 12px;background:var(--accent);color:#fff;font-size:9px
}
.modern-photo{border-radius:18px;background:linear-gradient(140deg,#b6d0c3,#e2d7c3)}
.modern-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 24px 26px}
.modern-cards span{height:62px;border:1px solid #e3dfd6;border-radius:13px;background:#fff}
.card-copy{padding:22px 8px 8px}
.card-copy h3{margin:0 0 9px;font-size:24px;letter-spacing:-.035em}
.card-copy p{min-height:78px;margin:0 0 18px;color:var(--muted)}
.concept-note{max-width:850px;margin:22px auto 0;text-align:center;color:#8b8881;font-size:12px}
.benefits{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto 100px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.benefits>div{padding:38px 34px}
.benefits>div+div{border-left:1px solid var(--line)}
.benefits span{color:var(--accent);font-size:12px;font-weight:900}
.benefits h3{margin:15px 0 6px;font-size:25px;letter-spacing:-.04em}
.benefits p{margin:0;color:var(--muted)}
.contact-section{
  width:min(920px,calc(100% - 40px));
  margin:0 auto 100px;
  padding:70px 26px;
  text-align:center;
  border-radius:34px;
  color:#fff;
  background:#182621;
}
.contact-section .eyebrow{color:#9ed1be}
.contact-section p{max-width:650px;margin:0 auto 28px;color:#cbd5d1}
.contact-section .primary-button{background:#fff;color:#182621}
footer{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:28px 0 42px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#7d7971;
  font-size:13px;
}
footer strong{color:var(--text)}
@media(max-width:850px){
  .site-header{height:74px}
  .hero{grid-template-columns:1fr;gap:44px;margin-top:30px}
  .hero-card{max-width:620px}
  .comparison-grid{grid-template-columns:1fr}
  .benefits{grid-template-columns:1fr}
  .benefits>div+div{border-left:0;border-top:1px solid var(--line)}
}
@media(max-width:560px){
  .site-header,.hero,.comparison-section,.benefits,footer{width:min(100% - 28px,1180px)}
  .hero{margin-bottom:70px;min-height:auto}
  .hero h1{font-size:49px}
  .hero-card{padding:12px;border-radius:23px}
  .comparison-card{padding:10px;border-radius:22px}
  .card-label{top:22px;left:22px}
  .legacy-page,.modern-page{min-height:280px}
  .legacy-title{font-size:22px}
  .modern-hero{grid-template-columns:1fr .75fr;padding:30px 14px 18px}
  .modern-hero strong{font-size:21px}
  .modern-cards{padding:0 14px 18px}
  footer{flex-direction:column}
}


.disabled-link{
  opacity:.55;
  cursor:default;
  pointer-events:auto;
}
