@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --gold: #C4963A;
  --gold-light: #E8C97E;
  --gold-pale: #F5EDDA;
  --cream: #FAF7F2;
  --charcoal: #1C1917;
  --text: #3D3530;
  --text-light: #7A7068;
  --white: #FFFFFF;
  --border: rgba(196,150,58,0.2);
  --font-d: 'Cormorant Garamond', Georgia, serif;
  --font-b: 'Jost', sans-serif;
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); color: var(--text); background: var(--cream); font-size: 17px; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 20px 40px; display: flex; align-items: center; justify-content: space-between; transition: all .4s ease; }
nav.sc { background: rgba(250,247,242,.96); backdrop-filter: blur(12px); padding: 14px 40px; box-shadow: 0 1px 20px rgba(28,25,23,.08); }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 44px; width: auto; }
.nav-logo-name { font-family: var(--font-d); font-size: 18px; font-weight: 600; color: var(--charcoal); line-height: 1.1; display: block; }
.nav-logo-title { font-size: 11px; letter-spacing: .15em; color: var(--gold); text-transform: uppercase; font-weight: 500; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; color: var(--charcoal); position: relative; transition: color .3s; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width .3s; }
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-btn { background: none; border: 1px solid var(--gold); color: var(--gold); font-family: var(--font-b); font-size: 12px; font-weight: 600; letter-spacing: .1em; padding: 6px 14px; cursor: pointer; text-transform: uppercase; transition: all .3s; border-radius: 2px; }
.lang-btn:hover { background: var(--gold); color: var(--white); }
.btn-nav { background: var(--gold); color: var(--white); font-family: var(--font-b); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 10px 22px; border: none; cursor: pointer; border-radius: 2px; transition: all .3s; display: inline-block; }
.btn-nav:hover { background: var(--charcoal); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--charcoal); transition: all .3s; }

/* ── MOBILE MENU ── */
.mob-menu { display: none; position: fixed; inset: 0; background: var(--cream); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 28px; text-align: center; padding: 80px 40px; }
.mob-menu.open { display: flex; }
.mob-menu a { font-family: var(--font-d); font-size: 34px; font-weight: 400; color: var(--charcoal); font-style: italic; transition: color .3s; }
.mob-menu a:hover { color: var(--gold); }
.mob-close { position: absolute; top: 24px; right: 24px; background: none; border: none; cursor: pointer; font-size: 28px; color: var(--charcoal); }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--gold); color: var(--white); font-family: var(--font-b); font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 18px 36px; border: none; cursor: pointer; border-radius: 2px; transition: all .3s; }
.btn-primary:hover { background: var(--charcoal); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.2); }
.btn-primary svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform .3s; }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--white); font-family: var(--font-b); font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 18px 36px; border: 1px solid rgba(255,255,255,.4); cursor: pointer; border-radius: 2px; transition: all .3s; }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }

/* ── SECTION LABEL ── */
.s-label { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 20px; }
.s-label::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }

