.flexible-storage { padding: 48px 0 40px; background: #f7f8fb; color: #101f3b; }
.flexible-storage__inner { max-width: 1140px; width: calc(100% - 48px); margin: 0 auto; }
.flexible-storage__header { text-align: center; margin-bottom: 32px; }
.flexible-storage .flexible-storage__eyebrow { color: #2c4db5; font-size: 16px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; margin: 0 0 16px; }
.flexible-storage .flexible-storage__header h2 { font-size: 60px; line-height: 1.14; font-weight: 900; margin: 0 0 28px; letter-spacing: 0; }
.flexible-storage__header h2 span { display: inline-block; position: relative; color: #2e4eb3; padding-bottom: 12px; }
.flexible-storage__header h2 span::after { content: ''; position: absolute; bottom: 0; left: 4%; width: 92%; height: 10px; border-top: 5px solid #4055c5; border-radius: 50%; }
.flexible-storage .flexible-storage__intro { max-width: 800px; margin: 0 auto; font-size: 22px; line-height: 1.5; }
.flexible-storage__main { display: grid; grid-template-columns: 0.84fr 1fr; gap: 28px; align-items: stretch; }
.flexible-storage__details { padding: 32px 44px; border: 1px solid #dfe5ee; border-radius: 18px; background: #fff; box-shadow: 0 15px 30px #17243a12; }
.flexible-storage .flexible-storage__details h3 { font-size: 34px; line-height: 1.2; margin: 0 0 10px; font-weight: 900; text-align: left; }
.flexible-storage__details > p { font-size: 20px; line-height: 1.45; margin: 0; }
.flexible-storage__features { list-style: none; padding: 0; margin: 16px 0 20px; }
.flexible-storage__features li { display: flex; gap: 22px; align-items: center; min-height: 72px; font-size: 20px; }
.flexible-storage__features li + li { border-top: 1px solid #dde4ef; }
.flexible-storage__icon { display: inline-flex; flex: 0 0 46px; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 50%; background: #354fc0; color: white; }
.flexible-storage__icon .dashicons { font-size: 28px; width: 28px; height: 28px; }
.flexible-storage__actions { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; }
.flexible-storage a.flexible-storage__button { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 16px; min-height: 60px; border: 2px solid #4659ca; border-radius: 7px; background: #4659ca; color: white; text-decoration: none; font-size: 20px; font-weight: 700; line-height: 1.2; text-align: center; }
.flexible-storage a.flexible-storage__button--outline { color: #2e46b1; background: white; border-color: #9daed4; }
.flexible-storage a.flexible-storage__button:hover { background: #2c40a5; border-color: #2c40a5; color: white; }
.flexible-storage a:focus-visible { outline: 3px solid #101f3b; outline-offset: 4px; }
.flexible-storage__photo { position: relative; overflow: hidden; border-radius: 18px; min-width: 0; aspect-ratio: 694 / 576; align-self: center; }
.flexible-storage__photo img { display: block; width: 100%; height: auto; }
.flexible-storage__benefits { margin-top: 30px; padding: 30px 44px; border-radius: 18px; background: #eaf1fc; display: grid; grid-template-columns: 1fr 1fr 1.2fr auto; align-items: center; gap: 30px; }
.flexible-storage__benefit { display: flex; align-items: center; gap: 18px; min-width: 0; }
.flexible-storage__benefit + .flexible-storage__benefit { border-left: 1px solid #b5c6e9; padding-left: 30px; }
.flexible-storage__benefit .flexible-storage__icon { width: 56px; height: 56px; flex-basis: 56px; }
.flexible-storage .flexible-storage__benefit h3 { font-size: 20px; font-weight: 800; line-height: 1.3; margin: 0 0 4px; text-align: left; }
.flexible-storage__benefit p { font-size: 20px; line-height: 1.4; margin: 0; }
.flexible-storage__rent { min-width: 165px; }
@media (max-width: 1100px) {
 .flexible-storage .flexible-storage__header h2 { font-size: 46px; }
 .flexible-storage__details { padding: 24px; }
 .flexible-storage .flexible-storage__details h3 { font-size: 28px; }
 .flexible-storage__benefits { padding: 24px; gap: 20px; }
 .flexible-storage__benefit { gap: 10px; }
 .flexible-storage__benefit + .flexible-storage__benefit { padding-left: 20px; }
 .flexible-storage__benefit p, .flexible-storage .flexible-storage__benefit h3 { font-size: 17px; }
}
@media (max-width: 820px) {
 .flexible-storage { padding: 30px 0; }
 .flexible-storage__inner { width: calc(100% - 32px); }
 .flexible-storage .flexible-storage__header h2 { font-size: 36px; }
 .flexible-storage__header h2 span { display: block; }
 .flexible-storage .flexible-storage__intro { font-size: 18px; }
 .flexible-storage__main { grid-template-columns: minmax(0, 1fr); gap: 18px; }
 .flexible-storage__details { padding: 24px 20px 18px; }
 .flexible-storage .flexible-storage__details h3 { font-size: 25px; }
 .flexible-storage__details > p, .flexible-storage__features li { font-size: 18px; }
 .flexible-storage__features li { gap: 16px; min-height: 64px; }
 .flexible-storage__actions { grid-template-columns: 1fr; gap: 12px; }
 .flexible-storage a.flexible-storage__button { font-size: 18px; min-height: 50px; }
 .flexible-storage__photo { aspect-ratio: 772 / 352; width: 100%; }
 .flexible-storage__benefits { margin-top: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 0; padding: 20px 10px 14px; }
 .flexible-storage__benefit { flex-direction: column; align-items: center; text-align: center; padding: 0 8px; gap: 10px; align-self: stretch; }
 .flexible-storage__benefit + .flexible-storage__benefit { padding-left: 8px; }
 .flexible-storage .flexible-storage__benefit h3 { text-align: center; font-size: 16px; }
 .flexible-storage__benefit p { font-size: 16px; }
 .flexible-storage__rent { grid-column: 1 / -1; }
}
@media (max-width: 380px) {
 .flexible-storage .flexible-storage__header h2 { font-size: 30px; }
 .flexible-storage .flexible-storage__benefit h3, .flexible-storage__benefit p { font-size: 14px; }
}
