/* ===== Ma3SC — Your Internet Consultants ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  background: #FAF6EF;
  color: #2A211C;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: #E07A4E; color: #fff; }
h1, h2, h3, p { margin: 0; }
input, textarea, button { font-family: inherit; }

@keyframes m3float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.wrap { max-width: 1180px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.serif { font-family: "Spectral", Georgia, serif; }
.eyebrow {
  color: #C85F38; font-size: 12.5px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
}

/* ===== Header / nav ===== */
.site-header {
  max-width: 1180px; margin: 0 auto; padding: 26px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand__logo { width: 42px; height: 42px; border-radius: 50%; }
.brand__name { font-weight: 700; font-size: 17px; letter-spacing: .01em; line-height: 1.1; }
.brand__tag { font-size: 11px; color: #8A7A6B; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { color: #5C4F44; text-decoration: none; font-size: 14.5px; font-weight: 500; }
.nav a:hover { color: #2A211C; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; font-weight: 600; border-radius: 999px;
  cursor: pointer; border: none; transition: background .18s, border-color .18s;
}
.btn--primary {
  background: #E07A4E; color: #fff; font-size: 14px; padding: 11px 20px;
}
.btn--primary:hover { background: #C85F38; }
.nav .btn--primary { font-size: 14px; }

/* ===== Hero ===== */
.hero {
  max-width: 1180px; margin: 0 auto; padding: 48px 32px 70px;
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 56px; align-items: center;
}
.hero__kicker {
  display: inline-flex; align-items: center; gap: 9px;
  color: #C85F38; font-size: 12.5px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; margin-bottom: 24px;
}
.hero__kicker span { width: 22px; height: 1.5px; background: #C85F38; }
.hero h1 {
  font-family: "Spectral", Georgia, serif; font-weight: 500;
  font-size: clamp(42px, 5.2vw, 74px); line-height: 1.04;
  letter-spacing: -.015em; margin-bottom: 26px;
}
.hero h1 em { font-style: italic; color: #C85F38; }
.hero__lede { font-size: 19px; line-height: 1.6; color: #5C4F44; max-width: 540px; margin-bottom: 34px; }
.hero__actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.btn--lg { font-size: 15.5px; padding: 15px 28px; }
.btn--primary.btn--lg { box-shadow: 0 6px 20px rgba(224,122,78,.32); }
.btn--ghost {
  color: #2A211C; text-decoration: none; font-size: 15.5px; font-weight: 600;
  padding: 15px 22px; border-radius: 999px; border: 1.5px solid #DCCFBC;
}
.btn--ghost:hover { border-color: #2A211C; }
.hero__aside { display: flex; flex-direction: column; gap: 22px; }
.hero__badge {
  position: relative; border-radius: 24px; padding: 40px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(120% 120% at 50% 0%, #F6C16A 0%, #E88B52 42%, #C85F38 100%);
}
.hero__badge::before {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background: repeating-linear-gradient(135deg, #fff 0 1px, transparent 1px 9px);
}
.hero__badge img {
  width: 200px; height: 200px; border-radius: 50%; position: relative;
  box-shadow: 0 18px 50px rgba(80,30,10,.35); animation: m3float 6s ease-in-out infinite;
}
.card-note {
  background: #fff; border: 1px solid #ECE0CE; border-radius: 18px;
  padding: 24px 26px; box-shadow: 0 12px 30px rgba(90,60,30,.06);
}
.card-note__label {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #C85F38; margin-bottom: 10px;
}
.card-note p { font-size: 15.5px; line-height: 1.55; color: #42382F; }

/* ===== Proof band ===== */
.proof { border-top: 1px solid #ECE0CE; border-bottom: 1px solid #ECE0CE; background: #F5ECDD; }
.proof__grid {
  max-width: 1180px; margin: 0 auto; padding: 26px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.proof__item { text-align: center; }
.proof__item + .proof__item { border-left: 1px solid #E3D6C2; }
.proof__big { font-family: "Spectral", Georgia, serif; font-size: 21px; color: #2A211C; }
.proof__sub { font-size: 13px; color: #8A7A6B; margin-top: 3px; }

/* ===== Section headings ===== */
.section { max-width: 1180px; margin: 0 auto; padding: 84px 32px; }
.section__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 46px; flex-wrap: wrap; gap: 18px;
}
.section__head .eyebrow { margin-bottom: 14px; }
.h2 {
  font-family: "Spectral", Georgia, serif; font-weight: 500;
  font-size: clamp(30px, 3.6vw, 48px); line-height: 1.08; letter-spacing: -.01em;
}
.section__aside { max-width: 330px; font-size: 15.5px; line-height: 1.6; color: #7A6B5C; }

/* ===== Services ===== */
.services {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: #E8DBC8; border: 1px solid #E8DBC8; border-radius: 20px; overflow: hidden;
}
.service { background: #FAF6EF; padding: 34px 30px; transition: background .18s; }
.service:hover { background: #fff; }
.service__num { font-family: "Spectral", Georgia, serif; font-size: 15px; color: #C85F38; }
.service h3 { font-size: 20px; font-weight: 700; margin: 14px 0 10px; letter-spacing: -.01em; }
.service p { font-size: 15px; line-height: 1.55; color: #6B5C4E; }

/* ===== Process ===== */
.process { background: #F1E6D6; }
.process .section { padding: 84px 32px; }
.process h2 { margin-bottom: 50px; max-width: 680px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.step { border-top: 2px solid #D9C9B2; padding-top: 22px; }
.step--first { border-top-color: #2A211C; }
.step__num { font-family: "Spectral", Georgia, serif; font-size: 34px; color: #C85F38; line-height: 1; margin-bottom: 14px; }
.step h3 { font-size: 19px; font-weight: 700; margin-bottom: 9px; }
.step p { font-size: 14.5px; line-height: 1.55; color: #6B5C4E; }

/* ===== Security ===== */
.security { background: #6E2733; color: #F6E9D9; }
.security .section {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center;
}
.security .eyebrow { color: #F0B84A; margin-bottom: 18px; }
.security h2 { font-size: clamp(30px, 3.7vw, 50px); line-height: 1.07; margin-bottom: 22px; }
.security__lede { font-size: 17px; line-height: 1.62; color: #E7CFC2; max-width: 520px; margin-bottom: 30px; }
.btn--key {
  background: #F0B84A; color: #3A1A1F; text-decoration: none; font-size: 15px;
  font-weight: 700; padding: 14px 24px; border-radius: 999px;
}
.btn--key:hover { background: #fff; }
.sec-list { display: flex; flex-direction: column; gap: 14px; }
.sec-item {
  display: flex; gap: 15px; align-items: flex-start;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 20px 22px;
}
.sec-item__mark { color: #F0B84A; font-size: 20px; line-height: 1.2; }
.sec-item__title { font-weight: 700; font-size: 16px; margin-bottom: 3px; }
.sec-item__desc { font-size: 14px; color: #D9BEB1; }

/* ===== FAQ ===== */
.faq { max-width: 920px; margin: 0 auto; padding: 84px 32px; }
.faq__head { text-align: center; margin-bottom: 50px; }
.faq__head .eyebrow { margin-bottom: 14px; }
.faq__item { border-top: 1px solid #E3D6C2; padding: 26px 0; }
.faq__item:last-child { border-bottom: 1px solid #E3D6C2; }
.faq__item h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; letter-spacing: -.01em; }
.faq__item p { font-size: 16px; line-height: 1.6; color: #5C4F44; }

/* ===== Contact ===== */
.contact { background: #FAF6EF; }
.contact__grid {
  max-width: 1180px; margin: 0 auto; padding: 30px 32px 90px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
}
.contact__card {
  background: #fff; border: 1px solid #ECE0CE; border-radius: 24px;
  padding: 40px; box-shadow: 0 18px 44px rgba(90,60,30,.07);
}
.contact__card h2 { font-size: clamp(28px, 3.2vw, 42px); line-height: 1.07; margin-bottom: 12px; }
.contact__card > p { font-size: 16px; line-height: 1.6; color: #6B5C4E; margin-bottom: 28px; }
.form { display: flex; flex-direction: column; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form input, .form textarea {
  border: 1px solid #DCCFBC; border-radius: 11px; padding: 14px 16px;
  font-size: 15px; background: #FCFAF5; outline: none; color: #2A211C; width: 100%;
}
.form input:focus, .form textarea:focus { border-color: #C85F38; }
.form textarea { resize: vertical; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__submit {
  background: #E07A4E; color: #fff; border: none; font-size: 15.5px; font-weight: 600;
  padding: 15px; border-radius: 11px; cursor: pointer;
  box-shadow: 0 6px 20px rgba(224,122,78,.32); transition: background .18s;
}
.form__submit:hover { background: #C85F38; }
.form__submit[disabled] { cursor: wait; opacity: .7; }
.form__error {
  font-size: 14px; color: #B23A2E; background: #FBE9E6;
  border: 1px solid #F0C9C3; border-radius: 9px; padding: 11px 14px;
}
.form-success {
  background: #F1E6D6; border: 1px solid #E3D6C2; border-radius: 16px;
  padding: 34px 30px; text-align: center;
}
.form-success__check {
  width: 52px; height: 52px; border-radius: 50%; background: #E07A4E; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 16px;
}
.form-success h3 { font-family: "Spectral", Georgia, serif; font-weight: 500; font-size: 24px; margin-bottom: 8px; color: #2A211C; }
.form-success p { font-size: 15.5px; line-height: 1.55; color: #5C4F44; }
.contact__aside { display: flex; flex-direction: column; justify-content: center; gap: 26px; padding: 10px 0; }
.contact__label { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #C85F38; margin-bottom: 8px; }
.contact__email { font-family: "Spectral", Georgia, serif; font-size: 26px; color: #2A211C; text-decoration: none; }
.contact__email:hover { color: #C85F38; }
.contact__aside p { font-size: 15px; line-height: 1.55; color: #5C4F44; }
.contact__aside a { color: #6E2733; font-weight: 600; }
.rule { height: 1px; background: #E3D6C2; }

/* ===== Footer ===== */
.site-footer { background: #231B16; color: #C9BBA8; }
.site-footer__top {
  max-width: 1180px; margin: 0 auto; padding: 48px 32px;
  display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 30px;
}
.site-footer__brand { display: flex; align-items: center; gap: 13px; }
.site-footer__brand img { width: 44px; height: 44px; border-radius: 50%; }
.site-footer__name { color: #FAF6EF; font-weight: 700; font-size: 17px; }
.site-footer__tag { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #9A8975; }
.site-footer__links { display: flex; gap: 40px; flex-wrap: wrap; }
.site-footer__links a { color: #C9BBA8; text-decoration: none; font-size: 14px; }
.site-footer__links a.key { color: #F0B84A; font-weight: 600; }
.site-footer__bar { border-top: 1px solid rgba(255,255,255,.08); }
.site-footer__bar div { max-width: 1180px; margin: 0 auto; padding: 18px 32px; font-size: 12.5px; color: #8A7A6B; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .security .section { grid-template-columns: 1fr; gap: 36px; }
  .contact__grid { grid-template-columns: 1fr; gap: 36px; }
  .services { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 24px; }
  .proof__grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .proof__item:nth-child(3) { border-left: none; }
}
@media (max-width: 680px) {
  .nav { display: none; }
  .services { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .section { padding: 56px 24px; }
  .wrap, .site-header, .hero, .proof__grid, .contact__grid { padding-left: 24px; padding-right: 24px; }
}