/* ── HERO ── */
.hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url('images/8.jpeg'); background-size: cover; background-position: center top; transform: scale(1.05); animation: hzoom 8s ease-out forwards; }
@keyframes hzoom { to { transform: scale(1); } }
.hero-ov { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(28,25,23,.75) 0%, rgba(28,25,23,.45) 50%, rgba(28,25,23,.1) 100%); }
.hero-c { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: 80px 40px 0; }
.hero-eye { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: var(--gold-light); font-weight: 500; margin-bottom: 24px; display: flex; align-items: center; gap: 16px; animation: fup .8s ease .2s both; }
.hero-eye::before { content: ''; display: block; width: 48px; height: 1px; background: var(--gold-light); }
.hero-h1 { font-family: var(--font-d); font-size: clamp(48px, 7vw, 88px); font-weight: 300; color: var(--white); line-height: 1.05; margin-bottom: 28px; animation: fup .8s ease .4s both; max-width: 700px; }
.hero-h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 18px; font-weight: 300; color: rgba(255,255,255,.82); max-width: 520px; margin-bottom: 48px; animation: fup .8s ease .6s both; line-height: 1.75; }
.hero-acts { display: flex; align-items: center; gap: 20px; animation: fup .8s ease .8s both; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; animation: fup 1s ease 1.2s both; }
.scroll-ln { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent); animation: scl 2s ease-in-out infinite; }
@keyframes scl { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
@keyframes fup { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ── TRUST BAR ── */
.trust-bar { background: var(--charcoal); padding: 32px 40px; display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.trust-item .dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.trust-item strong { color: var(--white); font-family: var(--font-d); font-size: 22px; font-weight: 400; font-style: italic; }

/* ── WHO IT'S FOR ── */
.pain-sec { padding: 120px 40px; background: var(--cream); }
.pain-in { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pain-img { position: relative; }
.pain-img img { width: 100%; height: 580px; object-fit: cover; object-position: top; border-radius: 2px; }
.pain-badge { position: absolute; bottom: -24px; left: -24px; background: var(--charcoal); color: var(--white); padding: 24px 28px; max-width: 240px; }
.pain-badge .bn { font-family: var(--font-d); font-size: 42px; font-weight: 300; color: var(--gold-light); line-height: 1; }
.pain-badge p { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 6px; line-height: 1.5; }
.pain-text h2 { font-family: var(--font-d); font-size: clamp(36px, 4vw, 52px); font-weight: 400; line-height: 1.15; color: var(--charcoal); margin-bottom: 28px; }
.pain-text h2 em { font-style: italic; color: var(--gold); }
.pain-text p { font-size: 17px; color: var(--text-light); margin-bottom: 20px; line-height: 1.85; }
.checks { list-style: none; margin: 32px 0; display: flex; flex-direction: column; gap: 16px; }
.checks li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: var(--text); }
.ck { width: 20px; height: 20px; background: var(--gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; color: var(--gold); font-size: 11px; font-weight: 700; }

/* ── SERVICES ── */
.svc-sec { padding: 120px 40px; background: var(--charcoal); }
.svc-head { max-width: var(--max); margin: 0 auto 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.svc-head .s-label { color: var(--gold-light); }
.svc-head .s-label::before { background: var(--gold-light); }
.svc-head h2 { font-family: var(--font-d); font-size: clamp(36px, 4vw, 54px); font-weight: 300; color: var(--white); line-height: 1.15; }
.svc-head h2 em { font-style: italic; color: var(--gold-light); }
.svc-head p { color: rgba(255,255,255,.5); font-size: 16px; line-height: 1.8; }
.svc-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.svc-grid2 { max-width: var(--max); margin: 2px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.svc-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); padding: 44px 36px; position: relative; transition: all .4s ease; cursor: default; }
.svc-card:hover { background: rgba(196,150,58,.08); border-color: rgba(196,150,58,.3); transform: translateY(-4px); }
.svc-card.feat { background: rgba(196,150,58,.09); border-color: rgba(196,150,58,.22); }
.svc-num { font-family: var(--font-d); font-size: 64px; font-weight: 300; color: rgba(255,255,255,.06); line-height: 1; margin-bottom: 24px; transition: color .4s; }
.svc-card:hover .svc-num { color: rgba(196,150,58,.2); }
.svc-icon { width: 44px; height: 44px; margin-bottom: 20px; background: rgba(196,150,58,.15); border-radius: 2px; display: flex; align-items: center; justify-content: center; }
.svc-icon svg { width: 20px; height: 20px; stroke: var(--gold-light); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.svc-card h3 { font-family: var(--font-d); font-size: 24px; font-weight: 500; color: var(--white); margin-bottom: 14px; line-height: 1.2; }
.svc-card p { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.8; }
.svc-tag { display: inline-block; margin-top: 20px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }

/* ── ABOUT ── */
.about-sec { padding: 120px 40px; background: var(--cream); }
.about-in { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-img { position: relative; padding-top: 60px; }
.about-img img { width: 100%; height: 620px; object-fit: cover; object-position: top; border-radius: 2px; }
.about-accent { position: absolute; top: 0; left: -20px; width: 180px; height: 180px; border: 1px solid var(--gold); border-radius: 2px; z-index: -1; }
.about-cred-badge { position: absolute; right: -20px; bottom: 40px; background: var(--gold); color: var(--white); padding: 20px 24px; text-align: center; max-width: 160px; }
.about-cred-badge .cn { font-family: var(--font-d); font-size: 36px; font-weight: 400; line-height: 1; display: block; }
.about-cred-badge small { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; opacity: .85; line-height: 1.4; display: block; margin-top: 4px; }
.about-text h2 { font-family: var(--font-d); font-size: clamp(36px, 4vw, 52px); font-weight: 400; line-height: 1.15; color: var(--charcoal); margin-bottom: 28px; }
.about-text h2 em { font-style: italic; color: var(--gold); }
.about-text p { font-size: 17px; color: var(--text-light); line-height: 1.85; margin-bottom: 20px; }
.cred-list { list-style: none; margin: 36px 0; display: flex; flex-direction: column; }
.cred-list li { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border); font-size: 15px; color: var(--text); }
.cred-list li:first-child { border-top: 1px solid var(--border); }
.ci { width: 36px; height: 36px; background: var(--gold-pale); border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* ── WHY ── */
.why-sec { padding: 120px 40px; background: var(--gold-pale); position: relative; overflow: hidden; }
.why-sec::before { content: ''; position: absolute; top: -60px; right: -60px; width: 400px; height: 400px; border: 1px solid var(--gold); border-radius: 50%; opacity: .15; }
.why-in { max-width: var(--max); margin: 0 auto; }
.why-head { text-align: center; margin-bottom: 72px; }
.why-head h2 { font-family: var(--font-d); font-size: clamp(36px, 4vw, 54px); font-weight: 400; color: var(--charcoal); line-height: 1.15; margin-top: 16px; }
.why-head h2 em { font-style: italic; color: var(--gold); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.why-card { background: var(--white); padding: 40px 36px; border-radius: 2px; position: relative; transition: transform .3s; box-shadow: 0 2px 16px rgba(28,25,23,.06); }
.why-card:hover { transform: translateY(-6px); }
.why-n { font-family: var(--font-d); font-size: 72px; font-weight: 300; color: var(--gold-pale); position: absolute; top: 24px; right: 28px; line-height: 1; }
.why-card h3 { font-family: var(--font-d); font-size: 22px; font-weight: 600; color: var(--charcoal); margin-bottom: 14px; line-height: 1.2; }
.why-card p { font-size: 15px; color: var(--text-light); line-height: 1.8; }

/* ── PROCESS ── */
.proc-sec { padding: 120px 40px; background: var(--cream); }
.proc-in { max-width: var(--max); margin: 0 auto; }
.proc-head { max-width: 600px; margin-bottom: 72px; }
.proc-head h2 { font-family: var(--font-d); font-size: clamp(36px, 4vw, 52px); font-weight: 400; color: var(--charcoal); line-height: 1.15; margin-top: 16px; }
.proc-head h2 em { font-style: italic; color: var(--gold); }
.proc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.proc-steps::before { content: ''; position: absolute; top: 23px; left: 48px; right: 48px; height: 1px; background: var(--border); z-index: 0; }
.proc-step { position: relative; padding: 0 20px; text-align: center; }
.step-n { width: 48px; height: 48px; background: var(--cream); border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; font-family: var(--font-d); font-size: 18px; color: var(--gold); position: relative; z-index: 1; transition: all .3s; }
.proc-step:hover .step-n { background: var(--gold); color: var(--white); }
.proc-step h3 { font-family: var(--font-d); font-size: 20px; font-weight: 600; color: var(--charcoal); margin-bottom: 12px; }
.proc-step p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* ── PHOTO BREAK ── */
.pb { height: 480px; position: relative; overflow: hidden; }
.pb img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.pb-ov { position: absolute; inset: 0; background: rgba(28,25,23,.55); display: flex; align-items: center; justify-content: center; }
.pb-q { text-align: center; max-width: 700px; padding: 0 40px; }
.pb-q blockquote { font-family: var(--font-d); font-size: clamp(24px, 3.5vw, 42px); font-weight: 300; font-style: italic; color: var(--white); line-height: 1.3; }
.pb-q cite { display: block; margin-top: 20px; font-size: 13px; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); font-style: normal; font-weight: 500; }

/* ── TESTIMONIALS ── */
.test-sec { padding: 120px 40px; background: var(--cream); }
.test-in { max-width: var(--max); margin: 0 auto; }
.test-head { text-align: center; margin-bottom: 64px; }
.test-head h2 { font-family: var(--font-d); font-size: clamp(36px, 4vw, 52px); font-weight: 400; color: var(--charcoal); line-height: 1.15; margin-top: 16px; }
.test-head h2 em { font-style: italic; color: var(--gold); }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.test-card { background: var(--white); padding: 36px; border-radius: 2px; box-shadow: 0 2px 20px rgba(28,25,23,.06); transition: transform .3s, box-shadow .3s; }
.test-card:hover { transform: translateY(-4px); box-shadow: 0 8px 40px rgba(28,25,23,.1); }
.test-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.test-qm { font-family: var(--font-d); font-size: 80px; color: var(--gold-pale); line-height: .8; display: block; margin-bottom: 12px; }
.test-card blockquote { font-size: 16px; color: var(--text); line-height: 1.8; font-style: italic; margin-bottom: 24px; }
.test-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--border); padding-top: 20px; }
.auth-av { width: 40px; height: 40px; background: var(--gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-d); font-size: 18px; color: var(--gold); font-weight: 600; flex-shrink: 0; }
.auth-info strong { display: block; font-size: 15px; font-weight: 600; color: var(--charcoal); }
.auth-info span { font-size: 13px; color: var(--text-light); }

/* ── CTA ── */
.cta-sec { padding: 140px 40px; background: var(--charcoal); position: relative; overflow: hidden; text-align: center; }
.cta-sec::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; border: 1px solid rgba(196,150,58,.15); border-radius: 50%; }
.cta-sec::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 900px; height: 900px; border: 1px solid rgba(196,150,58,.07); border-radius: 50%; }
.cta-c { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.cta-c h2 { font-family: var(--font-d); font-size: clamp(36px, 5vw, 64px); font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 24px; }
.cta-c h2 em { font-style: italic; color: var(--gold-light); }
.cta-c p { font-size: 18px; color: rgba(255,255,255,.6); line-height: 1.75; margin-bottom: 48px; }
.cta-label { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; margin-bottom: 24px; }
.cta-label::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold-light); }

/* ── FOOTER ── */
footer { background: #111009; padding: 60px 40px 36px; }
.ft-in { max-width: var(--max); margin: 0 auto; }
.ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 36px; }
.ft-brand img { height: 56px; width: auto; margin-bottom: 20px; }
.ft-brand p { font-size: 15px; color: rgba(255,255,255,.4); line-height: 1.75; max-width: 320px; }
.ft-col h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 20px; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ft-col ul a { font-size: 14px; color: rgba(255,255,255,.45); transition: color .3s; }
.ft-col ul a:hover { color: var(--gold-light); }
.ft-bot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.ft-bot p { font-size: 13px; color: rgba(255,255,255,.28); }
.ft-social a { color: rgba(255,255,255,.4); font-size: 13px; transition: color .3s; display: inline-flex; align-items: center; gap: 8px; }
.ft-social a:hover { color: var(--gold-light); }

/* ── SCROLL FADE ── */
.fu { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.fu.vis { opacity: 1; transform: translateY(0); }

/* ── LANGUAGE ── */
[data-lang="es"] { display: none; }
body.es [data-lang="en"] { display: none; }
body.es h1[data-lang="es"], body.es h2[data-lang="es"], body.es p[data-lang="es"],
body.es blockquote[data-lang="es"], body.es ul[data-lang="es"] { display: block; }
body.es span[data-lang="es"], body.es a[data-lang="es"], body.es small[data-lang="es"] { display: inline; }
body.es li[data-lang="es"] { display: flex; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .pain-in, .about-in { grid-template-columns: 1fr; gap: 60px; }
  .pain-img { order: -1; }
  .about-img { order: -1; padding-top: 20px; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-grid2 { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .proc-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
  .proc-steps::before { display: none; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .svc-head { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  nav { padding: 16px 20px; }
  nav.sc { padding: 12px 20px; }
  .nav-links, .btn-nav { display: none; }
  .hamburger { display: flex; }
  .hero-c { padding: 80px 20px 0; }
  .pain-sec, .svc-sec, .about-sec, .why-sec, .proc-sec, .test-sec, .cta-sec { padding: 80px 20px; }
  .trust-bar { gap: 24px; padding: 28px 20px; }
  .svc-grid, .svc-grid2, .why-grid, .proc-steps, .test-grid { grid-template-columns: 1fr; }
  .ft-top { grid-template-columns: 1fr; gap: 40px; }
  .ft-bot { flex-direction: column; text-align: center; }
  .about-cred-badge { right: 0; }
  .pain-badge { left: 0; bottom: -48px; }
  .about-img { padding-top: 0; }
  .about-accent { display: none; }
  .svc-head { margin-bottom: 48px; }
  .proc-sec { padding-bottom: 80px; }
  .pain-sec { padding-bottom: 100px; }
}
