:root{--db-bg: #f8f9fa;--db-sidebar-bg: #15242E;--db-card-bg: #ffffff;--db-text-main: #2d3436;--db-text-muted: #636e72;--db-border: #f1f2f6;--db-accent: #C8A450;--db-accent-dark: #b69340}.db-root{display:flex;min-height:100vh;background-color:var(--db-bg);color:var(--db-text-main);font-family:Inter,sans-serif}.db-sidebar{width:280px;background-color:var(--db-sidebar-bg);color:#fff;display:flex;flex-direction:column;padding:2rem 1.5rem;position:sticky;top:0;height:100vh;border-right:1px solid rgba(255,255,255,.05);z-index:100}.db-logo{font-family:Unbounded,sans-serif;font-size:1.25rem;font-weight:700;color:var(--db-accent);margin-bottom:3rem;display:flex;align-items:center;gap:.75rem;text-decoration:none}.db-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.db-nav-item{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:12px;color:#fff9;font-weight:500;font-size:.95rem;transition:all .2s;text-decoration:none}.db-nav-item:hover{background-color:#ffffff14;color:#fff}.db-nav-item.active{background-color:var(--db-accent);color:#15242e}.db-nav-item svg{width:18px;height:18px}.db-user-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.75rem}.db-user-avatar{width:40px;height:40px;border-radius:10px;background-color:var(--db-accent);display:flex;align-items:center;justify-content:center;color:#15242e;font-weight:700}.db-user-info{display:flex;flex-direction:column;min-width:0}.db-user-info span{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.db-user-info small{color:#ffffff80;font-size:.75rem}.db-main{flex:1;padding:2.5rem 3rem;display:flex;flex-direction:column;gap:2rem;overflow-y:auto}.db-header{display:flex;justify-content:space-between;align-items:center}.db-title-area h1{font-family:Unbounded,sans-serif;font-size:1.75rem;margin-bottom:.35rem;color:#15242e}.db-title-area p{color:var(--db-text-muted);font-size:.95rem}.db-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.db-stat-card{background:var(--db-card-bg);padding:1.5rem;border-radius:20px;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--db-border)}.db-stat-label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#b2bec3;letter-spacing:.05em}.db-stat-value{font-size:1.75rem;font-family:Unbounded,sans-serif;color:#15242e}.db-stat-desc{font-size:.8rem;color:var(--db-text-muted)}.db-content-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem}.db-panel{background:var(--db-card-bg);border-radius:24px;padding:1.75rem;box-shadow:0 4px 25px #0000000a;border:1px solid var(--db-border)}.db-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.db-panel-header h2{font-family:Unbounded,sans-serif;font-size:1.15rem;color:#15242e}.db-button{padding:.7rem 1.25rem;border-radius:12px;font-weight:600;font-size:.9rem;transition:all .2s;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif}.db-button-primary{background-color:var(--db-accent);color:#15242e}.db-button-primary:hover{background-color:var(--db-accent-dark);transform:translateY(-1px)}.db-button-outline{background-color:transparent;border:1.5px solid #dfe6e9;color:var(--db-text-main)}.db-button-outline:hover{background-color:#f8f9fa;border-color:#b2bec3}.db-table-container{overflow-x:auto}.db-table{width:100%;border-collapse:separate;border-spacing:0 .5rem}.db-table tr{background:#fff;transition:all .2s}.db-table tr.active{background:#fdf9f0;outline:1px solid var(--db-accent)}.db-table td{padding:1rem;border-top:1px solid var(--db-border);border-bottom:1px solid var(--db-border)}.db-table td:first-child{border-left:1px solid var(--db-border);border-radius:12px 0 0 12px}.db-table td:last-child{border-right:1px solid var(--db-border);border-radius:0 12px 12px 0}.db-table-btn{background:none;border:none;padding:0;width:100%;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:.25rem}.db-table-btn strong{color:#15242e;font-size:.95rem}.db-table-btn span{font-size:.85rem;color:var(--db-text-muted)}.db-badge{padding:.3rem .6rem;border-radius:8px;font-size:.7rem;font-weight:700;text-transform:uppercase}.db-badge-pending{background:#ffeaa7;color:#9c7c10}.db-badge-confirmed{background:#d1fae5;color:#065f46}.db-badge-cancelled{background:#fee2e2;color:#991b1b}.db-badge-completed{background:#dbeafe;color:#1e40af}.db-form{display:flex;flex-direction:column;gap:1.25rem}.db-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.db-label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;font-size:.85rem;color:#15242e}.db-input,.db-select,.db-textarea{padding:.75rem 1rem;border-radius:10px;border:1.5px solid #dfe6e9;font-family:Inter,sans-serif;font-size:.9rem;background:#fff}.db-textarea{min-height:100px;resize:vertical}.db-input:focus,.db-select:focus,.db-textarea:focus{outline:none;border-color:var(--db-accent)}.db-chat-panel{display:flex;flex-direction:column;height:600px}.db-chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fcfcfc;border-radius:12px;border:1px solid var(--db-border);margin-bottom:1.25rem}.db-chat-bubble{max-width:85%;padding:.85rem 1rem;border-radius:15px;font-size:.9rem;position:relative;display:flex;flex-direction:column;gap:.25rem}.db-chat-bubble-sent{align-self:flex-end;background-color:#15242e;color:#fff;border-bottom-right-radius:2px}.db-chat-bubble-received{align-self:flex-start;background-color:#fff;color:#2d3436;border:1px solid var(--db-border);border-bottom-left-radius:2px}.db-chat-bubble strong{font-size:.75rem;opacity:.8}.db-chat-bubble small{font-size:.7rem;opacity:.6;align-self:flex-end}.db-list{display:flex;flex-direction:column;gap:.75rem}.db-list-item{padding:1rem;border-radius:12px;background:#fbfbfb;border:1px solid var(--db-border);display:flex;justify-content:space-between;align-items:center}.db-list-info{display:flex;flex-direction:column;gap:.25rem}.db-list-info strong{font-size:.95rem;color:#15242e}.db-list-info span{font-size:.85rem;color:var(--db-text-muted)}.db-list-actions{display:flex;gap:.5rem}@media (max-width: 1024px){.db-sidebar{width:220px;padding:2rem 1rem}.db-logo{margin-bottom:2rem}.db-nav-item{padding:.85rem .9rem}.db-content-grid{grid-template-columns:1fr}.db-stats-grid{grid-template-columns:repeat(2,1fr)}.db-main{padding:2rem}}@media (max-width: 768px){.db-root{flex-direction:column}.db-sidebar{width:100%;height:auto;position:relative;padding:1rem}.db-logo{margin-bottom:1rem}.db-nav{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}.db-nav-item{justify-content:center;white-space:nowrap}.db-user-footer{display:none}.db-main{padding:1.5rem 1rem}.db-stats-grid{grid-template-columns:1fr}.db-header{flex-direction:column;align-items:flex-start;gap:1rem}.db-title-area h1{font-size:1.45rem}.db-form-row{grid-template-columns:1fr}.db-list-item{flex-direction:column;align-items:flex-start;gap:.75rem}.db-list-actions{width:100%}.db-list-actions>*{flex:1}.db-chat-panel{height:auto;min-height:520px}.db-chat-bubble{max-width:100%}.db-table td{padding:.75rem}}@media (max-width: 560px){.db-sidebar{padding:.85rem}.db-main{padding:1rem .85rem}.db-panel{padding:1.1rem;border-radius:18px}.db-table-btn strong{font-size:.9rem}.db-table-btn span,.db-list-info span{font-size:.8rem}}:root{--color-accent: #C8A450;--color-text-dark: #555555;--color-light: #FFFFFF;--color-dark: #000000;--color-text-light: #EAEAEA;--color-charcoal: #15242E;--color-ocean-pine: #356469;--font-heading: "Unbounded", sans-serif;--font-text: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-text);color:var(--color-text-dark);background-color:var(--color-light);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0;color:var(--color-dark)}p{margin:0}a{text-decoration:none;color:inherit}button{font-family:var(--font-text);cursor:pointer}img{display:block;max-width:100%}.brand{font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--color-light);letter-spacing:-.02em}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 3.5rem;background:transparent;position:absolute;top:0;left:0;right:0;z-index:100}.nav-links{display:flex;align-items:center;background-color:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:.65rem 2rem;border-radius:50px;gap:1.75rem;border:1px solid rgba(255,255,255,.12)}.nav-links a{color:#ffffffd9;font-size:13.5px;font-weight:500;transition:color .3s;white-space:nowrap}.nav-links a:hover{color:var(--color-accent)}.quote-btn{background-color:var(--color-accent);color:var(--color-dark);border:none;padding:.7rem 1.2rem;border-radius:50px;font-weight:600;font-size:13.5px;display:flex;align-items:center;gap:.5rem;transition:transform .2s,box-shadow .3s;white-space:nowrap}.quote-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c8a45059}.quote-btn .arrow-circle{background-color:var(--color-light);color:var(--color-dark);width:28px;height:28px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:13px}.hero{background:linear-gradient(160deg,#1a3040,#0d1b24,#0a1118);height:100vh;max-height:100vh;padding:0;display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:0 0 40px 40px}.hero-content{display:grid;grid-template-columns:1fr 1.1fr 1fr;align-items:end;flex:1;padding:6rem 3.5rem 0;position:relative;z-index:2;min-height:0;overflow:hidden}.hero-left{align-self:center;padding-bottom:3rem}.sra-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--color-text-light);padding:.45rem 1rem;border-radius:50px;font-size:11px;font-weight:600;letter-spacing:.04em;margin-bottom:1.5rem}.hero h1{color:var(--color-light);font-size:clamp(2.2rem,3.5vw,3.6rem);line-height:1.15;letter-spacing:-.02em}.hero h1 span{color:var(--color-accent);display:block}.hero-center{position:relative;display:flex;justify-content:center;align-items:flex-end;align-self:end;height:100%;min-height:0}.hero-center img.lawyer-img{position:relative;z-index:3;height:95%;max-height:620px;width:auto;object-fit:contain;mask-image:radial-gradient(ellipse 70% 80% at 50% 40%,black 40%,transparent 72%);-webkit-mask-image:radial-gradient(ellipse 70% 80% at 50% 40%,black 40%,transparent 72%)}.hero-center .scales-bg{position:absolute;top:20%;left:50%;transform:translate(-50%);width:420px;height:420px;opacity:.06;z-index:1}.hero-right{align-self:center;padding-bottom:3rem;display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.review-card{background-color:#ffffff12;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.25rem 1.5rem;color:var(--color-text-light);width:280px}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.social-icons{display:flex}.social-icons .circle{width:30px;height:30px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:13px;border:2px solid var(--color-charcoal)}.social-icons .google{color:#db4437;z-index:2;position:relative}.social-icons .facebook{color:#4267b2;margin-left:-8px;z-index:1}.rating-info{display:flex;flex-direction:column;gap:.1rem}.stars{color:#ffb800;font-size:12px;display:flex;align-items:center;gap:.35rem}.rating-score{font-weight:700;color:var(--color-light);font-size:15px}.review-count{font-size:12px;color:#fff9}.review-text{font-size:13px;line-height:1.5;color:#ffffffb3}.start-case-btn{background-color:var(--color-accent);color:var(--color-dark);border:none;padding:.85rem 1.5rem;border-radius:50px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;font-size:14px;transition:transform .2s,box-shadow .3s}.start-case-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c8a45059}.start-case-btn .arrow-circle{background-color:var(--color-light);color:var(--color-dark);width:26px;height:26px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 3.5rem;z-index:2;position:relative;flex-shrink:0}.stat-item{display:flex;align-items:center;gap:.75rem;color:var(--color-light)}.stat-icon{width:36px;height:36px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:20px;height:20px;stroke:var(--color-text-light);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.stat-item h3{color:var(--color-light);font-size:1.75rem;line-height:1;letter-spacing:-.02em}.stat-item p{color:#ffffff80;font-size:13px;line-height:1.3}.stat-text{display:flex;flex-direction:column;gap:.15rem}.about-section{padding:6rem 3.5rem;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.section-label{display:inline-block;border:1.5px solid rgba(0,0,0,.25);padding:.4rem 1.1rem;border-radius:50px;font-size:11px;font-weight:600;letter-spacing:.06em;margin-bottom:1.5rem;text-transform:uppercase}.about-left h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1;letter-spacing:-.02em}.about-right{display:flex;flex-direction:column;gap:1.25rem}.about-right p{font-size:15px;line-height:1.7;color:var(--color-text-dark)}.about-right p:first-of-type{font-weight:600;color:var(--color-dark);font-size:16px}.gold-btn{background-color:var(--color-accent);color:var(--color-dark);border:none;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;font-size:14px;align-self:flex-start;margin-top:.5rem;transition:transform .2s,box-shadow .3s}.gold-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c8a45059}.gold-btn .arrow-circle{background-color:var(--color-light);color:var(--color-dark);width:26px;height:26px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px}.services-section{background:linear-gradient(160deg,#1a3040,#0d1b24,#0a1118);padding:5rem 3.5rem;border-radius:40px 40px 0 0;margin:0;color:var(--color-light)}.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.services-header .section-label{border-color:#ffffff40;color:var(--color-light)}.services-header h2{color:var(--color-light);font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1;letter-spacing:-.02em}.services-header h2 span{color:var(--color-accent);font-style:italic}.services-nav{display:flex;align-items:flex-end;gap:.75rem}.services-nav p{color:#ffffff80;max-width:260px;font-size:14px;line-height:1.5;margin-right:1rem}.nav-arrow{width:44px;height:44px;border-radius:50%;background-color:#ffffff0f;border:1px solid rgba(255,255,255,.15);color:var(--color-light);display:flex;justify-content:center;align-items:center;font-size:18px;transition:all .3s;flex-shrink:0}.nav-arrow.active{background-color:var(--color-light);color:var(--color-dark);border-color:var(--color-light)}.nav-arrow:hover{background-color:#ffffff26}.nav-arrow.active:hover{background-color:var(--color-text-light)}.services-grid{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.services-grid::-webkit-scrollbar{display:none}.service-card{background-color:var(--color-light);border-radius:20px;padding:1.75rem;min-width:300px;max-width:320px;flex-shrink:0;color:var(--color-dark);display:flex;flex-direction:column;scroll-snap-align:start;transition:transform .3s}.service-card:hover{transform:translateY(-4px)}.service-card.dark{background-color:var(--color-charcoal);color:var(--color-light);border:1px solid rgba(255,255,255,.08)}.service-tag{display:inline-block;border:1.5px solid rgba(0,0,0,.2);padding:.35rem 1rem;border-radius:50px;font-size:10px;font-weight:600;letter-spacing:.06em;margin-bottom:1rem;text-transform:uppercase;align-self:flex-start}.service-card.dark .service-tag{border-color:#fff3;color:var(--color-light)}.service-card h3{font-size:1.35rem;line-height:1.2;letter-spacing:-.01em;margin-bottom:1.25rem}.service-card.dark h3{color:var(--color-light)}.service-image{width:100%;height:180px;border-radius:14px;object-fit:cover;margin-bottom:1.25rem}.service-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:1rem}.service-footer p{font-size:13px;color:var(--color-text-dark);line-height:1.5;flex:1}.service-card.dark .service-footer p{color:#ffffff8c}.service-arrow{width:38px;height:38px;border-radius:50%;border:1.5px solid rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center;color:var(--color-accent);background:transparent;transition:all .3s;flex-shrink:0;font-size:14px}.service-card.dark .service-arrow{border-color:#ffffff26;color:var(--color-light)}.service-arrow:hover{background-color:var(--color-accent);color:var(--color-light);border-color:var(--color-accent)}.page{max-width:1120px;margin:100px auto 0;padding:2rem 1.5rem 4rem}.detail-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:1.25rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--color-accent);font-size:.8rem}.grid,.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.search-bar{margin-top:1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:.75rem;align-items:end}.card{background:#fff;border-radius:24px;padding:1.4rem;box-shadow:0 18px 60px #1b375f14;border:1px solid #dde6f1}.auth-layout{display:grid;place-items:center;min-height:calc(100vh - 90px)}.auth-card{width:min(100%,420px)}.form-stack{display:grid;gap:.8rem}.form-stack input,.form-stack select,.form-stack textarea,.card button{width:100%;border-radius:14px;border:1px solid #ccd8e8;padding:.9rem 1rem;font-family:var(--font-text)}.card button{background:var(--color-accent);color:#fff;cursor:pointer;border:none;font-weight:600}.ghost{margin-top:.75rem;background:transparent;border:none;color:var(--color-accent)}.price,.success{color:var(--color-ocean-pine);font-weight:600}.error{color:#a11d29}.list-item{display:grid;gap:.35rem;padding:.9rem 0;border-bottom:1px solid #ebf0f6}.list-button{text-align:left;background:transparent;border:0;color:inherit;width:100%;cursor:pointer}.list-button.is-active{background:#f4f7fb;border-radius:14px;padding:.9rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stats div{background:#f4f7fb;padding:1rem;border-radius:18px;display:grid;gap:.3rem}.inline-link{color:var(--color-accent);font-weight:600}.stack-gap{display:grid;gap:.75rem;margin-top:1rem}.pill-row{display:flex;gap:.75rem;flex-wrap:wrap;padding:.8rem 1rem;border-radius:14px;background:#f4f7fb}.chat-list{display:grid;gap:.75rem;margin-bottom:1rem}.chat-bubble{background:#f4f7fb;border-radius:16px;padding:.9rem 1rem}.chat-bubble p{margin:.35rem 0}.works-section{padding:6rem 3.5rem}.works-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.works-header h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1;letter-spacing:-.02em}.works-right p{font-size:15px;color:var(--color-text-dark);line-height:1.6;max-width:380px;margin-bottom:1rem}.works-table{width:100%}.works-table-header{display:grid;grid-template-columns:1.5fr 1fr 1fr 60px;padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0;color:var(--color-text-dark);font-size:14px}.works-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 60px;padding:1.25rem 1.5rem;border-bottom:1px solid #e8e8e8;align-items:center;transition:all .3s}.works-row.highlighted{background-color:var(--color-accent);border-radius:14px;border-bottom:none;margin:.25rem 0;color:var(--color-light);position:relative}.works-row.highlighted .works-tag{background-color:#fff3;color:var(--color-light);border-color:transparent}.works-row h3{font-size:1.25rem;letter-spacing:-.01em}.works-row.highlighted h3{color:var(--color-light)}.works-tag{display:inline-block;border:1.5px solid rgba(0,0,0,.15);padding:.3rem .85rem;border-radius:50px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.works-date{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-dark)}.works-row.highlighted .works-date{color:var(--color-light)}.row-arrow{width:38px;height:38px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);display:flex;justify-content:center;align-items:center;background:transparent;color:var(--color-accent);font-size:14px;transition:all .3s}.works-row.highlighted .row-arrow{border-color:var(--color-light);background:var(--color-light);color:var(--color-accent)}.highlighted-img{position:absolute;right:80px;top:-10px;width:120px;height:80px;border-radius:12px;object-fit:cover;box-shadow:0 8px 24px #0003;transform:rotate(3deg)}.process-section{background:linear-gradient(160deg,#1a3040,#0d1b24,#0a1118);padding:4rem 3.5rem 4.5rem;border-radius:40px;margin:0;color:var(--color-light);position:relative;overflow:hidden;min-height:700px}.process-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/process_bg.png) center/cover no-repeat;opacity:.15;z-index:0}.process-section .section-label{border-color:#ffffff40;color:var(--color-light);position:relative;z-index:1}.process-top{display:flex;flex-direction:column;max-width:380px;position:absolute;top:4rem;left:3.5rem;z-index:2}.process-top h2{color:var(--color-light);font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1;margin-bottom:1.5rem}.process-top h2 span{color:var(--color-accent)}.process-desc{font-size:14px;color:#fff9;line-height:1.7;margin-bottom:1.5rem}.process-label{width:fit-content}.process-stage{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-height:100%;z-index:1}.process-node{position:absolute;width:20px;height:20px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 8px #1a3040e0,0 0 0 16px #ffffff1f;z-index:1}.process-node-1{left:14.5%;top:66%}.process-node-2{left:31%;top:52%}.process-node-3{left:44%;top:38%}.process-node-4{left:61%;top:33%}.process-node-5{left:81%;top:21%}.process-card{background:var(--color-light);border-radius:20px;padding:1.15rem;color:var(--color-dark);position:absolute;z-index:3;width:210px;box-shadow:0 22px 48px #00000029}.process-card-1{left:8%;top:62%}.process-card-2{left:26.5%;top:45%;width:220px}.process-card-3{left:49%;top:43%}.process-card-4{left:69%;top:29%}.process-card-2 p{font-size:13px;line-height:1.35}.process-steps{margin-left:auto;margin-top:1.25rem;min-height:430px;width:min(58vw,860px);position:relative;z-index:1}.process-curve{position:absolute;top:4.5rem;right:3.5rem;left:auto;width:min(58vw,860px);height:430px;z-index:0;pointer-events:none}.step-card{background:var(--color-light);border-radius:20px;padding:1.5rem;color:var(--color-dark);position:absolute;z-index:1;width:240px;box-shadow:0 22px 48px #00000029}.step-card.dark-card{background:var(--color-charcoal);color:var(--color-light);border:1px solid rgba(255,255,255,.08)}.step-number{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:.5rem}.step-card.dark-card .step-number{color:var(--color-light)}.step-icon{width:32px;height:32px;border-radius:50%;background:#c8a45026;display:flex;align-items:center;justify-content:center;position:absolute;top:1.5rem;right:1.5rem}.step-icon svg{width:16px;height:16px;stroke:var(--color-accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.step-card h3{font-size:1.1rem;line-height:1.2}.step-card.dark-card h3{color:var(--color-light)}.step-card p{font-size:12px;color:var(--color-text-dark);line-height:1.5;margin-top:.5rem}.step-card.dark-card p{color:#ffffff8c}.process-steps .step-card:nth-child(1){left:72px;top:276px}.process-steps .step-card:nth-child(2){left:168px;top:142px;width:258px}.process-steps .step-card:nth-child(3){left:570px;top:120px}.process-steps .step-card:nth-child(4){left:748px;top:-8px}.testimonials-section{padding:6rem 3.5rem}.testimonials-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.testimonials-header h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1}.testimonial-nav{display:flex;gap:.75rem}.testimonial-content{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}.testimonial-photo{width:280px;height:320px;border-radius:20px;object-fit:cover}.testimonial-card{background:var(--color-light);border-radius:20px;padding:2.5rem;border:1px solid #e8e8e8;position:relative}.quote-mark{position:absolute;top:1.5rem;right:2rem;font-size:5rem;color:#e0e0e0;font-family:Georgia,serif;line-height:1}.testimonial-person{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.testimonial-person .g-icon{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#4285f4;font-size:14px}.testimonial-person strong{font-family:var(--font-heading);font-size:14px}.testimonial-stars{color:#ffb800;font-size:14px;margin-bottom:1rem}.testimonial-card blockquote{font-size:17px;font-style:italic;line-height:1.6;color:var(--color-dark);margin:0 0 1.5rem;font-weight:500}.testimonial-card cite{font-style:normal;color:var(--color-text-dark);font-size:14px}.testimonial-counter{margin-top:1.5rem;font-family:var(--font-heading);font-size:14px;color:var(--color-dark)}.testimonial-counter span{color:var(--color-text-dark)}.faq-section{background:linear-gradient(160deg,#1a3040,#0d1b24,#0a1118);padding:5rem 3.5rem;border-radius:40px;color:var(--color-light);position:relative;overflow:hidden}.faq-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/process_bg.png) center/cover no-repeat;opacity:.1;z-index:0}.faq-section .section-label{border-color:#ffffff40;color:var(--color-light);position:relative;z-index:1}.faq-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;position:relative;z-index:1}.faq-left h2{color:var(--color-light);font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1;margin-bottom:1.5rem}.faq-left h2 span{color:var(--color-accent)}.faq-left p{font-size:14px;color:#ffffff8c;line-height:1.7;margin-bottom:1.5rem;max-width:300px}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--color-light);border-radius:14px;overflow:hidden;transition:all .3s}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:transparent;border:none;width:100%;text-align:left;font-family:var(--font-heading);font-size:14px;font-weight:600;color:var(--color-dark);cursor:pointer}.faq-toggle{width:36px;height:36px;border-radius:50%;border:1.5px solid #e0e0e0;display:flex;align-items:center;justify-content:center;background:transparent;font-size:14px;color:var(--color-text-dark);flex-shrink:0;transition:all .3s}.faq-item.open .faq-toggle{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-light)}.faq-answer{padding:0 1.5rem 1.25rem;font-size:14px;color:var(--color-text-dark);line-height:1.6;display:none}.faq-item.open .faq-answer{display:block}.contact-section{padding:6rem 3.5rem}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-left h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1;margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-info-item{display:flex;align-items:center;gap:.75rem;font-size:15px;color:var(--color-text-dark)}.contact-info-icon{width:40px;height:40px;border-radius:50%;background:#c8a4501a;display:flex;align-items:center;justify-content:center;color:var(--color-accent);flex-shrink:0}.contact-photo{width:100%;height:400px;border-radius:20px;object-fit:cover}.site-footer{background:var(--color-charcoal);padding:3rem 3.5rem;border-radius:40px 40px 0 0;color:#ffffff80;text-align:center;font-size:13px}.site-footer p{margin-bottom:.5rem}.site-footer a{color:var(--color-accent)}.about-page-content{background:#fbfaf7}.about-page-hero{min-height:620px;padding:8.5rem 3.5rem 5rem;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:3rem;align-items:center;background:linear-gradient(160deg,#1a3040f7,#0d1b24f0,#0a1118f7),url(/images/process_bg.png) center/cover no-repeat;color:var(--color-light);border-radius:0 0 32px 32px}.about-page-hero .section-label{color:var(--color-light);border-color:#ffffff40}.about-page-hero h1{color:var(--color-light);font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.05;max-width:820px}.about-page-hero p{color:#ffffffbd;max-width:660px;margin-top:1.25rem;font-size:17px;line-height:1.75}.about-page-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.about-secondary-link{color:#ffffffd1;font-weight:700}.about-page-hero-card{display:grid;gap:.85rem;padding:2rem;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#ffffff12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 22px 70px #00000029}.about-page-hero-card svg{color:var(--color-accent)}.about-page-hero-card strong{color:var(--color-light);font-family:var(--font-heading);font-size:1.45rem;line-height:1.25}.about-page-hero-card span{color:#ffffffb3;line-height:1.65}.about-page-section{padding:5rem 3.5rem;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:3rem;align-items:start}.about-page-section h2,.about-founder-copy h2,.about-final-cta h2{font-size:clamp(2rem,3.6vw,3.3rem);line-height:1.1}.about-page-copy{display:grid;gap:1.25rem}.about-page-copy p{color:var(--color-text-dark);font-size:15.5px;line-height:1.85}.about-page-metrics{margin:0 3.5rem;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e7dfcf;border-radius:20px;overflow:hidden;background:var(--color-light);box-shadow:0 18px 54px #15242e14}.about-page-metrics div{display:grid;gap:.35rem;padding:1.6rem;border-right:1px solid #e7dfcf}.about-page-metrics div:last-child{border-right:0}.about-page-metrics strong{color:var(--color-accent);font-family:var(--font-heading);font-size:2.25rem}.about-page-metrics span{color:var(--color-text-dark);font-weight:700}.about-page-section-heading{max-width:620px}.about-values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;grid-column:1 / -1}.about-value-card{padding:1.5rem;border:1px solid #e7dfcf;border-radius:18px;background:var(--color-light);box-shadow:0 18px 54px #15242e12}.about-value-card svg,.about-check-list svg,.about-support-list svg{color:var(--color-accent);flex-shrink:0}.about-value-card h3{margin:1rem 0 .65rem}.about-value-card p{color:var(--color-text-dark);line-height:1.7;font-size:14px}.about-founder-section{margin:0 3.5rem 2rem;padding:3rem;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:3rem;align-items:center;border-radius:28px;background:#f7f5ef}.about-founder-image{min-height:420px;display:flex;align-items:end;justify-content:center;overflow:hidden;border-radius:22px;background:linear-gradient(160deg,#1a3040,#0d1b24,#0a1118)}.about-founder-image img{max-height:460px;object-fit:contain}.about-founder-copy p{color:var(--color-text-dark);line-height:1.8;margin:1.25rem 0}.about-check-list,.about-support-list{display:grid;gap:.9rem}.about-check-list span,.about-support-list span{display:flex;align-items:center;gap:.7rem;color:var(--color-dark);font-weight:700}.about-support-section{align-items:center}.about-final-cta{margin:0 3.5rem 4rem;padding:3.5rem;text-align:center;border-radius:28px;background:linear-gradient(160deg,#1a3040,#0d1b24,#0a1118);color:var(--color-light)}.about-final-cta h2{color:var(--color-light)}.about-final-cta p{color:#ffffffad;max-width:620px;margin:0 auto 1.5rem}.about-final-cta .gold-btn{margin-inline:auto}.public-page{background:#fbfaf7}.public-page-hero{min-height:520px;padding:8rem 3.5rem 4.5rem;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.55fr);gap:3rem;align-items:center;background:linear-gradient(160deg,#1a3040f7,#0d1b24f0,#0a1118f7),url(/images/process_bg.png) center/cover no-repeat;border-radius:0 0 32px 32px;color:var(--color-light)}.public-page-hero .section-label{color:var(--color-light);border-color:#ffffff40}.public-page-hero h1{color:var(--color-light);font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.04;max-width:840px}.public-page-hero p{color:#ffffffb8;max-width:660px;margin:1.25rem 0 1.8rem;font-size:17px;line-height:1.75}.public-page-hero-mark{min-height:240px;display:grid;place-items:center;gap:1rem;padding:2rem;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#ffffff12;color:var(--color-light);text-align:center}.public-page-hero-mark svg{color:var(--color-accent)}.public-page-hero-mark span{font-family:var(--font-heading);font-size:1.35rem}.public-page-section{padding:5rem 3.5rem}.service-page-grid,.process-page-grid,.testimonial-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.service-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-page-card,.process-page-card,.testimonial-page-card,.faq-page-item{border:1px solid #e7dfcf;border-radius:20px;background:var(--color-light);box-shadow:0 18px 54px #15242e14}.service-page-card{overflow:hidden;padding:1.4rem}.service-page-card img{width:100%;height:220px;border-radius:16px;object-fit:cover;margin-bottom:1.25rem}.service-page-card h2,.process-page-card h2{font-size:1.45rem;line-height:1.2;margin:.75rem 0}.service-page-card p,.process-page-card p,.testimonial-page-card blockquote,.faq-page-item p{color:var(--color-text-dark);line-height:1.7}.service-page-card a{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;color:var(--color-accent);font-weight:800}.project-page-list{display:grid;gap:.75rem}.project-page-row{display:grid;grid-template-columns:minmax(0,1.4fr) 1fr auto auto;align-items:center;gap:1rem;padding:1.2rem 1.4rem;border:1px solid #e7dfcf;border-radius:16px;background:var(--color-light)}.project-page-row.highlighted{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-light)}.project-page-row.highlighted h2,.project-page-row.highlighted span,.project-page-row.highlighted strong{color:var(--color-light)}.project-page-row h2{font-size:1.25rem}.project-page-row span{color:var(--color-text-dark);font-size:.82rem;font-weight:800}.process-page-card{padding:1.35rem}.process-page-card>span{display:block;margin-bottom:1rem;color:var(--color-accent);font-family:var(--font-heading);font-size:1.8rem;font-weight:800}.process-page-card svg{color:var(--color-accent)}.testimonial-page-card{padding:1.5rem}.testimonial-page-card blockquote{margin:1rem 0;font-size:16px}.testimonial-page-card strong{display:block;margin-bottom:.2rem;font-family:var(--font-heading)}.testimonial-page-card span{color:var(--color-text-dark);font-size:.9rem}.faq-page-section{max-width:980px;margin:0 auto;display:grid;gap:.75rem}.faq-page-item{overflow:hidden}.faq-page-item button{width:100%;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.25rem 1.5rem;border:0;background:transparent;color:var(--color-dark);font-family:var(--font-heading);font-weight:700;text-align:left}.faq-page-item button span{color:var(--color-accent)}.faq-page-item p{padding:0 1.5rem 1.25rem}.dashboard-shell{min-height:100vh;padding:7.5rem 3.5rem 4rem;background:#f6f4ee}.client-dashboard-page{background:radial-gradient(circle at top left,rgba(200,164,80,.12),transparent 28%),linear-gradient(180deg,#f7f4ec,#efe9dc)}.lawyer-dashboard-page{background:radial-gradient(circle at top right,rgba(15,31,47,.08),transparent 24%),linear-gradient(180deg,#f2f5f7,#e7eef1)}.admin-dashboard-page{background:radial-gradient(circle at top center,rgba(28,68,92,.14),transparent 22%),linear-gradient(180deg,#eef2f3,#dde5e8)}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;padding:2rem;border-radius:24px;background:linear-gradient(160deg,#1a3040,#0d1b24,#0a1118);color:var(--color-light);box-shadow:0 24px 70px #15242e29}.client-dashboard-hero,.lawyer-dashboard-hero,.admin-dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;padding:2.5rem;border-radius:32px;margin-bottom:1.5rem;box-shadow:0 24px 70px #15242e24}.client-dashboard-hero{background:linear-gradient(135deg,#142737,#21455b 58%,#c8a450)}.lawyer-dashboard-hero{background:linear-gradient(135deg,#0f1f2f,#375b73 55%,#8ea8b5)}.admin-dashboard-hero{background:linear-gradient(135deg,#17242e,#2e4758 52%,#617d8c)}.client-dashboard-hero h1,.lawyer-dashboard-hero h1,.admin-dashboard-hero h1{color:var(--color-light);font-size:clamp(2rem,4vw,3.6rem);line-height:1.05}.client-dashboard-hero p:not(.eyebrow),.lawyer-dashboard-hero p:not(.eyebrow),.admin-dashboard-hero p:not(.eyebrow){max-width:700px;color:#ffffffbd;line-height:1.7}.dashboard-hero h1{color:var(--color-light);font-size:clamp(2rem,4vw,3.8rem);line-height:1.05}.dashboard-hero p:not(.eyebrow){max-width:680px;color:#ffffffad;line-height:1.7}.dashboard-user-card{min-width:260px;display:grid;gap:.35rem;padding:1.2rem;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#ffffff14}.client-dashboard-user-card,.lawyer-dashboard-hero-card,.admin-dashboard-hero-card{min-width:260px;display:grid;gap:.35rem;align-content:start;padding:1.15rem 1.25rem;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:#ffffff1a}.lawyer-dashboard-hero-card,.admin-dashboard-hero-card{color:var(--color-light)}.lawyer-dashboard-hero-card strong,.admin-dashboard-hero-card strong{font-family:var(--font-heading)}.lawyer-dashboard-hero-card span,.lawyer-dashboard-hero-card small,.admin-dashboard-hero-card span,.admin-dashboard-hero-card small{color:#ffffffb8}.dashboard-user-card strong{color:var(--color-light);font-family:var(--font-heading)}.dashboard-user-card span,.dashboard-user-card small{color:#ffffffad}.dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:1rem 0}.dashboard-metric-card,.dashboard-panel{border:1px solid #e7dfcf;border-radius:18px;background:var(--color-light);box-shadow:0 18px 54px #15242e14}.dashboard-metric-card{display:grid;gap:.25rem;padding:1.2rem}.dashboard-metric-card span,.dashboard-metric-card small{color:var(--color-text-dark)}.dashboard-metric-card span{font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.dashboard-metric-card strong{color:var(--color-accent);font-family:var(--font-heading);font-size:2rem;line-height:1.1}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1rem;align-items:start}.lawyer-dashboard-layout{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr)}.admin-dashboard-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.dashboard-panel{padding:1.25rem}.dashboard-panel-primary{grid-row:span 2}.dashboard-panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:1rem}.dashboard-inline-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end;align-items:center}.dashboard-panel-header h2{font-size:1.45rem;line-height:1.2}.dashboard-panel-header>span{padding:.35rem .7rem;border-radius:999px;background:#f7f1df;color:var(--color-accent);font-weight:800;font-size:.8rem}.dashboard-form{display:grid;gap:.85rem}.dashboard-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.dashboard-form label{display:grid;gap:.35rem;color:var(--color-dark);font-weight:800;font-size:.86rem}.dashboard-form input,.dashboard-form select,.dashboard-form textarea{width:100%;border:1px solid #d9d3c5;border-radius:12px;padding:.85rem .95rem;background:#fffdf8;color:var(--color-dark)}.dashboard-form textarea{min-height:110px;resize:vertical}.dashboard-form button,.admin-approval-row button,.dashboard-appointment-actions button{border:none;border-radius:999px;padding:.85rem 1.2rem;background:var(--color-accent);color:var(--color-dark);font-weight:900}.dashboard-quick-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.dashboard-quick-actions button{border:none;border-radius:999px;padding:.8rem 1.1rem;background:#173447;color:var(--color-light);font-weight:600;cursor:pointer}.dashboard-quick-actions button:disabled{opacity:.55;cursor:not-allowed}.admin-approval-actions,.dashboard-appointment-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.admin-approval-row .button-muted,.dashboard-appointment-actions .button-muted{background:#f1eee6;color:var(--color-dark)}.dashboard-appointment-list,.dashboard-chat-list,.admin-approval-list,.dashboard-status-list,.dashboard-pill-list{display:grid;gap:.75rem}.dashboard-appointment{width:100%;display:grid;gap:.25rem;padding:.9rem;border:1px solid #e7dfcf;border-radius:14px;background:#fffdf8;color:var(--color-dark);text-align:left}.dashboard-appointment-main{display:grid;gap:.25rem;width:100%;border:none;background:transparent;color:inherit;padding:0;text-align:left}.dashboard-appointment.is-active{border-color:var(--color-accent);background:#f9f1dc}.dashboard-appointment span,.dashboard-appointment small{color:var(--color-text-dark)}.dashboard-chat-panel{min-height:420px}.dashboard-chat-list{max-height:300px;overflow:auto;margin-bottom:1rem;padding-right:.25rem}.dashboard-chat-bubble{padding:.85rem;border-radius:14px;background:#f7f5ef}.dashboard-chat-bubble p{margin:.35rem 0;color:var(--color-text-dark)}.dashboard-chat-bubble span{color:var(--color-text-dark);font-size:.8rem}.dashboard-pill-list{margin-top:1rem}.dashboard-pill-list span,.dashboard-status-list span{display:grid;gap:.2rem;padding:.75rem;border-radius:12px;background:#f7f5ef;color:var(--color-text-dark)}.dashboard-pill-list strong,.dashboard-status-list strong{color:var(--color-dark)}.admin-approval-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:.9rem;border:1px solid #e7dfcf;border-radius:14px;background:#fffdf8}.admin-approval-row div{display:grid;gap:.25rem}.admin-approval-row span,.admin-approval-row small{color:var(--color-text-dark)}.marketplace-page{background:radial-gradient(circle at top left,rgba(200,164,80,.12),transparent 28%),linear-gradient(180deg,#f9f6ef,#f3ede2 46%,#fbfaf7)}.marketplace-hero{min-height:88vh;padding:8rem 3.5rem 4rem;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.72fr);gap:2rem;align-items:center;background:radial-gradient(circle at top right,rgba(200,164,80,.18),transparent 28%),linear-gradient(145deg,#10202c,#173447 42%,#214b63 72%,#c8a450 140%);border-radius:0 0 40px 40px;color:var(--color-light)}.marketplace-pill,.marketplace-verified{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .9rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);color:var(--color-light);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.marketplace-hero h1{color:var(--color-light);font-size:clamp(2.8rem,5vw,5.2rem);line-height:1.03;max-width:900px;margin-top:1rem}.marketplace-hero-copy p,.marketplace-section-heading p,.marketplace-proof-card p,.marketplace-result-card p,.marketplace-testimonial-card blockquote,.marketplace-how-grid p,.marketplace-empty p,.lawyer-profile-panel p,.lawyer-proof-grid p,.lawyer-booking-note,.lawyer-booking-facts span{line-height:1.75}.marketplace-hero-copy>p{max-width:760px;margin:1.35rem 0 1.8rem;color:#ffffffc7;font-size:1.02rem}.marketplace-hero-actions,.marketplace-card-actions,.marketplace-hero-microcopy,.marketplace-card-meta,.marketplace-tag-row,.lawyer-profile-pills,.lawyer-booking-steps,.lawyer-booking-facts{display:flex;flex-wrap:wrap;gap:.85rem}.marketplace-secondary-cta{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-light);font-weight:700}.marketplace-hero-microcopy span,.marketplace-card-meta span,.lawyer-profile-pills span,.lawyer-booking-steps span,.lawyer-booking-facts span{display:inline-flex;align-items:center;gap:.45rem}.marketplace-hero-microcopy span{color:#ffffffb8;font-size:.92rem}.marketplace-hero-panel{display:grid;gap:1rem}.marketplace-live-card,.marketplace-proof-quote,.marketplace-stat-card,.marketplace-proof-card,.marketplace-featured-card,.marketplace-lawyer-card,.marketplace-result-card,.marketplace-testimonial-card,.marketplace-how-grid article,.marketplace-cta-card,.lawyer-profile-panel,.lawyer-profile-trust-card,.lawyer-booking-card{border-radius:24px;border:1px solid rgba(231,223,207,.9);background:#fffffff5;box-shadow:0 22px 68px #15242e14}.marketplace-live-card,.marketplace-proof-quote{padding:1.4rem;background:#ffffff1a;border-color:#ffffff2e;color:var(--color-light)}.marketplace-live-header{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem;font-weight:700}.marketplace-live-list{display:grid;gap:.8rem;margin-top:1rem}.marketplace-live-list div,.marketplace-cta-card div{display:flex;align-items:center;gap:.7rem}.marketplace-proof-quote p{margin:1rem 0 .75rem;font-size:1rem;line-height:1.8}.marketplace-stats,.marketplace-proof-grid,.marketplace-results-grid,.marketplace-testimonial-grid,.marketplace-how-grid,.marketplace-lawyer-grid{display:grid;gap:1rem;padding:0 3.5rem}.marketplace-stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:-2rem}.marketplace-stat-card,.marketplace-proof-card,.marketplace-result-card,.marketplace-testimonial-card,.marketplace-how-grid article{padding:1.4rem}.marketplace-stat-card strong,.marketplace-featured-fee,.lawyer-profile-trust-card strong{font-family:var(--font-heading)}.marketplace-stat-card strong{font-size:2rem;color:var(--color-accent)}.marketplace-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.5rem}.marketplace-proof-card svg,.marketplace-result-card svg{color:var(--color-accent)}.marketplace-proof-card h2,.marketplace-result-card h3,.marketplace-how-grid h3,.marketplace-lawyer-card h3,.marketplace-featured-card h3,.lawyer-profile-panel h2,.lawyer-booking-card h2{margin:1rem 0 .7rem}.marketplace-funnel-section,.marketplace-results-section,.marketplace-testimonials-section,.marketplace-how-section,.marketplace-cta-section{padding:4.5rem 3.5rem 0}.marketplace-search-shell{padding:1.5rem 3.5rem 0}.marketplace-section-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.75fr);gap:2rem;align-items:end}.marketplace-section-heading h2{font-size:clamp(2rem,3.6vw,3.4rem);line-height:1.08}.marketplace-search-bar{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr)) auto;gap:1rem;padding:1.35rem;border-radius:28px;background:var(--color-light);border:1px solid #e7dfcf;box-shadow:0 22px 68px #15242e14}.marketplace-search-bar label{display:grid;gap:.45rem;color:var(--color-dark);font-weight:800;font-size:.84rem}.marketplace-input-icon{display:flex;align-items:center;gap:.65rem;border:1px solid #d9d3c5;border-radius:16px;padding:.85rem .95rem;background:#fffdf8}.marketplace-input-icon input,.marketplace-search-bar select,.marketplace-search-bar>label>input{width:100%;border:1px solid #d9d3c5;border-radius:16px;padding:.85rem .95rem;background:#fffdf8;font-family:var(--font-text)}.marketplace-input-icon input{border:none;padding:0;background:transparent}.marketplace-input-icon svg{color:var(--color-accent)}.marketplace-search-actions{display:flex;flex-direction:column;justify-content:end;gap:.75rem}.marketplace-clear-btn{border:none;background:transparent;color:var(--color-accent);font-weight:800}.marketplace-status{margin:1rem 0}.marketplace-featured-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem;margin-top:1.25rem}.marketplace-featured-card,.marketplace-lawyer-card{padding:1.45rem}.marketplace-featured-card.is-spotlight{background:linear-gradient(155deg,#173447,#214b63 60%,#c8a450 160%);color:var(--color-light);border-color:#ffffff29}.marketplace-featured-card.is-spotlight h3,.marketplace-featured-card.is-spotlight p,.marketplace-featured-card.is-spotlight span{color:var(--color-light)}.marketplace-featured-head,.marketplace-lawyer-top{display:flex;justify-content:space-between;gap:1rem}.marketplace-lawyer-top{justify-content:flex-start;align-items:center}.marketplace-lawyer-avatar{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#173447;color:var(--color-light);font-family:var(--font-heading)}.marketplace-tag-row span,.lawyer-profile-pills span,.lawyer-booking-steps span{padding:.55rem .8rem;border-radius:999px;background:#f7f1df;color:var(--color-dark);font-size:.86rem;font-weight:700}.marketplace-lawyer-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:0;margin-top:1rem}.marketplace-lawyer-bio,.marketplace-featured-card p{margin:1rem 0;color:var(--color-text-dark)}.marketplace-featured-card.is-spotlight p{color:#ffffffd1}.marketplace-card-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:.8rem 1rem;border-radius:999px;font-weight:800}.marketplace-card-actions a:first-child{background:#f1eee6;color:var(--color-dark)}.marketplace-card-actions a:last-child{background:var(--color-accent);color:var(--color-dark)}.marketplace-empty{padding:2rem;margin-top:1rem;border-radius:24px;background:#fffdf8;border:1px dashed #d9d3c5}.marketplace-results-grid,.marketplace-testimonial-grid,.marketplace-how-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.25rem}.marketplace-how-grid article span{color:var(--color-accent);font-family:var(--font-heading);font-size:1.8rem}.marketplace-testimonial-card strong,.lawyer-testimonial-stack strong{display:block;margin-top:1rem;font-family:var(--font-heading)}.marketplace-testimonial-card span{color:var(--color-text-dark);font-size:.9rem}.marketplace-faq-section{margin-top:4.5rem}.marketplace-cta-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);gap:1.25rem;align-items:center;padding-bottom:4rem}.marketplace-cta-card{padding:1.5rem;display:grid;gap:1rem}.lawyer-profile-page{padding:7rem 3.5rem 4rem;background:radial-gradient(circle at top left,rgba(200,164,80,.12),transparent 24%),linear-gradient(180deg,#fbfaf7,#f3ede2)}.lawyer-profile-hero,.lawyer-profile-layout,.lawyer-profile-columns,.lawyer-proof-grid{display:grid;gap:1rem}.lawyer-profile-hero{grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);padding:2rem;border-radius:32px;background:linear-gradient(145deg,#10202c,#173447 46%,#214b63 72%,#c8a450 150%);color:var(--color-light);box-shadow:0 24px 72px #15242e29}.lawyer-profile-hero h1{color:var(--color-light);font-size:clamp(2.2rem,4vw,4.4rem);line-height:1.04;margin:1rem 0 .8rem}.lawyer-profile-subtitle{color:#ffffffc7;max-width:760px}.lawyer-profile-trust-card{padding:1.5rem;display:grid;gap:.7rem;background:#ffffff1a;border-color:#ffffff24;color:var(--color-light)}.lawyer-profile-layout{grid-template-columns:minmax(0,1.1fr) minmax(320px,.75fr);align-items:start;margin-top:1.5rem}.lawyer-profile-content{display:grid;gap:1rem}.lawyer-profile-panel,.lawyer-booking-card{padding:1.5rem}.lawyer-profile-columns,.lawyer-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.25rem}.lawyer-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lawyer-profile-columns ul{display:grid;gap:.45rem;padding-left:1rem}.lawyer-testimonial-stack{display:grid;gap:1rem;margin-top:1rem}.lawyer-testimonial-stack blockquote{margin:0;padding:1rem;border-radius:18px;background:#f7f1df;color:var(--color-dark);line-height:1.75}.lawyer-booking-sidebar{display:grid;gap:1rem;position:sticky;top:2rem}.lawyer-booking-card.secondary{background:#fffaf0}.lawyer-booking-card button{width:100%;border:none;border-radius:16px;padding:.95rem 1rem;background:var(--color-accent);color:var(--color-dark);font-weight:900}@media (max-width: 1024px){.marketplace-hero,.marketplace-section-heading,.marketplace-cta-section,.lawyer-profile-hero,.lawyer-profile-layout,.lawyer-proof-grid{grid-template-columns:1fr}.marketplace-stats,.marketplace-proof-grid,.marketplace-featured-grid,.marketplace-results-grid,.marketplace-testimonial-grid,.marketplace-how-grid,.marketplace-lawyer-grid,.lawyer-profile-columns,.marketplace-search-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-search-actions{flex-direction:row;align-items:end}.hero-content{grid-template-columns:1fr 1fr;padding:8rem 2.5rem 0}.hero-center{display:none}.hero-right{align-items:flex-start}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 2.5rem}.about-section{padding:4rem 2.5rem;grid-template-columns:1fr;gap:2rem}.services-section{padding:3.5rem 2rem}.services-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.topbar{padding:1rem 2rem}.process-section{min-height:auto}.process-top{position:relative;top:auto;left:auto;max-width:100%;margin-bottom:2rem}.process-stage{width:100%;min-height:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.process-node,.xarrow{display:none}.process-card{position:relative;top:auto;left:auto;width:100%}.process-steps{width:100%;min-height:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.process-curve{display:none}.step-card{position:relative;top:auto;left:auto;right:auto;width:100%}.faq-layout{grid-template-columns:1fr;gap:2rem}.contact-layout{grid-template-columns:1fr}.works-section,.testimonials-section,.contact-section{padding:4rem 2.5rem}.about-page-hero,.about-page-section,.about-founder-section,.about-values-grid,.public-page-hero,.service-page-grid,.process-page-grid,.testimonial-page-grid,.dashboard-hero,.client-dashboard-hero,.lawyer-dashboard-hero,.admin-dashboard-hero,.dashboard-layout,.lawyer-dashboard-layout,.admin-dashboard-layout{grid-template-columns:1fr}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.marketplace-hero,.marketplace-funnel-section,.marketplace-search-shell,.marketplace-results-section,.marketplace-testimonials-section,.marketplace-how-section,.marketplace-cta-section,.lawyer-profile-page{padding-left:1.5rem;padding-right:1.5rem}.marketplace-hero{padding-top:6.5rem;border-radius:0 0 24px 24px}.marketplace-stats,.marketplace-proof-grid,.marketplace-results-grid,.marketplace-testimonial-grid,.marketplace-how-grid,.marketplace-lawyer-grid,.marketplace-featured-grid,.lawyer-profile-columns,.lawyer-proof-grid{grid-template-columns:1fr;padding-left:1.5rem;padding-right:1.5rem}.marketplace-search-bar{grid-template-columns:1fr;border-radius:22px}.marketplace-section-heading{grid-template-columns:1fr}.marketplace-hero-actions,.marketplace-card-actions,.marketplace-search-actions{flex-direction:column;align-items:stretch}.lawyer-profile-hero,.lawyer-profile-panel,.lawyer-booking-card{padding:1.3rem}.lawyer-booking-sidebar{position:static}.nav-links{display:none}.hero{height:auto;max-height:none;min-height:100vh}.hero-content{grid-template-columns:1fr;padding:5rem 1.5rem 1rem;text-align:center}.hero-center{display:flex!important;order:-1;min-height:280px;max-height:320px;justify-content:center}.hero-center img.lawyer-img{height:300px;max-height:300px}.hero-left{padding-bottom:1rem;order:1}.sra-badge{margin:0 auto 1rem}.hero h1{font-size:2rem}.hero-right{padding-bottom:1rem;align-items:center;order:0}.review-card{width:auto;max-width:320px}.start-case-btn{display:none}.hero-stats{grid-template-columns:repeat(2,1fr);padding:1rem 1.5rem;gap:1rem}.stat-item h3{font-size:1.3rem}.about-section,.works-section,.testimonials-section,.contact-section{padding:3rem 1.5rem}.services-section,.process-section,.faq-section{padding:3rem 1.5rem;border-radius:24px}.service-card{min-width:260px}.process-stage,.process-steps,.testimonial-content{grid-template-columns:1fr}.works-table-header,.works-row{grid-template-columns:1fr 1fr;gap:.5rem}.detail-layout,.search-bar{grid-template-columns:1fr}.topbar{padding:1rem 1.25rem}.about-page-hero{min-height:auto;padding:6rem 1.5rem 3rem;border-radius:0 0 24px 24px}.about-page-section{padding:3rem 1.5rem}.about-page-metrics,.about-founder-section,.about-final-cta{margin-left:1.5rem;margin-right:1.5rem}.about-page-metrics{grid-template-columns:1fr}.about-page-metrics div{border-right:0;border-bottom:1px solid #e7dfcf}.about-page-metrics div:last-child{border-bottom:0}.about-founder-section,.about-final-cta{padding:1.5rem}.about-founder-image{min-height:300px}.public-page-hero{min-height:auto;padding:6rem 1.5rem 3rem;border-radius:0 0 24px 24px}.public-page-section{padding:3rem 1.5rem}.project-page-row{grid-template-columns:1fr}.dashboard-shell{padding:6rem 1rem 3rem}.dashboard-hero,.client-dashboard-hero,.lawyer-dashboard-hero,.admin-dashboard-hero{padding:1.25rem}.dashboard-metrics,.dashboard-form-grid,.admin-approval-row{grid-template-columns:1fr}}
