@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

:root {
  --ink: #172b26;
  --deep: #17382f;
  --green: #295a4b;
  --sage: #8da999;
  --mint: #c8d8cd;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --gold: #c7a762;
  --line: rgba(23, 43, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.nav {
  height: 84px; padding: 0 max(5vw, 28px); display: flex; align-items: center; justify-content: space-between;
  position: absolute; z-index: 10; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.brand-name { font-family: Manrope, sans-serif; font-size: 14px; letter-spacing: .17em; }
.brand-name b { font-weight: 500; color: #c6d5cb; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.nav-links > a:not(.nav-cta) { opacity: .78; }
.nav-links > a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.4); padding: 12px 18px; display: flex; gap: 10px; align-items: center; }
.menu { display: none; background: none; color: #fff; border: 0; }

.hero { min-height: 810px; height: 100vh; position: relative; overflow: hidden; color: #fff; background: #173b31; padding: 180px max(7vw, 44px) 105px; display: flex; align-items: center; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.65) .5px, transparent .5px); background-size: 7px 7px; mix-blend-mode: overlay; pointer-events: none; }
.hero-glow { position: absolute; width: 760px; height: 760px; border-radius: 50%; right: -100px; top: 5%; background: radial-gradient(circle, rgba(126,164,141,.33), transparent 66%); }
.hero-copy { width: 58%; max-width: 760px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; letter-spacing: .22em; font-size: 11px; font-weight: 600; color: #c5d5cb; margin-bottom: 28px; }
.eyebrow span { width: 27px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: var(--green); }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 500; margin: 0; letter-spacing: -.035em; line-height: 1.07; }
h1 { font-size: clamp(54px, 6vw, 94px); }
h1 em, h2 em { font-weight: 500; color: #b8ccbf; }
.hero-copy > p { max-width: 550px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.8; margin: 32px 0 36px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; gap: 14px; padding: 17px 22px; font-size: 13px; font-weight: 600; border: 1px solid transparent; }
.button.primary { background: var(--cream); color: var(--ink); }
.text-link { display: flex; align-items: center; gap: 5px; font-size: 13px; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 5px; }
.hero-art { position: absolute; right: 5vw; top: 17%; width: 35vw; height: 65%; }
.arch { position: absolute; border: 1px solid rgba(201,222,208,.2); border-radius: 280px 280px 0 0; bottom: 0; }
.arch-one { inset: 0; border-bottom: 0; }
.arch-two { inset: 10% 13% 0; border-bottom: 0; }
.hero-card { position: absolute; inset: 24% 18% 8%; padding: 38px 34px; background: rgba(12,44,36,.72); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.mini-icon { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; border-radius: 50%; color: var(--gold); margin-bottom: 28px; }
.hero-card > span { display: block; font-size: 9px; letter-spacing: .2em; color: #aabfb3; margin-bottom: 13px; }
.hero-card strong { font: 500 23px/1.4 "Playfair Display", serif; }
.chart { height: 110px; display: flex; gap: 10px; align-items: end; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.chart i { flex: 1; background: linear-gradient(#a8c0b1, #567b69); opacity: .65; }
.seal { position: absolute; right: 0; bottom: 4%; width: 112px; height: 112px; border-radius: 50%; background: var(--gold); color: #17382f; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; font-size: 8px; text-align: center; letter-spacing: .13em; font-weight: 600; }
.hero-foot { position: absolute; left: max(7vw, 44px); bottom: 36px; display: flex; gap: 20px; align-items: center; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .22em; }
.hero-foot i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.intro, .services, .method, .fit { padding: 120px max(7vw, 44px); }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: flex-end; background: var(--cream); }
h2 { font-size: clamp(40px, 4.3vw, 67px); }
.intro h2 em, .services h2 em { color: var(--green); }
.intro-text { border-left: 1px solid var(--line); padding-left: 45px; }
.intro-text p { color: #607069; line-height: 1.85; font-size: 16px; margin: 0 0 32px; }
.signature { font: italic 22px "Playfair Display", serif; color: var(--green); }
.signature span { display: block; font: 9px "DM Sans", sans-serif; letter-spacing: .14em; color: #8c958f; margin-top: 8px; text-transform: uppercase; }

.services { background: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; gap: 60px; }
.section-head > p { max-width: 380px; color: #6a7771; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { padding: 34px 28px 38px; min-height: 360px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .3s ease; }
.service-card:hover { background: var(--deep); color: #fff; transform: translateY(-5px); }
.service-top { display: flex; justify-content: space-between; color: var(--green); margin-bottom: 70px; }
.service-card:hover .service-top { color: #bfd0c5; }
.service-top span { font-size: 11px; color: #9b9485; }
.service-card h3 { font: 500 25px "Playfair Display", serif; margin: 0 0 16px; text-transform: capitalize; }
.service-card p { font-size: 13px; color: #75817b; line-height: 1.7; min-height: 90px; }
.service-card:hover p { color: rgba(255,255,255,.6); }
.service-card a { font-size: 11px; display: flex; align-items: center; gap: 8px; letter-spacing: .06em; margin-top: 22px; }

.method { background: var(--deep); color: #fff; display: grid; grid-template-columns: 1.05fr .95fr; padding-right: 0; gap: 7vw; }
.method-copy { padding: 20px 0; max-width: 620px; }
.method-copy > p { color: rgba(255,255,255,.6); line-height: 1.8; max-width: 520px; margin: 30px 0 46px; }
.steps { border-top: 1px solid rgba(255,255,255,.14); }
.steps > div { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 13px; color: rgba(255,255,255,.62); }
.steps b { color: var(--gold); font-size: 10px; letter-spacing: .1em; }
.steps strong { color: #fff; font-weight: 500; }
.method-visual { background: #b7c9bd; color: var(--ink); min-height: 650px; padding: 70px 7vw 50px 70px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.method-visual::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(23,43,38,.16); border-radius: 50%; right: -120px; bottom: -120px; box-shadow: 0 0 0 60px rgba(255,255,255,.05), 0 0 0 120px rgba(255,255,255,.04); }
.quote-mark { font: 90px "Playfair Display", serif; color: rgba(23,43,38,.25); height: 75px; }
blockquote { font: italic 44px/1.25 "Playfair Display", serif; margin: 0; max-width: 440px; position: relative; z-index: 1; }
.line-drawing { margin-top: 50px; color: rgba(23,43,38,.45); }

.fit { background: var(--cream); }
.fit-card { border: 1px solid var(--line); padding: 55px; display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,.34); }
.fit-card h2 { font-size: 44px; }
.fit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 46px; }
.fit-list span { font-size: 13px; display: flex; gap: 10px; align-items: center; }
.fit-list svg { color: var(--green); }

.contact { background: #244d40; color: #fff; text-align: center; padding: 120px 25px; position: relative; overflow: hidden; }
.contact-orb { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.014); }
.contact .eyebrow { justify-content: center; position: relative; }
.contact h2 { position: relative; }
.contact p { color: rgba(255,255,255,.6); margin: 26px 0 36px; position: relative; }
.button.light { background: var(--cream); color: var(--ink); position: relative; }

footer { background: #122d26; color: #fff; padding: 70px max(7vw,44px) 25px; display: grid; grid-template-columns: 1.6fr .75fr 1fr 1.05fr 1.2fr; gap: 45px; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: 12px; margin: 22px 0; }
.footer-nav { display: flex; flex-direction: column; gap: 13px; font-size: 12px; color: rgba(255,255,255,.6); }
.footer-nav > span { font-size: 9px; letter-spacing: .2em; color: var(--gold); margin-bottom: 6px; }
.footer-info { display: flex; flex-direction: column; gap: 14px; font-size: 11px; color: rgba(255,255,255,.58); line-height: 1.65; }
.footer-info > span { font-size: 9px; letter-spacing: .2em; color: var(--gold); margin-bottom: 1px; }
.footer-info p { margin: 0; }
.footer-info b { color: rgba(255,255,255,.9); font-weight: 500; }
.company-data strong { color: rgba(255,255,255,.88); font-size: 10px; line-height: 1.55; font-weight: 500; }
.footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.32); font-size: 10px; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; width: 53px; height: 53px; background: var(--gold); color: var(--deep); border-radius: 50%; display: grid; place-items: center; z-index: 8; box-shadow: 0 8px 24px rgba(0,0,0,.2); }

@media (max-width: 900px) {
  .nav-links { position: absolute; top: 84px; left: 0; width: 100%; padding: 26px; background: #17382f; display: none; flex-direction: column; align-items: stretch; }
  .nav-links.is-open { display: flex; }
  .menu { display: block; }
  .hero { height: auto; min-height: 800px; padding-top: 160px; align-items: start; }
  .hero-copy { width: 100%; }
  .hero-art { opacity: .32; width: 70vw; right: -24vw; pointer-events: none; }
  .hero-card, .seal { display: none; }
  .intro { grid-template-columns: 1fr; gap: 55px; }
  .intro-text { padding-left: 0; border-left: 0; }
  .section-head { align-items: start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .method { grid-template-columns: 1fr; padding-right: max(7vw,44px); }
  .method-visual { min-height: 450px; padding: 60px; }
  .fit-card { align-items: start; flex-direction: column; gap: 45px; }
  footer { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 580px) {
  .nav { height: 72px; padding: 0 20px; }
  .nav-links { top: 72px; }
  .hero { min-height: 720px; padding: 135px 24px 100px; }
  h1 { font-size: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-foot { left: 24px; gap: 10px; }
  .hero-foot span { font-size: 7px; }
  .intro, .services, .method, .fit { padding: 85px 24px; }
  h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .service-top { margin-bottom: 48px; }
  .method-visual { padding: 44px 30px; min-height: 400px; }
  blockquote { font-size: 34px; }
  .fit-card { padding: 30px 24px; }
  .fit-card h2 { font-size: 36px; }
  .fit-list { grid-template-columns: 1fr; }
  .contact { padding: 90px 24px; }
  footer { padding: 60px 24px 24px; grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

/* Arte Contábil — identidade institucional baseada no logotipo oficial */
:root {
  --ink: #09056f;
  --deep: #09056f;
  --green: #09056f;
  --sage: #d9d8ee;
  --mint: #efeff8;
  --cream: #f7f7fa;
  --paper: #ffffff;
  --gold: #ae0000;
  --line: rgba(9, 5, 111, .14);
}

body { background: #fff; color: var(--ink); }
.nav {
  position: absolute;
  height: 94px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border-bottom: 3px solid var(--gold);
}
.brand-logo { width: 205px; height: 78px; object-fit: contain; object-position: left center; }
.nav-links > a:not(.nav-cta) { color: var(--ink); opacity: .78; font-weight: 600; }
.nav-cta { border-color: var(--gold); background: var(--gold); color: #fff; }
.menu { color: var(--ink); }

.hero {
  min-height: 690px;
  height: auto;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(9,5,111,.035) 1px, transparent 1px),
    linear-gradient(rgba(9,5,111,.035) 1px, transparent 1px),
    #fff;
  background-size: 34px 34px;
  padding-top: 165px;
  padding-bottom: 82px;
}
.hero::after { opacity: 0; }
.hero-glow {
  right: -130px;
  background: radial-gradient(circle, rgba(174,0,0,.1), transparent 66%);
}
.hero .eyebrow, .contact .eyebrow { color: var(--gold); }
.hero h1 em { color: var(--gold); }
.hero-copy > p { color: rgba(9,5,111,.68); }
.button.primary { background: var(--gold); color: #fff; box-shadow: 0 10px 28px rgba(174,0,0,.2); }
.text-link { color: var(--ink); border-color: rgba(9,5,111,.25); }
.hero-foot { color: rgba(9,5,111,.5); }
.hero-foot i { background: var(--gold); }
.hero-art { top: 20%; height: 61%; }
.logo-stage {
  position: absolute; inset: 2% 0 12%; display: grid; place-items: center;
  background: #fff; border: 1px solid rgba(9,5,111,.14);
  box-shadow: 0 24px 70px rgba(9,5,111,.12);
}
.logo-stage::before, .logo-stage::after {
  content: ""; position: absolute; border: 1px solid rgba(174,0,0,.18); border-radius: 50%;
}
.logo-stage::before { width: 430px; height: 430px; }
.logo-stage::after { width: 350px; height: 350px; border-color: rgba(9,5,111,.14); }
.logo-stage img { width: 88%; height: 78%; object-fit: contain; position: relative; z-index: 1; }
.identity-line {
  position: absolute; left: 7%; bottom: 3%; display: flex; align-items: center; gap: 12px;
  color: var(--ink); font-size: 9px; letter-spacing: .2em; font-weight: 600;
}
.identity-line i { width: 25px; height: 2px; background: var(--gold); }
.seal { background: var(--gold); color: #fff; }

.intro { background: #f7f7fa; border-top: 1px solid var(--line); }
.eyebrow.dark { color: var(--gold); }
.intro h2 em, .services h2 em { color: var(--gold); }
.intro-text p, .section-head > p { color: rgba(9,5,111,.62); }
.signature { color: var(--gold); }

.services { background: #fff; }
.service-top { color: var(--gold); }
.service-card:hover { background: var(--ink); }
.service-card:hover .service-top { color: #fff; }
.service-card p { color: rgba(9,5,111,.58); }
.service-card:hover p { color: rgba(255,255,255,.72); }
.service-card a { color: var(--gold); }
.service-card:hover a { color: #fff; }

.method { background: var(--ink); }
.method .eyebrow { color: #fff; }
.method h2 em { color: #ffb0b0; }
.method-visual { background: #f2f2f8; color: var(--ink); border-left: 8px solid var(--gold); }
.method-visual::after { border-color: rgba(174,0,0,.2); }
.steps b { color: #ffb0b0; }

.fit { background: #fff; }
.fit-card { border-top: 5px solid var(--gold); background: #f7f7fa; }
.fit-list svg { color: var(--gold); }

.contact { background: var(--gold); }
.contact-orb { border-color: rgba(255,255,255,.22); }
.contact .eyebrow { color: #fff; }
.contact h2 em { color: #fff; }
.contact .button.light { color: var(--ink); }

footer { background: #07044f; border-top: 7px solid var(--gold); }
.footer-logo { width: 220px; height: 90px; background: #fff; padding: 4px 12px; }
.footer-nav > span { color: #ff9797; }
.instagram-link { display: inline-flex; align-items: center; gap: 7px; }
.instagram-link:hover { color: #ff9797; }
.floating-whatsapp { background: var(--gold); color: #fff; }

@media (max-width: 900px) {
  .nav-links { background: #fff; border-bottom: 3px solid var(--gold); }
  .hero-art { opacity: .2; width: 66vw; }
  .logo-stage { border: 0; box-shadow: none; }
  .method-visual { border-left: 0; border-top: 7px solid var(--gold); }
}

@media (max-width: 580px) {
  .nav { height: 78px; }
  .brand-logo { width: 160px; height: 65px; }
  .nav-links { top: 78px; }
  .hero { padding-top: 140px; }
  .hero-art { display: none; }
  .footer-logo { width: 190px; }
}

.useful-links {
  padding: 120px max(7vw, 44px);
  background: #f7f7fa;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 8vw;
}
.links-intro { position: sticky; top: 35px; align-self: start; }
.links-intro h2 { font-size: clamp(40px, 4.2vw, 64px); }
.links-intro h2 em { color: var(--gold); }
.links-intro p { max-width: 430px; color: rgba(9,5,111,.62); line-height: 1.75; margin: 28px 0 45px; }
.links-intro > svg { color: rgba(174,0,0,.22); }
.links-groups { border-top: 1px solid var(--line); }
.link-group { padding: 32px 0 18px; border-bottom: 1px solid var(--line); }
.link-group h3 { margin: 0 0 15px; color: var(--gold); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.link-group a {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 18px 4px; border-bottom: 1px solid rgba(9,5,111,.08); transition: .22s ease;
}
.link-group a:last-child { border-bottom: 0; }
.link-group a:hover { padding-left: 15px; color: var(--gold); background: rgba(174,0,0,.025); }
.link-group a span { display: flex; flex-direction: column; gap: 5px; }
.link-group strong { font: 500 21px "Playfair Display", serif; }
.link-group small { color: rgba(9,5,111,.52); font-size: 12px; }

@media (max-width: 900px) {
  .useful-links { grid-template-columns: 1fr; }
  .links-intro { position: static; }
}

@media (max-width: 580px) {
  .useful-links { padding: 85px 24px; }
  .link-group strong { font-size: 19px; }
}

.client-area {
  padding: 120px max(7vw, 44px);
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 9vw;
  align-items: center;
}
.client-area .eyebrow { color: #fff; }
.client-copy h2 em { color: #ffaaaa; }
.client-copy > p { max-width: 530px; color: rgba(255,255,255,.65); line-height: 1.8; margin: 28px 0 38px; }
.client-benefits { display: grid; gap: 15px; }
.client-benefits span { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.8); font-size: 13px; }
.client-benefits svg { color: #ffaaaa; }
.portal-card { background: #fff; color: var(--ink); padding: 38px; box-shadow: 18px 18px 0 var(--gold); }
.portal-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.portal-tabs button { border: 0; background: transparent; padding: 14px 8px; color: rgba(9,5,111,.5); cursor: pointer; border-bottom: 3px solid transparent; }
.portal-tabs button.active { color: var(--ink); border-color: var(--gold); font-weight: 600; }
.portal-card form { display: grid; gap: 18px; }
.portal-card label { display: grid; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.portal-card input { width: 100%; padding: 14px 15px; border: 1px solid rgba(9,5,111,.18); color: var(--ink); background: #fafafd; font: 14px "DM Sans", sans-serif; outline: 0; }
.portal-card select, .portal-card textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(9,5,111,.18); color: var(--ink); background: #fafafd; font: 14px "DM Sans", sans-serif; outline: 0; resize: vertical; }
.portal-card input:focus, .portal-card select:focus, .portal-card textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(174,0,0,.08); }
.portal-submit { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 15px; background: var(--gold); color: #fff; border: 0; font-weight: 600; cursor: pointer; margin-top: 4px; }
.portal-message { margin: 0; padding: 12px; color: var(--ink); background: #f4f4fa; border-left: 3px solid var(--gold); font-size: 12px; line-height: 1.5; }
.portal-card > small { display: block; color: rgba(9,5,111,.48); font-size: 10px; line-height: 1.5; margin-top: 18px; }
.document-head { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 25px; }
.document-head small { color: var(--gold); letter-spacing: .16em; font-size: 9px; }
.document-head h3 { margin: 6px 0 0; font: 500 27px "Playfair Display", serif; }
.document-head button { border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 8px 13px; cursor: pointer; }
.file-field input { padding: 12px; background: #f4f4f9; }
.file-field input::file-selector-button { border: 0; background: var(--ink); color: #fff; padding: 9px 12px; margin-right: 12px; cursor: pointer; }
.file-field > span { color: rgba(9,5,111,.45); font-size: 10px; font-weight: 400; }

.essence { padding: 120px max(7vw, 44px); background: #fff; }
.essence-opening { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-bottom: 65px; }
.essence-opening h2 em { color: var(--gold); }
.essence-opening > p { color: rgba(9,5,111,.62); line-height: 1.8; margin: 0; }
.who-we-are { margin: 15px 0 20px; padding: 55px; background: var(--ink); color: #fff; }
.who-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 16px 7vw; align-items: start; }
.who-intro > span { color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.who-intro h3 { grid-column: 1; font: 500 34px/1.18 "Playfair Display",serif; margin: 0; }
.who-intro p { grid-column: 2; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.7; margin: 0; }
.who-intro p:last-child { margin-top: -3px; }
.partners { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 45px; }
.partners article { padding: 27px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.055); }
.partners small { color: rgba(255,255,255,.55); font-size: 8px; font-weight: 600; letter-spacing: .16em; }
.partners h4 { font: 500 25px "Playfair Display",serif; margin: 8px 0 10px; }
.partners p { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.65; margin: 0; }
.who-closing { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.72); font: italic 17px/1.6 "Playfair Display",serif; text-align: center; }
.essence-cards { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.essence-cards article { padding: 34px; border-right: 1px solid var(--line); min-height: 230px; }
.essence-cards article:last-child { border-right: 0; }
.essence-cards svg { color: var(--gold); }
.essence-cards h3 { font: 500 28px "Playfair Display", serif; margin: 35px 0 12px; }
.essence-cards p { color: rgba(9,5,111,.58); font-size: 13px; line-height: 1.65; margin: 0; }
.secondary-cards { margin-top: 55px; background: #fbfbfc; }
.secondary-cards article { min-height: 0; padding: 24px; display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.secondary-cards h3 { margin: 0 0 7px; font-size: 20px; }
.secondary-cards p { font-size: 11px; line-height: 1.55; }
.values-wrap { display: grid; grid-template-columns: .62fr 1.38fr; gap: 7vw; padding: 95px 0; }
.values-title > span, .difference-head > span { color: var(--gold); font-size: 10px; letter-spacing: .19em; font-weight: 600; }
.values-title h3, .difference-head h3 { font: 500 36px/1.2 "Playfair Display", serif; margin: 14px 0 0; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
.values-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.values-grid svg { color: var(--gold); margin-top: 2px; }
.values-grid i { width: 8px; height: 8px; margin: 5px 0 0 6px; border: 2px solid var(--gold); border-radius: 50%; }
.values-grid strong { font-size: 13px; }
.values-grid p { color: rgba(9,5,111,.5); font-size: 11px; line-height: 1.5; margin: 5px 0 0; }
.difference { background: #f7f7fa; border-top: 5px solid var(--gold); padding: 48px; }
.difference-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pillars article { position: relative; padding: 30px; background: #fff; }
.pillars b { position: absolute; right: 20px; top: 18px; color: rgba(9,5,111,.2); font-size: 10px; }
.pillars svg { color: var(--gold); }
.pillars h4 { font: 500 23px "Playfair Display", serif; margin: 25px 0 10px; }
.pillars p { color: rgba(9,5,111,.55); font-size: 12px; line-height: 1.6; margin: 0; }
.essence-quote { margin-top: 55px; text-align: center; }
.essence-quote p { font: italic 32px "Playfair Display", serif; margin: 0 0 15px; color: var(--ink); }
.essence-quote strong { color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

/* Sobre — narrativa compacta */
.about-flow { max-width: 1180px; margin: auto; padding-top: 76px; padding-bottom: 76px; }
.about-lead { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.about-lead h2 em { color: var(--gold); }
.about-lead p { color: rgba(9,5,111,.6); font-size: 13px; line-height: 1.75; margin: 0 0 12px; }
.history-date { display: inline-block; margin-top: 20px; color: var(--gold); font-size: 9px; letter-spacing: .18em; }
.about-story { padding-left: 32px; border-left: 2px solid var(--gold); }
.about-story p { font-size: 12px; line-height: 1.65; margin-bottom: 11px; }
.about-story p:first-child { color: var(--ink); font-weight: 500; }
.about-partners { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 55px; }
.about-partners article { position: relative; padding: 30px; color: #fff; background: var(--ink); border-bottom: 4px solid var(--gold); }
.about-partners small, .about-partners span { font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.about-partners small { color: rgba(255,255,255,.5); }
.about-partners h3 { font: 500 27px "Playfair Display",serif; margin: 12px 0 10px; }
.about-partners p { max-width: 460px; min-height: 58px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.6; }
.about-partners span { display: block; margin-top: 18px; color: #fff; }
.about-difference { margin-top: 65px; }
.about-section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.about-section-title small, .about-values > small { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.about-section-title h2 { max-width: 520px; margin: 0; font-size: 34px; text-align: right; }
.about-pillars { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.about-pillars article { padding: 27px; border-right: 1px solid var(--line); }
.about-pillars article:last-child { border-right: 0; }
.about-pillars svg { color: var(--gold); }
.about-pillars h3 { font: 500 22px "Playfair Display",serif; margin: 17px 0 8px; }
.about-pillars p { color: rgba(9,5,111,.55); font-size: 11px; line-height: 1.6; margin: 0; }
.about-foundations { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: start; margin-top: 65px; padding-top: 55px; border-top: 1px solid var(--line); }
.about-values h2 { font-size: 30px; margin: 12px 0 20px; }
.about-values > div { display: flex; flex-wrap: wrap; gap: 8px; }
.about-values span { padding: 8px 11px; color: rgba(9,5,111,.7); background: #f3f3f6; font-size: 9px; }
.about-foundation-cards { display: grid; }
.about-foundation-cards article { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.about-foundation-cards strong { color: var(--gold); font: 500 18px "Playfair Display",serif; }
.about-foundation-cards p { color: rgba(9,5,111,.55); font-size: 10px; line-height: 1.55; margin: 0; }
.about-closing { margin-top: 60px; padding: 34px; color: #fff; background: var(--gold); text-align: center; }
.about-closing p { font: italic 24px "Playfair Display",serif; margin: 0 0 10px; }
.about-closing strong { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 900px) {
  .client-area { grid-template-columns: 1fr; }
  .essence-opening, .values-wrap { grid-template-columns: 1fr; }
  .about-lead, .about-foundations { grid-template-columns: 1fr; }
  .about-story { padding: 25px 0 0; border-top: 2px solid var(--gold); border-left: 0; }
  .who-intro { grid-template-columns: 1fr; }
  .who-intro h3, .who-intro p { grid-column: 1; }
  .partners { grid-template-columns: 1fr; }
  .essence-cards { grid-template-columns: 1fr; }
  .essence-cards article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }
  .essence-cards article:last-child { border-bottom: 0; }
}

@media (max-width: 580px) {
  .client-area { padding: 85px 24px; }
  .portal-card { padding: 25px 20px; box-shadow: 9px 9px 0 var(--gold); }
  .essence { padding: 85px 24px; }
  .about-flow { padding: 58px 24px; }
  .about-partners, .about-pillars { grid-template-columns: 1fr; }
  .about-partners article { padding: 25px 22px; }
  .about-pillars article { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-section-title { align-items: start; flex-direction: column; }
  .about-section-title h2 { font-size: 29px; text-align: left; }
  .about-foundations { gap: 35px; margin-top: 50px; padding-top: 45px; }
  .about-closing { margin-top: 48px; padding: 28px 20px; }
  .about-closing p { font-size: 21px; }
  .who-we-are { padding: 36px 22px; }
  .who-intro h3 { font-size: 28px; }
  .partners article { padding: 22px 18px; }
  .values-grid, .pillars { grid-template-columns: 1fr; }
  .difference { padding: 30px 20px; }
  .difference-head { align-items: start; flex-direction: column; }
  .essence-quote p { font-size: 26px; }
}

.inner-hero {
  min-height: 510px; padding: 180px max(7vw,44px) 90px; color: #fff;
  background: linear-gradient(125deg,#09056f 0%,#151184 68%,#ae0000 160%);
}
.inner-hero h1 { font-size: clamp(48px,6vw,82px); }
.inner-hero h1 em { color: #ffaaaa; }
.inner-hero > p { max-width: 620px; color: rgba(255,255,255,.66); line-height: 1.75; font-size: 16px; margin-top: 26px; }
.inner-section { padding-top: 100px; padding-bottom: 100px; }
.home-intro { padding: 110px max(7vw,44px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 9vw; background: #f7f7fa; }
.home-intro-slim { padding-top: 68px; padding-bottom: 68px; }
.home-intro h2 em { color: var(--gold); }
.home-intro p { color: rgba(9,5,111,.6); line-height: 1.8; }
.page-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--gold); font-size: 12px; font-weight: 600; }
.home-services { padding: 110px max(7vw,44px); }
.home-paths { display: grid; grid-template-columns: repeat(3,1fr); background: var(--ink); }
.news-roll { display: grid; grid-template-columns: 230px 1fr; min-height: 92px; overflow: hidden; background: #f5f5f7; border-bottom: 1px solid var(--line); }
.news-roll-label { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 20px max(30px,4vw); color: #fff; background: var(--gold); }
.news-roll-label span { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.news-roll-label small { margin-top: 7px; color: rgba(255,255,255,.68); font-size: 8px; }
.news-roll-window { overflow: hidden; }
.news-roll-track { display: flex; width: max-content; height: 100%; animation: news-scroll 55s linear infinite; }
.news-roll-track:hover { animation-play-state: paused; }
.news-roll-track a { width: 360px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 5px 18px; padding: 16px 28px; border-right: 1px solid var(--line); }
.news-roll-track small { grid-column: 1 / -1; color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.news-roll-track strong { max-width: 300px; font: 500 15px/1.35 "Playfair Display",serif; }
.news-roll-track span { align-self: center; color: rgba(9,5,111,.45); font-size: 8px; font-weight: 700; }
@keyframes news-scroll { to { transform: translateX(-50%); } }
.important-news { padding: 100px max(7vw,44px); background: #fff; }
.important-news .section-head > p { max-width: 360px; color: rgba(9,5,111,.55); font-size: 12px; line-height: 1.65; }
.important-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 18px; }
.important-grid article, .important-grid aside { padding: 36px; border: 1px solid var(--line); }
.important-grid article { border-top: 5px solid var(--gold); }
.important-grid small, .important-grid aside > span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.important-grid h3 { font: 500 26px/1.25 "Playfair Display",serif; margin: 18px 0 12px; }
.important-grid p { color: rgba(9,5,111,.55); font-size: 12px; line-height: 1.7; }
.important-grid article a { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.important-grid aside { background: #f7f7fa; }
.history-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.notice-history { max-width: 980px; margin: auto; display: grid; gap: 16px; padding-top: 80px; padding-bottom: 80px; }
.notice-history article { padding: 34px; border: 1px solid var(--line); border-left: 5px solid var(--gold); background: #fff; }
.notice-history article > div { display: flex; align-items: center; gap: 12px; }
.notice-history small { color: rgba(9,5,111,.48); font-size: 9px; font-weight: 600; letter-spacing: .1em; }
.notice-status { padding: 5px 8px; border-radius: 20px; font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.notice-status.ativo { color: #fff; background: var(--gold); }
.notice-status.arquivado { color: rgba(9,5,111,.55); background: #ececf1; }
.notice-history h2 { font: 500 28px "Playfair Display",serif; margin: 18px 0 10px; }
.notice-history p { color: rgba(9,5,111,.58); font-size: 12px; line-height: 1.7; }
.notice-history a { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.tax-calendar-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; padding: 76px max(7vw,44px); background: #f6f6f8; }
.tax-calendar-copy h2 em { color: var(--gold); }
.tax-calendar-copy > p { max-width: 390px; color: rgba(9,5,111,.58); font-size: 13px; line-height: 1.75; }
.tax-calendar-copy > a { display: inline-block; margin-top: 18px; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.tax-calendar-copy > small { display: block; margin-top: 20px; color: rgba(9,5,111,.4); font-size: 8px; letter-spacing: .06em; }
.tax-calendar { position: relative; padding: 32px; background: #fff; border: 1px solid var(--line); box-shadow: 15px 15px 0 rgba(9,5,111,.055); }
.tax-calendar > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.tax-calendar > header div { display: flex; flex-direction: column; gap: 6px; }
.tax-calendar > header small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.tax-calendar > header strong { font: 500 29px "Playfair Display",serif; text-transform: capitalize; }
.tax-calendar > header > span { color: rgba(9,5,111,.48); font-size: 9px; }
.calendar-week, .calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); }
.calendar-week span { padding: 8px 3px; color: rgba(9,5,111,.38); font-size: 7px; font-weight: 700; text-align: center; }
.calendar-day { position: relative; min-height: 64px; display: flex; align-items: center; justify-content: center; border-top: 1px solid var(--line); border-right: 1px solid var(--line); color: rgba(9,5,111,.58); }
.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-day b { font-size: 12px; font-weight: 500; }
.calendar-day.today b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); }
.calendar-day.has-event { color: var(--ink); background: rgba(174,0,0,.035); cursor: pointer; }
.calendar-day.has-event > i { position: absolute; bottom: 11px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.day-tooltip { position: absolute; z-index: 20; left: 50%; bottom: calc(100% - 4px); width: 300px; padding: 18px; color: #fff; background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transform: translate(-50%,8px); transition: .2s ease; pointer-events: none; }
.calendar-day:nth-child(7n+1) .day-tooltip, .calendar-day:nth-child(7n+2) .day-tooltip { left: 0; transform: translate(0,8px); }
.calendar-day:nth-child(7n) .day-tooltip, .calendar-day:nth-child(7n+6) .day-tooltip { right: 0; left: auto; transform: translate(0,8px); }
.calendar-day.has-event:hover .day-tooltip, .calendar-day.has-event:focus .day-tooltip, .calendar-day.has-event:focus-visible .day-tooltip { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.calendar-day:nth-child(7n+1):hover .day-tooltip, .calendar-day:nth-child(7n+2):hover .day-tooltip, .calendar-day:nth-child(7n+1):focus .day-tooltip, .calendar-day:nth-child(7n+2):focus .day-tooltip, .calendar-day:nth-child(7n):hover .day-tooltip, .calendar-day:nth-child(7n+6):hover .day-tooltip, .calendar-day:nth-child(7n):focus .day-tooltip, .calendar-day:nth-child(7n+6):focus .day-tooltip { transform: translate(0,0); }
.day-tooltip small { color: #fff; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.day-tooltip p { margin: 9px 0 0; color: rgba(255,255,255,.72); font-size: 9px; line-height: 1.45; }
.day-tooltip ul { display: grid; gap: 6px; margin: 11px 0 0; padding: 0 0 0 15px; color: rgba(255,255,255,.82); font-size: 9px; line-height: 1.4; }
.day-tooltip details { margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.14); }
.day-tooltip summary { color: rgba(255,255,255,.62); font-size: 8px; cursor: pointer; }
.day-tooltip span { display: block; margin-top: 12px; color: #fff; font-size: 8px; font-weight: 700; }
.calendar-fallback { padding: 18px; color: rgba(9,5,111,.55); background: #f5f5f7; font-size: 10px; line-height: 1.6; text-align: center; }
.simple-calendar-section { grid-template-columns: 1fr 390px; align-items: center; }
.simple-calendar-section .tax-calendar-copy { max-width: 470px; }
.simple-calendar { width: 390px; padding: 24px; box-shadow: 10px 10px 0 rgba(9,5,111,.05); }
.simple-calendar > header { align-items: center; margin-bottom: 14px; }
.simple-calendar > header strong { font-size: 24px; }
.simple-calendar .calendar-day { min-height: 43px; }
.simple-calendar .calendar-day.has-event { background: rgba(174,0,0,.06); }
.simple-calendar .calendar-day.has-event:hover { color: #fff; background: var(--gold); }
.simple-calendar .calendar-day.has-event > i { bottom: 6px; }
.simple-calendar .day-tooltip { display: none; }
.home-paths > a { min-height: 315px; padding: 52px 40px; color: #fff; border-right: 1px solid rgba(255,255,255,.13); transition: .25s; }
.home-paths > a:hover { background: var(--gold); }
.home-paths small { color: #ffaaaa; font-size: 9px; letter-spacing: .18em; }
.home-paths a:hover small { color: #fff; }
.home-paths h3 { font: 500 31px "Playfair Display",serif; margin: 45px 0 14px; }
.home-paths p { color: rgba(255,255,255,.57); line-height: 1.65; font-size: 13px; min-height: 65px; }
.home-paths span { font-size: 11px; }
.service-detail { padding-left: max(7vw,44px); padding-right: max(7vw,44px); display: grid; grid-template-columns: 1fr 1fr; gap: 25px; background: #f7f7fa; }
.service-detail article { position: relative; padding: 45px; background: #fff; border-top: 4px solid var(--gold); }
.service-detail svg { color: var(--gold); }
.detail-number { position: absolute; right: 28px; top: 25px; color: rgba(9,5,111,.2); font-size: 11px; }
.service-detail h2 { font-size: 34px; margin: 28px 0; }
.service-detail ul { list-style: none; padding: 0; display: grid; gap: 13px; color: rgba(9,5,111,.62); font-size: 13px; }
.service-detail a { display: inline-block; margin-top: 28px; color: var(--gold); font-size: 11px; font-weight: 600; }
.links-page { max-width: 1050px; margin: auto; }
.links-page .link-group { padding: 35px 0; }
.links-page .link-group h2 { font-size: 31px; color: var(--ink); letter-spacing: 0; text-transform: none; font-family: "Playfair Display",serif; }
.client-page { padding-top: 100px; padding-bottom: 100px; }
.contact-page { padding-left: max(7vw,44px); padding-right: max(7vw,44px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; }
.contact-options { display: grid; border-top: 1px solid var(--line); }

/* Links úteis — apresentação mais compacta */
.compact-hero {
  min-height: 400px;
  padding-top: 155px;
  padding-bottom: 65px;
}

.compact-hero h1 { font-size: clamp(42px, 5vw, 66px); }

.links-page {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.links-page .link-group {
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  background: #fff;
}

.links-page .link-group h2 { margin: 0 0 16px; font-size: 22px; }
.links-page .link-group a { padding: 13px 0; }
.links-page .link-group strong { font-size: 15px; }
.links-page .link-group small { font-size: 10px; }
.links-page .link-group .link-copy { flex: 1; }


@media (max-width: 900px) {
  .news-roll { grid-template-columns: 185px 1fr; }
  .important-grid { grid-template-columns: 1fr; }
  .tax-calendar-section { grid-template-columns: 1fr; }
  .simple-calendar { width: min(100%,390px); }
  .links-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
  .news-roll { grid-template-columns: 1fr; }
  .news-roll-label { min-height: 70px; }
  .news-roll-track a { width: 300px; }
  .important-news { padding: 75px 24px; }
  .tax-calendar-section { padding: 75px 24px; }
  .tax-calendar { padding: 20px 12px; }
  .calendar-day { min-height: 52px; }
  .day-tooltip { position: fixed; left: 16px !important; right: 16px !important; bottom: 20px; width: auto; transform: translateY(8px) !important; }
  .calendar-day.has-event:focus .day-tooltip { transform: translateY(0) !important; }
  .compact-hero { min-height: 360px; }
  .links-page { grid-template-columns: 1fr; padding: 55px 24px; }
}
.contact-options a { display: flex; align-items: center; gap: 24px; padding: 28px 10px; border-bottom: 1px solid var(--line); }
.contact-options svg { color: var(--gold); }
.contact-options span { display: grid; gap: 7px; }
.contact-options small { color: var(--gold); font-size: 9px; letter-spacing: .17em; }
.contact-options strong { font: 500 23px "Playfair Display",serif; }
.office-card { background: #f7f7fa; border-top: 5px solid var(--gold); padding: 45px; display: grid; align-content: center; gap: 40px; }
.office-card > div { display: grid; grid-template-columns: 35px 1fr; gap: 15px; }
.office-card svg { color: var(--gold); }
.office-card p { margin: 0; color: rgba(9,5,111,.65); line-height: 1.7; font-size: 13px; }

@media(max-width:900px){
  .home-intro,.contact-page { grid-template-columns:1fr; }
  .home-paths { grid-template-columns:1fr; }
  .service-detail { grid-template-columns:1fr; }
}
@media(max-width:580px){
  .inner-hero { min-height:430px; padding:145px 24px 70px; }
  .home-intro,.home-services,.service-detail,.contact-page { padding-left:24px; padding-right:24px; }
  .home-paths > a { min-height:260px; }
  .service-detail article,.office-card { padding:30px 24px; }
  .contact-options strong { font-size:18px; overflow-wrap:anywhere; }
}
