.wa-statement-cards__layout{display:grid;gap:var(--wa-space-6);grid-template-columns:1fr}@media (min-width:768px){.wa-statement-cards__layout:not(.wa-statement-cards__layout--split){grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.wa-statement-cards__layout--split{align-items:stretch;grid-template-columns:minmax(0,5fr) minmax(0,7fr)}}.wa-statement-cards__col{display:flex;flex-direction:column;gap:var(--wa-space-6)}.wa-statement-cards__feature{background:var(--wa-color-primary);border-radius:var(--wa-radius-lg);margin:0;min-height:360px;overflow:hidden;position:relative}.wa-statement-cards__feature-img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.wa-statement-cards__feature-overlay{background:linear-gradient(0deg,rgba(0,19,43,.92) 0,rgba(0,19,43,.55) 38%,rgba(0,19,43,0) 70%);display:flex;flex-direction:column;gap:var(--wa-space-3);inset:0;justify-content:flex-end;padding:var(--wa-space-8);position:absolute}.wa-statement-cards__feature-rule{background:var(--wa-color-accent);border-radius:2px;height:3px;width:40px}.wa-statement-cards__feature-quote{color:#fff;font-family:var(--wa-font-heading);font-size:var(--wa-text-xl);font-weight:var(--wa-weight-bold);line-height:1.3;margin:0}.wa-statement-cards__feature-attr{color:hsla(0,0%,100%,.7);font-size:var(--wa-text-sm)}.wa-statement-cards__card{border-radius:var(--wa-radius-lg);display:flex;flex-direction:column;gap:var(--wa-space-4);overflow:hidden;padding:var(--wa-space-8);position:relative}.wa-statement-cards__card:before{background:var(--wa-gradient-flame);content:"";height:4px;left:0;position:absolute;right:0;top:0}.wa-statement-cards__card-circle{border-radius:50%;bottom:-40px;height:180px;pointer-events:none;position:absolute;right:-40px;width:180px}.wa-statement-cards__card--navy{background-color:var(--wa-color-primary);color:#fff}.wa-statement-cards__card--navy .wa-statement-cards__card-circle{background:hsla(0,0%,100%,.05)}.wa-statement-cards__card--light{background-color:var(--wa-color-surface);border:1px solid var(--wa-color-border,#e5e7eb);box-shadow:var(--wa-shadow-card);color:var(--wa-color-text)}.wa-statement-cards__card--light .wa-statement-cards__card-circle{background:rgba(254,207,5,.16)}.wa-statement-cards__card>:not(.wa-statement-cards__card-circle){position:relative;z-index:1}.wa-statement-cards__heading{font-family:var(--wa-font-heading);font-size:var(--wa-text-2xl);font-weight:var(--wa-weight-extrabold);line-height:1.25;margin:0}.wa-statement-cards__card--navy .wa-statement-cards__heading{color:#fff}.wa-statement-cards__card--light .wa-statement-cards__heading{color:var(--wa-color-primary)}.wa-statement-cards__body{font-size:var(--wa-text-base);line-height:var(--wa-leading-relaxed)}.wa-statement-cards__card--navy .wa-statement-cards__body{color:hsla(0,0%,100%,.8)}.wa-statement-cards__card--light .wa-statement-cards__body{color:var(--wa-color-text-muted)}.wa-statement-cards__photo-wrap{align-items:center;display:flex;gap:var(--wa-space-3);margin-top:auto;padding-top:var(--wa-space-4)}.wa-statement-cards__photo{border-radius:50%;flex-shrink:0;height:48px;object-fit:cover;width:48px}.wa-statement-cards__photo-caption{font-size:var(--wa-text-xs);font-style:italic}.wa-statement-cards__card--navy .wa-statement-cards__photo-caption{color:hsla(0,0%,100%,.6)}.wa-statement-cards__card--light .wa-statement-cards__photo-caption{color:var(--wa-color-text-muted)}