/*
 Theme Name: Mega Conectado
 Theme URI: https://megaconectado.com.br
 Description: Tema editorial "Revista de sinal aberto" — tecnologia, contexto e utilidade.
 Author: Divino Luciano Belmiro
 Version: 1.0.0
 Tags: blog, news, responsive, accessibility-ready
 Text Domain: megaconectado
 */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');

:root { --radius: .55rem; --background: #fff; --foreground: #24323a; --primary: #087cc2; --primary-foreground: #fff; --border: #e3e8eb; --muted: #71808a; --blue: #087cc2; --blue-deep: #07569d; --coral: #ff6d5c; --mint: #9edf64; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--foreground); font-family: 'DM Sans', sans-serif; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { transition: transform .18s ease-out, color .18s ease-out, background-color .18s ease-out, box-shadow .18s ease-out; }
button:active, a:active { transform: scale(.97); }
.container { width: min(1120px, calc(100% - 44px)); margin-inline: auto; }
.site { min-height: 100vh; background: #fff; }
.cookie-bar { background: #0756a0; color: #eaf6ff; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 12px; letter-spacing: .01em; }
.cookie-bar button { color: #fff; background: transparent; border: 0; text-decoration: underline; padding: 0; }
.cookie-bar .inline-flex { position: absolute; right: 32px; background: #fff; color: #0756a0; min-width: 120px; }
.site-header { position: sticky; z-index: 20; top: 0; background: var(--blue); color: #fff; box-shadow: 0 2px 14px #07569d35; }
.header-inner { width: min(1200px, calc(100% - 40px)); min-height: 66px; margin-inline: auto; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; color: #fff; }
.brand img { width: 32px; height: 32px; object-fit: contain; }
.brand span { font: 700 30px/1 'Barlow Condensed'; letter-spacing: -.055em; } .brand-node { width: 7px; height: 7px; border: 2px solid #a5edff; border-radius: 50%; display: inline-block; position: relative; margin-left: -3px; } .brand-node::before { content: ''; position: absolute; width: 13px; height: 1px; background: #a5edff; left: -8px; top: 1px; transform: rotate(-28deg); transform-origin: right; }
.main-nav { display: flex; flex: 1; align-items: center; gap: 17px; }
.main-nav a { font-size: 11px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; opacity: .92; white-space: nowrap; }
.main-nav a:hover { opacity: 1; color: #b9f2ff; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.search { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 10px; border-left: 1px solid #ffffff55; border-right: 1px solid #ffffff55; }
.search input { width: 56px; border: 0; outline: 0; color: #fff; background: transparent; font-size: 11px; }
.search input::placeholder { color: #d5f0ff; }
.icon-button, .menu-button { color: #fff; border: 0; background: transparent; padding: 5px; }
.menu-button { display: none; }
.hero { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(260px, .8fr); gap: 20px; padding-top: 26px; }
.hero-main, .hero-side > * { position: relative; overflow: hidden; }
.hero-main { min-height: 446px; background: #102b46; }
.hero-main img { width: 100%; height: 100%; min-height: 446px; display: block; object-fit: cover; }
.hero-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #06213dcc 0%, transparent 65%); }
.hero-overlay { position: absolute; z-index: 1; right: 36px; bottom: 30px; left: 36px; color: #fff; max-width: 640px; }
.eyebrow, .section-kicker, .footer-label { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-overlay h1 { max-width: 590px; margin: 9px 0 8px; font: 700 clamp(40px, 5vw, 64px)/.91 'Barlow Condensed'; letter-spacing: -.035em; }
.hero-overlay p { max-width: 510px; margin: 0 0 17px; font-size: 14px; line-height: 1.55; color: #e6f4fb; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; }
.text-link:hover { color: #9eeaff; }
.hero-side { display: flex; flex-direction: column; gap: 20px; }
.side-story { min-height: 265px; background: #f0f5f7; padding-bottom: 19px; }
.side-story img { display: block; width: 100%; height: 142px; object-fit: cover; margin-bottom: 14px; }
.side-story .eyebrow, .side-story h3, .side-story p { margin-inline: 20px; }
.side-story .eyebrow { color: var(--blue); }
.side-story h3 { font: 700 26px/1 'Barlow Condensed'; margin-top: 8px; margin-bottom: 12px; }
.side-story p, .card-copy p { color: var(--muted); font-size: 11px; margin-top: 0; }
.video-card { background: #09294c; color: #fff; padding: 13px; display: flex; gap: 13px; align-items: center; }
.video-thumb { position: relative; min-width: 105px; height: 78px; overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .84; }
.play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--coral); transform: translate(-50%, -50%); }
.video-card h3 { margin: 7px 0 0; font: 700 21px/1 'Barlow Condensed'; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr .78fr; gap: 20px; padding-top: 24px; padding-bottom: 74px; }
.article-card { position: relative; }
.card-image-wrap { position: relative; overflow: hidden; background: #e5eef2; aspect-ratio: 1.5; }
.card-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .28s cubic-bezier(.23,1,.32,1); }
.article-card:hover img { transform: scale(1.035); }
.card-tag, .deal-tag { position: absolute; bottom: 9px; left: 9px; background: var(--blue); color: #fff; padding: 5px 7px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.corner-line { position: absolute; right: 0; bottom: 0; width: 28%; height: 4px; background: var(--coral); }
.card-copy h3 { margin: 12px 0 5px; font: 700 26px/1 'Barlow Condensed'; letter-spacing: -.01em; }
.card-copy p { margin-bottom: 0; }
.card-copy p span { color: var(--coral); }
.newsletter { align-self: start; padding: 24px 22px 27px; background: #edf7f3; border-top: 4px solid var(--mint); }
.newsletter svg { color: #4eae68; margin-bottom: 22px; }
.newsletter .eyebrow { color: #3f7e58; }
.newsletter h3 { margin: 11px 0 10px; font: 700 28px/1 'Barlow Condensed'; }
.newsletter p { margin: 0 0 20px; color: #5d6e70; font-size: 13px; line-height: 1.55; }
.outline-button, .primary-button { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--blue); background: transparent; color: var(--blue); padding: 10px 13px; font-size: 11px; font-weight: 800; }
.outline-button:hover { background: var(--blue); color: #fff; }
.section-title { margin-bottom: 22px; }
.section-kicker { display: flex; align-items: center; gap: 9px; color: var(--blue); }
.section-kicker.coral { color: var(--coral); }
.section-kicker > span:last-child { display: inline-block; width: 30px; height: 3px; background: currentColor; } .node-line { display: inline-flex !important; position: relative; width: 22px !important; height: 7px !important; background: transparent !important; align-items: center; } .node-line::before { content: ''; width: 19px; height: 1px; background: currentColor; position: absolute; top: 3px; left: 1px; } .node-line i, .node-line b { display: block; position: absolute; width: 5px; height: 5px; border: 1px solid currentColor; border-radius: 50%; background: #fff; } .node-line i { left: 0; top: 1px; } .node-line b { right: 0; top: 1px; }
.section-title h2 { margin: 6px 0 0; font: 700 40px/.95 'Barlow Condensed'; letter-spacing: -.02em; }
.news-section { padding-bottom: 80px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 20px; margin-bottom: 34px; }
.deals-section { background: #fff2f4; padding: 46px 0 56px; border-top: 1px solid #f6dfe4; border-bottom: 1px solid #f6dfe4; }
.deals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.deal-card { position: relative; background: #fff; padding-bottom: 17px; }
.deal-card img { display: block; width: 100%; height: 190px; object-fit: cover; }
.deal-card h3, .deal-card strong, .deal-card a { margin-inline: 16px; }
.deal-card h3 { font: 700 25px/1 'Barlow Condensed'; margin-top: 16px; margin-bottom: 9px; }
.deal-card strong { display: block; font-size: 13px; color: #e05446; }
.deal-card a { display: inline-flex; align-items: center; gap: 5px; margin-top: 17px; color: var(--blue); font-size: 11px; font-weight: 800; }
.utility-section { display: grid; grid-template-columns: .9fr 1.3fr; align-items: center; gap: 70px; padding-top: 90px; padding-bottom: 92px; }
.utility-copy p { max-width: 400px; color: #6b7a83; line-height: 1.65; font-size: 14px; }
.primary-button { margin-top: 10px; background: var(--blue); color: #fff; }
.primary-button:hover { background: var(--blue-deep); box-shadow: 0 8px 20px #087cc233; }
.phone-shelf { display: flex; align-items: end; justify-content: space-around; min-height: 240px; border-bottom: 1px solid #dbe3e7; }
.phone-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #374852; font: 700 20px/1 'Barlow Condensed'; }
.phone-item small { color: var(--blue); font: 700 10px 'DM Sans'; text-transform: uppercase; letter-spacing: .08em; }
.phone { width: 58px; height: 122px; border: 4px solid #1f2c32; border-radius: 11px; box-shadow: inset 0 0 0 3px #d8e0e3; background: linear-gradient(150deg, #d9e7ea, #78929d); transform: rotate(-7deg); }
.phone-2 { height: 145px; transform: rotate(5deg); background: linear-gradient(150deg, #ece5d9, #a89b8d); }
.phone-3 { height: 135px; border-radius: 18px; transform: rotate(-4deg); background: linear-gradient(150deg, #222d3e, #6f8cb3); }
.phone-4 { height: 115px; transform: rotate(9deg); background: linear-gradient(150deg, #f2d6dc, #b26f84); }
.topics-section { padding-bottom: 92px; }
.topic-row { display: flex; flex-wrap: wrap; gap: 10px; }
.topic-pill { display: inline-flex; align-items: center; gap: 14px; border: 1px solid #dce5e9; padding: 13px 16px; color: #41515a; font-size: 13px; }
.topic-pill span { color: var(--blue); font-size: 10px; font-weight: 800; }
.topic-pill:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.site-footer { background: #07569d; color: #d9effa; padding: 52px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr 1.3fr; gap: 30px; }
.footer-brand { margin-bottom: 18px; }
.footer-brand span { font-size: 32px; }
.footer-grid p { font-size: 13px; line-height: 1.6; color: #a9d5e9; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-label { color: #8ae5ff; margin-bottom: 5px; }
.footer-grid a:not(.brand) { font-size: 12px; }
.footer-grid a:not(.brand):hover { color: #fff; }
.footer-note { justify-content: end; text-align: right; }
.footer-note span { font-size: 12px; color: #9dcce0; }
.footer-note strong { color: #fff; font: 700 40px/.85 'Barlow Condensed'; position: relative; display: inline-block; } .footer-note strong::after { content: ''; display: inline-block; width: 8px; height: 8px; margin-left: 8px; border: 2px solid #8ae5ff; border-radius: 50%; vertical-align: 7px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #ffffff2b; margin-top: 46px; padding-top: 16px; color: #9dcce0; font-size: 10px; }
.dark-site { background: #13222b; color: #ecf5f6; } .dark-site .node-line i, .dark-site .node-line b { background: #13222b; } .dark-site .side-story, .dark-site .newsletter { filter: brightness(.85); } .dark-site .news-section, .dark-site .utility-section, .dark-site .topics-section { background: #13222b; } .dark-site .card-copy p, .dark-site .utility-copy p { color: #a8b8bd; }
@media (max-width: 1000px) { .main-nav { gap: 10px; } .main-nav a:nth-child(n+5) { display: none; } .hero { grid-template-columns: 1fr .72fr; } .quick-grid { grid-template-columns: 1fr 1fr; } .newsletter { grid-column: span 2; } .utility-section { gap: 30px; } }
@media (max-width: 720px) { .container { width: min(100% - 28px, 540px); } .cookie-bar { padding: 8px 76px 8px 14px; justify-content: start; min-height: 48px; } .cookie-bar .inline-flex { right: 12px; min-width: 58px; } .header-inner { width: calc(100% - 28px); min-height: 58px; justify-content: space-between; } .brand span { font-size: 26px; } .menu-button { display: block; } .main-nav { display: none; position: absolute; top: 58px; right: 0; left: 0; padding: 16px 20px; background: #07569d; flex-direction: column; align-items: start; gap: 16px; box-shadow: 0 10px 22px #042b4c44; } .main-nav.open { display: flex; } .main-nav.open a:nth-child(n) { display: block; } .search { border: 0; padding: 0; } .search input { display: none; } .hero { display: block; padding-top: 14px; } .hero-main, .hero-main img { min-height: 380px; } .hero-overlay { right: 20px; bottom: 22px; left: 20px; } .hero-overlay h1 { font-size: 46px; } .hero-side { margin-top: 16px; } .quick-grid, .article-grid, .deals-grid, .utility-section { display: block; padding-bottom: 52px; } .quick-lead, .article-card, .deal-card { margin-bottom: 24px; } .newsletter { margin-top: 26px; } .section-title h2 { font-size: 36px; } .utility-section { padding-top: 58px; } .phone-shelf { margin-top: 38px; min-height: 210px; } .phone-item { font-size: 16px; } .phone { width: 43px; height: 95px; } .phone-2 { height: 112px; } .phone-3 { height: 104px; } .phone-4 { height: 87px; } .topics-section { padding-bottom: 62px; } .footer-grid { grid-template-columns: 1fr 1fr; } .footer-note { grid-column: span 2; text-align: left; align-items: start; } .footer-bottom { display: block; line-height: 1.8; } }
.article-page { padding-top: 26px; padding-bottom: 70px; max-width: 760px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb span[aria-hidden] { opacity: .5; }
.article-kicker { color: var(--blue); }
.article-title { margin: 8px 0 14px; font: 700 clamp(34px, 4.6vw, 56px)/.98 'Barlow Condensed'; letter-spacing: -.025em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-hero { aspect-ratio: 16/9; background: #e5eef2; overflow: hidden; margin-bottom: 26px; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-body { font-size: 17px; line-height: 1.75; color: #2c3a42; }
.article-body .lead { font-size: 20px; line-height: 1.6; color: #1f2c32; font-weight: 500; margin-top: 0; }
.article-body h2 { font: 700 30px/1 'Barlow Condensed'; letter-spacing: -.02em; margin: 34px 0 12px; }
.article-body p { margin: 0 0 18px; }
.article-body code { background: #eef3f5; padding: 2px 6px; border-radius: 4px; font-size: .9em; }
.article-faq details { border: 1px solid var(--border); border-radius: 8px; padding: 12px 16px; margin-bottom: 10px; }
.article-faq summary { cursor: pointer; font-weight: 700; color: var(--blue-deep); }
.article-faq p { margin: 10px 0 0; font-size: 15px; }
.article-related { margin-top: 48px; }
.related-title { font: 700 32px/1 'Barlow Condensed'; letter-spacing: -.02em; margin: 0 0 20px; }
.article-back { margin-top: 34px; display: inline-flex; }
@media (max-width: 720px) { .article-page { padding-top: 16px; } .article-body { font-size: 16px; } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

.card-image-wrap:not(:has(img)), .side-story:not(:has(img)) { background: linear-gradient(135deg, #087cc2 0%, #07569d 100%); }
.card-image-wrap:not(:has(img))::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 15%, rgba(158,223,100,.5), transparent 45%), radial-gradient(circle at 12% 85%, rgba(255,109,92,.45), transparent 40%); }
.hero-main:not(:has(img)) { background: linear-gradient(135deg, #102b46 0%, #07569d 100%); }

.article-body table, .mc-compare, .mc-proscons { width:100%; border-collapse:collapse; margin:18px 0; font-size:14px; }
.article-body th, .article-body td, .mc-compare th, .mc-compare td, .mc-proscons th, .mc-proscons td { border:1px solid #e3e8eb; padding:9px 11px; text-align:left; vertical-align:top; }
.article-body thead th, .mc-compare thead th, .mc-proscons th { background:#f0f5f7; color:#07569d; }
.mc-proscons td:first-child { color:#3f7e58; }
.mc-proscons td:last-child { color:#b04a52; }
.mc-proscons ul, .mc-compare ul { margin:0; padding-left:18px; }
.mc-ratings { list-style:none; padding:0; margin:14px 0; }
.mc-ratings li { background:#edf7f3; border-left:4px solid #9edf64; padding:7px 11px; margin-bottom:7px; font-size:14px; }
.mc-aff-disclosure { font-size:12px; color:#37515a; background:#f6f9fb; border:1px solid #e3e8eb; padding:11px 13px; border-radius:8px; margin:0 0 20px; }
.mc-compare .mc-prod-card { border:none; }

/* === Leitura: layout minimalista (single) === */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--coral); z-index: 30; transition: width .08s linear; }
.article-page { padding-top: 26px; padding-bottom: 70px; max-width: 1120px; }
.article-layout { display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 54px; align-items: start; }
.article-toc-wrap { position: sticky; top: 86px; align-self: start; }
.article-toc { border-left: 2px solid var(--border); padding-left: 16px; }
.article-toc .toc-label { display: block; font: 700 12px/1 'Barlow Condensed'; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.article-toc ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.article-toc a { font-size: 13.5px; color: var(--muted); line-height: 1.3; }
.article-toc a:hover, .article-toc a.active { color: var(--blue); }
.article-toc a.active { font-weight: 600; }
.article-main { max-width: 720px; min-width: 0; }
.article-lead { font-size: 20px; line-height: 1.55; color: #1f2c32; font-weight: 500; margin: 4px 0 22px; }
.article-meta { align-items: center; }
.meta-author { display: inline-flex; align-items: center; gap: 8px; }
.meta-avatar { border-radius: 50%; }
.article-share { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 4px 0 22px; }
.share-label { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-right: 4px; }
.share-btn { font-size: 12px; font-weight: 700; padding: 6px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--blue-deep); background: #fff; cursor: pointer; }
.share-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.article-share-end { margin: 30px 0 6px; padding-top: 18px; border-top: 1px solid var(--border); }
.author-box { display: flex; gap: 16px; align-items: flex-start; background: #f6f9fb; border: 1px solid var(--border); border-radius: 12px; padding: 18px; margin-top: 34px; }
.author-avatar img { border-radius: 50%; }
.author-name { display: block; font: 700 16px 'DM Sans'; margin-bottom: 4px; color: var(--blue-deep); }
.author-bio { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.article-related { margin-top: 56px; }
.article-body h2 { scroll-margin-top: 86px; }
@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; gap: 0; }
  .article-toc-wrap { position: static; margin-bottom: 18px; }
  .article-toc { border-left: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 12px 0; }
  .article-toc ul { flex-direction: row; flex-wrap: wrap; gap: 10px 16px; }
  .article-main { max-width: 100%; }
}

.author-role{display:block;font-size:.8rem;font-weight:600;color:#087CC2;letter-spacing:.02em;margin:.15rem 0 .5rem;}

.contact-page .contact-head{margin-bottom:2rem}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem;margin:1.5rem 0 2.5rem}
.contact-subtitle{font-size:1.1rem;margin:0 0 .8rem}
.contact-list{list-style:none;padding:0;margin:0 0 1.2rem}
.contact-list li{margin-bottom:1rem;line-height:1.5}
.ci-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#087CC2;margin-bottom:.15rem}
.contact-note{font-size:.92rem;color:#51606b;background:#f3f8fc;border-left:3px solid #087CC2;padding:.9rem 1rem;border-radius:0 10px 10px 0}
.contact-form{background:#fff;border:1px solid #e6ebf0;border-radius:14px;padding:1.4rem}
.form-row{margin:0 0 1rem;display:flex;flex-direction:column}
.form-row label{font-weight:600;margin-bottom:.35rem;font-size:.92rem}
.form-row input,.form-row textarea{padding:.7rem .8rem;border:1px solid #d7dde3;border-radius:10px;font:inherit;color:inherit;background:#fff}
.form-row input:focus,.form-row textarea:focus{outline:none;border-color:#087CC2;box-shadow:0 0 0 3px rgba(8,124,194,.15)}
.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.btn-primary{background:#087CC2;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .15s}
.btn-primary:hover{background:#0669a6}
.form-message{padding:.8rem 1rem;border-radius:10px;margin-bottom:1rem;font-weight:600}
.form-ok{background:#e7f6ee;color:#0a7d3f}
.form-err{background:#fdeaea;color:#b3261e}
.faq-list{margin-top:.5rem}
.faq-item{border-bottom:1px solid #e6ebf0;padding:.2rem 0}
.faq-item summary{font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:.9rem 0}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:1.3rem;color:#087CC2;font-weight:700}
.faq-item[open] summary::after{content:'3'}
.faq-answer{padding:0 0 1rem;color:#3c4750;line-height:1.6}
@media (max-width:820px){.contact-grid{grid-template-columns:1fr}}
