.comp-cards{padding:100px 40px;background:var(--color-bg)}.comp-cards__inner{max-width:1200px;margin:0 auto}.comp-cards__label{font-family:var(--font-sans,'DM Sans',sans-serif);font-size:.75rem;color:var(--color-muted,#9CA3AF);text-transform:uppercase;letter-spacing:.14em;margin-bottom:12px}.comp-cards__headline{font-family:var(--font-serif,'DM Serif Display',Georgia,serif);font-size:clamp(1.75rem, 3.4vw, 2.5rem);font-weight:400;line-height:1.2;letter-spacing:-.01em;margin-bottom:16px;color:var(--color-text,#1A2A3A)}.comp-cards__subtitle{font-size:1.0625rem;color:var(--color-muted,#6B7280);margin-bottom:56px;max-width:540px;line-height:1.65}.comp-cards__grid{display:grid;gap:28px}.comp-cards__grid--cols-2{grid-template-columns:repeat(4,1fr)}.comp-cards__grid--cols-2>*{grid-column:span 2}.comp-cards__grid--cols-2.comp-cards__grid--remainder-1>:last-child{grid-column:2 / span 2}.comp-cards__grid--cols-3{grid-template-columns:repeat(6,1fr)}.comp-cards__grid--cols-3>*{grid-column:span 2}.comp-cards__grid--cols-3.comp-cards__grid--remainder-1>:last-child{grid-column:3 / span 2}.comp-cards__grid--cols-3.comp-cards__grid--remainder-2>:nth-last-child(2){grid-column:2 / span 2}.comp-cards__grid--cols-4{grid-template-columns:repeat(4,1fr)}.comp-cards__grid--cols-4>*{grid-column:span 1}.comp-cards__card{background:var(--color-elevated,#FFFFFF);padding:40px 36px;border-radius:14px;border:1px solid var(--color-border,#E5E7EB);display:flex;flex-direction:column;transition:transform 0.2s,box-shadow 0.2s;position:relative;overflow:hidden}.comp-cards__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgb(26 42 58 / .06)}.comp-cards__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-accent,#E8B931);transform:scaleX(0);transform-origin:left;transition:transform 0.3s}.comp-cards__card:hover::before{transform:scaleX(1)}.comp-cards__icon{width:48px;height:48px;background:var(--color-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.comp-cards__icon svg{width:24px;height:24px;stroke:var(--color-text,#1A2A3A);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.comp-cards__title{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:var(--color-text,#1A2A3A)}.comp-cards__desc{font-size:.9375rem;color:var(--color-muted,#6B7280);line-height:1.65;margin-bottom:0}.comp-cards__desc p{margin:0 0 .9em}.comp-cards__desc p:last-child{margin-bottom:0}.comp-cards__desc strong{color:var(--color-text,#1A2A3A);font-weight:600}.comp-cards__desc em{font-style:italic}.comp-cards__desc a{color:var(--color-text,#1A2A3A);border-bottom:2px solid var(--color-accent,#E8B931);text-decoration:none}.comp-cards__tag{display:inline-block;margin-top:20px;font-size:.75rem;font-weight:500;color:var(--color-success,#2D8A6E);background:rgb(45 138 110 / .08);padding:4px 12px;border-radius:4px;align-self:flex-start}.comp-cards__links{margin-top:auto;padding-top:20px;display:flex;flex-direction:column;gap:8px}.comp-cards__link{display:inline-flex;align-items:center;font-family:var(--font-sans,sans-serif);font-size:.9375rem;font-weight:600;color:var(--color-text,#1A2A3A);text-decoration:none;border-bottom:1px solid var(--color-border,#E5E7EB);padding-bottom:4px;width:max-content;max-width:100%;transition:border-color 0.2s ease,color 0.2s ease}.comp-cards__link::before{content:'\2192';margin-right:8px;color:var(--color-accent,#E8B931);font-weight:400}.comp-cards__link:hover{border-bottom-color:var(--color-accent,#E8B931)}.comp-cards.has-text-color .comp-cards__label,.comp-cards.has-text-color .comp-cards__headline,.comp-cards.has-text-color .comp-cards__subtitle{color:inherit}.comp-cards.has-text-color .comp-cards__label{opacity:.5}.comp-cards.has-text-color .comp-cards__subtitle{opacity:.7}.comp-cards.has-text-color .comp-cards__card{color:var(--color-text,#1A2A3A)}@media (max-width:900px){.comp-cards__grid--cols-3{grid-template-columns:1fr}.comp-cards__grid--cols-3>*{grid-column:1}}@media (max-width:768px){.comp-cards{padding:64px 20px}.comp-cards__grid--cols-2{grid-template-columns:1fr}.comp-cards__grid--cols-2>*{grid-column:1}.comp-cards__card{padding:32px 28px}}@media (max-width:1100px){.comp-cards__grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.comp-cards__grid--cols-4{grid-template-columns:1fr}}.comp-cards__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:48px;margin-top:56px;padding-top:36px;border-top:1px solid var(--color-border,#E5E7EB);text-align:center}.comp-cards__stat{display:flex;flex-direction:column;gap:4px}.comp-cards__stat strong{display:block;font-family:var(--font-serif,serif);font-size:2rem;font-weight:400;line-height:1;color:var(--color-text,#1A2A3A)}.comp-cards__stat span{font-size:.8125rem;color:var(--color-muted,#6B7280)}@media (max-width:640px){.comp-cards__stats{gap:28px}.comp-cards__stat strong{font-size:1.6rem}}