.delivery-page{min-height:100vh;background:white;padding-bottom:80px}.delivery-header{padding:60px 0 40px;border-bottom:1px solid var(--gray-200);margin-bottom:48px}.delivery-header-icon{color:var(--green-primary);margin-bottom:16px}.delivery-header h1{font-size:2.4rem;font-weight:700;color:var(--gray-900);margin-bottom:12px}.delivery-header p{font-size:1.1rem;color:var(--gray-500);line-height:1.6;max-width:640px}.delivery-section{margin-bottom:48px}.delivery-section h2{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:20px}.delivery-details p{color:var(--gray-600);line-height:1.7;margin-bottom:16px;font-size:1rem}.delivery-details p:last-child{margin-bottom:0}.delivery-key-points{margin-top:24px;display:flex;flex-direction:column;gap:16px}.delivery-point{display:flex;gap:16px;align-items:baseline;padding:16px 20px;background:var(--gray-50);border-radius:8px}.delivery-point-label{font-weight:600;color:var(--green-dark);font-size:.9rem;min-width:140px;flex-shrink:0}.delivery-point-text{color:var(--gray-600);line-height:1.5;font-size:.95rem}.delivery-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid var(--gray-200)}.delivery-table{width:100%;border-collapse:collapse;font-size:.95rem}.delivery-table th{background:var(--green-primary);color:white;padding:14px 20px;text-align:left;font-weight:600;font-size:.95rem}.delivery-table th:first-child{width:160px}.delivery-table td{padding:12px 20px;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}.delivery-table tbody tr:last-child td{border-bottom:none}.delivery-table tbody tr:nth-child(2n){background:var(--gray-50)}.delivery-table-label{font-weight:600;color:var(--gray-800)}.delivery-table-note{margin-top:12px;font-size:.9rem;color:var(--gray-400);font-style:italic}.delivery-contact-line{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:var(--green-primary)}.delivery-contact-line a{color:var(--green-primary);font-weight:600;text-decoration:none}.delivery-contact-line a:hover{color:var(--green-dark);text-decoration:underline}.delivery-footer{margin-top:60px;padding-top:24px;border-top:1px solid var(--gray-200)}.delivery-footer p{font-size:.85rem;color:var(--gray-400)}@media (max-width:768px){.delivery-header{padding:40px 0 32px}.delivery-header h1{font-size:1.8rem}.delivery-point{flex-direction:column;gap:4px}.delivery-point-label{min-width:unset}.delivery-table td:first-child,.delivery-table th:first-child{width:auto;min-width:100px}.delivery-table td,.delivery-table th{padding:10px 12px;font-size:.85rem}}