html, body {
  margin: 0;
  padding: 0;
  background: #728399 url('assets/paper-texture.svg') repeat;
  font-family: Tahoma, Arial, sans-serif;
  color: #233142;
  min-width: 1024px;
}

a {
  color: #0b3d69;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page-shell {
  min-width: 1024px;
}

.wrap {
  width: 980px;
  margin: 0 auto;
}

.top-strip {
  background: #17344f;
  color: #e5eef7;
  font-size: 12px;
  border-bottom: 1px solid #87a2bb;
}

.top-strip-inner {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}

.site-header {
  background: linear-gradient(#f7fbff, #dfeaf4);
  border: 1px solid #8ea4b8;
  border-top: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  box-sizing: border-box;
}

.brand-block {
  display: flex;
  gap: 16px;
  align-items: center;
}

.logo {
  width: 90px;
  height: 90px;
}

.brand-name {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  color: #17344f;
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}

.brand-tag {
  font-size: 14px;
  color: #56697e;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.header-contact {
  width: 290px;
  background: linear-gradient(#ffffff, #edf3f9);
  border: 1px solid #c6d2dc;
  padding: 16px 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.contact-title {
  font-size: 12px;
  color: #6c7f90;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-phone {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #0f3b62;
  margin-bottom: 8px;
}

.contact-note {
  font-size: 12px;
  color: #4f6174;
}

.main-nav {
  background: linear-gradient(#284f74, #17344f);
  border-top: 1px solid #7e96ad;
  border-bottom: 1px solid #0d2337;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.main-nav li {
  border-right: 1px solid rgba(255,255,255,0.14);
}

.main-nav a {
  display: block;
  padding: 14px 22px;
  color: #f5fbff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.main-layout {
  display: flex;
  gap: 20px;
  padding: 18px 0 28px;
}

.sidebar {
  width: 240px;
}

.content {
  width: 720px;
}

.side-card,
.info-box,
.hero-panel {
  background: #f6f8fb;
  border: 1px solid #a2b2c1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.side-card {
  padding: 16px;
  margin-bottom: 16px;
  background: linear-gradient(#fbfdff, #edf3f8);
}

.side-card h3,
.info-box h2 {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #193955;
}

.side-card h3 {
  font-size: 22px;
}

.glossy {
  background: linear-gradient(#fefefe, #edf4fb 55%, #e3ecf5);
}

.bullet-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
}

.old-btn {
  display: inline-block;
  padding: 10px 18px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#4d87bb, #1f5b90);
  border: 1px solid #1a476f;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 1px 1px rgba(0,0,0,0.15);
}

.old-btn.secondary {
  background: linear-gradient(#d7e1ea, #9aaec0);
  color: #18344f;
  text-shadow: none;
  border-color: #7e93a5;
}

.block-btn {
  display: block;
  text-align: center;
  margin-top: 12px;
}

.seal-card {
  text-align: center;
}

.seal {
  width: 138px;
  height: 138px;
  margin: 0 auto 12px;
  border: 4px double #9b7a3d;
  border-radius: 50%;
  color: #7b5f2d;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #fff8df, #ecdcb0);
}

.hero-panel {
  display: flex;
  justify-content: space-between;
  padding: 28px 30px;
  box-sizing: border-box;
  margin-bottom: 18px;
  background: linear-gradient(#fefefe, #edf2f7);
}

.hero-copy {
  width: 390px;
}

.hero-label {
  color: #8a6e35;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 8px;
}

.hero-copy h1 {
  margin: 0 0 14px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  line-height: 1.08;
  color: #18344f;
}

.hero-copy p,
.info-box p,
.service-card p,
.side-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #35485c;
}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.hero-visual {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual img {
  width: 100%;
  height: auto;
  border: 1px solid #bcc9d4;
  background: #fff;
}

.info-box {
  padding: 22px 24px;
  margin-bottom: 18px;
  background: linear-gradient(#fcfdfe, #edf3f8);
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.service-card {
  background: linear-gradient(#ffffff, #f1f6fb);
  border: 1px solid #c3d0db;
  padding: 16px;
}

.service-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #17344f;
}

.columns-box {
  display: flex;
  gap: 24px;
}

.columns-box > div:first-child {
  flex: 1;
}

.quote-panel {
  width: 260px;
  background: linear-gradient(#fffef8, #efe5c8);
  border: 1px solid #d1bf8d;
  padding: 18px;
  position: relative;
  color: #5e4b23;
}

.quote-mark {
  font-size: 60px;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 12px;
  color: rgba(122, 95, 45, 0.18);
}

.quote-panel p {
  position: relative;
  margin: 8px 0 10px;
  font-size: 18px;
  line-height: 1.5;
  font-family: Georgia, 'Times New Roman', serif;
  color: #5e4b23;
}

.quote-panel span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.consultation-form label {
  display: block;
  font-size: 13px;
  color: #4e6174;
  font-weight: bold;
}

.form-row {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.form-row label {
  flex: 1;
}

input, select, textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
  padding: 10px;
  border: 1px solid #a7b7c6;
  background: #fff;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #233142;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.form-actions span {
  font-size: 12px;
  color: #5d7083;
}

.site-footer {
  background: linear-gradient(#223e5c, #11273b);
  color: #dce8f4;
  border-top: 1px solid #7288a0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 22px 0 28px;
  font-size: 13px;
}

.footer-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  margin-bottom: 6px;
}

.footer-contact {
  text-align: right;
}
