/* advocat.ge shared core stylesheet.
   Generated from the rules duplicated across 142 pages.
   Page-specific rules stay inline on their page, after this file. */
* { box-sizing: border-box; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.footer-links { display: grid; gap: 9px; }
.menu a { font-weight: 800; }
.skip-link:focus { left: 8px; }
.topbar { background: var(--navy); color: rgba(255,255,255,.88); font-size: 14px; }
a { color: inherit; text-decoration: none; }
.grid { display: grid; gap: 18px; }
.menu a:hover { color: var(--brand-dark); }
.btn-primary:hover { background: var(--brand-dark); }
.menu { display: flex; align-items: center; gap: 18px; font-size: 15px; color: var(--navy-2); }
.sticky-contact { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: flex; flex-direction: column; gap: 10px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
details + details { margin-top: 12px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.btn-dark { background: var(--navy); color: white; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: white; box-shadow: 0 16px 28px rgba(154,106,33,.24); }
.footer-links a:hover { color: white; }
.legal-note { border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 22px; font-size: 13px; }
.logo-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--navy), var(--brand)); color: white; box-shadow: 0 10px 24px rgba(17,24,39,.22); }
.mobile-toggle { display: none; background: none; border: 0; font-size: 30px; color: var(--ink); cursor: pointer; }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: white; padding: 10px 14px; border-radius: 10px; z-index: 999; }
.topbar .container { min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 800; }
footer h3, footer h4 { color: #fff; }
header.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,243,236,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
html { scroll-behavior: smooth; }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.section-head p { color: var(--muted); font-size: 18px; margin: 0; }
footer { background: #0b1220; color: rgba(255,255,255,.76); padding: 54px 0 28px; }
p { margin-top: 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 18px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; text-align: center; white-space: nowrap; line-height: 1.25; }
.btn-outline { border-color: var(--line); background: rgba(255,255,255,.65); color: var(--ink); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.74); color: var(--brand-dark); font-size: 14px; font-weight: 900; max-width: 100%; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)); gap: 28px; }
.footer-links a { overflow-wrap: anywhere; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; font-size: 26px; flex: 0 0 auto; }
.nav-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.sticky-contact a { box-shadow: 0 14px 36px rgba(0,0,0,.22); }
.article-content p, .article-content li { color: var(--muted); font-size: 17px; }
.article-content { display: grid; gap: 20px; min-width: 0; }
.breadcrumbs a { color: var(--brand-dark); font-weight: 800; }
.card p, .card li { color: var(--muted); }
.card p:last-child { margin-bottom: 0; }
.card ul { margin: 12px 0 0; padding-left: 20px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 30px rgba(17,24,39,.06); min-width: 0; }
.contact-buttons .btn { width: 100%; min-height: 44px; padding: 11px 14px; border-radius: 14px; white-space: normal; overflow-wrap: anywhere; word-break: break-word; font-size: 15px; }
.contact-buttons { display: grid; gap: 10px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: 28px; align-items: start; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.cta-box p { color: rgba(255,255,255,.78); }
.cta-box { background: linear-gradient(135deg, var(--navy), var(--brand-dark)); color: white; border-radius: 32px; padding: clamp(26px, 5vw, 52px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr); gap: 24px; align-items: center; box-shadow: var(--shadow); }
.dark-band { background: var(--navy); color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.highlight { background: linear-gradient(135deg, rgba(154,106,33,.12), rgba(255,255,255,.84)); border: 1px solid rgba(154,106,33,.22); border-radius: 28px; padding: clamp(24px, 4vw, 38px); min-width: 0; }
.info-block p { color: var(--muted); font-size: 17px; }
.info-block { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: clamp(24px, 4vw, 40px); box-shadow: 0 14px 38px rgba(17,24,39,.06); min-width: 0; }
.lead { font-size: clamp(17px, 2vw, 20px); color: var(--muted); max-width: 820px; }
.mini-tags span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: rgba(154,106,33,.1); color: var(--brand-dark); font-weight: 800; font-size: 13px; line-height: 1.25; }
.mini-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.numbered .card { position: relative; padding-top: 62px; }
.numbered .card::before { counter-increment: item; content: counter(item); position: absolute; top: 20px; left: 24px; width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center; background: var(--brand); color: #fff; font-weight: 900; }
.numbered { counter-reset: item; }
.page-hero { padding: 38px 0 42px; background: radial-gradient(circle at 16% 8%, rgba(154,106,33,.14), transparent 32%), linear-gradient(180deg, #fbf8f2 0%, var(--bg) 100%); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: 28px; align-items: stretch; }
.quick-card h2 { font-size: 26px; margin-bottom: 4px; }
.quick-card p { color: var(--muted); margin: 0; }
.quick-card { background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: 0 18px 46px rgba(17,24,39,.08); display: grid; align-content: start; gap: 16px; min-width: 0; }
.quick-icon { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: rgba(154,106,33,.14); color: var(--brand-dark); font-weight: 900; flex: 0 0 auto; }
.quick-item span { display: block; color: var(--muted); font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
.quick-item strong { display: block; line-height: 1.35; margin-bottom: 2px; overflow-wrap: anywhere; }
.quick-item { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; align-items: start; padding: 12px; border-radius: 18px; background: #fbf8f2; border: 1px solid rgba(17,24,39,.08); min-width: 0; }
.quick-list { display: grid; gap: 12px; margin-top: 2px; }
.side-box .card { padding: 20px; border-radius: 22px; overflow: hidden; }
.side-box h3 { font-size: 19px; margin-bottom: 8px; letter-spacing: -.02em; }
.side-box p { font-size: 15px; line-height: 1.55; margin-bottom: 14px; }
.side-box { position: sticky; top: 98px; display: grid; gap: 14px; min-width: 0; width: 100%; }
.side-links a { display: block; width: 100%; padding: 11px 12px; border-radius: 14px; background: #fbf8f2; border: 1px solid rgba(17,24,39,.08); color: var(--brand-dark); font-weight: 850; font-size: 14px; line-height: 1.35; white-space: normal; overflow-wrap: anywhere; word-break: normal; }
.side-links a:hover { background: rgba(154,106,33,.12); }
.side-links { display: grid; gap: 9px; }
@media (max-width: 1080px) { .content-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; } .side-links a { font-size: 13.5px; padding: 10px 11px; } }
@media (max-width: 760px) { .side-box { grid-template-columns: 1fr; } }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.68; overflow-x: hidden; }
details p { color: var(--muted); margin: 12px 0 0; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; }
h1 { margin: 18px 0 16px; font-size: clamp(34px, 5vw, 58px); }
h1, h2, h3 { line-height: 1.2; letter-spacing: -.035em; }
h2 { margin: 0 0 14px; font-size: clamp(26px, 3.4vw, 42px); }
h3 { margin: 0 0 10px; font-size: 21px; }
section { padding: 64px 0; }
summary { cursor: pointer; font-weight: 900; line-height: 1.4; }
.section-head { max-width: 880px; margin-bottom: 26px; }
.service-card:hover::after { transform: scaleX(1); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { position: relative; overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: auto 0 0 0; height: 4px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.dark-band p, .dark-band li { color: rgba(255,255,255,.74); }
:root { --bg: #f7f3ec; --surface: #ffffff; --ink: #111827; --muted: #5b6472; --line: rgba(17,24,39,.12); --brand: #9a6a21; --brand-dark: #704b16; --navy: #111827; --navy-2: #1f2937; --radius: 22px; --shadow: 0 24px 60px rgba(17, 24, 39, .12); --max: 1180px; }
@media (max-width: 640px) { .container { width: min(var(--max), calc(100% - 22px)); } .topbar .container { justify-content: center; text-align: center; } .nav { min-height: 70px; } .logo { font-size: 22px; } .logo-mark { width: 40px; height: 40px; } .nav-actions .btn-outline { display: none; } .nav-actions .btn-primary { min-height: 42px; padding: 10px 13px; font-size: 14px; } .page-hero { padding: 28px 0 34px; } .eyebrow { border-radius: 14px; line-height: 1.35; } h1 { font-size: 34px; } .lead { font-size: 16px; } .hero-actions .btn, .cta-actions .btn { width: 100%; white-space: normal; } .grid-4, .footer-grid { grid-template-columns: 1fr; } section { padding: 48px 0; } .card, .quick-card, .info-block, .highlight { border-radius: 20px; padding: 20px; } .quick-item { grid-template-columns: 32px minmax(0, 1fr); gap: 10px; } .quick-icon { width: 32px; height: 32px; } .side-box .card { padding: 18px; } .side-links a { font-size: 14px; padding: 11px 12px; } .sticky-contact { left: 12px; right: 12px; bottom: 12px; flex-direction: row; } .sticky-contact .btn { flex: 1; padding-inline: 10px; min-height: 44px; font-size: 14px; } body { padding-bottom: 72px; } }
:root { --bg: #f7f3ec; --surface: #ffffff; --ink: #111827; --muted: #5b6472; --line: rgba(17,24,39,.12); --brand: #9a6a21; --brand-dark: #704b16; --navy: #111827; --navy-2: #1f2937; --soft: #fbf8f2; --radius: 22px; --shadow: 0 24px 60px rgba(17, 24, 39, .12); --max: 1180px; }
@media (max-width: 640px) { .container { width: min(var(--max), calc(100% - 22px)); } .topbar .container { justify-content: center; text-align: center; } .nav { min-height: 70px; } .logo { font-size: 22px; } .logo-mark { width: 40px; height: 40px; } .nav-actions .btn-outline { display: none; } .nav-actions .btn-primary { min-height: 42px; padding: 10px 13px; font-size: 14px; } .page-hero { padding: 28px 0 34px; } .eyebrow { border-radius: 14px; line-height: 1.35; } h1 { font-size: 34px; } .lead { font-size: 16px; } .hero-actions .btn, .cta-actions .btn { width: 100%; white-space: normal; } .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; } section { padding: 48px 0; } .card, .quick-card, .info-block, .highlight { border-radius: 20px; padding: 20px; } .quick-item { grid-template-columns: 32px minmax(0, 1fr); gap: 10px; } .quick-icon { width: 32px; height: 32px; } .side-box .card { padding: 18px; } .side-links a { font-size: 14px; padding: 11px 12px; } .sticky-contact { left: 12px; right: 12px; bottom: 12px; flex-direction: row; } .sticky-contact .btn { flex: 1; padding-inline: 10px; min-height: 44px; font-size: 14px; } body { padding-bottom: 72px; } }
@media (max-width: 980px) { .menu { position: fixed; inset: 117px 16px auto 16px; display: none; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: var(--shadow); } .menu.open { display: flex; } .mobile-toggle { display: block; } .page-hero-grid, .content-layout, .cta-box, .grid-2 { grid-template-columns: 1fr; } .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .side-box { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; } .side-box .card { height: 100%; } .cta-actions { justify-content: flex-start; } }
@media (max-width: 980px) { .menu { position: fixed; inset: 117px 16px auto 16px; display: none; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: var(--shadow); } .menu.open { display: flex; } .mobile-toggle { display: block; } .page-hero-grid, .content-layout, .cta-box, .grid-2 { grid-template-columns: 1fr; } .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .side-box { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; } .side-box .card { height: 100%; } .cta-actions { justify-content: flex-start; } }
.article-content h2 { margin-top: 0; }
.dark-band .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); box-shadow: none; }
.dark-band p, .dark-band li, .dark-band .card p { color: rgba(255,255,255,.74); }
